Pronto Framework SVN-20080909 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Pronto Framework SVN-20080909 (Default branch)
# 1  
Old 09-09-2008
Pronto Framework SVN-20080909 (Default branch)

Pronto is a framework consisting of loosely-coupled layers designed to handle the mundane elements of Web development without sacrificing the developer's overall control of the project. It is a PHP4/PHP5 MVC framework that supports robust dispatching, CRUD scaffolding, transparent data caching, i18n, flexible ACLs, and much more. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Padre::Plugin::SVN(3pm) 				User Contributed Perl Documentation				   Padre::Plugin::SVN(3pm)

NAME
Padre::Plugin::SVN - Simple SVN interface for Padre SYNOPSIS
Requires SVN client tools to be installed. cpan install Padre::Plugin::SVN Acces it via Plugin/SVN REQUIREMENTS
The plugin requires that the SVN client tools be installed and setup, this includes any cached authentication. For most of the unices this is a matter of using the package manager to install the svn client tools. For windows try: http://subversion.tigris.org/getting.html#windows. Configuring the SVN client for cached authentication. Because this module uses the installed SVN client, actions that require authentication from the server will fail and leave Padre looking as though it has hung. The way to address this is to run the svn client from the command line when asked for the login and password details, enter as required. Once done you should now have your authentication details cached. More details can be found here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.netmodel.html#svn.serverconfig.netmodel.credcache AUTHOR
Gabor Szabo, "<szabgab at gmail.com>" Additional work: Peter Lavender, "<peter.lavender at gmail.com>" BUGS
Please report any bugs or feature requests to <http://padre.perlide.org/> COPYRIGHT &; LICENSE Copyright 2008, 2009, 2010 The Padre development team as listed in Padre.pm. all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-02-01 Padre::Plugin::SVN(3pm)