Displaying 1 result from an estimated 1 matches for "mytestplugin".
2007 Jun 07
1
Plugin installation similar to rails
...:
<snip>
http://webgen.rubyforge.org: Main webgen plugin repository
http://other.website.org: An other webgen plugin repository
</snip>
Then their exists a file http://webgen.rubyforge.org/webgen-
plugins.yaml which contains:
<snip>
NameOfPluginBundle:
plugins:
Support/MyTestPlugin:
summary: Just a sample plugin
author: Thomas Leitner <t_leitner at gmx.at>
OtherPlugin:
summary: other summary
author: My Name <my_name at gmail.com>
resources:
sample/resource/name:
desc: description of resource
</snip>
Then webge...