webgen 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. data/ChangeLog +1523 -97
  2. data/Rakefile +11 -24
  3. data/TODO +22 -9
  4. data/VERSION +1 -1
  5. data/bin/webgen +2 -2
  6. data/bin/webgen-gallery-editor +654 -0
  7. data/bin/webgen-gui +10 -0
  8. data/data/webgen/data/ISO-639-2_values_8bits.txt +492 -0
  9. data/data/webgen/gallery-creator/default.png +0 -0
  10. data/data/webgen/icon_mapping.yaml +27 -0
  11. data/data/webgen/resources/emoticons/bigeyes/angry.png +0 -0
  12. data/data/webgen/resources/emoticons/bigeyes/cool.png +0 -0
  13. data/data/webgen/resources/emoticons/bigeyes/cry.png +0 -0
  14. data/data/webgen/resources/emoticons/bigeyes/drunk.png +0 -0
  15. data/data/webgen/resources/emoticons/bigeyes/lol.png +0 -0
  16. data/data/webgen/resources/emoticons/bigeyes/oops.png +0 -0
  17. data/data/webgen/resources/emoticons/bigeyes/sad.png +0 -0
  18. data/data/webgen/resources/emoticons/bigeyes/sleep.png +0 -0
  19. data/data/webgen/resources/emoticons/bigeyes/smile.png +0 -0
  20. data/data/webgen/resources/emoticons/bigeyes/tongue.png +0 -0
  21. data/data/webgen/resources/emoticons/bigeyes/wink.png +0 -0
  22. data/data/webgen/resources/emoticons/crystal/angry.png +0 -0
  23. data/data/webgen/resources/emoticons/crystal/cool.png +0 -0
  24. data/data/webgen/resources/emoticons/crystal/cry.png +0 -0
  25. data/data/webgen/resources/emoticons/crystal/drunk.png +0 -0
  26. data/data/webgen/resources/emoticons/crystal/lol.png +0 -0
  27. data/data/webgen/resources/emoticons/crystal/oops.png +0 -0
  28. data/data/webgen/resources/emoticons/crystal/sad.png +0 -0
  29. data/data/webgen/resources/emoticons/crystal/sleep.png +0 -0
  30. data/data/webgen/resources/emoticons/crystal/smile.png +0 -0
  31. data/data/webgen/resources/emoticons/crystal/tongue.png +0 -0
  32. data/data/webgen/resources/emoticons/crystal/wink.png +0 -0
  33. data/data/webgen/resources/emoticons/cyclops/angry.png +0 -0
  34. data/data/webgen/resources/emoticons/cyclops/cool.png +0 -0
  35. data/data/webgen/resources/emoticons/cyclops/cry.png +0 -0
  36. data/data/webgen/resources/emoticons/cyclops/drunk.png +0 -0
  37. data/data/webgen/resources/emoticons/cyclops/lol.png +0 -0
  38. data/data/webgen/resources/emoticons/cyclops/oops.png +0 -0
  39. data/data/webgen/resources/emoticons/cyclops/sad.png +0 -0
  40. data/data/webgen/resources/emoticons/cyclops/sleep.png +0 -0
  41. data/data/webgen/resources/emoticons/cyclops/smile.png +0 -0
  42. data/data/webgen/resources/emoticons/cyclops/tongue.png +0 -0
  43. data/data/webgen/resources/emoticons/cyclops/wink.png +0 -0
  44. data/data/webgen/resources/emoticons/glass/angry.png +0 -0
  45. data/data/webgen/resources/emoticons/glass/cool.png +0 -0
  46. data/data/webgen/resources/emoticons/glass/cry.png +0 -0
  47. data/data/webgen/resources/emoticons/glass/drunk.png +0 -0
  48. data/data/webgen/resources/emoticons/glass/lol.png +0 -0
  49. data/data/webgen/resources/emoticons/glass/oops.png +0 -0
  50. data/data/webgen/resources/emoticons/glass/sad.png +0 -0
  51. data/data/webgen/resources/emoticons/glass/sleep.png +0 -0
  52. data/data/webgen/resources/emoticons/glass/smile.png +0 -0
  53. data/data/webgen/resources/emoticons/glass/tongue.png +0 -0
  54. data/data/webgen/resources/emoticons/glass/wink.png +0 -0
  55. data/data/webgen/resources/emoticons/icqstyle/angry.png +0 -0
  56. data/data/webgen/resources/emoticons/icqstyle/cool.png +0 -0
  57. data/data/webgen/resources/emoticons/icqstyle/cry.png +0 -0
  58. data/data/webgen/resources/emoticons/icqstyle/drunk.png +0 -0
  59. data/data/webgen/resources/emoticons/icqstyle/lol.png +0 -0
  60. data/data/webgen/resources/emoticons/icqstyle/oops.png +0 -0
  61. data/data/webgen/resources/emoticons/icqstyle/sad.png +0 -0
  62. data/data/webgen/resources/emoticons/icqstyle/sleep.png +0 -0
  63. data/data/webgen/resources/emoticons/icqstyle/smile.png +0 -0
  64. data/data/webgen/resources/emoticons/icqstyle/tongue.png +0 -0
  65. data/data/webgen/resources/emoticons/icqstyle/wink.png +0 -0
  66. data/data/webgen/resources/emoticons/matrix/angry.gif +0 -0
  67. data/data/webgen/resources/emoticons/matrix/cool.gif +0 -0
  68. data/data/webgen/resources/emoticons/matrix/cry.gif +0 -0
  69. data/data/webgen/resources/emoticons/matrix/drunk.gif +0 -0
  70. data/data/webgen/resources/emoticons/matrix/lol.gif +0 -0
  71. data/data/webgen/resources/emoticons/matrix/oops.gif +0 -0
  72. data/data/webgen/resources/emoticons/matrix/sad.gif +0 -0
  73. data/data/webgen/resources/emoticons/matrix/sleep.gif +0 -0
  74. data/data/webgen/resources/emoticons/matrix/smile.gif +0 -0
  75. data/data/webgen/resources/emoticons/matrix/tongue.gif +0 -0
  76. data/data/webgen/resources/emoticons/matrix/wink.gif +0 -0
  77. data/data/webgen/resources/emoticons/smellies/angry.gif +0 -0
  78. data/data/webgen/resources/emoticons/smellies/cool.gif +0 -0
  79. data/data/webgen/resources/emoticons/smellies/cry.gif +0 -0
  80. data/data/webgen/resources/emoticons/smellies/drunk.gif +0 -0
  81. data/data/webgen/resources/emoticons/smellies/lol.gif +0 -0
  82. data/data/webgen/resources/emoticons/smellies/oops.gif +0 -0
  83. data/data/webgen/resources/emoticons/smellies/sad.gif +0 -0
  84. data/data/webgen/resources/emoticons/smellies/sleep.gif +0 -0
  85. data/data/webgen/resources/emoticons/smellies/smile.gif +0 -0
  86. data/data/webgen/resources/emoticons/smellies/tongue.gif +0 -0
  87. data/data/webgen/resources/emoticons/smellies/wink.gif +0 -0
  88. data/data/webgen/resources/icons/compressed.png +0 -0
  89. data/data/webgen/resources/icons/document.png +0 -0
  90. data/data/webgen/resources/icons/download.png +0 -0
  91. data/data/webgen/resources/icons/image.png +0 -0
  92. data/data/webgen/resources/icons/linux.png +0 -0
  93. data/data/webgen/resources/icons/mac.png +0 -0
  94. data/data/webgen/resources/icons/pdf.png +0 -0
  95. data/data/webgen/resources/icons/penguin.png +0 -0
  96. data/data/webgen/resources/icons/quicktime.png +0 -0
  97. data/data/webgen/resources/icons/real.png +0 -0
  98. data/data/webgen/resources/icons/rpm.png +0 -0
  99. data/data/webgen/resources/icons/sound.png +0 -0
  100. data/data/webgen/resources/icons/source.png +0 -0
  101. data/data/webgen/resources/icons/spreadsheet.png +0 -0
  102. data/data/webgen/resources/icons/text.png +0 -0
  103. data/data/webgen/resources/icons/vcard.png +0 -0
  104. data/data/webgen/resources/icons/video.png +0 -0
  105. data/data/webgen/resources/icons/win.png +0 -0
  106. data/data/webgen/{images → resources/images}/generated_by_webgen.png +0 -0
  107. data/data/webgen/{images → resources/images}/valid-css.gif +0 -0
  108. data/data/webgen/{images → resources/images}/valid-xhtml11.png +0 -0
  109. data/data/webgen/{images → resources/images}/webgen_logo.png +0 -0
  110. data/data/webgen/{example/src → website_styles/default}/default.css +0 -0
  111. data/data/webgen/{example/src → website_styles/default}/default.template +2 -2
  112. data/data/webgen/website_templates/default/README +6 -0
  113. data/data/webgen/{example → website_templates/default}/config.yaml +0 -0
  114. data/data/webgen/{example → website_templates/default}/src/index.page +0 -0
  115. data/data/webgen/website_templates/personal_hp/README +6 -0
  116. data/data/webgen/website_templates/personal_hp/src/about.page +12 -0
  117. data/data/webgen/website_templates/personal_hp/src/index.page +9 -0
  118. data/data/webgen/website_templates/personal_hp/src/links.page +22 -0
  119. data/data/webgen/website_templates/personal_hp/src/projects.page +20 -0
  120. data/data/webgen/website_templates/project/README +7 -0
  121. data/data/webgen/website_templates/project/src/about.page +12 -0
  122. data/data/webgen/website_templates/project/src/download.page +15 -0
  123. data/data/webgen/website_templates/project/src/features.page +8 -0
  124. data/data/webgen/website_templates/project/src/index.page +9 -0
  125. data/data/webgen/website_templates/project/src/screenshots.page +18 -0
  126. data/doc/config.yaml +3 -0
  127. data/doc/plugin/clidesc.rb +18 -7
  128. data/doc/plugin/emoticon.rb +29 -0
  129. data/doc/plugin/extension.rb +15 -16
  130. data/doc/plugin/listpluginparameters.rb +39 -0
  131. data/doc/plugin/resources.rb +4 -4
  132. data/doc/plugin/source.rb +21 -0
  133. data/doc/src/default.css +7 -4
  134. data/doc/src/default.template +4 -2
  135. data/doc/src/documentation/cli.page +1 -1
  136. data/doc/src/documentation/extending_webgen.page +102 -0
  137. data/doc/src/documentation/gettingstarted.page +3 -6
  138. data/doc/src/documentation/index.page +1 -1
  139. data/doc/src/documentation/plugins/{contenthandler → contenthandlers}/html.page +0 -0
  140. data/doc/src/documentation/plugins/{contenthandler → contenthandlers}/index.page +0 -0
  141. data/doc/src/documentation/plugins/{contenthandler → contenthandlers}/markdown.page +0 -0
  142. data/doc/src/documentation/plugins/{contenthandler → contenthandlers}/rdoc.page +0 -0
  143. data/doc/src/documentation/plugins/{contenthandler → contenthandlers}/textile.page +0 -0
  144. data/doc/src/documentation/plugins/{system → coreplugins}/configuration.page +0 -0
  145. data/doc/src/documentation/plugins/coreplugins/index.page +7 -0
  146. data/doc/src/documentation/plugins/{system → coreplugins}/logging.page +0 -0
  147. data/doc/src/documentation/plugins/{resourcemanager.page → coreplugins/resourcemanager.page} +5 -1
  148. data/doc/src/documentation/plugins/{filehandler → filehandlers}/backing.page +1 -1
  149. data/doc/src/documentation/plugins/{filehandler → filehandlers}/copy.page +1 -1
  150. data/doc/src/documentation/plugins/{filehandler/directory.page → filehandlers/directoryhandler.page} +11 -2
  151. data/doc/src/documentation/plugins/{filehandler/galleryhandler.page → filehandlers/gallery.page} +20 -13
  152. data/doc/src/documentation/plugins/{filehandler → filehandlers}/index.page +0 -0
  153. data/doc/src/documentation/plugins/{filehandler/pagehandler.page → filehandlers/page.page} +6 -4
  154. data/doc/src/documentation/plugins/{filehandler → filehandlers}/template.page +0 -0
  155. data/doc/src/documentation/plugins/{gallerylayouter → gallerylayouters}/index.page +7 -3
  156. data/doc/src/documentation/plugins/{htmlvalidator → htmlvalidators}/index.page +0 -0
  157. data/doc/src/documentation/plugins/{htmlvalidator → htmlvalidators}/xmllint.page +0 -0
  158. data/doc/src/documentation/plugins/index.page +4 -0
  159. data/doc/src/documentation/plugins/menustyles/{horizontal-dropdown.page → horizontaldropdown.page} +0 -0
  160. data/doc/src/documentation/plugins/menustyles/{vertical-dropdown.page → verticaldropdown.page} +1 -1
  161. data/doc/src/documentation/plugins/miscplugins/index.page +7 -0
  162. data/doc/src/documentation/plugins/miscplugins/smileyreplacer.page +38 -0
  163. data/doc/src/documentation/plugins/tags/breadcrumbtrail.page +20 -0
  164. data/doc/src/documentation/plugins/tags/download.page +23 -0
  165. data/doc/src/documentation/plugins/tags/resource.page +1 -1
  166. data/doc/src/documentation/plugins/tags/sitemap.page +1 -2
  167. data/doc/src/documentation/references/index.page +8 -0
  168. data/doc/src/documentation/{meta_info_reference.page → references/meta_info_reference.page} +1 -0
  169. data/doc/src/documentation/references/parameter_reference.page +12 -0
  170. data/doc/src/documentation/webgen_gallery_editor.page +82 -0
  171. data/doc/src/download.page +2 -2
  172. data/doc/src/features.page +3 -2
  173. data/doc/src/images/screenshots/wge-image.png +0 -0
  174. data/doc/src/images/screenshots/wge-layout-preview.png +0 -0
  175. data/doc/src/images/screenshots/wge-main-disabled.png +0 -0
  176. data/doc/src/images/screenshots/wge-main.png +0 -0
  177. data/doc/src/index.page +30 -11
  178. data/doc/src/meta.info +7 -7
  179. data/doc/src/screenshots.gallery +33 -0
  180. data/install.rb +1 -1
  181. data/lib/webgen.rb +275 -0
  182. data/lib/webgen/composite.rb +1 -1
  183. data/lib/webgen/gui/common.rb +38 -0
  184. data/lib/webgen/gui/main.rb +219 -0
  185. data/lib/webgen/gui/new_website_dlg.rb +125 -0
  186. data/lib/webgen/listener.rb +1 -1
  187. data/lib/webgen/node.rb +4 -2
  188. data/lib/webgen/plugin.rb +167 -100
  189. data/lib/webgen/plugins/{contenthandler/defaultcontenthandler.rb → contenthandlers/default.rb} +1 -1
  190. data/lib/webgen/plugins/{contenthandler → contenthandlers}/html.rb +2 -2
  191. data/lib/webgen/plugins/{contenthandler → contenthandlers}/markdown.rb +2 -2
  192. data/lib/webgen/plugins/{contenthandler → contenthandlers}/rdoc.rb +2 -2
  193. data/lib/webgen/plugins/{contenthandler → contenthandlers}/textile.rb +2 -2
  194. data/lib/webgen/{configuration.rb → plugins/coreplugins/configuration.rb} +34 -14
  195. data/lib/webgen/{logging.rb → plugins/coreplugins/logging.rb} +4 -4
  196. data/lib/webgen/plugins/{resourcemanager.rb → coreplugins/resourcemanager.rb} +44 -22
  197. data/lib/webgen/plugins/{filehandler → filehandlers}/backing.rb +11 -11
  198. data/lib/webgen/plugins/{filehandler/filecopy.rb → filehandlers/copy.rb} +3 -3
  199. data/lib/webgen/plugins/{filehandler → filehandlers}/directory.rb +15 -10
  200. data/lib/webgen/plugins/{filehandler → filehandlers}/filehandler.rb +9 -7
  201. data/lib/webgen/plugins/{filehandler/picturegallery.rb → filehandlers/gallery.rb} +35 -28
  202. data/lib/webgen/plugins/{filehandler → filehandlers}/page.rb +30 -15
  203. data/lib/webgen/plugins/{filehandler → filehandlers}/template.rb +3 -3
  204. data/lib/webgen/plugins/{gallerylayouter/defaultgallerylayouter.rb → gallerylayouters/default.rb} +11 -11
  205. data/lib/webgen/plugins/{htmlvalidator/defaulthtmlvalidator.rb → htmlvalidators/default.rb} +1 -1
  206. data/lib/webgen/plugins/{htmlvalidator → htmlvalidators}/xmllint.rb +2 -2
  207. data/lib/webgen/plugins/menustyles/{defaultmenustyle.rb → default.rb} +2 -2
  208. data/lib/webgen/plugins/menustyles/horizontal.rb +2 -2
  209. data/lib/webgen/plugins/menustyles/horizontal_dropdown.rb +2 -2
  210. data/lib/webgen/plugins/menustyles/partial.rb +2 -2
  211. data/lib/webgen/plugins/menustyles/vertical.rb +2 -2
  212. data/lib/webgen/plugins/menustyles/vertical_dropdown.rb +2 -2
  213. data/lib/webgen/plugins/miscplugins/smileyreplacer.rb +84 -0
  214. data/lib/webgen/plugins/{treewalker.rb → miscplugins/treewalker.rb} +1 -1
  215. data/lib/webgen/plugins/tags/{navbar.rb → breadcrumbtrail.rb} +5 -9
  216. data/lib/webgen/plugins/tags/date.rb +2 -6
  217. data/lib/webgen/plugins/tags/download.rb +155 -0
  218. data/lib/webgen/plugins/tags/executecommand.rb +2 -6
  219. data/lib/webgen/plugins/tags/includefile.rb +4 -8
  220. data/lib/webgen/plugins/tags/langbar.rb +2 -6
  221. data/lib/webgen/plugins/tags/menu.rb +2 -7
  222. data/lib/webgen/plugins/tags/meta.rb +2 -6
  223. data/lib/webgen/plugins/tags/relocatable.rb +2 -6
  224. data/lib/webgen/plugins/tags/sitemap.rb +14 -10
  225. data/lib/webgen/plugins/tags/tags.rb +25 -18
  226. data/lib/webgen/plugins/tags/wikilink.rb +2 -6
  227. metadata +311 -195
  228. data/doc/src/design.gallery +0 -18
  229. data/doc/src/designs/curdesign.png +0 -0
  230. data/doc/src/designs/nostyle.png +0 -0
  231. data/doc/src/designs/old.png +0 -0
  232. data/doc/src/documentation/plugins/gallerylayouter/defaultlayouter.page +0 -12
  233. data/doc/src/documentation/plugins/system/index.page +0 -7
  234. data/doc/src/documentation/plugins/tags/navbar.page +0 -20
  235. data/lib/webgen/webgen.rb +0 -271
  236. data/testsite/config.yaml +0 -7
  237. data/testsite/src/bghack.png +0 -0
  238. data/testsite/src/bluecloth.page +0 -102
  239. data/testsite/src/default.css +0 -146
  240. data/testsite/src/default.template +0 -33
  241. data/testsite/src/home.en.page +0 -22
  242. data/testsite/src/home.page +0 -22
  243. data/testsite/src/images/bghack.png +0 -0
  244. data/testsite/src/index.page +0 -21
  245. data/testsite/src/meta.info +0 -12
  246. data/testsite/src/news.page +0 -20
  247. data/testsite/src/news_are_so-cool.de.page +0 -19
  248. data/testsite/src/noindex/noindex.page +0 -20
  249. data/testsite/src/pictures/index.page +0 -20
  250. data/testsite/src/projects.de.page +0 -11
  251. data/testsite/src/projects.es.page +0 -11
  252. data/testsite/src/projects.page +0 -17
  253. data/testsite/src/projects/00.index.de.page +0 -10
  254. data/testsite/src/projects/01.project2.page +0 -20
  255. data/testsite/src/projects/02.project1.page +0 -20
  256. data/testsite/src/projects/05.project3.page +0 -22
  257. data/testsite/src/projects/index.page +0 -20
  258. data/testsite/src/projects/subproj/index.page +0 -22
  259. data/testsite/src/projects/subproj/project3.page +0 -21
  260. data/testsite/src/rdoc.page +0 -12
  261. data/testsite/src/redcloth.page +0 -106
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: langbar.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: langbar.rb 324 2005-07-04 12:54:25Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -33,12 +33,8 @@ module Tags
33
33
  'although the page is only available in one language?'
34
34
  add_param 'showOwnLang', true, 'Should the link to the currently displayed '\
35
35
  'language page be shown? '
36
- depends_on 'Tags'
37
36
 
38
- def initialize
39
- super
40
- register_tag( 'langbar' )
41
- end
37
+ tag 'langbar'
42
38
 
43
39
  def process_tag( tag, node, refNode )
44
40
  output = node.parent.find_all do |a|
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: menu.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: menu.rb 324 2005-07-04 12:54:25Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -91,17 +91,12 @@ module Tags
91
91
 
92
92
 
93
93
  summary 'Builds a menu'
94
- depends_on 'Tags'
95
-
96
94
  add_param 'menuStyle', 'vertical', 'Specifies the style of the menu.'
97
95
  add_param 'options', {}, 'Optional options that are passed on to the plugin which is layouts the menu.'
98
96
 
99
97
  used_meta_info 'orderInfo', 'inMenu'
100
98
 
101
- def initialize
102
- super
103
- register_tag( 'menu' )
104
- end
99
+ tag 'menu'
105
100
 
106
101
  def process_tag( tag, node, refNode )
107
102
  unless defined?( @menuTree )
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: meta.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: meta.rb 324 2005-07-04 12:54:25Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -32,12 +32,8 @@ module Tags
32
32
  class MetaTag < DefaultTag
33
33
 
34
34
  summary "Replaces all tags without tag plugin with their respective values from the node meta data"
35
- depends_on 'Tags'
36
35
 
37
- def initialize
38
- super
39
- register_tag( :default )
40
- end
36
+ tag :default
41
37
 
42
38
  def process_tag( tag, node, refNode )
43
39
  output = ''
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: relocatable.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: relocatable.rb 324 2005-07-04 12:54:25Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -36,14 +36,10 @@ module Tags
36
36
  class RelocatableTag < DefaultTag
37
37
 
38
38
  summary 'Adds a relative path to the specified name if necessary'
39
- depends_on 'Tags'
40
39
  add_param 'item', nil, 'The item which should be relocatable'
41
40
  set_mandatory 'item', true
42
41
 
43
- def initialize
44
- super
45
- register_tag( 'relocatable' )
46
- end
42
+ tag 'relocatable'
47
43
 
48
44
  def process_tag( tag, node, refNode )
49
45
  uri_string = get_param( 'item' )
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: sitemap.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: sitemap.rb 357 2005-09-09 08:43:44Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -30,14 +30,12 @@ module Tags
30
30
  summary 'Shows all pages of the website'
31
31
  add_param 'levelTag', 'ul', 'The tag used for creating a new hierarchy level.'
32
32
  add_param 'itemTag', 'li', 'The tag used for pages.'
33
- depends_on 'Tags'
33
+ add_param 'honorInMenu', true, 'Only pages for which the \'inMenu\' meta information is set are shown in ' \
34
+ 'the sitemap if true'
34
35
 
35
36
  used_meta_info 'orderInfo'
36
37
 
37
- def initialize
38
- super
39
- register_tag( 'sitemap' )
40
- end
38
+ tag 'sitemap'
41
39
 
42
40
  def process_tag( tag, srcNode, refNode )
43
41
  root = Node.root( srcNode )
@@ -53,20 +51,26 @@ module Tags
53
51
 
54
52
  processed_pagenodes = []
55
53
  out = "<#{get_param( 'levelTag' )}>"
54
+ temp = ''
56
55
  node.sort( &Node::SORT_PROC ).each do |child|
57
- next unless (child['int:directory?'] || child['int:pagename']) && !processed_pagenodes.include?( child['int:pagename'] )
56
+ next unless (child['int:directory?'] || (child['int:pagename'] && (!get_param( 'honorInMenu' ) || child['inMenu']))) && !processed_pagenodes.include?( child['int:pagename'] )
58
57
  processed_pagenodes << child['int:pagename'] if child['int:pagename']
59
58
 
59
+ next if !node['indexFile'].nil? && node['indexFile']['int:pagename'] == child['int:pagename']
60
+
60
61
  isDir = child['int:directory?']
61
62
  subout = output_node( child, srcNode )
62
63
  link = child['processor'].get_html_link( child, srcNode ) if subout != '' || !isDir
63
64
 
64
- out += "<#{get_param( 'itemTag' )}>#{link}" if !isDir || subout != ''
65
- out += subout if isDir
66
- out += "</#{get_param( 'itemTag' )}>" if !isDir || subout != ''
65
+ temp += "<#{get_param( 'itemTag' )}>#{link}" if !isDir || subout != ''
66
+ temp += subout if isDir
67
+ temp += "</#{get_param( 'itemTag' )}>" if !isDir || subout != ''
67
68
  end
68
69
 
70
+ out += temp
69
71
  out += "</#{get_param( 'levelTag' )}>"
72
+
73
+ (temp == '' ? temp : out)
70
74
  end
71
75
 
72
76
  end
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: tags.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: tags.rb 326 2005-07-05 11:33:57Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -35,13 +35,6 @@ module Tags
35
35
 
36
36
  summary "Super plugin for handling tags"
37
37
 
38
- # Tag plugins should add an entry to this hash.
39
- attr_reader :tags
40
-
41
- def initialize
42
- @tags = Hash.new
43
- end
44
-
45
38
  # Substitutes all references to tags in the string +content+. The +node+ parameter specifies the
46
39
  # tree node the content of which is used. The +refNode+ parameter specifies relative to which
47
40
  # all references should be resolved.
@@ -106,10 +99,11 @@ module Tags
106
99
 
107
100
  # Returns the tag processor for +tag+ or throws an error if +tag+ is unkown.
108
101
  def get_tag_processor( tag )
109
- if @tags.has_key?( tag )
110
- return @tags[tag]
111
- elsif @tags.has_key?( :default )
112
- return @tags[:default]
102
+ tags = DefaultTag.get_tag_plugins
103
+ if tags.has_key?( tag )
104
+ return Webgen::Plugin.config[tags[tag]].obj
105
+ elsif tags.has_key?( :default )
106
+ return Webgen::Plugin.config[tags[:default]].obj
113
107
  else
114
108
  self.logger.error { "No tag processor for tag '#{tag}' found" }
115
109
  return DefaultTag.new
@@ -140,18 +134,31 @@ module Tags
140
134
  # will be assigned to the default mandatory parameter. There *should* be only one default
141
135
  # mandatory parameter.
142
136
  def self.set_mandatory( param, default = false )
143
- if Webgen::Plugin.config[self].params.nil? || !Webgen::Plugin.config[self].params.has_key?( param )
137
+ if self.config[self].params.nil? || !self.config[self].params.has_key?( param )
144
138
  self.logger.error { "Cannot set parameter #{param} as mandatory as this parameter does not exist for #{self.name}" }
145
139
  else
146
- Webgen::Plugin.config[self].params[param].mandatory = true
147
- Webgen::Plugin.config[self].params[param].mandatoryDefault = default
140
+ self.config[self].params[param].mandatory = true
141
+ self.config[self].params[param].mandatoryDefault = default
148
142
  end
149
143
  end
150
144
 
151
- # Register +tag+ at the Tags plugin.
145
+ # Register +tag+ so that it gets handled by the current class.
146
+ def self.tag( tag )
147
+ logger.info { "Registering class #{self.name} for handling the tag '#{tag}'" }
148
+ tags = (self.config[DefaultTag].tag_plugins ||= {})
149
+ logger.warn { "Tag #{tag} already associated with class #{tags[tag].name}, not using class #{self.name} for it!" } if tags[tag]
150
+ tags[tag] ||= self
151
+ self.config[self].tag = tag
152
+ end
153
+
154
+ # Old style API
152
155
  def register_tag( tag )
153
- Webgen::Plugin['Tags'].tags[tag] = self
154
- Webgen::Plugin.config[self.class].tag = tag
156
+ self.class.tag( tag )
157
+ end
158
+
159
+ # Returns the registered tag plugins.
160
+ def self.get_tag_plugins
161
+ self.config[DefaultTag].tag_plugins
155
162
  end
156
163
 
157
164
  # Set the configuration parameters for the next #process_tag call. The configuration, if
@@ -1,7 +1,7 @@
1
1
  #
2
2
  #--
3
3
  #
4
- # $Id: wikilink.rb 334 2005-08-23 19:11:53Z thomas $
4
+ # $Id: wikilink.rb 324 2005-07-04 12:54:25Z thomas $
5
5
  #
6
6
  # webgen: template based static website generator
7
7
  # Copyright (C) 2004 Thomas Leitner
@@ -27,7 +27,6 @@ module Tags
27
27
  class WikiLinkTag < DefaultTag
28
28
 
29
29
  summary 'Adds a link to wiki page'
30
- depends_on 'Tags'
31
30
  add_param 'title', nil, 'The title of the link. If it is not specified, the title of the current page is used.'
32
31
  add_param 'rootURL', '/wiki/wiki.pl?', 'The root URL for the wiki link, ie. the path to the wiki CGI.'
33
32
  add_param 'relURL', nil, 'The relativ URL for the wiki link (the varying part that is appended to rootURL). ' \
@@ -37,10 +36,7 @@ module Tags
37
36
 
38
37
  used_meta_info 'title'
39
38
 
40
- def initialize
41
- super
42
- register_tag( 'wikilink' )
43
- end
39
+ tag 'wikilink'
44
40
 
45
41
  def process_tag( tag, node, refNode )
46
42
  "<a href=\"#{get_link( node )}\">#{get_param( 'title' ) || node['title']}</a>"
metadata CHANGED
@@ -1,13 +1,13 @@
1
- --- !ruby/object:Gem::Specification
1
+ !ruby/object:Gem::Specification
2
2
  rubygems_version: 0.8.6
3
3
  specification_version: 1
4
4
  name: webgen
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.6
7
- date: 2005-08-23
6
+ version: 0.3.7
7
+ date: 2005-11-27
8
8
  summary: Webgen is a templated based static website generator.
9
9
  require_paths:
10
- - lib
10
+ - lib
11
11
  email: t_leitner@gmx.at
12
12
  homepage: http://webgen.rubyforge.org
13
13
  rubyforge_project: webgen
@@ -18,205 +18,321 @@ bindir: bin
18
18
  has_rdoc: true
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
21
- -
22
- - ">"
23
- - !ruby/object:Gem::Version
24
- version: 0.0.0
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
25
24
  version:
26
25
  platform: ruby
27
26
  authors:
28
- - Thomas Leitner
27
+ - Thomas Leitner
29
28
  files:
30
- - setup.rb
31
- - TODO
32
- - COPYING
33
- - README
34
- - Rakefile
35
- - ChangeLog
36
- - VERSION
37
- - install.rb
38
- - bin/webgen
39
- - lib/webgen/composite.rb
40
- - lib/webgen/configuration.rb
41
- - lib/webgen/node.rb
42
- - lib/webgen/logging.rb
43
- - lib/webgen/listener.rb
44
- - lib/webgen/plugin.rb
45
- - lib/webgen/webgen.rb
46
- - lib/webgen/plugins/resourcemanager.rb
47
- - lib/webgen/plugins/treewalker.rb
48
- - lib/webgen/plugins/tags/date.rb
49
- - lib/webgen/plugins/tags/executecommand.rb
50
- - lib/webgen/plugins/tags/navbar.rb
51
- - lib/webgen/plugins/tags/wikilink.rb
52
- - lib/webgen/plugins/tags/tags.rb
53
- - lib/webgen/plugins/tags/menu.rb
54
- - lib/webgen/plugins/tags/meta.rb
55
- - lib/webgen/plugins/tags/includefile.rb
56
- - lib/webgen/plugins/tags/sitemap.rb
57
- - lib/webgen/plugins/tags/langbar.rb
58
- - lib/webgen/plugins/tags/relocatable.rb
59
- - lib/webgen/plugins/contenthandler/rdoc.rb
60
- - lib/webgen/plugins/contenthandler/textile.rb
61
- - lib/webgen/plugins/contenthandler/markdown.rb
62
- - lib/webgen/plugins/contenthandler/defaultcontenthandler.rb
63
- - lib/webgen/plugins/contenthandler/html.rb
64
- - lib/webgen/plugins/filehandler/picturegallery.rb
65
- - lib/webgen/plugins/filehandler/backing.rb
66
- - lib/webgen/plugins/filehandler/template.rb
67
- - lib/webgen/plugins/filehandler/directory.rb
68
- - lib/webgen/plugins/filehandler/page.rb
69
- - lib/webgen/plugins/filehandler/filecopy.rb
70
- - lib/webgen/plugins/filehandler/filehandler.rb
71
- - lib/webgen/plugins/menustyles/defaultmenustyle.rb
72
- - lib/webgen/plugins/menustyles/partial.rb
73
- - lib/webgen/plugins/menustyles/vertical_dropdown.rb
74
- - lib/webgen/plugins/menustyles/horizontal_dropdown.rb
75
- - lib/webgen/plugins/menustyles/horizontal.rb
76
- - lib/webgen/plugins/menustyles/vertical.rb
77
- - lib/webgen/plugins/gallerylayouter/defaultgallerylayouter.rb
78
- - lib/webgen/plugins/htmlvalidator/defaulthtmlvalidator.rb
79
- - lib/webgen/plugins/htmlvalidator/xmllint.rb
80
- - data/webgen
81
- - data/webgen/example
82
- - data/webgen/images
83
- - data/webgen/example/log
84
- - data/webgen/example/src
85
- - data/webgen/example/config.yaml
86
- - data/webgen/example/output
87
- - data/webgen/example/plugin
88
- - data/webgen/example/src/default.css
89
- - data/webgen/example/src/index.page
90
- - data/webgen/example/src/default.template
91
- - data/webgen/images/valid-css.gif
92
- - data/webgen/images/generated_by_webgen.png
93
- - data/webgen/images/webgen_logo.png
94
- - data/webgen/images/valid-xhtml11.png
95
- - testsite/src
96
- - testsite/config.yaml
97
- - testsite/src/bluecloth.page
98
- - testsite/src/news_are_so-cool.de.page
99
- - testsite/src/default.css
100
- - testsite/src/projects.es.page
101
- - testsite/src/bghack.png
102
- - testsite/src/projects.page
103
- - testsite/src/rdoc.page
104
- - testsite/src/pictures
105
- - testsite/src/index.page
106
- - testsite/src/images
107
- - testsite/src/default.template
108
- - testsite/src/noindex
109
- - testsite/src/meta.info
110
- - testsite/src/projects
111
- - testsite/src/home.page
112
- - testsite/src/projects.de.page
113
- - testsite/src/news.page
114
- - testsite/src/home.en.page
115
- - testsite/src/redcloth.page
116
- - testsite/src/pictures/index.page
117
- - testsite/src/images/bghack.png
118
- - testsite/src/noindex/noindex.page
119
- - testsite/src/projects/05.project3.page
120
- - testsite/src/projects/index.page
121
- - testsite/src/projects/subproj
122
- - testsite/src/projects/01.project2.page
123
- - testsite/src/projects/00.index.de.page
124
- - testsite/src/projects/02.project1.page
125
- - testsite/src/projects/subproj/index.page
126
- - testsite/src/projects/subproj/project3.page
127
- - doc/src
128
- - doc/config.yaml
129
- - doc/plugin
130
- - doc/src/designs
131
- - doc/src/default.css
132
- - doc/src/features.page
133
- - doc/src/index.page
134
- - doc/src/about.page
135
- - doc/src/documentation
136
- - doc/src/download.page
137
- - doc/src/design.gallery
138
- - doc/src/default.template
139
- - doc/src/meta.info
140
- - doc/src/designs/curdesign.png
141
- - doc/src/designs/nostyle.png
142
- - doc/src/designs/old.png
143
- - doc/src/documentation/gettingstarted.page
144
- - doc/src/documentation/index.page
145
- - doc/src/documentation/meta_info_reference.page
146
- - doc/src/documentation/cli.page
147
- - doc/src/documentation/plugins
148
- - doc/src/documentation/plugins/tags
149
- - doc/src/documentation/plugins/contenthandler
150
- - doc/src/documentation/plugins/index.page
151
- - doc/src/documentation/plugins/filehandler
152
- - doc/src/documentation/plugins/resourcemanager.page
153
- - doc/src/documentation/plugins/menustyles
154
- - doc/src/documentation/plugins/system
155
- - doc/src/documentation/plugins/gallerylayouter
156
- - doc/src/documentation/plugins/htmlvalidator
157
- - doc/src/documentation/plugins/tags/multilang.fr.page
158
- - doc/src/documentation/plugins/tags/multilang.page
159
- - doc/src/documentation/plugins/tags/menu.page
160
- - doc/src/documentation/plugins/tags/relocatable.page
161
- - doc/src/documentation/plugins/tags/date.page
162
- - doc/src/documentation/plugins/tags/executecommand.page
163
- - doc/src/documentation/plugins/tags/menu.de.page
164
- - doc/src/documentation/plugins/tags/index.page
165
- - doc/src/documentation/plugins/tags/langbar.page
166
- - doc/src/documentation/plugins/tags/navbar.page
167
- - doc/src/documentation/plugins/tags/resource.page
168
- - doc/src/documentation/plugins/tags/sitemap.page
169
- - doc/src/documentation/plugins/tags/multilang.de.page
170
- - doc/src/documentation/plugins/tags/meta.page
171
- - doc/src/documentation/plugins/tags/langbar.de.page
172
- - doc/src/documentation/plugins/tags/wikilink.page
173
- - doc/src/documentation/plugins/tags/includefile.page
174
- - doc/src/documentation/plugins/contenthandler/html.page
175
- - doc/src/documentation/plugins/contenthandler/rdoc.page
176
- - doc/src/documentation/plugins/contenthandler/index.page
177
- - doc/src/documentation/plugins/contenthandler/textile.page
178
- - doc/src/documentation/plugins/contenthandler/markdown.page
179
- - doc/src/documentation/plugins/filehandler/template.page
180
- - doc/src/documentation/plugins/filehandler/directory.page
181
- - doc/src/documentation/plugins/filehandler/galleryhandler.page
182
- - doc/src/documentation/plugins/filehandler/index.page
183
- - doc/src/documentation/plugins/filehandler/pagehandler.page
184
- - doc/src/documentation/plugins/filehandler/copy.page
185
- - doc/src/documentation/plugins/filehandler/backing.page
186
- - doc/src/documentation/plugins/menustyles/horizontal.page
187
- - doc/src/documentation/plugins/menustyles/index.page
188
- - doc/src/documentation/plugins/menustyles/horizontal-dropdown.page
189
- - doc/src/documentation/plugins/menustyles/vertical-dropdown.page
190
- - doc/src/documentation/plugins/menustyles/vertical.page
191
- - doc/src/documentation/plugins/menustyles/partial.page
192
- - doc/src/documentation/plugins/system/index.page
193
- - doc/src/documentation/plugins/system/logging.page
194
- - doc/src/documentation/plugins/system/configuration.page
195
- - doc/src/documentation/plugins/gallerylayouter/defaultlayouter.page
196
- - doc/src/documentation/plugins/gallerylayouter/index.page
197
- - doc/src/documentation/plugins/htmlvalidator/index.page
198
- - doc/src/documentation/plugins/htmlvalidator/xmllint.page
199
- - doc/plugin/resources.rb
200
- - doc/plugin/clidesc.rb
201
- - doc/plugin/extension.rb
29
+ - setup.rb
30
+ - TODO
31
+ - COPYING
32
+ - README
33
+ - Rakefile
34
+ - ChangeLog
35
+ - VERSION
36
+ - install.rb
37
+ - bin/webgen-gallery-editor
38
+ - bin/webgen
39
+ - bin/webgen-gui
40
+ - lib/webgen.rb
41
+ - lib/webgen/composite.rb
42
+ - lib/webgen/node.rb
43
+ - lib/webgen/listener.rb
44
+ - lib/webgen/plugin.rb
45
+ - lib/webgen/gui/common.rb
46
+ - lib/webgen/gui/main.rb
47
+ - lib/webgen/gui/new_website_dlg.rb
48
+ - lib/webgen/plugins/tags/date.rb
49
+ - lib/webgen/plugins/tags/executecommand.rb
50
+ - lib/webgen/plugins/tags/wikilink.rb
51
+ - lib/webgen/plugins/tags/tags.rb
52
+ - lib/webgen/plugins/tags/menu.rb
53
+ - lib/webgen/plugins/tags/meta.rb
54
+ - lib/webgen/plugins/tags/includefile.rb
55
+ - lib/webgen/plugins/tags/breadcrumbtrail.rb
56
+ - lib/webgen/plugins/tags/sitemap.rb
57
+ - lib/webgen/plugins/tags/langbar.rb
58
+ - lib/webgen/plugins/tags/download.rb
59
+ - lib/webgen/plugins/tags/relocatable.rb
60
+ - lib/webgen/plugins/contenthandlers/rdoc.rb
61
+ - lib/webgen/plugins/contenthandlers/textile.rb
62
+ - lib/webgen/plugins/contenthandlers/markdown.rb
63
+ - lib/webgen/plugins/contenthandlers/default.rb
64
+ - lib/webgen/plugins/contenthandlers/html.rb
65
+ - lib/webgen/plugins/htmlvalidators/xmllint.rb
66
+ - lib/webgen/plugins/htmlvalidators/default.rb
67
+ - lib/webgen/plugins/coreplugins/configuration.rb
68
+ - lib/webgen/plugins/coreplugins/resourcemanager.rb
69
+ - lib/webgen/plugins/coreplugins/logging.rb
70
+ - lib/webgen/plugins/menustyles/partial.rb
71
+ - lib/webgen/plugins/menustyles/vertical_dropdown.rb
72
+ - lib/webgen/plugins/menustyles/default.rb
73
+ - lib/webgen/plugins/menustyles/horizontal_dropdown.rb
74
+ - lib/webgen/plugins/menustyles/horizontal.rb
75
+ - lib/webgen/plugins/menustyles/vertical.rb
76
+ - lib/webgen/plugins/filehandlers/copy.rb
77
+ - lib/webgen/plugins/filehandlers/gallery.rb
78
+ - lib/webgen/plugins/filehandlers/backing.rb
79
+ - lib/webgen/plugins/filehandlers/template.rb
80
+ - lib/webgen/plugins/filehandlers/directory.rb
81
+ - lib/webgen/plugins/filehandlers/page.rb
82
+ - lib/webgen/plugins/filehandlers/filehandler.rb
83
+ - lib/webgen/plugins/gallerylayouters/default.rb
84
+ - lib/webgen/plugins/miscplugins/smileyreplacer.rb
85
+ - lib/webgen/plugins/miscplugins/treewalker.rb
86
+ - data/webgen
87
+ - data/webgen/data
88
+ - data/webgen/gallery-creator
89
+ - data/webgen/icon_mapping.yaml
90
+ - data/webgen/website_templates
91
+ - data/webgen/website_styles
92
+ - data/webgen/resources
93
+ - data/webgen/data/ISO-639-2_values_8bits.txt
94
+ - data/webgen/gallery-creator/default.png
95
+ - data/webgen/website_templates/default
96
+ - data/webgen/website_templates/personal_hp
97
+ - data/webgen/website_templates/project
98
+ - data/webgen/website_templates/default/src
99
+ - data/webgen/website_templates/default/README
100
+ - data/webgen/website_templates/default/config.yaml
101
+ - data/webgen/website_templates/default/src/index.page
102
+ - data/webgen/website_templates/personal_hp/src
103
+ - data/webgen/website_templates/personal_hp/README
104
+ - data/webgen/website_templates/personal_hp/src/links.page
105
+ - data/webgen/website_templates/personal_hp/src/projects.page
106
+ - data/webgen/website_templates/personal_hp/src/index.page
107
+ - data/webgen/website_templates/personal_hp/src/about.page
108
+ - data/webgen/website_templates/project/src
109
+ - data/webgen/website_templates/project/README
110
+ - data/webgen/website_templates/project/src/screenshots.page
111
+ - data/webgen/website_templates/project/src/features.page
112
+ - data/webgen/website_templates/project/src/index.page
113
+ - data/webgen/website_templates/project/src/about.page
114
+ - data/webgen/website_templates/project/src/download.page
115
+ - data/webgen/website_styles/default
116
+ - data/webgen/website_styles/default/default.css
117
+ - data/webgen/website_styles/default/default.template
118
+ - data/webgen/resources/icons
119
+ - data/webgen/resources/emoticons
120
+ - data/webgen/resources/images
121
+ - data/webgen/resources/icons/video.png
122
+ - data/webgen/resources/icons/spreadsheet.png
123
+ - data/webgen/resources/icons/vcard.png
124
+ - data/webgen/resources/icons/rpm.png
125
+ - data/webgen/resources/icons/mac.png
126
+ - data/webgen/resources/icons/document.png
127
+ - data/webgen/resources/icons/compressed.png
128
+ - data/webgen/resources/icons/text.png
129
+ - data/webgen/resources/icons/source.png
130
+ - data/webgen/resources/icons/sound.png
131
+ - data/webgen/resources/icons/image.png
132
+ - data/webgen/resources/icons/quicktime.png
133
+ - data/webgen/resources/icons/pdf.png
134
+ - data/webgen/resources/icons/win.png
135
+ - data/webgen/resources/icons/real.png
136
+ - data/webgen/resources/icons/download.png
137
+ - data/webgen/resources/icons/linux.png
138
+ - data/webgen/resources/icons/penguin.png
139
+ - data/webgen/resources/emoticons/crystal
140
+ - data/webgen/resources/emoticons/glass
141
+ - data/webgen/resources/emoticons/cyclops
142
+ - data/webgen/resources/emoticons/icqstyle
143
+ - data/webgen/resources/emoticons/matrix
144
+ - data/webgen/resources/emoticons/smellies
145
+ - data/webgen/resources/emoticons/bigeyes
146
+ - data/webgen/resources/emoticons/crystal/tongue.png
147
+ - data/webgen/resources/emoticons/crystal/cry.png
148
+ - data/webgen/resources/emoticons/crystal/sad.png
149
+ - data/webgen/resources/emoticons/crystal/sleep.png
150
+ - data/webgen/resources/emoticons/crystal/lol.png
151
+ - data/webgen/resources/emoticons/crystal/cool.png
152
+ - data/webgen/resources/emoticons/crystal/smile.png
153
+ - data/webgen/resources/emoticons/crystal/angry.png
154
+ - data/webgen/resources/emoticons/crystal/wink.png
155
+ - data/webgen/resources/emoticons/crystal/oops.png
156
+ - data/webgen/resources/emoticons/crystal/drunk.png
157
+ - data/webgen/resources/emoticons/glass/tongue.png
158
+ - data/webgen/resources/emoticons/glass/cry.png
159
+ - data/webgen/resources/emoticons/glass/sad.png
160
+ - data/webgen/resources/emoticons/glass/sleep.png
161
+ - data/webgen/resources/emoticons/glass/lol.png
162
+ - data/webgen/resources/emoticons/glass/cool.png
163
+ - data/webgen/resources/emoticons/glass/smile.png
164
+ - data/webgen/resources/emoticons/glass/angry.png
165
+ - data/webgen/resources/emoticons/glass/wink.png
166
+ - data/webgen/resources/emoticons/glass/oops.png
167
+ - data/webgen/resources/emoticons/glass/drunk.png
168
+ - data/webgen/resources/emoticons/cyclops/tongue.png
169
+ - data/webgen/resources/emoticons/cyclops/cry.png
170
+ - data/webgen/resources/emoticons/cyclops/sad.png
171
+ - data/webgen/resources/emoticons/cyclops/sleep.png
172
+ - data/webgen/resources/emoticons/cyclops/lol.png
173
+ - data/webgen/resources/emoticons/cyclops/cool.png
174
+ - data/webgen/resources/emoticons/cyclops/smile.png
175
+ - data/webgen/resources/emoticons/cyclops/angry.png
176
+ - data/webgen/resources/emoticons/cyclops/wink.png
177
+ - data/webgen/resources/emoticons/cyclops/oops.png
178
+ - data/webgen/resources/emoticons/cyclops/drunk.png
179
+ - data/webgen/resources/emoticons/icqstyle/tongue.png
180
+ - data/webgen/resources/emoticons/icqstyle/cry.png
181
+ - data/webgen/resources/emoticons/icqstyle/sad.png
182
+ - data/webgen/resources/emoticons/icqstyle/sleep.png
183
+ - data/webgen/resources/emoticons/icqstyle/lol.png
184
+ - data/webgen/resources/emoticons/icqstyle/cool.png
185
+ - data/webgen/resources/emoticons/icqstyle/smile.png
186
+ - data/webgen/resources/emoticons/icqstyle/angry.png
187
+ - data/webgen/resources/emoticons/icqstyle/wink.png
188
+ - data/webgen/resources/emoticons/icqstyle/oops.png
189
+ - data/webgen/resources/emoticons/icqstyle/drunk.png
190
+ - data/webgen/resources/emoticons/matrix/tongue.gif
191
+ - data/webgen/resources/emoticons/matrix/cry.gif
192
+ - data/webgen/resources/emoticons/matrix/sad.gif
193
+ - data/webgen/resources/emoticons/matrix/sleep.gif
194
+ - data/webgen/resources/emoticons/matrix/lol.gif
195
+ - data/webgen/resources/emoticons/matrix/cool.gif
196
+ - data/webgen/resources/emoticons/matrix/smile.gif
197
+ - data/webgen/resources/emoticons/matrix/angry.gif
198
+ - data/webgen/resources/emoticons/matrix/wink.gif
199
+ - data/webgen/resources/emoticons/matrix/oops.gif
200
+ - data/webgen/resources/emoticons/matrix/drunk.gif
201
+ - data/webgen/resources/emoticons/smellies/tongue.gif
202
+ - data/webgen/resources/emoticons/smellies/cry.gif
203
+ - data/webgen/resources/emoticons/smellies/sad.gif
204
+ - data/webgen/resources/emoticons/smellies/sleep.gif
205
+ - data/webgen/resources/emoticons/smellies/lol.gif
206
+ - data/webgen/resources/emoticons/smellies/cool.gif
207
+ - data/webgen/resources/emoticons/smellies/smile.gif
208
+ - data/webgen/resources/emoticons/smellies/angry.gif
209
+ - data/webgen/resources/emoticons/smellies/wink.gif
210
+ - data/webgen/resources/emoticons/smellies/oops.gif
211
+ - data/webgen/resources/emoticons/smellies/drunk.gif
212
+ - data/webgen/resources/emoticons/bigeyes/tongue.png
213
+ - data/webgen/resources/emoticons/bigeyes/cry.png
214
+ - data/webgen/resources/emoticons/bigeyes/sad.png
215
+ - data/webgen/resources/emoticons/bigeyes/sleep.png
216
+ - data/webgen/resources/emoticons/bigeyes/lol.png
217
+ - data/webgen/resources/emoticons/bigeyes/cool.png
218
+ - data/webgen/resources/emoticons/bigeyes/smile.png
219
+ - data/webgen/resources/emoticons/bigeyes/angry.png
220
+ - data/webgen/resources/emoticons/bigeyes/wink.png
221
+ - data/webgen/resources/emoticons/bigeyes/oops.png
222
+ - data/webgen/resources/emoticons/bigeyes/drunk.png
223
+ - data/webgen/resources/images/valid-css.gif
224
+ - data/webgen/resources/images/generated_by_webgen.png
225
+ - data/webgen/resources/images/webgen_logo.png
226
+ - data/webgen/resources/images/valid-xhtml11.png
227
+ - doc/src
228
+ - doc/config.yaml
229
+ - doc/plugin
230
+ - doc/src/default.css
231
+ - doc/src/features.page
232
+ - doc/src/index.page
233
+ - doc/src/about.page
234
+ - doc/src/documentation
235
+ - doc/src/download.page
236
+ - doc/src/images
237
+ - doc/src/default.template
238
+ - doc/src/meta.info
239
+ - doc/src/screenshots.gallery
240
+ - doc/src/documentation/webgen_gallery_editor.page
241
+ - doc/src/documentation/extending_webgen.page
242
+ - doc/src/documentation/gettingstarted.page
243
+ - doc/src/documentation/index.page
244
+ - doc/src/documentation/references
245
+ - doc/src/documentation/cli.page
246
+ - doc/src/documentation/plugins
247
+ - doc/src/documentation/references/index.page
248
+ - doc/src/documentation/references/parameter_reference.page
249
+ - doc/src/documentation/references/meta_info_reference.page
250
+ - doc/src/documentation/plugins/tags
251
+ - doc/src/documentation/plugins/contenthandlers
252
+ - doc/src/documentation/plugins/index.page
253
+ - doc/src/documentation/plugins/htmlvalidators
254
+ - doc/src/documentation/plugins/coreplugins
255
+ - doc/src/documentation/plugins/menustyles
256
+ - doc/src/documentation/plugins/filehandlers
257
+ - doc/src/documentation/plugins/gallerylayouters
258
+ - doc/src/documentation/plugins/miscplugins
259
+ - doc/src/documentation/plugins/tags/multilang.fr.page
260
+ - doc/src/documentation/plugins/tags/multilang.page
261
+ - doc/src/documentation/plugins/tags/menu.page
262
+ - doc/src/documentation/plugins/tags/relocatable.page
263
+ - doc/src/documentation/plugins/tags/date.page
264
+ - doc/src/documentation/plugins/tags/executecommand.page
265
+ - doc/src/documentation/plugins/tags/menu.de.page
266
+ - doc/src/documentation/plugins/tags/index.page
267
+ - doc/src/documentation/plugins/tags/langbar.page
268
+ - doc/src/documentation/plugins/tags/resource.page
269
+ - doc/src/documentation/plugins/tags/download.page
270
+ - doc/src/documentation/plugins/tags/sitemap.page
271
+ - doc/src/documentation/plugins/tags/multilang.de.page
272
+ - doc/src/documentation/plugins/tags/breadcrumbtrail.page
273
+ - doc/src/documentation/plugins/tags/meta.page
274
+ - doc/src/documentation/plugins/tags/langbar.de.page
275
+ - doc/src/documentation/plugins/tags/wikilink.page
276
+ - doc/src/documentation/plugins/tags/includefile.page
277
+ - doc/src/documentation/plugins/contenthandlers/html.page
278
+ - doc/src/documentation/plugins/contenthandlers/rdoc.page
279
+ - doc/src/documentation/plugins/contenthandlers/index.page
280
+ - doc/src/documentation/plugins/contenthandlers/textile.page
281
+ - doc/src/documentation/plugins/contenthandlers/markdown.page
282
+ - doc/src/documentation/plugins/htmlvalidators/index.page
283
+ - doc/src/documentation/plugins/htmlvalidators/xmllint.page
284
+ - doc/src/documentation/plugins/coreplugins/index.page
285
+ - doc/src/documentation/plugins/coreplugins/resourcemanager.page
286
+ - doc/src/documentation/plugins/coreplugins/logging.page
287
+ - doc/src/documentation/plugins/coreplugins/configuration.page
288
+ - doc/src/documentation/plugins/menustyles/verticaldropdown.page
289
+ - doc/src/documentation/plugins/menustyles/horizontal.page
290
+ - doc/src/documentation/plugins/menustyles/index.page
291
+ - doc/src/documentation/plugins/menustyles/horizontaldropdown.page
292
+ - doc/src/documentation/plugins/menustyles/vertical.page
293
+ - doc/src/documentation/plugins/menustyles/partial.page
294
+ - doc/src/documentation/plugins/filehandlers/template.page
295
+ - doc/src/documentation/plugins/filehandlers/directoryhandler.page
296
+ - doc/src/documentation/plugins/filehandlers/page.page
297
+ - doc/src/documentation/plugins/filehandlers/index.page
298
+ - doc/src/documentation/plugins/filehandlers/gallery.page
299
+ - doc/src/documentation/plugins/filehandlers/copy.page
300
+ - doc/src/documentation/plugins/filehandlers/backing.page
301
+ - doc/src/documentation/plugins/gallerylayouters/index.page
302
+ - doc/src/documentation/plugins/miscplugins/smileyreplacer.page
303
+ - doc/src/documentation/plugins/miscplugins/index.page
304
+ - doc/src/images/screenshots
305
+ - doc/src/images/screenshots/wge-layout-preview.png
306
+ - doc/src/images/screenshots/wge-main.png
307
+ - doc/src/images/screenshots/wge-image.png
308
+ - doc/src/images/screenshots/wge-main-disabled.png
309
+ - doc/plugin/resources.rb
310
+ - doc/plugin/clidesc.rb
311
+ - doc/plugin/source.rb
312
+ - doc/plugin/emoticon.rb
313
+ - doc/plugin/extension.rb
314
+ - doc/plugin/listpluginparameters.rb
202
315
  test_files: []
316
+
203
317
  rdoc_options:
204
- - "--line-numbers"
205
- - "-m README"
318
+ - --line-numbers
319
+ - -m
320
+ - README
206
321
  extra_rdoc_files:
207
- - README
322
+ - README
208
323
  executables:
209
- - webgen
324
+ - webgen
210
325
  extensions: []
326
+
211
327
  requirements: []
328
+
212
329
  dependencies:
213
- - !ruby/object:Gem::Dependency
214
- name: cmdparse
215
- version_requirement:
216
- version_requirements: !ruby/object:Gem::Version::Requirement
217
- requirements:
218
- -
219
- - "~>"
220
- - !ruby/object:Gem::Version
221
- version: 1.0.3
222
- version:
330
+ - !ruby/object:Gem::Dependency
331
+ name: cmdparse
332
+ version_requirement:
333
+ version_requirements: !ruby/object:Gem::Version::Requirement
334
+ requirements:
335
+ - - ~>
336
+ - !ruby/object:Gem::Version
337
+ version: 2.0.0
338
+ version: