Plug In

站内可以获得的plug-in

现在Akelos仅仅支持mod_svn站点,无须用SSL访问,想这个可以在http://svn.akelos.org/plugins中得到。

下面的例子使用svn.akelos.org作为SVN站点。如果你想要的plugin在其他地方,你也可以用其他的站点来代替他。

在使用下面的命令之前,输入

cd [application root]

当敲入的时候,这些站点会列出来

./script/plugin discover

为了安装plugin你只需要输入命令

./script/plugin install plugin_name

或者

./script/plugin install http://svn.akelos.org/plugins/plugin_name

记住你的plugin repository在URL中必须包含plugins text,否则将不会被Akelos所接受。

这个plugin将会安装在<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_cn.txt · Last modified: 2008/07/09 11:55 by liyh