To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 08 / 08df2c90c0fda275003e285b2727284ba737baa3.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (262 Bytes)

1
Redmine::Plugin.register :<%= plugin_name %> do
2
  name '<%= plugin_pretty_name %> plugin'
3
  author 'Author name'
4
  description 'This is a plugin for Redmine'
5
  version '0.0.1'
6
  url 'http://example.com/path/to/plugin'
7
  author_url 'http://example.com/about'
8
end