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 / 73 / 734682732665154f00709d93da629e994804ff9b.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (281 Bytes)

1
require 'redmine'
2

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