my_wiki_generator 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/{my_wiki/my_wiki_generator.rb → my_wiki_generator.rb} +0 -0
- data/{my_wiki/templates → templates}/POST_GENERATION_REMINDER +0 -0
- data/{my_wiki/templates → templates}/app/controllers/application.rb +0 -0
- data/{my_wiki/templates → templates}/app/controllers/content_history_controller.rb +0 -0
- data/{my_wiki/templates → templates}/app/controllers/login_controller.rb +0 -0
- data/{my_wiki/templates → templates}/app/controllers/my_wiki_admin_controller.rb +0 -0
- data/{my_wiki/templates → templates}/app/controllers/my_wiki_controller.rb +0 -0
- data/{my_wiki/templates → templates}/app/controllers/page_admin_controller.rb +0 -0
- data/{my_wiki/templates → templates}/app/controllers/user_admin_controller.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/application_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/content_history_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/login_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/my_wiki_admin_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/my_wiki_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/page_admin_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/helpers/user_admin_helper.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/attachment.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/content.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/content_history.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/content_sweeper.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/my_wiki_mailer.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/role.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/setting.rb +0 -0
- data/{my_wiki/templates → templates}/app/models/user.rb +0 -0
- data/{my_wiki/templates → templates}/app/views/content_history/_form.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/content_history/edit.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/content_history/list.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/content_history/new.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/content_history/show.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/layouts/my_wiki.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/login/edit.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/login/login.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/login/logout.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/login/signup.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/login/welcome.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/_form.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/css.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/diff.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/edit.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/fileinfo.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/list.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/mails.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/new.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/recent.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/search.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/search_result.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki/show.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki_admin/index.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki_admin/setting.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/my_wiki_mailer/inform.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/page_admin/_form.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/page_admin/edit.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/page_admin/list.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/page_admin/new.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/page_admin/show.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/user_admin/_form.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/user_admin/change_password.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/user_admin/list.rhtml +0 -0
- data/{my_wiki/templates → templates}/app/views/user_admin/signup.rhtml +0 -0
- data/{my_wiki/templates → templates}/components/admin/menu/menu.rhtml +0 -0
- data/{my_wiki/templates → templates}/components/admin/menu_controller.rb +0 -0
- data/{my_wiki/templates → templates}/components/list/list/list.rhtml +0 -0
- data/{my_wiki/templates → templates}/components/list/list_controller.rb +0 -0
- data/{my_wiki/templates → templates}/components/sidebar/sidebar/show.rhtml +0 -0
- data/{my_wiki/templates → templates}/components/sidebar/sidebar_controller.rb +0 -0
- data/{my_wiki/templates → templates}/config/routes.rb +0 -0
- data/{my_wiki/templates → templates}/db/migrate/001_my_wiki_migration.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/array.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/block.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/callbacks.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/change.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/hunk.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/ldiff.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs/string.rb +0 -0
- data/{my_wiki/templates → templates}/lib/diff/lcs.rb +0 -0
- data/{my_wiki/templates → templates}/lib/login_system.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/fragments.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/inline.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/lines.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/preprocess.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/to_flow.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/to_html.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup/to_latex.rb +0 -0
- data/{my_wiki/templates → templates}/lib/markup/simple_markup.rb +0 -0
- data/{my_wiki/templates → templates}/lib/my_wiki_plugin.rb +0 -0
- data/{my_wiki/templates → templates}/lib/my_wiki_plugins/christel.rb +0 -0
- data/{my_wiki/templates → templates}/lib/my_wiki_plugins/join.rb +0 -0
- data/{my_wiki/templates → templates}/lib/my_wiki_plugins/link_to_attach.rb +0 -0
- data/{my_wiki/templates → templates}/lib/my_wiki_plugins/recent.rb +0 -0
- data/{my_wiki/templates → templates}/public/javascripts/my_wiki.js +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/back.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/back1.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/back2.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/foot.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/h1.gif +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/h1.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/menu.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/menu2.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/menu_c.jpg +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/my_wiki.css +0 -0
- data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/title.jpg +0 -0
- metadata +136 -138
- data/my_wiki/grep.txt +0 -238
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: my_wiki_generator
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
6
|
+
version: 0.0.2
|
7
7
|
date: 2006-05-07 00:00:00 +09:00
|
8
8
|
summary: "gem\x82\xF0RubyForge\x82\xC9\x93o\x98^\x82\xB5\x82\xC4\x82\xDD\x82\xE9"
|
9
9
|
require_paths:
|
@@ -28,143 +28,141 @@ cert_chain:
|
|
28
28
|
authors:
|
29
29
|
- ANDO Yasushi
|
30
30
|
files:
|
31
|
-
-
|
32
|
-
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
63
|
-
-
|
64
|
-
-
|
65
|
-
-
|
66
|
-
-
|
67
|
-
-
|
68
|
-
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
72
|
-
-
|
73
|
-
-
|
74
|
-
-
|
75
|
-
-
|
76
|
-
-
|
77
|
-
-
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
84
|
-
-
|
85
|
-
-
|
86
|
-
-
|
87
|
-
-
|
88
|
-
-
|
89
|
-
-
|
90
|
-
-
|
91
|
-
-
|
92
|
-
-
|
93
|
-
-
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
-
|
106
|
-
-
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
-
|
135
|
-
-
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
141
|
-
-
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
149
|
-
-
|
150
|
-
-
|
151
|
-
-
|
152
|
-
-
|
153
|
-
-
|
154
|
-
-
|
155
|
-
-
|
156
|
-
-
|
157
|
-
-
|
158
|
-
-
|
159
|
-
-
|
160
|
-
-
|
161
|
-
-
|
162
|
-
-
|
163
|
-
-
|
164
|
-
-
|
165
|
-
-
|
166
|
-
- my_wiki/templates/public/stylesheets/my_wiki/my_wiki.css
|
167
|
-
- my_wiki/templates/public/stylesheets/my_wiki/title.jpg
|
31
|
+
- templates/app
|
32
|
+
- templates/components
|
33
|
+
- templates/config
|
34
|
+
- templates/db
|
35
|
+
- templates/lib
|
36
|
+
- templates/POST_GENERATION_REMINDER
|
37
|
+
- templates/public
|
38
|
+
- templates/app/controllers
|
39
|
+
- templates/app/helpers
|
40
|
+
- templates/app/models
|
41
|
+
- templates/app/views
|
42
|
+
- templates/app/controllers/application.rb
|
43
|
+
- templates/app/controllers/content_history_controller.rb
|
44
|
+
- templates/app/controllers/login_controller.rb
|
45
|
+
- templates/app/controllers/my_wiki_admin_controller.rb
|
46
|
+
- templates/app/controllers/my_wiki_controller.rb
|
47
|
+
- templates/app/controllers/page_admin_controller.rb
|
48
|
+
- templates/app/controllers/user_admin_controller.rb
|
49
|
+
- templates/app/helpers/application_helper.rb
|
50
|
+
- templates/app/helpers/content_history_helper.rb
|
51
|
+
- templates/app/helpers/login_helper.rb
|
52
|
+
- templates/app/helpers/my_wiki_admin_helper.rb
|
53
|
+
- templates/app/helpers/my_wiki_helper.rb
|
54
|
+
- templates/app/helpers/page_admin_helper.rb
|
55
|
+
- templates/app/helpers/user_admin_helper.rb
|
56
|
+
- templates/app/models/attachment.rb
|
57
|
+
- templates/app/models/content.rb
|
58
|
+
- templates/app/models/content_history.rb
|
59
|
+
- templates/app/models/content_sweeper.rb
|
60
|
+
- templates/app/models/my_wiki_mailer.rb
|
61
|
+
- templates/app/models/role.rb
|
62
|
+
- templates/app/models/setting.rb
|
63
|
+
- templates/app/models/user.rb
|
64
|
+
- templates/app/views/content_history
|
65
|
+
- templates/app/views/layouts
|
66
|
+
- templates/app/views/login
|
67
|
+
- templates/app/views/my_wiki
|
68
|
+
- templates/app/views/my_wiki_admin
|
69
|
+
- templates/app/views/my_wiki_mailer
|
70
|
+
- templates/app/views/page_admin
|
71
|
+
- templates/app/views/user_admin
|
72
|
+
- templates/app/views/content_history/edit.rhtml
|
73
|
+
- templates/app/views/content_history/list.rhtml
|
74
|
+
- templates/app/views/content_history/new.rhtml
|
75
|
+
- templates/app/views/content_history/show.rhtml
|
76
|
+
- templates/app/views/content_history/_form.rhtml
|
77
|
+
- templates/app/views/layouts/my_wiki.rhtml
|
78
|
+
- templates/app/views/login/edit.rhtml
|
79
|
+
- templates/app/views/login/login.rhtml
|
80
|
+
- templates/app/views/login/logout.rhtml
|
81
|
+
- templates/app/views/login/signup.rhtml
|
82
|
+
- templates/app/views/login/welcome.rhtml
|
83
|
+
- templates/app/views/my_wiki/css.rhtml
|
84
|
+
- templates/app/views/my_wiki/diff.rhtml
|
85
|
+
- templates/app/views/my_wiki/edit.rhtml
|
86
|
+
- templates/app/views/my_wiki/fileinfo.rhtml
|
87
|
+
- templates/app/views/my_wiki/list.rhtml
|
88
|
+
- templates/app/views/my_wiki/mails.rhtml
|
89
|
+
- templates/app/views/my_wiki/new.rhtml
|
90
|
+
- templates/app/views/my_wiki/recent.rhtml
|
91
|
+
- templates/app/views/my_wiki/search.rhtml
|
92
|
+
- templates/app/views/my_wiki/search_result.rhtml
|
93
|
+
- templates/app/views/my_wiki/show.rhtml
|
94
|
+
- templates/app/views/my_wiki/_form.rhtml
|
95
|
+
- templates/app/views/my_wiki_admin/index.rhtml
|
96
|
+
- templates/app/views/my_wiki_admin/setting.rhtml
|
97
|
+
- templates/app/views/my_wiki_mailer/inform.rhtml
|
98
|
+
- templates/app/views/page_admin/edit.rhtml
|
99
|
+
- templates/app/views/page_admin/list.rhtml
|
100
|
+
- templates/app/views/page_admin/new.rhtml
|
101
|
+
- templates/app/views/page_admin/show.rhtml
|
102
|
+
- templates/app/views/page_admin/_form.rhtml
|
103
|
+
- templates/app/views/user_admin/change_password.rhtml
|
104
|
+
- templates/app/views/user_admin/list.rhtml
|
105
|
+
- templates/app/views/user_admin/signup.rhtml
|
106
|
+
- templates/app/views/user_admin/_form.rhtml
|
107
|
+
- templates/components/admin
|
108
|
+
- templates/components/list
|
109
|
+
- templates/components/sidebar
|
110
|
+
- templates/components/admin/menu
|
111
|
+
- templates/components/admin/menu_controller.rb
|
112
|
+
- templates/components/admin/menu/menu.rhtml
|
113
|
+
- templates/components/list/list
|
114
|
+
- templates/components/list/list_controller.rb
|
115
|
+
- templates/components/list/list/list.rhtml
|
116
|
+
- templates/components/sidebar/sidebar
|
117
|
+
- templates/components/sidebar/sidebar_controller.rb
|
118
|
+
- templates/components/sidebar/sidebar/show.rhtml
|
119
|
+
- templates/config/routes.rb
|
120
|
+
- templates/db/migrate
|
121
|
+
- templates/db/migrate/001_my_wiki_migration.rb
|
122
|
+
- templates/lib/diff
|
123
|
+
- templates/lib/login_system.rb
|
124
|
+
- templates/lib/markup
|
125
|
+
- templates/lib/my_wiki_plugin.rb
|
126
|
+
- templates/lib/my_wiki_plugins
|
127
|
+
- templates/lib/diff/lcs
|
128
|
+
- templates/lib/diff/lcs.rb
|
129
|
+
- templates/lib/diff/lcs/array.rb
|
130
|
+
- templates/lib/diff/lcs/block.rb
|
131
|
+
- templates/lib/diff/lcs/callbacks.rb
|
132
|
+
- templates/lib/diff/lcs/change.rb
|
133
|
+
- templates/lib/diff/lcs/hunk.rb
|
134
|
+
- templates/lib/diff/lcs/ldiff.rb
|
135
|
+
- templates/lib/diff/lcs/string.rb
|
136
|
+
- templates/lib/markup/simple_markup
|
137
|
+
- templates/lib/markup/simple_markup.rb
|
138
|
+
- templates/lib/markup/simple_markup/fragments.rb
|
139
|
+
- templates/lib/markup/simple_markup/inline.rb
|
140
|
+
- templates/lib/markup/simple_markup/lines.rb
|
141
|
+
- templates/lib/markup/simple_markup/preprocess.rb
|
142
|
+
- templates/lib/markup/simple_markup/to_flow.rb
|
143
|
+
- templates/lib/markup/simple_markup/to_html.rb
|
144
|
+
- templates/lib/markup/simple_markup/to_latex.rb
|
145
|
+
- templates/lib/my_wiki_plugins/christel.rb
|
146
|
+
- templates/lib/my_wiki_plugins/join.rb
|
147
|
+
- templates/lib/my_wiki_plugins/link_to_attach.rb
|
148
|
+
- templates/lib/my_wiki_plugins/recent.rb
|
149
|
+
- templates/public/attached
|
150
|
+
- templates/public/javascripts
|
151
|
+
- templates/public/stylesheets
|
152
|
+
- templates/public/javascripts/my_wiki.js
|
153
|
+
- templates/public/stylesheets/my_wiki
|
154
|
+
- templates/public/stylesheets/my_wiki/back.jpg
|
155
|
+
- templates/public/stylesheets/my_wiki/back1.jpg
|
156
|
+
- templates/public/stylesheets/my_wiki/back2.jpg
|
157
|
+
- templates/public/stylesheets/my_wiki/foot.jpg
|
158
|
+
- templates/public/stylesheets/my_wiki/h1.gif
|
159
|
+
- templates/public/stylesheets/my_wiki/h1.jpg
|
160
|
+
- templates/public/stylesheets/my_wiki/menu.jpg
|
161
|
+
- templates/public/stylesheets/my_wiki/menu2.jpg
|
162
|
+
- templates/public/stylesheets/my_wiki/menu_c.jpg
|
163
|
+
- templates/public/stylesheets/my_wiki/my_wiki.css
|
164
|
+
- templates/public/stylesheets/my_wiki/title.jpg
|
165
|
+
- my_wiki_generator.rb
|
168
166
|
test_files: []
|
169
167
|
|
170
168
|
rdoc_options: []
|
data/my_wiki/grep.txt
DELETED
@@ -1,238 +0,0 @@
|
|
1
|
-
m.template "app/controllers/application.rb",
|
2
|
-
"app/controllers/application.rb"
|
3
|
-
m.template "app/controllers/content_history_controller.rb",
|
4
|
-
"app/controllers/content_history_controller.rb"
|
5
|
-
m.template "app/controllers/login_controller.rb",
|
6
|
-
"app/controllers/login_controller.rb"
|
7
|
-
m.template "app/controllers/#{file_name}_admin_controller.rb",
|
8
|
-
"app/controllers/#{file_name}_admin_controller.rb"
|
9
|
-
m.template "app/controllers/#{file_name}_controller.rb",
|
10
|
-
"app/controllers/#{file_name}_controller.rb"
|
11
|
-
m.template "app/controllers/page_admin_controller.rb",
|
12
|
-
"app/controllers/page_admin_controller.rb"
|
13
|
-
m.template "app/controllers/user_admin_controller.rb",
|
14
|
-
"app/controllers/user_admin_controller.rb"
|
15
|
-
|
16
|
-
m.template "app/helpers/application_helper.rb",
|
17
|
-
"app/helpers/application_helper.rb"
|
18
|
-
m.template "app/helpers/content_history_helper.rb",
|
19
|
-
"app/helpers/content_history_helper.rb"
|
20
|
-
m.template "app/helpers/login_helper.rb",
|
21
|
-
"app/helpers/login_helper.rb"
|
22
|
-
m.template "app/helpers/#{file_name}_admin_helper.rb",
|
23
|
-
"app/helpers/#{file_name}_admin_helper.rb"
|
24
|
-
m.template "app/helpers/#{file_name}_helper.rb",
|
25
|
-
"app/helpers/#{file_name}_helper.rb"
|
26
|
-
m.template "app/helpers/page_admin_helper.rb",
|
27
|
-
"app/helpers/page_admin_helper.rb"
|
28
|
-
m.template "app/helpers/user_admin_helper.rb",
|
29
|
-
"app/helpers/user_admin_helper.rb"
|
30
|
-
|
31
|
-
m.template "app/models/attachment.rb",
|
32
|
-
"app/models/attachment.rb"
|
33
|
-
m.template "app/models/content.rb",
|
34
|
-
"app/models/content.rb"
|
35
|
-
m.template "app/models/content_history.rb",
|
36
|
-
"app/models/content_history.rb"
|
37
|
-
m.template "app/models/content_sweeper.rb",
|
38
|
-
"app/models/content_sweeper.rb"
|
39
|
-
m.template "app/models/#{file_name}_mailer.rb",
|
40
|
-
"app/models/#{file_name}_mailer.rb"
|
41
|
-
m.template "app/models/role.rb",
|
42
|
-
"app/models/role.rb"
|
43
|
-
m.template "app/models/setting.rb",
|
44
|
-
"app/models/setting.rb"
|
45
|
-
m.template "app/models/user.rb",
|
46
|
-
"app/models/user.rb"
|
47
|
-
|
48
|
-
m.directory "app/views/content_history"
|
49
|
-
m.template "app/views/content_history/edit.rhtml",
|
50
|
-
"app/views/content_history/edit.rhtml"
|
51
|
-
m.template "app/views/content_history/list.rhtml",
|
52
|
-
"app/views/content_history/list.rhtml"
|
53
|
-
m.template "app/views/content_history/new.rhtml",
|
54
|
-
"app/views/content_history/new.rhtml"
|
55
|
-
m.template "app/views/content_history/show.rhtml",
|
56
|
-
"app/views/content_history/show.rhtml"
|
57
|
-
m.template "app/views/content_history/_form.rhtml",
|
58
|
-
"app/views/content_history/_form.rhtml"
|
59
|
-
|
60
|
-
m.template "app/views/layouts/#{file_name}.rhtml",
|
61
|
-
"app/views/layouts/#{file_name}.rhtml"
|
62
|
-
|
63
|
-
m.directory "app/views/login"
|
64
|
-
m.template "app/views/login/edit.rhtml",
|
65
|
-
"app/views/login/edit.rhtml"
|
66
|
-
m.template "app/views/login/login.rhtml",
|
67
|
-
"app/views/login/login.rhtml"
|
68
|
-
m.template "app/views/login/logout.rhtml",
|
69
|
-
"app/views/login/logout.rhtml"
|
70
|
-
m.template "app/views/login/signup.rhtml",
|
71
|
-
"app/views/login/signup.rhtml"
|
72
|
-
m.template "app/views/login/welcome.rhtml",
|
73
|
-
"app/views/login/welcome.rhtml"
|
74
|
-
|
75
|
-
m.directory "app/views/#{file_name}"
|
76
|
-
m.template "app/views/#{file_name}/css.rhtml",
|
77
|
-
"app/views/#{file_name}/css.rhtml"
|
78
|
-
m.template "app/views/#{file_name}/diff.rhtml",
|
79
|
-
"app/views/#{file_name}/diff.rhtml"
|
80
|
-
m.template "app/views/#{file_name}/edit.rhtml",
|
81
|
-
"app/views/#{file_name}/edit.rhtml"
|
82
|
-
m.template "app/views/#{file_name}/fileinfo.rhtml",
|
83
|
-
"app/views/#{file_name}/fileinfo.rhtml"
|
84
|
-
m.template "app/views/#{file_name}/list.rhtml",
|
85
|
-
"app/views/#{file_name}/list.rhtml"
|
86
|
-
m.template "app/views/#{file_name}/mails.rhtml",
|
87
|
-
"app/views/#{file_name}/mails.rhtml"
|
88
|
-
m.template "app/views/#{file_name}/new.rhtml",
|
89
|
-
"app/views/#{file_name}/new.rhtml"
|
90
|
-
m.template "app/views/#{file_name}/recent.rhtml",
|
91
|
-
"app/views/#{file_name}/recent.rhtml"
|
92
|
-
m.template "app/views/#{file_name}/search.rhtml",
|
93
|
-
"app/views/#{file_name}/search.rhtml"
|
94
|
-
m.template "app/views/#{file_name}/search_result.rhtml",
|
95
|
-
"app/views/#{file_name}/search_result.rhtml"
|
96
|
-
m.template "app/views/#{file_name}/show.rhtml",
|
97
|
-
"app/views/#{file_name}/show.rhtml"
|
98
|
-
m.template "app/views/#{file_name}/_form.rhtml",
|
99
|
-
"app/views/#{file_name}/_form.rhtml"
|
100
|
-
|
101
|
-
m.directory "app/views/#{file_name}_admin"
|
102
|
-
m.template "app/views/#{file_name}_admin/index.rhtml",
|
103
|
-
"app/views/#{file_name}_admin/index.rhtml"
|
104
|
-
m.template "app/views/#{file_name}_admin/setting.rhtml",
|
105
|
-
"app/views/#{file_name}_admin/setting.rhtml"
|
106
|
-
|
107
|
-
m.directory "app/views/#{file_name}_mailer"
|
108
|
-
m.template "app/views/#{file_name}_mailer/inform.rhtml",
|
109
|
-
"app/views/#{file_name}_mailer/inform.rhtml"
|
110
|
-
|
111
|
-
m.directory "app/views/page_admin"
|
112
|
-
m.template "app/views/page_admin/edit.rhtml",
|
113
|
-
"app/views/page_admin/edit.rhtml"
|
114
|
-
m.template "app/views/page_admin/list.rhtml",
|
115
|
-
"app/views/page_admin/list.rhtml"
|
116
|
-
m.template "app/views/page_admin/new.rhtml",
|
117
|
-
"app/views/page_admin/new.rhtml"
|
118
|
-
m.template "app/views/page_admin/show.rhtml",
|
119
|
-
"app/views/page_admin/show.rhtml"
|
120
|
-
m.template "app/views/page_admin/_form.rhtml",
|
121
|
-
"app/views/page_admin/_form.rhtml"
|
122
|
-
|
123
|
-
m.directory "app/views/user_admin"
|
124
|
-
m.template "app/views/user_admin/change_password.rhtml",
|
125
|
-
"app/views/user_admin/change_password.rhtml"
|
126
|
-
m.template "app/views/user_admin/list.rhtml",
|
127
|
-
"app/views/user_admin/list.rhtml"
|
128
|
-
m.template "app/views/user_admin/signup.rhtml",
|
129
|
-
"app/views/user_admin/signup.rhtml"
|
130
|
-
m.template "app/views/user_admin/_form.rhtml",
|
131
|
-
"app/views/user_admin/_form.rhtml"
|
132
|
-
|
133
|
-
m.directory "components/admin"
|
134
|
-
m.directory "components/admin/menu"
|
135
|
-
m.template "components/admin/menu/menu.rhtml",
|
136
|
-
"components/admin/menu/menu.rhtml"
|
137
|
-
m.template "components/admin/menu_controller.rb",
|
138
|
-
"components/admin/menu_controller.rb"
|
139
|
-
|
140
|
-
m.directory "components/list"
|
141
|
-
m.directory "components/list/list"
|
142
|
-
m.template "components/list/list/list.rhtml",
|
143
|
-
"components/list/list/list.rhtml"
|
144
|
-
m.template "components/list/list_controller.rb",
|
145
|
-
"components/list/list_controller.rb"
|
146
|
-
|
147
|
-
m.directory "components/sidebar"
|
148
|
-
m.directory "components/sidebar/sidebar"
|
149
|
-
m.template "components/sidebar/sidebar/show.rhtml",
|
150
|
-
"components/sidebar/sidebar/show.rhtml"
|
151
|
-
m.template "components/sidebar/sidebar_controller.rb",
|
152
|
-
"components/sidebar/sidebar_controller.rb"
|
153
|
-
|
154
|
-
m.template "config/routes.rb",
|
155
|
-
"config/routes.rb"
|
156
|
-
|
157
|
-
m.template "db/migrate/001_#{file_name}_migration.rb",
|
158
|
-
"db/migrate/001_#{file_name}_migration.rb"
|
159
|
-
|
160
|
-
m.directory "lib/diff"
|
161
|
-
m.directory "lib/diff/lcs"
|
162
|
-
m.template "lib/diff/lcs/array.rb",
|
163
|
-
"lib/diff/lcs/array.rb"
|
164
|
-
m.template "lib/diff/lcs/block.rb",
|
165
|
-
"lib/diff/lcs/block.rb"
|
166
|
-
m.template "lib/diff/lcs/callbacks.rb",
|
167
|
-
"lib/diff/lcs/callbacks.rb"
|
168
|
-
m.template "lib/diff/lcs/change.rb",
|
169
|
-
"lib/diff/lcs/change.rb"
|
170
|
-
m.template "lib/diff/lcs/hunk.rb",
|
171
|
-
"lib/diff/lcs/hunk.rb"
|
172
|
-
m.template "lib/diff/lcs/ldiff.rb",
|
173
|
-
"lib/diff/lcs/ldiff.rb"
|
174
|
-
m.template "lib/diff/lcs/string.rb",
|
175
|
-
"lib/diff/lcs/string.rb"
|
176
|
-
m.template "lib/diff/lcs.rb",
|
177
|
-
"lib/diff/lcs.rb"
|
178
|
-
|
179
|
-
m.template "lib/login_system.rb",
|
180
|
-
"lib/login_system.rb"
|
181
|
-
|
182
|
-
m.directory "lib/markup"
|
183
|
-
m.directory "lib/simple_markup"
|
184
|
-
m.template "lib/markup/simple_markup/fragments.rb",
|
185
|
-
"lib/markup/simple_markup/fragments.rb"
|
186
|
-
m.template "lib/markup/simple_markup/inline.rb",
|
187
|
-
"lib/markup/simple_markup/inline.rb"
|
188
|
-
m.template "lib/markup/simple_markup/lines.rb",
|
189
|
-
"lib/markup/simple_markup/lines.rb"
|
190
|
-
m.template "lib/markup/simple_markup/preprocess.rb",
|
191
|
-
"lib/markup/simple_markup/preprocess.rb"
|
192
|
-
m.template "lib/markup/simple_markup/to_flow.rb",
|
193
|
-
"lib/markup/simple_markup/to_flow.rb"
|
194
|
-
m.template "lib/markup/simple_markup/to_html.rb",
|
195
|
-
"lib/markup/simple_markup/to_html.rb"
|
196
|
-
m.template "lib/markup/simple_markup/to_latex.rb",
|
197
|
-
"lib/markup/simple_markup/to_latex.rb"
|
198
|
-
m.template "lib/markup/simple_markup.rb",
|
199
|
-
"lib/markup/simple_markup.rb"
|
200
|
-
|
201
|
-
m.directory "lib/#{file_name}_plugins"
|
202
|
-
m.template "lib/#{file_name}_plugin.rb",
|
203
|
-
"lib/#{file_name}_plugin.rb"
|
204
|
-
m.template "lib/#{file_name}_plugins/christel.rb",
|
205
|
-
"lib/#{file_name}_plugins/christel.rb"
|
206
|
-
m.template "lib/#{file_name}_plugins/join.rb",
|
207
|
-
"lib/#{file_name}_plugins/join.rb"
|
208
|
-
m.template "lib/#{file_name}_plugins/link_to_attach.rb",
|
209
|
-
"lib/#{file_name}_plugins/link_to_attach.rb"
|
210
|
-
m.template "lib/#{file_name}_plugins/recent.rb",
|
211
|
-
"lib/#{file_name}_plugins/recent.rb"
|
212
|
-
|
213
|
-
m.template "public/javascripts/#{file_name}.js",
|
214
|
-
"public/javascripts/#{file_name}.js"
|
215
|
-
|
216
|
-
m.directory "public/stylesheets/#{file_name}"
|
217
|
-
m.template "public/stylesheets/#{file_name}/back.jpg",
|
218
|
-
"public/stylesheets/#{file_name}/back.jpg"
|
219
|
-
m.template "public/stylesheets/#{file_name}/back1.jpg",
|
220
|
-
"public/stylesheets/#{file_name}/back1.jpg"
|
221
|
-
m.template "public/stylesheets/#{file_name}/back2.jpg",
|
222
|
-
"public/stylesheets/#{file_name}/back2.jpg"
|
223
|
-
m.template "public/stylesheets/#{file_name}/foot.jpg",
|
224
|
-
"public/stylesheets/#{file_name}/foot.jpg"
|
225
|
-
m.template "public/stylesheets/#{file_name}/h1.gif",
|
226
|
-
"public/stylesheets/#{file_name}/h1.gif"
|
227
|
-
m.template "public/stylesheets/#{file_name}/h1.jpg",
|
228
|
-
"public/stylesheets/#{file_name}/h1.jpg"
|
229
|
-
m.template "public/stylesheets/#{file_name}/menu.jpg",
|
230
|
-
"public/stylesheets/#{file_name}/menu.jpg"
|
231
|
-
m.template "public/stylesheets/#{file_name}/menu2.jpg",
|
232
|
-
"public/stylesheets/#{file_name}/menu2.jpg"
|
233
|
-
m.template "public/stylesheets/#{file_name}/menu_c.jpg",
|
234
|
-
"public/stylesheets/#{file_name}/menu_c.jpg"
|
235
|
-
m.template "public/stylesheets/#{file_name}/#{file_name}.css",
|
236
|
-
"public/stylesheets/#{file_name}/#{file_name}.css"
|
237
|
-
m.template "public/stylesheets/#{file_name}/title.jpg",
|
238
|
-
"public/stylesheets/#{file_name}/title.jpg"
|