This commit is contained in:
Igor Zubkov 2011-12-20 13:25:56 +02:00
commit ea7a166835
5 changed files with 23 additions and 0 deletions

3
README.rdoc Normal file
View File

@ -0,0 +1,3 @@
= landing_page
Description goes here

3
config/locales/en.yml Normal file
View File

@ -0,0 +1,3 @@
# English strings go here for Rails i18n
en:
my_label: "My label"

10
init.rb Normal file
View File

@ -0,0 +1,10 @@
require 'redmine'
Redmine::Plugin.register :redmine_landing_page do
name 'Redmine Landing Page plugin'
author 'Author name'
description 'This is a plugin for Redmine'
version '0.0.1'
url 'http://example.com/path/to/plugin'
author_url 'http://example.com/about'
end

2
lang/en.yml Normal file
View File

@ -0,0 +1,2 @@
# English strings go here
my_label: "My label"

5
test/test_helper.rb Normal file
View File

@ -0,0 +1,5 @@
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path