member plugin init add frontend

This commit is contained in:
spen 2013-02-22 18:21:11 +08:00
parent 8704fb30d5
commit cd98f9c889
9 changed files with 140 additions and 0 deletions

View File

@ -3,6 +3,22 @@ module PersonalBook
module_label 'module_name.personal_book'
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_book/plugin/profile",:admin_path=>"/panel/personal_book/back_end/writing_books",:i18n=>'module_name.personal_book'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'writing_books' do
frontend_i18n "personal_book.frontend.writing_books"
end
end
end
end

View File

@ -3,6 +3,21 @@ module PersonalConference
module_label 'module_name.personal_conference'
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_conference/plugin/profile",:admin_path=>"/panel/personal_conference/back_end/writing_conferences",:i18n=>'module_name.personal_conference'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'writing_conferences' do
frontend_i18n "personal_conference.frontend.writing_conferences"
end
end
end
end

View File

@ -4,6 +4,21 @@ module PersonalDiploma
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_diploma/plugin/profile",:admin_path=>"/panel/personal_diploma/back_end/diplomas",:i18n=>'module_name.personal_diploma'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
# front_end do
# app_page 'diplomas' do
# frontend_i18n "personal_diploma.frontend.diplomas"
# end
# end
end
end

View File

@ -4,6 +4,23 @@ module PersonalExperience
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_experience/plugin/profile",:admin_path=>"/panel/personal_experience/back_end/experiences",:i18n=>'module_name.personal_experience'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
# front_end do
# app_page 'experiences' do
# frontend_i18n "personal_experience.frontend.experiences"
# end
# end
end
end

View File

@ -4,6 +4,20 @@ module PersonalHonor
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_honor/plugin/profile",:admin_path=>"/panel/personal_honor/back_end/honors",:i18n=>'module_name.personal_honor'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'honors' do
frontend_i18n "personal_honor.frontend.honors"
end
end
end
end

View File

@ -4,9 +4,23 @@ module PersonalJournal
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_journal/plugin/profile",:admin_path=>"/panel/personal_journal/back_end/writing_journals",:i18n=>'module_name.personal_journal'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'writing_journals' do
frontend_i18n "personal_journal.frontend.writing_journals"
end
end
end
end
# OrbitApp.backend_side_bar 'News' do

View File

@ -4,6 +4,23 @@ module PersonalPatent
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_patent/plugin/profile",:admin_path=>"/panel/personal_patent/back_end/writing_patents",:i18n=>'module_name.personal_patent'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'writing_patents' do
frontend_i18n "personal_patent.frontend.writing_patents"
end
end
end
end

View File

@ -4,6 +4,24 @@ module PersonalProject
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_project/plugin/profile",:admin_path=>"/panel/personal_project/back_end/projects",:i18n=>'module_name.personal_project'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'projects' do
frontend_i18n "personal_project.frontend.projects"
end
end
end
end

View File

@ -5,6 +5,20 @@ module PersonalResearch
personal_plugin :enable => true,:path=>"panel/personal_research/plugin/profile",:admin_path=>"/panel/personal_research/back_end/researchs",:i18n=>'module_name.personal_research'
version "0.1"
organization "Rulingcom"
author "RD dep"
intro "I am intro"
update_info 'some update_info'
front_end do
app_page 'researchs' do
frontend_i18n "personal_research.frontend.researchs"
end
end
end
end