webgen 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +76 -0
- data/Rakefile +23 -18
- data/TODO +5 -0
- data/VERSION +1 -1
- data/doc/metainfo.yaml +4 -1
- data/doc/src/default.template +5 -1
- data/doc/src/documentation/basics.page +148 -0
- data/doc/src/documentation/extending_webgen.page +4 -1
- data/doc/src/documentation/index.page +6 -3
- data/doc/src/documentation/plugins/core/filehandler.page +1 -1
- data/doc/src/documentation/plugins/file/directoryhandler.page +1 -1
- data/doc/src/documentation/references/index.page +20 -1
- data/doc/src/documentation/references/meta_info_reference.page +2 -1
- data/doc/src/documentation/{gettingstarted.page → tutorial.page} +6 -103
- data/doc/src/news.page +11 -0
- data/lib/webgen/config.rb +4 -4
- data/lib/webgen/node.rb +4 -2
- data/lib/webgen/plugins/filehandlers/template.rb +3 -1
- data/lib/webgen/plugins/miscplugins/rendered_files.rb +75 -0
- data/lib/webgen/rake/webgentask.rb +161 -0
- data/test/fixtures/sample_site/src/index.de.page +1 -0
- data/test/unittests/tc_filehandler_template.rb +3 -0
- data/test/unittests/tc_node.rb +3 -0
- metadata +6 -266
- data/doc/examples/website_styles/1024px/README +0 -9
- data/doc/examples/website_styles/1024px/config.yaml +0 -2
- data/doc/examples/website_styles/1024px/src/about.page +0 -12
- data/doc/examples/website_styles/1024px/src/default.css +0 -188
- data/doc/examples/website_styles/1024px/src/default.template +0 -62
- data/doc/examples/website_styles/1024px/src/download.page +0 -15
- data/doc/examples/website_styles/1024px/src/features.page +0 -8
- data/doc/examples/website_styles/1024px/src/images/background.gif +0 -0
- data/doc/examples/website_styles/1024px/src/index.page +0 -9
- data/doc/examples/website_styles/1024px/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas00/README +0 -9
- data/doc/examples/website_styles/andreas00/config.yaml +0 -2
- data/doc/examples/website_styles/andreas00/src/about.page +0 -12
- data/doc/examples/website_styles/andreas00/src/default.css +0 -290
- data/doc/examples/website_styles/andreas00/src/default.template +0 -62
- data/doc/examples/website_styles/andreas00/src/download.page +0 -15
- data/doc/examples/website_styles/andreas00/src/features.page +0 -8
- data/doc/examples/website_styles/andreas00/src/images/bg.gif +0 -0
- data/doc/examples/website_styles/andreas00/src/images/front.jpg +0 -0
- data/doc/examples/website_styles/andreas00/src/images/menubg.gif +0 -0
- data/doc/examples/website_styles/andreas00/src/images/menubg2.gif +0 -0
- data/doc/examples/website_styles/andreas00/src/index.page +0 -9
- data/doc/examples/website_styles/andreas00/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas01/README +0 -9
- data/doc/examples/website_styles/andreas01/config.yaml +0 -2
- data/doc/examples/website_styles/andreas01/src/about.page +0 -12
- data/doc/examples/website_styles/andreas01/src/default.css +0 -310
- data/doc/examples/website_styles/andreas01/src/default.template +0 -63
- data/doc/examples/website_styles/andreas01/src/download.page +0 -15
- data/doc/examples/website_styles/andreas01/src/features.page +0 -8
- data/doc/examples/website_styles/andreas01/src/images/bg.gif +0 -0
- data/doc/examples/website_styles/andreas01/src/images/front.jpg +0 -0
- data/doc/examples/website_styles/andreas01/src/index.page +0 -9
- data/doc/examples/website_styles/andreas01/src/print.css +0 -35
- data/doc/examples/website_styles/andreas01/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas03/README +0 -9
- data/doc/examples/website_styles/andreas03/config.yaml +0 -2
- data/doc/examples/website_styles/andreas03/src/about.page +0 -12
- data/doc/examples/website_styles/andreas03/src/default.css +0 -223
- data/doc/examples/website_styles/andreas03/src/default.template +0 -60
- data/doc/examples/website_styles/andreas03/src/download.page +0 -15
- data/doc/examples/website_styles/andreas03/src/features.page +0 -8
- data/doc/examples/website_styles/andreas03/src/images/bodybg.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/contbg.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/footerbg.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/gradient1.png +0 -0
- data/doc/examples/website_styles/andreas03/src/images/gradient2.png +0 -0
- data/doc/examples/website_styles/andreas03/src/index.page +0 -9
- data/doc/examples/website_styles/andreas03/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas04/README +0 -9
- data/doc/examples/website_styles/andreas04/config.yaml +0 -2
- data/doc/examples/website_styles/andreas04/src/about.page +0 -12
- data/doc/examples/website_styles/andreas04/src/default.css +0 -290
- data/doc/examples/website_styles/andreas04/src/default.template +0 -83
- data/doc/examples/website_styles/andreas04/src/download.page +0 -15
- data/doc/examples/website_styles/andreas04/src/features.page +0 -8
- data/doc/examples/website_styles/andreas04/src/images/blinkarrow.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/bodybg.png +0 -0
- data/doc/examples/website_styles/andreas04/src/images/contentbg.png +0 -0
- data/doc/examples/website_styles/andreas04/src/images/entrybg.png +0 -0
- data/doc/examples/website_styles/andreas04/src/images/flash.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/flash2.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/globe.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/globebottom.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/linkarrow.gif +0 -0
- data/doc/examples/website_styles/andreas04/src/images/menuhover.png +0 -0
- data/doc/examples/website_styles/andreas04/src/index.page +0 -9
- data/doc/examples/website_styles/andreas04/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas05/README +0 -9
- data/doc/examples/website_styles/andreas05/config.yaml +0 -2
- data/doc/examples/website_styles/andreas05/src/about.page +0 -12
- data/doc/examples/website_styles/andreas05/src/default.css +0 -33
- data/doc/examples/website_styles/andreas05/src/default.template +0 -42
- data/doc/examples/website_styles/andreas05/src/download.page +0 -15
- data/doc/examples/website_styles/andreas05/src/features.page +0 -8
- data/doc/examples/website_styles/andreas05/src/images/bodybg.gif +0 -0
- data/doc/examples/website_styles/andreas05/src/images/front.png +0 -0
- data/doc/examples/website_styles/andreas05/src/index.page +0 -9
- data/doc/examples/website_styles/andreas05/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas06/README +0 -9
- data/doc/examples/website_styles/andreas06/config.yaml +0 -2
- data/doc/examples/website_styles/andreas06/src/about.page +0 -12
- data/doc/examples/website_styles/andreas06/src/default.css +0 -353
- data/doc/examples/website_styles/andreas06/src/default.template +0 -72
- data/doc/examples/website_styles/andreas06/src/download.page +0 -15
- data/doc/examples/website_styles/andreas06/src/features.page +0 -8
- data/doc/examples/website_styles/andreas06/src/images/bodybg.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/boxbg.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/greypx.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/header.jpg +0 -0
- data/doc/examples/website_styles/andreas06/src/images/innerbg.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/images/leaves.jpg +0 -0
- data/doc/examples/website_styles/andreas06/src/images/tabs.gif +0 -0
- data/doc/examples/website_styles/andreas06/src/index.page +0 -9
- data/doc/examples/website_styles/andreas06/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas07/README +0 -9
- data/doc/examples/website_styles/andreas07/config.yaml +0 -2
- data/doc/examples/website_styles/andreas07/src/about.page +0 -12
- data/doc/examples/website_styles/andreas07/src/browserfix.css +0 -7
- data/doc/examples/website_styles/andreas07/src/default.css +0 -92
- data/doc/examples/website_styles/andreas07/src/default.template +0 -44
- data/doc/examples/website_styles/andreas07/src/download.page +0 -15
- data/doc/examples/website_styles/andreas07/src/features.page +0 -8
- data/doc/examples/website_styles/andreas07/src/images/bodybg.gif +0 -0
- data/doc/examples/website_styles/andreas07/src/images/sidebarbg.gif +0 -0
- data/doc/examples/website_styles/andreas07/src/index.page +0 -9
- data/doc/examples/website_styles/andreas07/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas08/README +0 -9
- data/doc/examples/website_styles/andreas08/config.yaml +0 -2
- data/doc/examples/website_styles/andreas08/src/about.page +0 -12
- data/doc/examples/website_styles/andreas08/src/default.css +0 -224
- data/doc/examples/website_styles/andreas08/src/default.template +0 -53
- data/doc/examples/website_styles/andreas08/src/download.page +0 -15
- data/doc/examples/website_styles/andreas08/src/features.page +0 -8
- data/doc/examples/website_styles/andreas08/src/index.page +0 -9
- data/doc/examples/website_styles/andreas08/src/screenshots.page +0 -18
- data/doc/examples/website_styles/andreas09/README +0 -9
- data/doc/examples/website_styles/andreas09/config.yaml +0 -2
- data/doc/examples/website_styles/andreas09/src/about.page +0 -12
- data/doc/examples/website_styles/andreas09/src/default.css +0 -308
- data/doc/examples/website_styles/andreas09/src/default.template +0 -70
- data/doc/examples/website_styles/andreas09/src/download.page +0 -15
- data/doc/examples/website_styles/andreas09/src/features.page +0 -8
- data/doc/examples/website_styles/andreas09/src/images/bodybg-black.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-green.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-orange.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-purple.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg-red.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/bodybg.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/footerbg.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-black.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-green.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-orange.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-purple.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover-red.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/images/menuhover.jpg +0 -0
- data/doc/examples/website_styles/andreas09/src/index.page +0 -9
- data/doc/examples/website_styles/andreas09/src/screenshots.page +0 -18
- data/doc/examples/website_styles/default/README +0 -9
- data/doc/examples/website_styles/default/config.yaml +0 -2
- data/doc/examples/website_styles/default/src/about.page +0 -12
- data/doc/examples/website_styles/default/src/default.css +0 -84
- data/doc/examples/website_styles/default/src/default.template +0 -38
- data/doc/examples/website_styles/default/src/download.page +0 -15
- data/doc/examples/website_styles/default/src/features.page +0 -8
- data/doc/examples/website_styles/default/src/index.page +0 -9
- data/doc/examples/website_styles/default/src/screenshots.page +0 -18
- data/doc/examples/website_styles/plain/README +0 -9
- data/doc/examples/website_styles/plain/config.yaml +0 -2
- data/doc/examples/website_styles/plain/src/about.page +0 -12
- data/doc/examples/website_styles/plain/src/default.css +0 -244
- data/doc/examples/website_styles/plain/src/default.template +0 -63
- data/doc/examples/website_styles/plain/src/download.page +0 -15
- data/doc/examples/website_styles/plain/src/features.page +0 -8
- data/doc/examples/website_styles/plain/src/images/a_hover.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/desc.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/li.gif +0 -0
- data/doc/examples/website_styles/plain/src/images/mainbar.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/menu.jpg +0 -0
- data/doc/examples/website_styles/plain/src/images/submenua.gif +0 -0
- data/doc/examples/website_styles/plain/src/images/submenua_hover.jpg +0 -0
- data/doc/examples/website_styles/plain/src/index.page +0 -9
- data/doc/examples/website_styles/plain/src/screenshots.page +0 -18
- data/doc/examples/website_templates/default/README +0 -8
- data/doc/examples/website_templates/default/config.yaml +0 -2
- data/doc/examples/website_templates/default/src/default.css +0 -84
- data/doc/examples/website_templates/default/src/default.template +0 -38
- data/doc/examples/website_templates/default/src/index.page +0 -8
- data/doc/examples/website_templates/personal_hp/README +0 -8
- data/doc/examples/website_templates/personal_hp/config.yaml +0 -2
- data/doc/examples/website_templates/personal_hp/src/about.page +0 -12
- data/doc/examples/website_templates/personal_hp/src/default.css +0 -84
- data/doc/examples/website_templates/personal_hp/src/default.template +0 -38
- data/doc/examples/website_templates/personal_hp/src/index.page +0 -9
- data/doc/examples/website_templates/personal_hp/src/links.page +0 -22
- data/doc/examples/website_templates/personal_hp/src/projects.page +0 -20
- data/doc/examples/website_templates/project/README +0 -9
- data/doc/examples/website_templates/project/config.yaml +0 -2
- data/doc/examples/website_templates/project/src/about.page +0 -12
- data/doc/examples/website_templates/project/src/default.css +0 -84
- data/doc/examples/website_templates/project/src/default.template +0 -38
- data/doc/examples/website_templates/project/src/download.page +0 -15
- data/doc/examples/website_templates/project/src/features.page +0 -8
- data/doc/examples/website_templates/project/src/index.page +0 -9
- data/doc/examples/website_templates/project/src/screenshots.page +0 -18
- data/doc/plugin/gallery/slides/collage.rb +0 -334
- data/doc/src/examples/gallery_styles/default/default.gallery +0 -78
- data/doc/src/examples/gallery_styles/default/gallery_gallery.template +0 -38
- data/doc/src/examples/gallery_styles/default/gallery_image.template +0 -30
- data/doc/src/examples/gallery_styles/default/gallery_main.template +0 -18
- data/doc/src/examples/gallery_styles/index.page +0 -22
- data/doc/src/examples/gallery_styles/slides/gallery_gallery.template +0 -62
- data/doc/src/examples/gallery_styles/slides/gallery_image.template +0 -53
- data/doc/src/examples/gallery_styles/slides/gallery_main.template +0 -32
- data/doc/src/examples/gallery_styles/slides/slides.gallery +0 -79
- data/doc/src/examples/website_styles/1024px.page +0 -5
- data/doc/src/examples/website_styles/andreas00.page +0 -5
- data/doc/src/examples/website_styles/andreas01.page +0 -5
- data/doc/src/examples/website_styles/andreas03.page +0 -5
- data/doc/src/examples/website_styles/andreas04.page +0 -5
- data/doc/src/examples/website_styles/andreas05.page +0 -5
- data/doc/src/examples/website_styles/andreas06.page +0 -5
- data/doc/src/examples/website_styles/andreas07.page +0 -5
- data/doc/src/examples/website_styles/andreas08.page +0 -5
- data/doc/src/examples/website_styles/andreas09.page +0 -5
- data/doc/src/examples/website_styles/default.page +0 -5
- data/doc/src/examples/website_styles/index.page +0 -71
- data/doc/src/examples/website_styles/plain.page +0 -5
- data/doc/src/examples/website_templates/default.page +0 -5
- data/doc/src/examples/website_templates/index.page +0 -24
- data/doc/src/examples/website_templates/personal_hp.page +0 -5
- data/doc/src/examples/website_templates/project.page +0 -5
@@ -1,78 +0,0 @@
|
|
1
|
-
title: index
|
2
|
-
images: ../../images/*
|
3
|
-
imagesPerPage: 8
|
4
|
-
mainPageMetaInfo:
|
5
|
-
inMenu: true
|
6
|
-
|
7
|
-
---
|
8
|
-
../../images/image01.jpg:
|
9
|
-
title: Chinese Garden
|
10
|
-
description: This picture show the Chinese Garden located in the outskirts of Vienna (Austria).
|
11
|
-
|
12
|
-
../../images/image02.jpg:
|
13
|
-
title: Goldenes Dach
|
14
|
-
description: This is the landmark of Innsbruck (Tyrol, Austria), called the 'Goldene Dach' (golden roof).
|
15
|
-
|
16
|
-
../../images/image03.jpg:
|
17
|
-
title: Mountains in Innsbruck
|
18
|
-
description: A view from the <a href='http://www.nordpark.com'>NordPark</a> in Innsbruck.
|
19
|
-
|
20
|
-
../../images/image04.jpg:
|
21
|
-
title: Kristallwelten 1
|
22
|
-
description: The entry to the 'Kristallwelten' of <a href='http://www.swarovski.com'>Swarovski</a> in Innsbruck.
|
23
|
-
|
24
|
-
../../images/image05.jpg:
|
25
|
-
title: Kristallwelten 2
|
26
|
-
description: On the roof of the building.
|
27
|
-
|
28
|
-
../../images/image06.jpg:
|
29
|
-
title: Kristallwelten 3
|
30
|
-
description: Some crystals.
|
31
|
-
|
32
|
-
../../images/image07.jpg:
|
33
|
-
title: Minimundus 1
|
34
|
-
description: A french castle
|
35
|
-
|
36
|
-
../../images/image08.jpg:
|
37
|
-
title: Minimundus 2
|
38
|
-
description: A small copy of the <a href=''>Sagrada Familia</a> of Barcelona.
|
39
|
-
|
40
|
-
../../images/image09.jpg:
|
41
|
-
title: Minimundus 3
|
42
|
-
description: The Stephansdom in Vienna.
|
43
|
-
|
44
|
-
../../images/image10.jpg:
|
45
|
-
title: Minimundus 4
|
46
|
-
description: Overview of Minimundus, a place with smaller versions of famous buildings.
|
47
|
-
|
48
|
-
../../images/image11.jpg:
|
49
|
-
title: Velden
|
50
|
-
description: Photo from Velden, Wörtersee, Carinthia, Austria
|
51
|
-
|
52
|
-
../../images/image12.jpg:
|
53
|
-
title: Stockholm 1
|
54
|
-
description: A 300-year-old ship, the Wasa, located in the Wasamuseet in Stockholm.
|
55
|
-
|
56
|
-
../../images/image13.jpg:
|
57
|
-
title: Stockholm 2
|
58
|
-
description: A fort near Stockholm.
|
59
|
-
|
60
|
-
../../images/image14.jpg:
|
61
|
-
title: Stockholm 3
|
62
|
-
description: Overview of Gamla Stan (old town centre of Stockholm)
|
63
|
-
|
64
|
-
../../images/image15.jpg:
|
65
|
-
title: Stockholm 4
|
66
|
-
description: View from a bridge in the direction of Gamla Stan
|
67
|
-
|
68
|
-
../../images/image16.jpg:
|
69
|
-
title: Zakynthos 1
|
70
|
-
description: An isle that looks like a turtle
|
71
|
-
|
72
|
-
../../images/image17.jpg:
|
73
|
-
title: Zakynthos 2
|
74
|
-
description: The oldest olive tree of Zakynthos.
|
75
|
-
|
76
|
-
../../images/image18.jpg:
|
77
|
-
title: Zakynthos 3
|
78
|
-
description: The Navagio ship wreck, very famous Greek tourist destination.
|
@@ -1,38 +0,0 @@
|
|
1
|
-
--- content, html
|
2
|
-
<div class="webgen-gallery webgen-gallery-gallery">
|
3
|
-
<% ginfo = node.node_info[:ginfo] %>
|
4
|
-
<table width="100%">
|
5
|
-
<tr>
|
6
|
-
<td style="width: 33%" align="left">
|
7
|
-
<% if ginfo.prev_gallery %>
|
8
|
-
<a href="{relocatable: <%= ginfo.prev_gallery.pagename %>}"><< <%= ginfo.prev_gallery.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %></a>
|
9
|
-
<% end %>
|
10
|
-
</td>
|
11
|
-
<td style="width: 34%" align="center">
|
12
|
-
<% if ginfo.mainpage %>
|
13
|
-
<a href="{relocatable: <%= ginfo.mainpage.pagename %>}">^^ <%= ginfo.mainpage.title %> ^^</a>
|
14
|
-
<% end %>
|
15
|
-
</td>
|
16
|
-
<td style="width: 33%" align="right">
|
17
|
-
<% if ginfo.next_gallery %>
|
18
|
-
<a href="{relocatable: <%= ginfo.next_gallery.pagename %>}"><%= ginfo.next_gallery.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %> >></a>
|
19
|
-
<% end %>
|
20
|
-
</td>
|
21
|
-
</tr>
|
22
|
-
</table>
|
23
|
-
|
24
|
-
<table width="100%" border="1">
|
25
|
-
<% 0.step( ginfo.cur_gallery.images.length - 1, 5 ) do |row_index| %>
|
26
|
-
<tr>
|
27
|
-
<% row_index.upto( [row_index + 4, ginfo.cur_gallery.images.length - 1].min ) do |col_index|%>
|
28
|
-
<td align="center">
|
29
|
-
<a href="{relocatable: <%= ginfo.cur_gallery.images[col_index].pagename %>}">
|
30
|
-
<%= ginfo.cur_gallery.images[col_index].thumbnail('class'=>'webgen-gallery-thumbnail') %><br />
|
31
|
-
<%= ginfo.cur_gallery.images[col_index].title %>
|
32
|
-
</a>
|
33
|
-
</td>
|
34
|
-
<% end %>
|
35
|
-
</tr>
|
36
|
-
<% end %>
|
37
|
-
</table>
|
38
|
-
</div>
|
@@ -1,30 +0,0 @@
|
|
1
|
-
--- content, html
|
2
|
-
<div class="webgen-gallery webgen-gallery-image">
|
3
|
-
<% ginfo = node.node_info[:ginfo] %>
|
4
|
-
<table width="100%">
|
5
|
-
<tr>
|
6
|
-
<td style="width: 33%" align="left">
|
7
|
-
<% if ginfo.prev_image %>
|
8
|
-
<a href="{relocatable: <%= ginfo.prev_image.pagename %>}"><< <%= ginfo.prev_image.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %></a>
|
9
|
-
<% end %>
|
10
|
-
</td>
|
11
|
-
<td style="width: 34%" align="center">
|
12
|
-
<a href="{relocatable: <%= ginfo.cur_gallery.pagename %>}">
|
13
|
-
<%= ginfo.cur_gallery.thumbnail('class'=>'webgen-gallery-thumbnail') %><br />^<%= ginfo.cur_gallery.title %>^
|
14
|
-
</a>
|
15
|
-
</td>
|
16
|
-
<td style="width: 33%" align="right">
|
17
|
-
<% if ginfo.next_image %>
|
18
|
-
<a href="{relocatable: <%= ginfo.next_image.pagename %>}"><%= ginfo.next_image.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %> >></a>
|
19
|
-
<% end %>
|
20
|
-
</td>
|
21
|
-
</tr>
|
22
|
-
</table>
|
23
|
-
|
24
|
-
<p style="text-align: center">
|
25
|
-
<img src="{relocatable: <%= ginfo.cur_image.filename %>}" alt="<%= ginfo.cur_image.title %>" /> <br />
|
26
|
-
</p>
|
27
|
-
|
28
|
-
<p><%= ginfo.cur_image['description'] %></p>
|
29
|
-
|
30
|
-
</div>
|
@@ -1,18 +0,0 @@
|
|
1
|
-
--- content, html
|
2
|
-
<div class="webgen-gallery webgen-gallery-main">
|
3
|
-
<% ginfo = node.node_info[:ginfo] %>
|
4
|
-
<table width="100%">
|
5
|
-
<% 0.step( ginfo.galleries.length - 1, 5 ) do |row_index| %>
|
6
|
-
<tr>
|
7
|
-
<% row_index.upto( [row_index + 4, ginfo.galleries.length - 1].min ) do |col_index| %>
|
8
|
-
<td align="center">
|
9
|
-
<a href="{relocatable: <%= ginfo.galleries[col_index].pagename %>}">
|
10
|
-
<%= ginfo.galleries[col_index].thumbnail('class'=>'webgen-gallery-thumbnail') %><br />
|
11
|
-
<%= ginfo.galleries[col_index].title %>
|
12
|
-
</a>
|
13
|
-
</td>
|
14
|
-
<% end %>
|
15
|
-
</tr>
|
16
|
-
<% end %>
|
17
|
-
</table>
|
18
|
-
</div>
|
@@ -1,22 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Index
|
3
|
-
directoryName: Gallery Styles
|
4
|
-
---
|
5
|
-
h2. List of gallery styles
|
6
|
-
|
7
|
-
The gallery style example pages open in an iframe when you use the menu items. Use the links
|
8
|
-
provided below to open the gallery style example pages directly (fullscreen).
|
9
|
-
|
10
|
-
Following is the list of all available gallery styles:
|
11
|
-
|
12
|
-
|
13
|
-
* <a href='default/index.html'>default</a>
|
14
|
-
|
15
|
-
* *Author*: Thomas Leitner
|
16
|
-
* *Description*: Provides a simple and useful gallery style with thumbnail previews that link to the next and previous picture or gallery page.
|
17
|
-
* <a href='slides/index.html'>slides</a>
|
18
|
-
|
19
|
-
* *Author*: Thomas Leitner (created gallery style) Corban Brook (original collage creation routines)
|
20
|
-
* *Description*: A style which uses RMagick to generate a slide background for the thumbnails and a collage for the main page, prettier than the default style ;-) This style was done after reading an article by Corban Brook on rendering collages with Ruby and RMagick.
|
21
|
-
* *Plugin files*: collage.rb
|
22
|
-
* *Usage*: This style uses a layouter plugin for creating the collage and slide backgrounds. Therefore you have to explicitly specify in the gallery file that you want to use the layouter slides. The plugin also only generates images if they do not exist. So, if there is already a collage image, a new one will not be created.
|
@@ -1,62 +0,0 @@
|
|
1
|
-
--- content, html
|
2
|
-
<%
|
3
|
-
ginfo = node.node_info[:ginfo]
|
4
|
-
if ginfo[:collage_node].nil?
|
5
|
-
log(:error) { "Use of templates from gallery style 'slides' only possible if option layouter is set to 'slides' in gallery file!" }
|
6
|
-
else
|
7
|
-
%>
|
8
|
-
|
9
|
-
|
10
|
-
<div class="webgen-gallery webgen-gallery-gallery" style="background-color: <%= ginfo[:collage_node].collage_color %>">
|
11
|
-
<table width="100%" style="padding: 5px; margin-bottom: 10px;">
|
12
|
-
<tr>
|
13
|
-
<td style="width: 33%; padding: 2px;" align="left">
|
14
|
-
<% if ginfo.prev_gallery %>
|
15
|
-
<a href="{relocatable: <%= ginfo.prev_gallery.pagename %>}">
|
16
|
-
<< previous gallery
|
17
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
18
|
-
<%= ginfo.prev_gallery.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %>
|
19
|
-
</span>
|
20
|
-
</a>
|
21
|
-
<% end %>
|
22
|
-
</td>
|
23
|
-
<td style="width: 34%;" valign="top" align="center">
|
24
|
-
<% if ginfo.mainpage %>
|
25
|
-
<a href="{relocatable: <%= ginfo.mainpage.pagename %>}"><img src="<%= ginfo[:collage_thumb_node].path %>" alt="back to main" /></a>
|
26
|
-
<% end %>
|
27
|
-
</td>
|
28
|
-
<td style="width: 33%; padding: 2px;" align="right">
|
29
|
-
<% if ginfo.next_gallery %>
|
30
|
-
<a href="{relocatable: <%= ginfo.next_gallery.pagename %>}">
|
31
|
-
next gallery >>
|
32
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
33
|
-
<%= ginfo.next_gallery.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %>
|
34
|
-
</span>
|
35
|
-
</a>
|
36
|
-
<% end %>
|
37
|
-
</td>
|
38
|
-
</tr>
|
39
|
-
</table>
|
40
|
-
|
41
|
-
<table width="100%">
|
42
|
-
<% 0.step( ginfo.cur_gallery.images.length - 1, 5 ) do |row_index| %>
|
43
|
-
<tr>
|
44
|
-
<% row_index.upto( [row_index + 4, ginfo.cur_gallery.images.length - 1].min ) do |col_index|%>
|
45
|
-
<td align="center">
|
46
|
-
<a href="{relocatable: <%= ginfo.cur_gallery.images[col_index].pagename %>}">
|
47
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
48
|
-
<%= ginfo.cur_gallery.images[col_index].thumbnail('class'=>'webgen-gallery-thumbnail') %>
|
49
|
-
</span>
|
50
|
-
<br />
|
51
|
-
<%= ginfo.cur_gallery.images[col_index].title %>
|
52
|
-
</a>
|
53
|
-
</td>
|
54
|
-
<% end %>
|
55
|
-
</tr>
|
56
|
-
<% end %>
|
57
|
-
</table>
|
58
|
-
|
59
|
-
</div>
|
60
|
-
|
61
|
-
|
62
|
-
<% end %>
|
@@ -1,53 +0,0 @@
|
|
1
|
-
--- content, html
|
2
|
-
<%
|
3
|
-
ginfo = node.node_info[:ginfo]
|
4
|
-
if ginfo[:collage_node].nil?
|
5
|
-
log(:error) { "Use of templates from gallery style 'slides' only possible if option layouter is set to 'slides' in gallery file!" }
|
6
|
-
else
|
7
|
-
%>
|
8
|
-
|
9
|
-
|
10
|
-
<div class="webgen-gallery webgen-gallery-image" style="background-color: <%= ginfo[:collage_node].collage_color %>">
|
11
|
-
<table width="100%" style="padding: 5px; margin-bottom: 10px;">
|
12
|
-
<tr>
|
13
|
-
<td style="width: 33%; padding: 2px;" align="left">
|
14
|
-
<% if ginfo.prev_image %>
|
15
|
-
<a href="{relocatable: <%= ginfo.prev_image.pagename %>}">
|
16
|
-
<< previous image
|
17
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
18
|
-
<%= ginfo.prev_image.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %>
|
19
|
-
</span>
|
20
|
-
</a>
|
21
|
-
<% end %>
|
22
|
-
</td>
|
23
|
-
<td style="width: 34%; padding: 2px;" valign="top" align="center">
|
24
|
-
<a href="{relocatable: <%= ginfo.cur_gallery.pagename %>}">
|
25
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
26
|
-
<%= ginfo.cur_gallery.thumbnail('class'=>'webgen-gallery-thumbnail') %>
|
27
|
-
</span>
|
28
|
-
^<%= ginfo.cur_gallery.title %>^
|
29
|
-
</a>
|
30
|
-
</td>
|
31
|
-
<td style="width: 33%; padding: 2px;" align="right">
|
32
|
-
<% if ginfo.next_image %>
|
33
|
-
<a href="{relocatable: <%= ginfo.next_image.pagename %>}">
|
34
|
-
next image >>
|
35
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
36
|
-
<%= ginfo.next_image.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %>
|
37
|
-
</span>
|
38
|
-
</a>
|
39
|
-
<% end %>
|
40
|
-
</td>
|
41
|
-
</tr>
|
42
|
-
</table>
|
43
|
-
|
44
|
-
<p style="text-align: center">
|
45
|
-
<img src="{relocatable: <%= ginfo.cur_image.filename %>}" alt="<%= ginfo.cur_image.title %>" /> <br />
|
46
|
-
</p>
|
47
|
-
|
48
|
-
<p><%= ginfo.cur_image['description'] %></p>
|
49
|
-
|
50
|
-
</div>
|
51
|
-
|
52
|
-
|
53
|
-
<% end %>
|
@@ -1,32 +0,0 @@
|
|
1
|
-
--- content, html
|
2
|
-
<%
|
3
|
-
ginfo = node.node_info[:ginfo]
|
4
|
-
if ginfo[:collage_node].nil?
|
5
|
-
log(:error) { "Use of templates from gallery style 'slides' only possible if option layouter is set to 'slides' in gallery file!" }
|
6
|
-
else
|
7
|
-
%>
|
8
|
-
|
9
|
-
|
10
|
-
<div class="webgen-gallery webgen-gallery-main" style="background-color: <%= ginfo[:collage_node].collage_color %>">
|
11
|
-
<p style="text-align: center"><img src="<%= ginfo[:collage_node].path %>" alt="collage" /></p>
|
12
|
-
<table width="100%">
|
13
|
-
<% 0.step( ginfo.galleries.length - 1, 5 ) do |row_index| %>
|
14
|
-
<tr>
|
15
|
-
<% row_index.upto( [row_index + 4, ginfo.galleries.length - 1].min ) do |col_index| %>
|
16
|
-
<td align="center">
|
17
|
-
<a href="{relocatable: <%= ginfo.galleries[col_index].pagename %>}">
|
18
|
-
<span class="thumb thumb-<%= ginfo['title'].tr(' ', '_') %>">
|
19
|
-
<%= ginfo.galleries[col_index].thumbnail('class'=>'webgen-gallery-thumbnail') %>
|
20
|
-
</span>
|
21
|
-
<br />
|
22
|
-
<%= ginfo.galleries[col_index].title %>
|
23
|
-
</a>
|
24
|
-
</td>
|
25
|
-
<% end %>
|
26
|
-
</tr>
|
27
|
-
<% end %>
|
28
|
-
</table>
|
29
|
-
</div>
|
30
|
-
|
31
|
-
|
32
|
-
<% end %>
|
@@ -1,79 +0,0 @@
|
|
1
|
-
title: index
|
2
|
-
images: ../../images/*
|
3
|
-
imagesPerPage: 8
|
4
|
-
mainPageMetaInfo:
|
5
|
-
inMenu: true
|
6
|
-
layouter: slides
|
7
|
-
thumbnailResizeMethod: :cropped
|
8
|
-
---
|
9
|
-
../../images/image01.jpg:
|
10
|
-
title: Chinese Garden
|
11
|
-
description: This picture show the Chinese Garden located in the outskirts of Vienna (Austria).
|
12
|
-
|
13
|
-
../../images/image02.jpg:
|
14
|
-
title: Goldenes Dach
|
15
|
-
description: This is the landmark of Innsbruck (Tyrol, Austria), called the 'Goldene Dach' (golden roof).
|
16
|
-
|
17
|
-
../../images/image03.jpg:
|
18
|
-
title: Mountains in Innsbruck
|
19
|
-
description: A view from the <a href='http://www.nordpark.com'>NordPark</a> in Innsbruck.
|
20
|
-
|
21
|
-
../../images/image04.jpg:
|
22
|
-
title: Kristallwelten 1
|
23
|
-
description: The entry to the 'Kristallwelten' of <a href='http://www.swarovski.com'>Swarovski</a> in Innsbruck.
|
24
|
-
|
25
|
-
../../images/image05.jpg:
|
26
|
-
title: Kristallwelten 2
|
27
|
-
description: On the roof of the building.
|
28
|
-
|
29
|
-
../../images/image06.jpg:
|
30
|
-
title: Kristallwelten 3
|
31
|
-
description: Some crystals.
|
32
|
-
|
33
|
-
../../images/image07.jpg:
|
34
|
-
title: Minimundus 1
|
35
|
-
description: A french castle
|
36
|
-
|
37
|
-
../../images/image08.jpg:
|
38
|
-
title: Minimundus 2
|
39
|
-
description: A small copy of the <a href=''>Sagrada Familia</a> of Barcelona.
|
40
|
-
|
41
|
-
../../images/image09.jpg:
|
42
|
-
title: Minimundus 3
|
43
|
-
description: The Stephansdom in Vienna.
|
44
|
-
|
45
|
-
../../images/image10.jpg:
|
46
|
-
title: Minimundus 4
|
47
|
-
description: Overview of Minimundus, a place with smaller versions of famous buildings.
|
48
|
-
|
49
|
-
../../images/image11.jpg:
|
50
|
-
title: Velden
|
51
|
-
description: Photo from Velden, Wörtersee, Carinthia, Austria
|
52
|
-
|
53
|
-
../../images/image12.jpg:
|
54
|
-
title: Stockholm 1
|
55
|
-
description: A 300-year-old ship, the Wasa, located in the Wasamuseet in Stockholm.
|
56
|
-
|
57
|
-
../../images/image13.jpg:
|
58
|
-
title: Stockholm 2
|
59
|
-
description: A fort near Stockholm.
|
60
|
-
|
61
|
-
../../images/image14.jpg:
|
62
|
-
title: Stockholm 3
|
63
|
-
description: Overview of Gamla Stan (old town centre of Stockholm)
|
64
|
-
|
65
|
-
../../images/image15.jpg:
|
66
|
-
title: Stockholm 4
|
67
|
-
description: View from a bridge in the direction of Gamla Stan
|
68
|
-
|
69
|
-
../../images/image16.jpg:
|
70
|
-
title: Zakynthos 1
|
71
|
-
description: An isle that looks like a turtle
|
72
|
-
|
73
|
-
../../images/image17.jpg:
|
74
|
-
title: Zakynthos 2
|
75
|
-
description: The oldest olive tree of Zakynthos.
|
76
|
-
|
77
|
-
../../images/image18.jpg:
|
78
|
-
title: Zakynthos 3
|
79
|
-
description: The Navagio ship wreck, very famous Greek tourist destination.
|