Displaying 1 result from an estimated 1 matches for "otherplugin".
Did you mean:
other_plugins
2007 Jun 07
1
Plugin installation similar to rails
...en 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 webgen provides a plugin command which can be used to
* show the available plugin bundles with several levels of detai...