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.
Files changed (103) hide show
  1. data/{my_wiki/my_wiki_generator.rb → my_wiki_generator.rb} +0 -0
  2. data/{my_wiki/templates → templates}/POST_GENERATION_REMINDER +0 -0
  3. data/{my_wiki/templates → templates}/app/controllers/application.rb +0 -0
  4. data/{my_wiki/templates → templates}/app/controllers/content_history_controller.rb +0 -0
  5. data/{my_wiki/templates → templates}/app/controllers/login_controller.rb +0 -0
  6. data/{my_wiki/templates → templates}/app/controllers/my_wiki_admin_controller.rb +0 -0
  7. data/{my_wiki/templates → templates}/app/controllers/my_wiki_controller.rb +0 -0
  8. data/{my_wiki/templates → templates}/app/controllers/page_admin_controller.rb +0 -0
  9. data/{my_wiki/templates → templates}/app/controllers/user_admin_controller.rb +0 -0
  10. data/{my_wiki/templates → templates}/app/helpers/application_helper.rb +0 -0
  11. data/{my_wiki/templates → templates}/app/helpers/content_history_helper.rb +0 -0
  12. data/{my_wiki/templates → templates}/app/helpers/login_helper.rb +0 -0
  13. data/{my_wiki/templates → templates}/app/helpers/my_wiki_admin_helper.rb +0 -0
  14. data/{my_wiki/templates → templates}/app/helpers/my_wiki_helper.rb +0 -0
  15. data/{my_wiki/templates → templates}/app/helpers/page_admin_helper.rb +0 -0
  16. data/{my_wiki/templates → templates}/app/helpers/user_admin_helper.rb +0 -0
  17. data/{my_wiki/templates → templates}/app/models/attachment.rb +0 -0
  18. data/{my_wiki/templates → templates}/app/models/content.rb +0 -0
  19. data/{my_wiki/templates → templates}/app/models/content_history.rb +0 -0
  20. data/{my_wiki/templates → templates}/app/models/content_sweeper.rb +0 -0
  21. data/{my_wiki/templates → templates}/app/models/my_wiki_mailer.rb +0 -0
  22. data/{my_wiki/templates → templates}/app/models/role.rb +0 -0
  23. data/{my_wiki/templates → templates}/app/models/setting.rb +0 -0
  24. data/{my_wiki/templates → templates}/app/models/user.rb +0 -0
  25. data/{my_wiki/templates → templates}/app/views/content_history/_form.rhtml +0 -0
  26. data/{my_wiki/templates → templates}/app/views/content_history/edit.rhtml +0 -0
  27. data/{my_wiki/templates → templates}/app/views/content_history/list.rhtml +0 -0
  28. data/{my_wiki/templates → templates}/app/views/content_history/new.rhtml +0 -0
  29. data/{my_wiki/templates → templates}/app/views/content_history/show.rhtml +0 -0
  30. data/{my_wiki/templates → templates}/app/views/layouts/my_wiki.rhtml +0 -0
  31. data/{my_wiki/templates → templates}/app/views/login/edit.rhtml +0 -0
  32. data/{my_wiki/templates → templates}/app/views/login/login.rhtml +0 -0
  33. data/{my_wiki/templates → templates}/app/views/login/logout.rhtml +0 -0
  34. data/{my_wiki/templates → templates}/app/views/login/signup.rhtml +0 -0
  35. data/{my_wiki/templates → templates}/app/views/login/welcome.rhtml +0 -0
  36. data/{my_wiki/templates → templates}/app/views/my_wiki/_form.rhtml +0 -0
  37. data/{my_wiki/templates → templates}/app/views/my_wiki/css.rhtml +0 -0
  38. data/{my_wiki/templates → templates}/app/views/my_wiki/diff.rhtml +0 -0
  39. data/{my_wiki/templates → templates}/app/views/my_wiki/edit.rhtml +0 -0
  40. data/{my_wiki/templates → templates}/app/views/my_wiki/fileinfo.rhtml +0 -0
  41. data/{my_wiki/templates → templates}/app/views/my_wiki/list.rhtml +0 -0
  42. data/{my_wiki/templates → templates}/app/views/my_wiki/mails.rhtml +0 -0
  43. data/{my_wiki/templates → templates}/app/views/my_wiki/new.rhtml +0 -0
  44. data/{my_wiki/templates → templates}/app/views/my_wiki/recent.rhtml +0 -0
  45. data/{my_wiki/templates → templates}/app/views/my_wiki/search.rhtml +0 -0
  46. data/{my_wiki/templates → templates}/app/views/my_wiki/search_result.rhtml +0 -0
  47. data/{my_wiki/templates → templates}/app/views/my_wiki/show.rhtml +0 -0
  48. data/{my_wiki/templates → templates}/app/views/my_wiki_admin/index.rhtml +0 -0
  49. data/{my_wiki/templates → templates}/app/views/my_wiki_admin/setting.rhtml +0 -0
  50. data/{my_wiki/templates → templates}/app/views/my_wiki_mailer/inform.rhtml +0 -0
  51. data/{my_wiki/templates → templates}/app/views/page_admin/_form.rhtml +0 -0
  52. data/{my_wiki/templates → templates}/app/views/page_admin/edit.rhtml +0 -0
  53. data/{my_wiki/templates → templates}/app/views/page_admin/list.rhtml +0 -0
  54. data/{my_wiki/templates → templates}/app/views/page_admin/new.rhtml +0 -0
  55. data/{my_wiki/templates → templates}/app/views/page_admin/show.rhtml +0 -0
  56. data/{my_wiki/templates → templates}/app/views/user_admin/_form.rhtml +0 -0
  57. data/{my_wiki/templates → templates}/app/views/user_admin/change_password.rhtml +0 -0
  58. data/{my_wiki/templates → templates}/app/views/user_admin/list.rhtml +0 -0
  59. data/{my_wiki/templates → templates}/app/views/user_admin/signup.rhtml +0 -0
  60. data/{my_wiki/templates → templates}/components/admin/menu/menu.rhtml +0 -0
  61. data/{my_wiki/templates → templates}/components/admin/menu_controller.rb +0 -0
  62. data/{my_wiki/templates → templates}/components/list/list/list.rhtml +0 -0
  63. data/{my_wiki/templates → templates}/components/list/list_controller.rb +0 -0
  64. data/{my_wiki/templates → templates}/components/sidebar/sidebar/show.rhtml +0 -0
  65. data/{my_wiki/templates → templates}/components/sidebar/sidebar_controller.rb +0 -0
  66. data/{my_wiki/templates → templates}/config/routes.rb +0 -0
  67. data/{my_wiki/templates → templates}/db/migrate/001_my_wiki_migration.rb +0 -0
  68. data/{my_wiki/templates → templates}/lib/diff/lcs/array.rb +0 -0
  69. data/{my_wiki/templates → templates}/lib/diff/lcs/block.rb +0 -0
  70. data/{my_wiki/templates → templates}/lib/diff/lcs/callbacks.rb +0 -0
  71. data/{my_wiki/templates → templates}/lib/diff/lcs/change.rb +0 -0
  72. data/{my_wiki/templates → templates}/lib/diff/lcs/hunk.rb +0 -0
  73. data/{my_wiki/templates → templates}/lib/diff/lcs/ldiff.rb +0 -0
  74. data/{my_wiki/templates → templates}/lib/diff/lcs/string.rb +0 -0
  75. data/{my_wiki/templates → templates}/lib/diff/lcs.rb +0 -0
  76. data/{my_wiki/templates → templates}/lib/login_system.rb +0 -0
  77. data/{my_wiki/templates → templates}/lib/markup/simple_markup/fragments.rb +0 -0
  78. data/{my_wiki/templates → templates}/lib/markup/simple_markup/inline.rb +0 -0
  79. data/{my_wiki/templates → templates}/lib/markup/simple_markup/lines.rb +0 -0
  80. data/{my_wiki/templates → templates}/lib/markup/simple_markup/preprocess.rb +0 -0
  81. data/{my_wiki/templates → templates}/lib/markup/simple_markup/to_flow.rb +0 -0
  82. data/{my_wiki/templates → templates}/lib/markup/simple_markup/to_html.rb +0 -0
  83. data/{my_wiki/templates → templates}/lib/markup/simple_markup/to_latex.rb +0 -0
  84. data/{my_wiki/templates → templates}/lib/markup/simple_markup.rb +0 -0
  85. data/{my_wiki/templates → templates}/lib/my_wiki_plugin.rb +0 -0
  86. data/{my_wiki/templates → templates}/lib/my_wiki_plugins/christel.rb +0 -0
  87. data/{my_wiki/templates → templates}/lib/my_wiki_plugins/join.rb +0 -0
  88. data/{my_wiki/templates → templates}/lib/my_wiki_plugins/link_to_attach.rb +0 -0
  89. data/{my_wiki/templates → templates}/lib/my_wiki_plugins/recent.rb +0 -0
  90. data/{my_wiki/templates → templates}/public/javascripts/my_wiki.js +0 -0
  91. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/back.jpg +0 -0
  92. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/back1.jpg +0 -0
  93. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/back2.jpg +0 -0
  94. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/foot.jpg +0 -0
  95. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/h1.gif +0 -0
  96. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/h1.jpg +0 -0
  97. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/menu.jpg +0 -0
  98. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/menu2.jpg +0 -0
  99. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/menu_c.jpg +0 -0
  100. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/my_wiki.css +0 -0
  101. data/{my_wiki/templates → templates}/public/stylesheets/my_wiki/title.jpg +0 -0
  102. metadata +136 -138
  103. data/my_wiki/grep.txt +0 -238
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.1
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
- - my_wiki/grep.txt
32
- - my_wiki/my_wiki_generator.rb
33
- - my_wiki/templates
34
- - my_wiki/templates/app
35
- - my_wiki/templates/components
36
- - my_wiki/templates/config
37
- - my_wiki/templates/db
38
- - my_wiki/templates/lib
39
- - my_wiki/templates/POST_GENERATION_REMINDER
40
- - my_wiki/templates/public
41
- - my_wiki/templates/app/controllers
42
- - my_wiki/templates/app/helpers
43
- - my_wiki/templates/app/models
44
- - my_wiki/templates/app/views
45
- - my_wiki/templates/app/controllers/application.rb
46
- - my_wiki/templates/app/controllers/content_history_controller.rb
47
- - my_wiki/templates/app/controllers/login_controller.rb
48
- - my_wiki/templates/app/controllers/my_wiki_admin_controller.rb
49
- - my_wiki/templates/app/controllers/my_wiki_controller.rb
50
- - my_wiki/templates/app/controllers/page_admin_controller.rb
51
- - my_wiki/templates/app/controllers/user_admin_controller.rb
52
- - my_wiki/templates/app/helpers/application_helper.rb
53
- - my_wiki/templates/app/helpers/content_history_helper.rb
54
- - my_wiki/templates/app/helpers/login_helper.rb
55
- - my_wiki/templates/app/helpers/my_wiki_admin_helper.rb
56
- - my_wiki/templates/app/helpers/my_wiki_helper.rb
57
- - my_wiki/templates/app/helpers/page_admin_helper.rb
58
- - my_wiki/templates/app/helpers/user_admin_helper.rb
59
- - my_wiki/templates/app/models/attachment.rb
60
- - my_wiki/templates/app/models/content.rb
61
- - my_wiki/templates/app/models/content_history.rb
62
- - my_wiki/templates/app/models/content_sweeper.rb
63
- - my_wiki/templates/app/models/my_wiki_mailer.rb
64
- - my_wiki/templates/app/models/role.rb
65
- - my_wiki/templates/app/models/setting.rb
66
- - my_wiki/templates/app/models/user.rb
67
- - my_wiki/templates/app/views/content_history
68
- - my_wiki/templates/app/views/layouts
69
- - my_wiki/templates/app/views/login
70
- - my_wiki/templates/app/views/my_wiki
71
- - my_wiki/templates/app/views/my_wiki_admin
72
- - my_wiki/templates/app/views/my_wiki_mailer
73
- - my_wiki/templates/app/views/page_admin
74
- - my_wiki/templates/app/views/user_admin
75
- - my_wiki/templates/app/views/content_history/edit.rhtml
76
- - my_wiki/templates/app/views/content_history/list.rhtml
77
- - my_wiki/templates/app/views/content_history/new.rhtml
78
- - my_wiki/templates/app/views/content_history/show.rhtml
79
- - my_wiki/templates/app/views/content_history/_form.rhtml
80
- - my_wiki/templates/app/views/layouts/my_wiki.rhtml
81
- - my_wiki/templates/app/views/login/edit.rhtml
82
- - my_wiki/templates/app/views/login/login.rhtml
83
- - my_wiki/templates/app/views/login/logout.rhtml
84
- - my_wiki/templates/app/views/login/signup.rhtml
85
- - my_wiki/templates/app/views/login/welcome.rhtml
86
- - my_wiki/templates/app/views/my_wiki/css.rhtml
87
- - my_wiki/templates/app/views/my_wiki/diff.rhtml
88
- - my_wiki/templates/app/views/my_wiki/edit.rhtml
89
- - my_wiki/templates/app/views/my_wiki/fileinfo.rhtml
90
- - my_wiki/templates/app/views/my_wiki/list.rhtml
91
- - my_wiki/templates/app/views/my_wiki/mails.rhtml
92
- - my_wiki/templates/app/views/my_wiki/new.rhtml
93
- - my_wiki/templates/app/views/my_wiki/recent.rhtml
94
- - my_wiki/templates/app/views/my_wiki/search.rhtml
95
- - my_wiki/templates/app/views/my_wiki/search_result.rhtml
96
- - my_wiki/templates/app/views/my_wiki/show.rhtml
97
- - my_wiki/templates/app/views/my_wiki/_form.rhtml
98
- - my_wiki/templates/app/views/my_wiki_admin/index.rhtml
99
- - my_wiki/templates/app/views/my_wiki_admin/setting.rhtml
100
- - my_wiki/templates/app/views/my_wiki_mailer/inform.rhtml
101
- - my_wiki/templates/app/views/page_admin/edit.rhtml
102
- - my_wiki/templates/app/views/page_admin/list.rhtml
103
- - my_wiki/templates/app/views/page_admin/new.rhtml
104
- - my_wiki/templates/app/views/page_admin/show.rhtml
105
- - my_wiki/templates/app/views/page_admin/_form.rhtml
106
- - my_wiki/templates/app/views/user_admin/change_password.rhtml
107
- - my_wiki/templates/app/views/user_admin/list.rhtml
108
- - my_wiki/templates/app/views/user_admin/signup.rhtml
109
- - my_wiki/templates/app/views/user_admin/_form.rhtml
110
- - my_wiki/templates/components/admin
111
- - my_wiki/templates/components/list
112
- - my_wiki/templates/components/sidebar
113
- - my_wiki/templates/components/admin/menu
114
- - my_wiki/templates/components/admin/menu_controller.rb
115
- - my_wiki/templates/components/admin/menu/menu.rhtml
116
- - my_wiki/templates/components/list/list
117
- - my_wiki/templates/components/list/list_controller.rb
118
- - my_wiki/templates/components/list/list/list.rhtml
119
- - my_wiki/templates/components/sidebar/sidebar
120
- - my_wiki/templates/components/sidebar/sidebar_controller.rb
121
- - my_wiki/templates/components/sidebar/sidebar/show.rhtml
122
- - my_wiki/templates/config/routes.rb
123
- - my_wiki/templates/db/migrate
124
- - my_wiki/templates/db/migrate/001_my_wiki_migration.rb
125
- - my_wiki/templates/lib/diff
126
- - my_wiki/templates/lib/login_system.rb
127
- - my_wiki/templates/lib/markup
128
- - my_wiki/templates/lib/my_wiki_plugin.rb
129
- - my_wiki/templates/lib/my_wiki_plugins
130
- - my_wiki/templates/lib/diff/lcs
131
- - my_wiki/templates/lib/diff/lcs.rb
132
- - my_wiki/templates/lib/diff/lcs/array.rb
133
- - my_wiki/templates/lib/diff/lcs/block.rb
134
- - my_wiki/templates/lib/diff/lcs/callbacks.rb
135
- - my_wiki/templates/lib/diff/lcs/change.rb
136
- - my_wiki/templates/lib/diff/lcs/hunk.rb
137
- - my_wiki/templates/lib/diff/lcs/ldiff.rb
138
- - my_wiki/templates/lib/diff/lcs/string.rb
139
- - my_wiki/templates/lib/markup/simple_markup
140
- - my_wiki/templates/lib/markup/simple_markup.rb
141
- - my_wiki/templates/lib/markup/simple_markup/fragments.rb
142
- - my_wiki/templates/lib/markup/simple_markup/inline.rb
143
- - my_wiki/templates/lib/markup/simple_markup/lines.rb
144
- - my_wiki/templates/lib/markup/simple_markup/preprocess.rb
145
- - my_wiki/templates/lib/markup/simple_markup/to_flow.rb
146
- - my_wiki/templates/lib/markup/simple_markup/to_html.rb
147
- - my_wiki/templates/lib/markup/simple_markup/to_latex.rb
148
- - my_wiki/templates/lib/my_wiki_plugins/christel.rb
149
- - my_wiki/templates/lib/my_wiki_plugins/join.rb
150
- - my_wiki/templates/lib/my_wiki_plugins/link_to_attach.rb
151
- - my_wiki/templates/lib/my_wiki_plugins/recent.rb
152
- - my_wiki/templates/public/attached
153
- - my_wiki/templates/public/javascripts
154
- - my_wiki/templates/public/stylesheets
155
- - my_wiki/templates/public/javascripts/my_wiki.js
156
- - my_wiki/templates/public/stylesheets/my_wiki
157
- - my_wiki/templates/public/stylesheets/my_wiki/back.jpg
158
- - my_wiki/templates/public/stylesheets/my_wiki/back1.jpg
159
- - my_wiki/templates/public/stylesheets/my_wiki/back2.jpg
160
- - my_wiki/templates/public/stylesheets/my_wiki/foot.jpg
161
- - my_wiki/templates/public/stylesheets/my_wiki/h1.gif
162
- - my_wiki/templates/public/stylesheets/my_wiki/h1.jpg
163
- - my_wiki/templates/public/stylesheets/my_wiki/menu.jpg
164
- - my_wiki/templates/public/stylesheets/my_wiki/menu2.jpg
165
- - my_wiki/templates/public/stylesheets/my_wiki/menu_c.jpg
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"