Available Plug In Repositories

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 <project>/app/vendor/plugins.

  • Akelos Core team plugins http://svn.akelos.org/plugins
    • acts_as_versioned Enables versioning on your Active Record models.
    • admin Assists with creating a basic admin with RBAC (permission, role and user management).
    • akismet Avoid comment/form spam using this plugin that uses the Akismet API from the people at Automattic/Wordpress.
    • calendar_helper Simple calendar creation for your views.
    • dynamic_finder Enables magic finders like $Model→find_by_user_and_name('John', 'Smith') on your Active Record models.
      PHP5 only
 
plugins.txt · Last modified: 2008/05/26 16:59 by 82.103.221.224
 

The Akelos Framework was created by Bermi Ferrer and other contributors.
Potions of the code and documentation have been ported from Ruby on Rails.

The Akelos Framework is released under the LGPL license.

"Akelos", "Akelos Framework", and the Akelos logo are trademarks of Bermi Labs All rights reserved.

Wiki driven by DokuWiki