===== Available plug-in repositories. ===== Right now Akelos only supports mod_svn repository access without SSL like the one available at [[http://svn.akelos.org/plugins]]. The following examples use svn.akelos.org as the SVN repository. You may replace it with another repository, if the plugin you desire is there. Before using the following commands, enter cd [application root] These repositories will be listed when typing ./script/plugin discover In order to install a plugin you just need to type ./script/plugin install plugin_name or ./script/plugin install http://svn.akelos.org/plugins/plugin_name Keep in mind that your plugin repository must contain the plugins text on the URL in order to be accepted by Akelos.\\ \\ The plugin will be installed at /app/vendor/plugins. * **Akelos Core team plugins** http://svn.akelos.org/plugins * [[acts_as_versioned|acts_as_versioned]] Enables versioning on your Active Record models. * [[admin|admin]] Assists with creating a basic admin with [[http://csrc.nist.gov/rbac/|RBAC]] (permission, role and user management). * [[akismet|akismet]] Avoid comment/form spam using this plugin that uses the Akismet API from the people at Automattic/Wordpress. * [[calendar_helper|calendar_helper]] Simple calendar creation for your views. * [[diff_helper|diff_helper]] * [[dynamic_finder|dynamic_finder]] Enables magic finders like ''$Model->find_by_user_and_name('John', 'Smith')'' on your Active Record models.\\ **PHP5 only**