Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2011-04-21 04:05:04 +0400
committerOliver Schneider <oliver@assarbad.net>2011-04-21 04:05:04 +0400
commit3fa1af63ee526b33144280e347440e6c906d90f5 (patch)
tree115e71935ccc6a68f9d1f0c88047d446c4245fde /web
parent77cb9cbfbf83c728f1bb4cceed4bc4418922ab5b (diff)
- Adding website source
Diffstat (limited to 'web')
-rw-r--r--web/GNUmakefile20
-rw-r--r--web/favicon.icobin0 -> 9062 bytes
-rw-r--r--web/images/0405/select.jpgbin0 -> 3587 bytes
-rw-r--r--web/images/0405/wds_full.jpgbin0 -> 4392 bytes
-rw-r--r--web/images/0407/select.jpgbin0 -> 3638 bytes
-rw-r--r--web/images/0407/wds_full.jpgbin0 -> 4390 bytes
-rw-r--r--web/images/0409/select.jpgbin0 -> 3557 bytes
-rw-r--r--web/images/0409/wds_full.jpgbin0 -> 4360 bytes
-rw-r--r--web/images/040a/select.jpgbin0 -> 3627 bytes
-rw-r--r--web/images/040a/wds_full.jpgbin0 -> 4385 bytes
-rw-r--r--web/images/040c/select.jpgbin0 -> 3605 bytes
-rw-r--r--web/images/040c/wds_full.jpgbin0 -> 4380 bytes
-rw-r--r--web/images/040e/select.jpgbin0 -> 3634 bytes
-rw-r--r--web/images/040e/wds_full.jpgbin0 -> 4388 bytes
-rw-r--r--web/images/0410/select.jpgbin0 -> 3576 bytes
-rw-r--r--web/images/0410/wds_full.jpgbin0 -> 4365 bytes
-rw-r--r--web/images/0415/select.jpgbin0 -> 3614 bytes
-rw-r--r--web/images/0415/wds_full.jpgbin0 -> 4364 bytes
-rw-r--r--web/images/0419/select.jpgbin0 -> 3435 bytes
-rw-r--r--web/images/0419/wds_full.jpgbin0 -> 4417 bytes
-rw-r--r--web/images/lang/select.jpgbin0 -> 3627 bytes
-rw-r--r--web/images/lang/select_002.jpgbin0 -> 3605 bytes
-rw-r--r--web/images/lang/select_003.jpgbin0 -> 3634 bytes
-rw-r--r--web/images/lang/select_004.jpgbin0 -> 3576 bytes
-rw-r--r--web/images/lang/select_005.jpgbin0 -> 3435 bytes
-rw-r--r--web/images/lang/select_006.jpgbin0 -> 3614 bytes
-rw-r--r--web/images/lang/select_007.jpgbin0 -> 3587 bytes
-rw-r--r--web/images/lang/select_008.jpgbin0 -> 3638 bytes
-rw-r--r--web/images/lang/select_009.jpgbin0 -> 3557 bytes
-rw-r--r--web/images/lang/wds_full.jpgbin0 -> 4417 bytes
-rw-r--r--web/images/lang/wds_full_002.jpgbin0 -> 4385 bytes
-rw-r--r--web/images/lang/wds_full_003.jpgbin0 -> 4392 bytes
-rw-r--r--web/images/lang/wds_full_004.jpgbin0 -> 4380 bytes
-rw-r--r--web/images/lang/wds_full_005.jpgbin0 -> 4365 bytes
-rw-r--r--web/images/lang/wds_full_006.jpgbin0 -> 4390 bytes
-rw-r--r--web/images/lang/wds_full_007.jpgbin0 -> 4364 bytes
-rw-r--r--web/images/lang/wds_full_008.jpgbin0 -> 4388 bytes
-rw-r--r--web/images/lang/wds_full_009.jpgbin0 -> 4360 bytes
-rw-r--r--web/images/logo/WinDirStat_3d.icobin0 -> 98754 bytes
-rw-r--r--web/images/logo/logo_bw.svg110
-rw-r--r--web/images/logo/logo_color.svg130
-rw-r--r--web/images/logo/logo_gray.svg107
-rw-r--r--web/images/project-support.jpgbin0 -> 3788 bytes
-rw-r--r--web/images/windirstat.jpgbin0 -> 37790 bytes
-rw-r--r--web/templates/background.html.tmpl36
-rw-r--r--web/templates/contact.html.tmpl58
-rw-r--r--web/templates/download.html.tmpl35
-rw-r--r--web/templates/future.html.tmpl_27
-rw-r--r--web/templates/include/automenu.inc61
-rw-r--r--web/templates/include/constants.tt14
-rw-r--r--web/templates/include/html-body.tt94
-rw-r--r--web/templates/include/styles.css142
-rw-r--r--web/templates/index.html.tmpl19
-rw-r--r--web/templates/logo.html.tmpl21
-rw-r--r--web/templates/permalink.html.tmpl_25
-rw-r--r--web/templates/relnotes.html.tmpl_35
-rw-r--r--web/templates/translations.html.tmpl279
-rw-r--r--web/templates/unicode.html.tmpl72
58 files changed, 1285 insertions, 0 deletions
diff --git a/web/GNUmakefile b/web/GNUmakefile
new file mode 100644
index 0000000..f035133
--- /dev/null
+++ b/web/GNUmakefile
@@ -0,0 +1,20 @@
+TEMPLATES:=$(wildcard templates/*.tmpl)
+TMPLINCLS:=$(wildcard templates/include/*.tt)
+HTMLPAGES:=$(patsubst templates/%.tmpl,%,$(TEMPLATES))
+TPAGEFLAG:=--pre_chomp --post_chomp --trim --include_path=templates/include
+AUTOMENU:=templates/include/automenu.inc
+STYLESHEET:=templates/include/styles.css
+
+.PHONY: all
+all: $(HTMLPAGES)
+
+$(AUTOMENU): $(TEMPLATES)
+ (echo "[%\npages = ["; for i in $^; do FNAME="$${i##*/}"; echo " {\n fname = '$${FNAME%.tmpl}'"; grep -E '^\s+(description|norder|uuid|title) = ' $$i; echo " }\n"; done; echo "\n]\n%]";) > $@
+
+%: templates/%.tmpl $(AUTOMENU) $(TMPLINCLS) $(STYLESHEET)
+ -@echo "$< --> $@"
+ tpage $(TPAGEFLAG) $< > $@
+
+.PHONY: clean
+clean:
+ rm -f $(HTMLPAGES) $(AUTOMENU)
diff --git a/web/favicon.ico b/web/favicon.ico
new file mode 100644
index 0000000..2852a6a
--- /dev/null
+++ b/web/favicon.ico
Binary files differ
diff --git a/web/images/0405/select.jpg b/web/images/0405/select.jpg
new file mode 100644
index 0000000..fc0da63
--- /dev/null
+++ b/web/images/0405/select.jpg
Binary files differ
diff --git a/web/images/0405/wds_full.jpg b/web/images/0405/wds_full.jpg
new file mode 100644
index 0000000..98fd578
--- /dev/null
+++ b/web/images/0405/wds_full.jpg
Binary files differ
diff --git a/web/images/0407/select.jpg b/web/images/0407/select.jpg
new file mode 100644
index 0000000..6cd2d7f
--- /dev/null
+++ b/web/images/0407/select.jpg
Binary files differ
diff --git a/web/images/0407/wds_full.jpg b/web/images/0407/wds_full.jpg
new file mode 100644
index 0000000..67b7ec4
--- /dev/null
+++ b/web/images/0407/wds_full.jpg
Binary files differ
diff --git a/web/images/0409/select.jpg b/web/images/0409/select.jpg
new file mode 100644
index 0000000..3acbba1
--- /dev/null
+++ b/web/images/0409/select.jpg
Binary files differ
diff --git a/web/images/0409/wds_full.jpg b/web/images/0409/wds_full.jpg
new file mode 100644
index 0000000..a395305
--- /dev/null
+++ b/web/images/0409/wds_full.jpg
Binary files differ
diff --git a/web/images/040a/select.jpg b/web/images/040a/select.jpg
new file mode 100644
index 0000000..8ab4ce7
--- /dev/null
+++ b/web/images/040a/select.jpg
Binary files differ
diff --git a/web/images/040a/wds_full.jpg b/web/images/040a/wds_full.jpg
new file mode 100644
index 0000000..48fe139
--- /dev/null
+++ b/web/images/040a/wds_full.jpg
Binary files differ
diff --git a/web/images/040c/select.jpg b/web/images/040c/select.jpg
new file mode 100644
index 0000000..c3f56ee
--- /dev/null
+++ b/web/images/040c/select.jpg
Binary files differ
diff --git a/web/images/040c/wds_full.jpg b/web/images/040c/wds_full.jpg
new file mode 100644
index 0000000..187838f
--- /dev/null
+++ b/web/images/040c/wds_full.jpg
Binary files differ
diff --git a/web/images/040e/select.jpg b/web/images/040e/select.jpg
new file mode 100644
index 0000000..9b90f5c
--- /dev/null
+++ b/web/images/040e/select.jpg
Binary files differ
diff --git a/web/images/040e/wds_full.jpg b/web/images/040e/wds_full.jpg
new file mode 100644
index 0000000..755e3e6
--- /dev/null
+++ b/web/images/040e/wds_full.jpg
Binary files differ
diff --git a/web/images/0410/select.jpg b/web/images/0410/select.jpg
new file mode 100644
index 0000000..e285b4d
--- /dev/null
+++ b/web/images/0410/select.jpg
Binary files differ
diff --git a/web/images/0410/wds_full.jpg b/web/images/0410/wds_full.jpg
new file mode 100644
index 0000000..f7b17f1
--- /dev/null
+++ b/web/images/0410/wds_full.jpg
Binary files differ
diff --git a/web/images/0415/select.jpg b/web/images/0415/select.jpg
new file mode 100644
index 0000000..e4ec796
--- /dev/null
+++ b/web/images/0415/select.jpg
Binary files differ
diff --git a/web/images/0415/wds_full.jpg b/web/images/0415/wds_full.jpg
new file mode 100644
index 0000000..22a14c3
--- /dev/null
+++ b/web/images/0415/wds_full.jpg
Binary files differ
diff --git a/web/images/0419/select.jpg b/web/images/0419/select.jpg
new file mode 100644
index 0000000..695d81f
--- /dev/null
+++ b/web/images/0419/select.jpg
Binary files differ
diff --git a/web/images/0419/wds_full.jpg b/web/images/0419/wds_full.jpg
new file mode 100644
index 0000000..4ba020d
--- /dev/null
+++ b/web/images/0419/wds_full.jpg
Binary files differ
diff --git a/web/images/lang/select.jpg b/web/images/lang/select.jpg
new file mode 100644
index 0000000..8ab4ce7
--- /dev/null
+++ b/web/images/lang/select.jpg
Binary files differ
diff --git a/web/images/lang/select_002.jpg b/web/images/lang/select_002.jpg
new file mode 100644
index 0000000..c3f56ee
--- /dev/null
+++ b/web/images/lang/select_002.jpg
Binary files differ
diff --git a/web/images/lang/select_003.jpg b/web/images/lang/select_003.jpg
new file mode 100644
index 0000000..9b90f5c
--- /dev/null
+++ b/web/images/lang/select_003.jpg
Binary files differ
diff --git a/web/images/lang/select_004.jpg b/web/images/lang/select_004.jpg
new file mode 100644
index 0000000..e285b4d
--- /dev/null
+++ b/web/images/lang/select_004.jpg
Binary files differ
diff --git a/web/images/lang/select_005.jpg b/web/images/lang/select_005.jpg
new file mode 100644
index 0000000..695d81f
--- /dev/null
+++ b/web/images/lang/select_005.jpg
Binary files differ
diff --git a/web/images/lang/select_006.jpg b/web/images/lang/select_006.jpg
new file mode 100644
index 0000000..e4ec796
--- /dev/null
+++ b/web/images/lang/select_006.jpg
Binary files differ
diff --git a/web/images/lang/select_007.jpg b/web/images/lang/select_007.jpg
new file mode 100644
index 0000000..fc0da63
--- /dev/null
+++ b/web/images/lang/select_007.jpg
Binary files differ
diff --git a/web/images/lang/select_008.jpg b/web/images/lang/select_008.jpg
new file mode 100644
index 0000000..6cd2d7f
--- /dev/null
+++ b/web/images/lang/select_008.jpg
Binary files differ
diff --git a/web/images/lang/select_009.jpg b/web/images/lang/select_009.jpg
new file mode 100644
index 0000000..3acbba1
--- /dev/null
+++ b/web/images/lang/select_009.jpg
Binary files differ
diff --git a/web/images/lang/wds_full.jpg b/web/images/lang/wds_full.jpg
new file mode 100644
index 0000000..4ba020d
--- /dev/null
+++ b/web/images/lang/wds_full.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_002.jpg b/web/images/lang/wds_full_002.jpg
new file mode 100644
index 0000000..48fe139
--- /dev/null
+++ b/web/images/lang/wds_full_002.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_003.jpg b/web/images/lang/wds_full_003.jpg
new file mode 100644
index 0000000..98fd578
--- /dev/null
+++ b/web/images/lang/wds_full_003.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_004.jpg b/web/images/lang/wds_full_004.jpg
new file mode 100644
index 0000000..187838f
--- /dev/null
+++ b/web/images/lang/wds_full_004.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_005.jpg b/web/images/lang/wds_full_005.jpg
new file mode 100644
index 0000000..f7b17f1
--- /dev/null
+++ b/web/images/lang/wds_full_005.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_006.jpg b/web/images/lang/wds_full_006.jpg
new file mode 100644
index 0000000..67b7ec4
--- /dev/null
+++ b/web/images/lang/wds_full_006.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_007.jpg b/web/images/lang/wds_full_007.jpg
new file mode 100644
index 0000000..22a14c3
--- /dev/null
+++ b/web/images/lang/wds_full_007.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_008.jpg b/web/images/lang/wds_full_008.jpg
new file mode 100644
index 0000000..755e3e6
--- /dev/null
+++ b/web/images/lang/wds_full_008.jpg
Binary files differ
diff --git a/web/images/lang/wds_full_009.jpg b/web/images/lang/wds_full_009.jpg
new file mode 100644
index 0000000..a395305
--- /dev/null
+++ b/web/images/lang/wds_full_009.jpg
Binary files differ
diff --git a/web/images/logo/WinDirStat_3d.ico b/web/images/logo/WinDirStat_3d.ico
new file mode 100644
index 0000000..3487794
--- /dev/null
+++ b/web/images/logo/WinDirStat_3d.ico
Binary files differ
diff --git a/web/images/logo/logo_bw.svg b/web/images/logo/logo_bw.svg
new file mode 100644
index 0000000..259c09c
--- /dev/null
+++ b/web/images/logo/logo_bw.svg
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="64px"
+ height="64px"
+ id="svg3413"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="logo_gray.svg"
+ inkscape:export-filename="D:\Projekte\WinDirStat\Mercurial\common\logo_gray.png"
+ inkscape:export-xdpi="1440"
+ inkscape:export-ydpi="1440">
+ <title
+ id="title3432">Main logo, bw</title>
+ <defs
+ id="defs3415">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4494"
+ id="radialGradient4295"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4841341,-0.00981819,0.00661529,0.99997812,-147.87792,2.947719)"
+ cx="299.21332"
+ cy="456.29883"
+ fx="299.21332"
+ fy="456.29883"
+ r="78.375488" />
+ <linearGradient
+ id="linearGradient4494">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop4496" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.1254902;"
+ offset="1"
+ id="stop4498" />
+ </linearGradient>
+ <radialGradient
+ r="78.375488"
+ fy="456.29883"
+ fx="299.21332"
+ cy="456.29883"
+ cx="299.21332"
+ gradientTransform="matrix(1.4841341,-0.00981819,0.00661529,0.99997812,-147.87792,2.947719)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3453"
+ xlink:href="#linearGradient4494"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22"
+ inkscape:cx="39.250176"
+ inkscape:cy="14.006477"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1116"
+ inkscape:window-x="1272"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata3418">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Main logo, bw</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(0.62404613,0,0,0.62404613,-45.331053,-300.48388)"
+ id="g3392">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 115.83748,483.7476 c -1.76488,0 -3.18571,1.42082 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 9.39784,0 c 1.63555,8.28443 0.92685,11.94333 -2.13041,20.72701 -2.29345,-2.82945 -5.41742,-4.74071 -9.01957,-6.1524 -3.09536,-1.21306 -5.74861,-2.97056 -6.76963,-5.13695 0.19433,-0.41249 0.31857,-0.86614 0.31857,-1.35393 l 0,-10.83141 c 0,-1.76488 -1.42083,-3.18571 -3.18571,-3.18571 l -10.83141,0 c -1.76488,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 10.83141,0 c 0.8725,0 1.65581,-0.3515 2.23,-0.91589 0.61414,2.91303 2.94079,4.73656 6.76963,6.65017 3.45719,1.72787 6.16919,5.81124 7.50636,9.77614 -0.67429,1.89913 -1.38279,3.91839 -2.19018,6.27187 -1.51378,4.5216 -3.42247,9.76258 -4.77856,15.51042 -1.52264,-0.88101 -3.17303,-1.4914 -4.89803,-1.81188 -0.73647,-0.48652 -1.28301,-0.93986 -1.67249,-1.4933 -1.21752,-1.72988 -0.3735,-5.06533 -0.75661,-7.42668 l 4.22106,0 c 1.76482,0 3.18571,-1.42083 3.18571,-3.18571 l 0,-10.83141 c 0,-1.76488 -1.42089,-3.18571 -3.18571,-3.18571 l -10.81153,0 c -1.76488,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 5.81392,0 c -0.10175,2.48225 -1.94717,6.3032 -0.35839,8.56159 0.0127,0.0185 0.0268,0.0412 0.0395,0.0597 -0.10729,5.1e-4 -0.21096,-0.002 -0.31857,0 -6.46724,0.12919 -10.11826,-0.87567 -13.85783,-3.20562 0.56438,-0.57422 0.91589,-1.37741 0.91589,-2.2499 l 0,-10.8115 c 0,-1.76489 -1.42083,-3.18571 -3.18571,-3.18571 l -10.831411,0 c -1.764883,0 -3.185709,1.42082 -3.185709,3.18571 l 0,10.8115 c 0,1.76488 1.420826,3.1857 3.185709,3.1857 l 10.831411,0 c 0.22733,0 0.46333,-0.0149 0.67696,-0.0597 3.39756,3.27312 8.17791,5.74707 14.89319,6.63026 4.22081,0.55512 6.71471,1.42429 8.32267,2.64812 -1.40547,8.61891 -1.13832,18.18473 3.58392,28.13379 0.80324,0.12154 1.59387,0.2756 2.40916,0.3584 1.67874,0.17048 3.37347,0.25883 5.09713,0.25883 1.72373,0 3.43834,-0.0883 5.11708,-0.25883 0.61363,-0.0623 2.47931,-0.37362 3.08612,-0.45795 -8.16338,-14.25232 -9.40153,-27.01493 -6.88909,-39.12449 0.91493,-0.91267 1.99521,-1.59669 3.24547,-2.17026 2.98571,-1.36971 7.66864,-2.33386 11.14998,-2.64812 6.84055,-0.52761 13.92181,-2.66779 15.43075,-8.06383 0.57056,0.54118 1.35807,0.87607 2.21012,0.87607 l 10.81146,0 c 1.76489,0 3.18571,-1.42082 3.18571,-3.18571 l 0,-10.83141 c 0,-1.76488 -1.42082,-3.18571 -3.18571,-3.18571 l -10.81146,0 c -1.76489,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,0.31641 0.0541,0.60789 0.13934,0.89598 -0.80063,3.71493 -5.50637,4.61408 -9.79606,4.93785 1.36929,-1.50556 2.09302,-2.9873 2.84726,-4.59937 1.48856,-3.18157 0.76368,-7.25411 0.43804,-9.139 -0.77668,-2.50268 -1.30245,-6.59341 -0.71679,-10.33364 l 4.34053,0 c 1.76489,0 3.18571,-1.42083 3.18571,-3.18571 l 0,-10.83141 c 0,-1.76488 -1.42082,-3.18571 -3.18571,-3.18571 l -10.83141,0 c -1.76488,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 5.51523,0 c -1.23905,3.19586 -1.09678,6.90476 -0.41809,10.69203 0.28544,1.65209 -0.0856,5.01375 -1.21459,7.42669 -1.05918,2.26392 -2.22063,3.75747 -7.24748,6.41124 -3.07536,0.22084 -6.80595,0.50743 -9.99517,1.75214 5.35926,-17.28469 2.55137,-28.63333 0.17923,-35.28173 1.35023,-0.36974 2.34946,-1.59551 2.34946,-3.06624 l 0,-10.83141 c 0,-1.76489 -1.42082,-3.18571 -3.18571,-3.18571 l -10.83141,0 z"
+ id="path4623"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path4627"
+ d="m 134.61329,484.64358 c 0.21809,0.73165 0.33845,1.49672 0.33845,2.28973 l 0,2.9866 c 1.50072,-1.46066 3.52479,-2.38928 5.73427,-2.38928 l 2.9866,0 c -2.8888,-1.24383 -5.92102,-2.20734 -9.05932,-2.88705 z m -27.03871,1.71232 c -2.72678,0.96521 -5.33874,2.15904 -7.82493,3.56401 l 4.69892,0 c 1.0964,0 2.13921,0.23248 3.10607,0.63714 l 0,-3.62374 c 0,-0.1941 0.006,-0.38623 0.0197,-0.57741 z m 52.22568,12.32471 0,7.96427 c 0,0.80307 -0.15482,1.56971 -0.37827,2.30964 l 8.02398,0 c -2.10525,-3.75024 -4.67637,-7.20302 -7.64571,-10.27391 z m -74.46594,3.50428 c -4.86847,6.07334 -8.348088,13.2975 -9.9354,21.20487 0.905251,-0.34828 1.874089,-0.53759 2.887017,-0.53759 l 7.705463,0 c 0.67391,-2.50996 1.57948,-4.92408 2.70786,-7.20766 -2.02548,-1.52441 -3.36494,-3.93816 -3.36494,-6.61035 l 0,-6.84927 z m 88.42336,32.01637 c -1.47396,1.32705 -3.4031,2.15036 -5.49534,2.15036 l -4.83833,0 c -1.38527,17.44224 -14.00055,31.6305 -30.66245,35.34145 1.04682,2.64137 2.35086,5.35018 3.96226,8.16338 0.21707,0.3785 0.38693,0.79321 0.49773,1.21456 20.71093,-5.69011 36.07325,-24.4949 36.53613,-46.86975 z m -96.32787,15.98828 c 5.42067,14.80499 17.70859,26.32893 32.97209,30.72218 -1.51876,-4.03348 -2.38871,-8.00381 -2.80744,-11.86677 -8.21021,-3.77168 -14.89956,-10.25488 -18.8952,-18.33773 -0.20746,-0.15759 -0.41606,-0.31601 -0.61727,-0.47786 l -9.796053,0 c -0.287924,0 -0.574893,-0.01 -0.856127,-0.0398 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:17.92433548;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>
diff --git a/web/images/logo/logo_color.svg b/web/images/logo/logo_color.svg
new file mode 100644
index 0000000..8e7e919
--- /dev/null
+++ b/web/images/logo/logo_color.svg
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="64px"
+ height="64px"
+ id="svg3413"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="logo_bw.svg">
+ <title
+ id="title3432">Main logo, color</title>
+ <defs
+ id="defs3415">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4494"
+ id="radialGradient4295"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4841341,-0.00981819,0.00661529,0.99997812,-147.87792,2.947719)"
+ cx="299.21332"
+ cy="456.29883"
+ fx="299.21332"
+ fy="456.29883"
+ r="78.375488" />
+ <linearGradient
+ id="linearGradient4494">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop4496" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.1254902;"
+ offset="1"
+ id="stop4498" />
+ </linearGradient>
+ <radialGradient
+ r="78.375488"
+ fy="456.29883"
+ fx="299.21332"
+ cy="456.29883"
+ cx="299.21332"
+ gradientTransform="matrix(1.4841341,-0.00981819,0.00661529,0.99997812,-147.87792,2.947719)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3453"
+ xlink:href="#linearGradient4494"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.5"
+ inkscape:cx="32"
+ inkscape:cy="32"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ inkscape:window-width="1186"
+ inkscape:window-height="822"
+ inkscape:window-x="1305"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata3418">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Main logo, color</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g3529"
+ inkscape:export-filename="C:\tuqueque\Imagenes\Svg\Logos\WinDirStat\Icons\Greenish\Greenish256.png"
+ inkscape:export-xdpi="720"
+ inkscape:export-ydpi="720"
+ transform="matrix(1.9545454,0,0,1.9545454,-3762.4142,-1800.0459)">
+ <path
+ d="m 415.9129,463.29471 c 0,43.28559 -35.0899,78.37549 -78.37549,78.37549 -43.28558,0 -78.37548,-35.0899 -78.37548,-78.37549 0,-43.28559 35.0899,-78.37549 78.37548,-78.37549 43.28559,0 78.37549,35.0899 78.37549,78.37549 z"
+ sodipodi:ry="78.375488"
+ sodipodi:rx="78.375488"
+ sodipodi:cy="463.29471"
+ sodipodi:cx="337.53741"
+ id="path5524"
+ style="fill:#aad400;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(0.20414546,0,0,0.20414546,1872.5145,842.83929)" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 1939.0453,923.21325 c -0.5073,0 -0.9156,0.40836 -0.9156,0.91561 l 0,3.11299 c 0,0.50725 0.4083,0.91557 0.9156,0.91557 l 2.701,0 c 0.47,2.38102 0.2663,3.43259 -0.6123,5.95707 -0.6592,-0.81319 -1.557,-1.36251 -2.5923,-1.76826 -0.8896,-0.34861 -1.6522,-0.85372 -1.9456,-1.47636 0.056,-0.11858 0.092,-0.24894 0.092,-0.38915 l 0,-3.11299 c 0,-0.50721 -0.4084,-0.91557 -0.9156,-0.91557 l -3.113,0 c -0.5073,0 -0.9156,0.40836 -0.9156,0.91557 l 0,3.11299 c 0,0.50725 0.4083,0.91561 0.9156,0.91561 l 3.113,0 c 0.2507,0 0.4758,-0.10103 0.6409,-0.26323 0.1765,0.8372 0.8452,1.36132 1.9456,1.91128 0.9936,0.49661 1.7731,1.67021 2.1574,2.80971 -0.1938,0.54583 -0.3974,1.12616 -0.6295,1.80259 -0.4351,1.29952 -0.9836,2.80582 -1.3734,4.45777 -0.4376,-0.25319 -0.9119,-0.42865 -1.4077,-0.52075 -0.2117,-0.13981 -0.3687,-0.27014 -0.4807,-0.42916 -0.3499,-0.4972 -0.1073,-1.4558 -0.2174,-2.1345 l 1.2131,0 c 0.5073,0 0.9156,-0.40832 0.9156,-0.91557 l 0,-3.11303 c 0,-0.50721 -0.4083,-0.91557 -0.9156,-0.91557 l -3.1073,0 c -0.5072,0 -0.9155,0.40836 -0.9155,0.91557 l 0,3.11303 c 0,0.50725 0.4083,0.91557 0.9155,0.91557 l 1.671,0 c -0.029,0.71343 -0.5596,1.8116 -0.103,2.46065 0,0.005 0.01,0.0119 0.011,0.0171 -0.031,1.2e-4 -0.061,0 -0.092,0 -1.8587,0.0373 -2.9081,-0.25168 -3.9828,-0.92133 0.1622,-0.16502 0.2632,-0.39585 0.2632,-0.64662 l 0,-3.10727 c 0,-0.50725 -0.4083,-0.91561 -0.9156,-0.91561 l -3.113,0 c -0.5072,0 -0.9156,0.40836 -0.9156,0.91561 l 0,3.10727 c 0,0.50725 0.4084,0.91561 0.9156,0.91561 l 3.113,0 c 0.065,0 0.1332,-0.004 0.1946,-0.0171 0.9764,0.9407 2.3504,1.65175 4.2804,1.90557 1.213,0.15954 1.9298,0.40935 2.3919,0.76107 -0.4039,2.47712 -0.3271,5.22641 1.0301,8.08582 0.2308,0.0349 0.4581,0.0792 0.6924,0.10301 0.4825,0.049 0.9695,0.0744 1.4649,0.0744 0.4954,0 0.9882,-0.0254 1.4707,-0.0744 0.1764,-0.0179 0.7126,-0.10738 0.887,-0.13164 -2.3462,-4.0962 -2.7021,-7.76423 -1.98,-11.24457 0.263,-0.26232 0.5734,-0.4589 0.9328,-0.62376 0.8581,-0.39364 2.204,-0.67076 3.2045,-0.76107 1.966,-0.15164 4.0012,-0.76675 4.4349,-2.31758 0.164,0.15553 0.3903,0.25175 0.6352,0.25175 l 3.1073,0 c 0.5072,0 0.9156,-0.40832 0.9156,-0.91556 l 0,-3.11299 c 0,-0.50725 -0.4084,-0.91561 -0.9156,-0.91561 l -3.1073,0 c -0.5072,0 -0.9156,0.40836 -0.9156,0.91561 l 0,3.11299 c 0,0.0909 0.016,0.1747 0.04,0.25751 -0.2301,1.06769 -1.5826,1.32611 -2.8154,1.41916 0.3935,-0.43269 0.6015,-0.85856 0.8183,-1.3219 0.4278,-0.91438 0.2195,-2.08484 0.1259,-2.62659 -0.2232,-0.71927 -0.3743,-1.89497 -0.206,-2.96992 l 1.2475,0 c 0.5072,0 0.9156,-0.40836 0.9156,-0.91561 l 0,-3.11299 c 0,-0.50724 -0.4084,-0.91561 -0.9156,-0.91561 l -3.113,0 c -0.5073,0 -0.9156,0.40837 -0.9156,0.91561 l 0,3.11299 c 0,0.50725 0.4083,0.91561 0.9156,0.91561 l 1.5851,0 c -0.3561,0.91851 -0.3153,1.98445 -0.1202,3.07294 0.082,0.47481 -0.025,1.44095 -0.3491,2.13446 -0.3044,0.65067 -0.6382,1.07991 -2.0829,1.84261 -0.8839,0.0635 -1.9561,0.14584 -2.8727,0.50359 1.5403,-4.9677 0.7333,-8.22936 0.052,-10.14017 0.3881,-0.10623 0.6753,-0.45854 0.6753,-0.88123 l 0,-3.11299 c 0,-0.50725 -0.4084,-0.91561 -0.9156,-0.91561 l -3.113,0 z"
+ id="path5526"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path5528"
+ d="m 1944.4415,923.47077 c 0.063,0.21027 0.097,0.43015 0.097,0.65809 l 0,0.85837 c 0.4313,-0.41984 1.0131,-0.68672 1.6481,-0.68672 l 0.8583,0 c -0.8302,-0.35747 -1.7017,-0.6344 -2.6037,-0.82974 z m -7.7711,0.49212 c -0.7836,0.2774 -1.5343,0.62054 -2.2489,1.02434 l 1.3505,0 c 0.3151,0 0.6148,0.0668 0.8927,0.18308 l 0,-1.04145 c 0,-0.0558 0,-0.11103 0.01,-0.16597 z m 15.01,3.54219 0,2.28896 c 0,0.23084 -0.044,0.45116 -0.1087,0.66381 l 2.3061,0 c -0.6051,-1.07785 -1.344,-2.07019 -2.1974,-2.95277 z m -21.4019,1.00715 c -1.3992,1.74551 -2.3993,3.82178 -2.8555,6.09438 0.2602,-0.10007 0.5386,-0.1545 0.8297,-0.1545 l 2.2146,0 c 0.1937,-0.72137 0.454,-1.41519 0.7783,-2.07154 -0.5821,-0.43809 -0.9671,-1.13184 -0.9671,-1.89985 l 0,-1.96849 z m 25.4133,9.20166 c -0.4236,0.38141 -0.978,0.61804 -1.5794,0.61804 l -1.3905,0 c -0.3982,5.013 -4.0238,9.09074 -8.8126,10.15732 0.3009,0.75916 0.6757,1.53766 1.1388,2.3462 0.062,0.10877 0.1112,0.22794 0.1431,0.34906 5.9524,-1.63535 10.3676,-7.03997 10.5006,-13.47062 z m -27.6851,4.59511 c 1.5579,4.25507 5.0895,7.5671 9.4763,8.82974 -0.4365,-1.15923 -0.6865,-2.30036 -0.8068,-3.4106 -2.3597,-1.084 -4.2822,-2.94729 -5.4306,-5.27036 -0.06,-0.0453 -0.1196,-0.0908 -0.1774,-0.13731 l -2.8154,0 c -0.083,0 -0.1653,-0.004 -0.2461,-0.0115 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:17.92433548;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(0.20414546,0,0,0.20414546,1872.5145,842.83929)"
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3453);fill-opacity:1;stroke:none"
+ id="path5530"
+ sodipodi:cx="337.53741"
+ sodipodi:cy="463.29471"
+ sodipodi:rx="78.375488"
+ sodipodi:ry="78.375488"
+ d="m 415.9129,463.29471 c 0,43.28559 -35.0899,78.37549 -78.37549,78.37549 -43.28558,0 -78.37548,-35.0899 -78.37548,-78.37549 0,-43.28559 35.0899,-78.37549 78.37548,-78.37549 43.28559,0 78.37549,35.0899 78.37549,78.37549 z" />
+ </g>
+ </g>
+</svg>
diff --git a/web/images/logo/logo_gray.svg b/web/images/logo/logo_gray.svg
new file mode 100644
index 0000000..941172b
--- /dev/null
+++ b/web/images/logo/logo_gray.svg
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="64px"
+ height="64px"
+ id="svg3413"
+ version="1.1"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="logo_color.svg">
+ <title
+ id="title3432">Main logo, gray</title>
+ <defs
+ id="defs3415">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4494"
+ id="radialGradient4295"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4841341,-0.00981819,0.00661529,0.99997812,-147.87792,2.947719)"
+ cx="299.21332"
+ cy="456.29883"
+ fx="299.21332"
+ fy="456.29883"
+ r="78.375488" />
+ <linearGradient
+ id="linearGradient4494">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop4496" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.1254902;"
+ offset="1"
+ id="stop4498" />
+ </linearGradient>
+ <radialGradient
+ r="78.375488"
+ fy="456.29883"
+ fx="299.21332"
+ cy="456.29883"
+ cx="299.21332"
+ gradientTransform="matrix(1.4841341,-0.00981819,0.00661529,0.99997812,-147.87792,2.947719)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3453"
+ xlink:href="#linearGradient4494"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.5"
+ inkscape:cx="32"
+ inkscape:cy="32"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ inkscape:window-width="1186"
+ inkscape:window-height="822"
+ inkscape:window-x="1305"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata3418">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Main logo, gray</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(0.62404472,0,0,0.62404472,-151.37311,-300.46636)"
+ id="g3396">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4330"
+ d="m 285.83748,483.7476 c -1.76488,0 -3.18571,1.42082 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 9.39784,0 c 1.63555,8.28443 0.92685,11.94333 -2.13041,20.72701 -2.29345,-2.82945 -5.41742,-4.74071 -9.01957,-6.1524 -3.09536,-1.21306 -5.74861,-2.97056 -6.76963,-5.13695 0.19433,-0.41249 0.31857,-0.86614 0.31857,-1.35393 l 0,-10.83141 c 0,-1.76488 -1.42083,-3.18571 -3.18571,-3.18571 l -10.83141,0 c -1.76488,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 10.83141,0 c 0.8725,0 1.65581,-0.3515 2.23,-0.91589 0.61414,2.91303 2.94079,4.73656 6.76963,6.65017 3.45719,1.72787 6.16919,5.81124 7.50636,9.77614 -0.67429,1.89913 -1.38279,3.91839 -2.19018,6.27187 -1.51378,4.5216 -3.42247,9.76258 -4.77856,15.51042 -1.52264,-0.88101 -3.17303,-1.4914 -4.89803,-1.81188 -0.73647,-0.48652 -1.28301,-0.93986 -1.67249,-1.4933 -1.21752,-1.72988 -0.3735,-5.06533 -0.75661,-7.42668 l 4.22106,0 c 1.76482,0 3.18571,-1.42083 3.18571,-3.18571 l 0,-10.83141 c 0,-1.76488 -1.42089,-3.18571 -3.18571,-3.18571 l -10.81153,0 c -1.76488,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 5.81392,0 c -0.10175,2.48225 -1.94717,6.3032 -0.35839,8.56159 0.0127,0.0185 0.0268,0.0412 0.0395,0.0597 -0.10729,5.1e-4 -0.21096,-0.002 -0.31857,0 -6.46724,0.12919 -10.11826,-0.87567 -13.85783,-3.20562 0.56438,-0.57422 0.91589,-1.37741 0.91589,-2.2499 l 0,-10.8115 c 0,-1.76489 -1.42083,-3.18571 -3.18571,-3.18571 l -10.83141,0 c -1.76488,0 -3.18571,1.42082 -3.18571,3.18571 l 0,10.8115 c 0,1.76488 1.42083,3.1857 3.18571,3.1857 l 10.83141,0 c 0.22733,0 0.46333,-0.0149 0.67696,-0.0597 3.39756,3.27312 8.17791,5.74707 14.89319,6.63026 4.22081,0.55512 6.71471,1.42429 8.32267,2.64812 -1.40547,8.61891 -1.13832,18.18473 3.58392,28.13379 0.80324,0.12154 1.59387,0.2756 2.40916,0.3584 1.67874,0.17048 3.37347,0.25883 5.09713,0.25883 1.72373,0 3.43834,-0.0883 5.11708,-0.25883 0.61363,-0.0623 2.47931,-0.37362 3.08612,-0.45795 -8.16338,-14.25232 -9.40153,-27.01493 -6.88909,-39.12449 0.91493,-0.91267 1.99521,-1.59669 3.24547,-2.17026 2.98571,-1.36971 7.66864,-2.33386 11.14998,-2.64812 6.84055,-0.52761 13.92181,-2.66779 15.43075,-8.06383 0.57056,0.54118 1.35807,0.87607 2.21012,0.87607 l 10.81146,0 c 1.76489,0 3.18571,-1.42082 3.18571,-3.18571 l 0,-10.83141 c 0,-1.76488 -1.42082,-3.18571 -3.18571,-3.18571 l -10.81146,0 c -1.76489,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,0.31641 0.0541,0.60789 0.13934,0.89598 -0.80063,3.71493 -5.50637,4.61408 -9.79606,4.93785 1.36929,-1.50556 2.09302,-2.9873 2.84726,-4.59937 1.48856,-3.18157 0.76368,-7.25411 0.43804,-9.139 -0.77668,-2.50268 -1.30245,-6.59341 -0.71679,-10.33364 l 4.34053,0 c 1.76489,0 3.18571,-1.42083 3.18571,-3.18571 l 0,-10.83141 c 0,-1.76488 -1.42082,-3.18571 -3.18571,-3.18571 l -10.83141,0 c -1.76488,0 -3.18571,1.42083 -3.18571,3.18571 l 0,10.83141 c 0,1.76488 1.42083,3.18571 3.18571,3.18571 l 5.51523,0 c -1.23905,3.19586 -1.09678,6.90476 -0.41809,10.69203 0.28544,1.65209 -0.0856,5.01375 -1.21459,7.42669 -1.05918,2.26392 -2.22063,3.75747 -7.24748,6.41124 -3.07536,0.22084 -6.80595,0.50743 -9.99517,1.75214 5.35926,-17.28469 2.55137,-28.63333 0.17923,-35.28173 1.35023,-0.36974 2.34946,-1.59551 2.34946,-3.06624 l 0,-10.83141 c 0,-1.76489 -1.42082,-3.18571 -3.18571,-3.18571 l -10.83141,0 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ inkscape:connector-curvature="0"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#808080;fill-opacity:1;stroke:none;stroke-width:17.92433548;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 304.61329,484.64358 c 0.21809,0.73165 0.33845,1.49672 0.33845,2.28973 l 0,2.9866 c 1.50072,-1.46066 3.52479,-2.38928 5.73427,-2.38928 l 2.9866,0 c -2.8888,-1.24383 -5.92102,-2.20734 -9.05932,-2.88705 z m -27.03871,1.71232 c -2.72678,0.96521 -5.33874,2.15904 -7.82493,3.56401 l 4.69892,0 c 1.0964,0 2.13921,0.23248 3.10607,0.63714 l 0,-3.62374 c 0,-0.1941 0.006,-0.38623 0.0197,-0.57741 z m 52.22568,12.32471 0,7.96427 c 0,0.80307 -0.15482,1.56971 -0.37827,2.30964 l 8.02398,0 c -2.10525,-3.75024 -4.67637,-7.20302 -7.64571,-10.27391 z m -74.46594,3.50428 c -4.86847,6.07334 -8.34809,13.2975 -9.9354,21.20487 0.90525,-0.34828 1.87409,-0.53759 2.88702,-0.53759 l 7.70546,0 c 0.67391,-2.50996 1.57948,-4.92408 2.70786,-7.20766 -2.02548,-1.52441 -3.36494,-3.93816 -3.36494,-6.61035 l 0,-6.84927 z m 88.42336,32.01637 c -1.47396,1.32705 -3.4031,2.15036 -5.49534,2.15036 l -4.83833,0 c -1.38527,17.44224 -14.00055,31.6305 -30.66245,35.34145 1.04682,2.64137 2.35086,5.35018 3.96226,8.16338 0.21707,0.3785 0.38693,0.79321 0.49773,1.21456 20.71093,-5.69011 36.07325,-24.4949 36.53613,-46.86975 z m -96.32787,15.98828 c 5.42067,14.80499 17.70859,26.32893 32.97209,30.72218 -1.51876,-4.03348 -2.38871,-8.00381 -2.80744,-11.86677 -8.21021,-3.77168 -14.89956,-10.25488 -18.8952,-18.33773 -0.20746,-0.15759 -0.41606,-0.31601 -0.61727,-0.47786 l -9.79605,0 c -0.28793,0 -0.5749,-0.01 -0.85613,-0.0398 z"
+ id="path4332" />
+ </g>
+ </g>
+</svg>
diff --git a/web/images/project-support.jpg b/web/images/project-support.jpg
new file mode 100644
index 0000000..5d15550
--- /dev/null
+++ b/web/images/project-support.jpg
Binary files differ
diff --git a/web/images/windirstat.jpg b/web/images/windirstat.jpg
new file mode 100644
index 0000000..d2937df
--- /dev/null
+++ b/web/images/windirstat.jpg
Binary files differ
diff --git a/web/templates/background.html.tmpl b/web/templates/background.html.tmpl
new file mode 100644
index 0000000..fc12254
--- /dev/null
+++ b/web/templates/background.html.tmpl
@@ -0,0 +1,36 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Background'
+ description = 'Background and history'
+ uuid = '07c225cb-e2db-49da-b1d5-c33588c8ffbb'
+ norder = '4000'
+%]
+<p>When in 2003 I came across the KDE program KDirStat (<a href="http://kdirstat.sourceforge.net">kdirstat.sourceforge.net</a>),
+I was fascinated and enthusiastic about it, as it is probably the same with many others. I had been thinking of writing a disk
+usage tool before, and saw: that's it!
+</p>
+
+<p>SequoiaView
+(<a href="http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview/">http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview/</a>) was around, but KDirStat's concept of coupling a tree list view with a treemap was unrivaled, and I didn't find anything equivalent for MS Windows.
+So I wrote WinDirStat, using Mark Bruls, Kees Huizing, Jarke J. vanWijk, and Huub van de Wetering's papers
+on squarified treemaps (<a href="http://www.win.tue.nl/~vanwijk/stm.pdf">http://www.win.tue.nl/~vanwijk/stm.pdf</a>)
+and cushion treemaps <a href="http://www.win.tue.nl/~vanwijk/ctm.pdf">http://www.win.tue.nl/~vanwijk/ctm.pdf</a>).
+</p>
+
+<p>I didn't worry to much about the functionality but simply cloned KDirStat. The pacman is not
+my idea, the extension list is. I tried to size and position each GUI element optimally and to
+avoid modal dialogue boxes. The program should output much information while requiring
+few user input.
+When I thought it was complete, I gave it to my sister and watched her interaction with the software.
+That gave me another two weeks of work to do. This procedure, together with the testplan, secured
+WinDirStat's quality.</p>
+
+<p>Meanwhile, a colleague of mine wrote Disc Inventory X
+(<a href="http://www.derlien.com/">http://www.derlien.com/</a>), a clone for Mac OS X.
+</p>
+
+<p>That's the story so far. Oliver has taken responsibility for the project, many translations
+have been contributed. I've largely switched to Linux and observe WinDirStat's amazing download
+numbers. I hope we can provide some new version slowly but surely.</p>
+
+<p>Bernhard</p>
+[% END %]
diff --git a/web/templates/contact.html.tmpl b/web/templates/contact.html.tmpl
new file mode 100644
index 0000000..23e9c09
--- /dev/null
+++ b/web/templates/contact.html.tmpl
@@ -0,0 +1,58 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Contact'
+ description = 'Contact the team or a team member'
+ uuid = 'a57cd25d-42ee-4e3a-aa24-f42b9548dbdd'
+ norder = '9989'
+%]
+<p>All the fields have to be filled in ...</p>
+<p><strong>NB:</strong> As a matter of courtesy you should consider adding your name (or even a pseudonym) in the message to us. You know our names as well. Besides, it makes it easier to address you in a reply. Thanks.</p>
+<form action="/bin/sendmail.cgi" method="post" accept-charset="utf-8">
+<table width="100%" summary="Mailform">
+<colgroup>
+ <col width="30%" />
+ <col width="70%" />
+</colgroup>
+<tr>
+ <td>
+ <b>Who should receive the message?:</b>
+ </td>
+ <td>
+ <select name="Recipient">
+ <option value="team" selected="selected">The whole team</option>
+ <option value="bernhard">Bernhard</option>
+ <option value="oliver">Oliver</option>
+ <option value="juan">Juan</option>
+ </select>
+ </td>
+ </tr>
+<tr>
+ <td>
+ <b>Your email address (max. 100 chars):</b>
+ </td>
+ <td>
+ <input type="text" name="Sender" maxlength="100" class="feld_" />
+ </td>
+ </tr>
+<tr>
+ <td>
+ <b>Subject (max. 100 chars):</b>
+ </td>
+
+ <td>
+ <input type="text" name="Subject" maxlength="100" class="feld_" />
+ </td>
+ </tr>
+<tr>
+ <td colspan="2">
+ <b>Here goes your text:</b><br />
+ <textarea name="Mailtext" rows="15" cols="60" class="feld3"></textarea>
+ </td>
+ </tr>
+<tr>
+ <td colspan="2" style="text-align:center; ">
+ <input type="submit" value="Send" class="btn" />
+ </td>
+ </tr>
+</table>
+</form>
+[% END %]
diff --git a/web/templates/download.html.tmpl b/web/templates/download.html.tmpl
new file mode 100644
index 0000000..e17718d
--- /dev/null
+++ b/web/templates/download.html.tmpl
@@ -0,0 +1,35 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Downloads, permalinks'
+ description = 'Permalinks to downloads and other content'
+ uuid = '8dccb375-74a0-4fde-a733-0019572b0646'
+ norder = '1000'
+%]
+<p>WinDirStat is free software published under the GNU General Public License.</p>
+<p>It is known to run on Windows 95 (IE5), Windows 98 SE, Windows ME, Windows NT4 (SP5), Windows 2000, Windows XP, Windows Server 2003, Windows Vista, and Windows 7.
+</p>
+<p>Please download the installer from the
+<a href="http://sourceforge.net/projects/windirstat/">sourceforge project summary page</a>
+or follow one of the links below.
+</p>
+<p>
+ If you want to link to this website or one of the resources, please use the following links.
+ They point to the mirrors of SourceForge and are guaranteed to link to the current release always,
+ whereas the actual links on the project page will change with each release:
+</p>
+
+<ul>
+ <li class="bigspace">Website:<br />
+ <a href="/">http://windirstat.info</a>
+ </li>
+ <li class="bigspace">Blog:<br />
+ <a href="http://blog.windirstat.info">http://blog.windirstat.info</a>
+ </li>
+ <li class="bigspace">Current installer:<br />
+ <a href="/wds_current_setup.exe">http://windirstat.info/wds_current_setup.exe</a>
+ </li>
+ <li class="bigspace">Current Source release:<br />
+ <a href="/wds_current_source.zip">http://windirstat.info/wds_current_source.zip</a> <br/> or <br/>
+ <a href="/wds_current_source.7z">http://windirstat.info/wds_current_source.7z</a>
+ </li>
+</ul>
+[% END %]
diff --git a/web/templates/future.html.tmpl_ b/web/templates/future.html.tmpl_
new file mode 100644
index 0000000..ed3f6ad
--- /dev/null
+++ b/web/templates/future.html.tmpl_
@@ -0,0 +1,27 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Future plans'
+ description = 'Plans for future development'
+ uuid = '64593a62-f4f2-4657-94b0-4d8faf0cdae1'
+ norder = '5000'
+%]
+<ul>
+ <li>The ability to select (and cleanup) more than one file at the same time will be
+ a natural enhancement.
+ </li>
+ <li>We'll study SequoiaView's filtering capabilities again and possibly implement
+ filters. However, we want to keep WinDirStat's user interface as simple and
+ natural as possible.
+ </li>
+ <li>Support for an optional windirstat.ini file will be added, so that all settings
+ can easily be ported to other machines and there is no registry footprint at
+ all.
+ </li>
+ <li>Saving the current scan to a file.
+ </li>
+
+ <li>Plugin-system to extend the features of WinDirStat via a simple plugin-API.
+ </li>
+ <li>Check for updates as a menu item on the help menu.
+ </li>
+</ul>
+[% END %]
diff --git a/web/templates/include/automenu.inc b/web/templates/include/automenu.inc
new file mode 100644
index 0000000..9048e0c
--- /dev/null
+++ b/web/templates/include/automenu.inc
@@ -0,0 +1,61 @@
+[%
+pages = [
+ {
+ fname = 'background.html'
+ title = 'Background'
+ description = 'Background and history'
+ uuid = '07c225cb-e2db-49da-b1d5-c33588c8ffbb'
+ norder = '4000'
+ }
+
+ {
+ fname = 'contact.html'
+ title = 'Contact'
+ description = 'Contact the team or a team member'
+ uuid = 'a57cd25d-42ee-4e3a-aa24-f42b9548dbdd'
+ norder = '9989'
+ }
+
+ {
+ fname = 'download.html'
+ title = 'Downloads, permalinks'
+ description = 'Permalinks to downloads and other content'
+ uuid = '8dccb375-74a0-4fde-a733-0019572b0646'
+ norder = '1000'
+ }
+
+ {
+ fname = 'index.html'
+ title = 'Home'
+ description = 'Windows Directory Statistics'
+ uuid = '92e5b3ac-10ac-418e-97f9-8156b67c1d57'
+ norder = '0000'
+ }
+
+ {
+ fname = 'logo.html'
+ title = 'Logos'
+ description = 'Logos / icons'
+ uuid = '51f50289-c61f-4cf7-ac07-fd236f442f39'
+ norder = '9999'
+ }
+
+ {
+ fname = 'translations.html'
+ title = 'Translation Project'
+ description = 'Translations of WinDirStat'
+ uuid = '5da70447-d5f0-4895-8377-88f4a1ac8b3e'
+ norder = '6000'
+ }
+
+ {
+ fname = 'unicode.html'
+ title = 'Notes on Unicode'
+ description = 'Notes on Unicode - Why is Unicode relevant?'
+ uuid = '18f81132-3a23-474c-9b64-ff066752cc21'
+ norder = '7000'
+ }
+
+
+]
+%]
diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt
new file mode 100644
index 0000000..35db569
--- /dev/null
+++ b/web/templates/include/constants.tt
@@ -0,0 +1,14 @@
+[%
+ keywords = [
+ {
+ lang = 'en'
+ cont = 'WinDirStat, WDS, Cushion treemap, treemap, Windows, disk usage statistics, disk cleanup tool'
+ }
+ {
+ lang = 'de'
+ cont = 'WinDirStat, WDS, Kissenbaumkarten, Baumkarten, Windows, Festplattenstatistik, Festplattenreinigung, Festplattenbereinigung'
+ }
+ ]
+ revisit = '5 days'
+ currver = '1.1.2'
+%]
diff --git a/web/templates/include/html-body.tt b/web/templates/include/html-body.tt
new file mode 100644
index 0000000..9dca1b4
--- /dev/null
+++ b/web/templates/include/html-body.tt
@@ -0,0 +1,94 @@
+[%- PROCESS 'constants.tt' -%]
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="Content-Style-Type" content="text/css" />
+ <meta name="robots" content="index" />
+ <meta name="revisit-after" content="[%- revisit -%]" />
+ <meta name="description" content="[%- description | html -%]" />
+[% FOREACH kw IN keywords %]
+ <meta name="keywords" content="[%- kw.cont | html -%]" lang="[%- kw.lang | html -%]" />
+
+[% END %]
+ <meta http-equiv="pragma" content="no-cache" />
+ <style type="text/css">
+ <!--
+
+ [% INSERT styles.css | collapse | trim %]
+
+ -->
+ </style>
+ <title>WinDirStat - [%- description | html -%]</title>
+</head>
+[%- FILTER replace('> <', '><') -%]
+[%- FILTER collapse -%]
+[%- PROCESS 'automenu.inc' -%]
+[%- USE date(format = '%Y-%m-%d %H:%MZ') -%]
+<body>
+<p style="text-align:center;">
+<img src="images/logo_wds_white.png" alt="WinDirStat logo with text" height="72" width="191" />
+<a style="position:absolute; right:1.5em; z-index:100;" href="http://sourceforge.net/projects/windirstat"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=91252&amp;type=9" width="80" height="15" alt="Get WinDirStat: Windows Directory Statistics at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+<span style="position:absolute; left:1.5em; z-index:200; font-weight:bold; color:white;">Latest version: [% currver %]</span>
+</p>
+<table id="frame" cellpadding="0" cellspacing="0" border="0" width="100%">
+<colgroup>
+ <col />
+ <col width="100%" />
+</colgroup>
+<tr>
+ <td id="heading" colspan="2" align="center" ><b>
+ [%- description | ucfirst -%]
+ </b></td>
+</tr>
+<tr>
+ <td id="menu" valign="top">
+ [%- FOREACH page IN pages.nsort('norder') -%]
+ [%- IF uuid == page.uuid -%]
+ <p class="selected">
+ [%- ELSE -%]
+ <p><a href="[% page.fname | uri %]">
+ [%- END -%]
+ [%- IF page.uuid == '51f50289-c61f-4cf7-ac07-fd236f442f39' -%]
+ <img src="images/logo_50px.png" alt="Colored WinDirStat logo" height="50" width="50" />
+ [%- ELSE -%]
+ [%- page.title -%]
+ [%- END -%]
+ [%- IF uuid != page.uuid -%]
+ </a>
+ [%- END -%]
+ </p>
+ [%- END -%]
+ </td>
+ <td id="page" valign="top">
+ [% content | indent(' ') %]
+ </td>
+</tr>
+</table>
+<p />
+<table border="0" width="100%" >
+<colgroup>
+ <col width="50%" />
+ <col width="50%" />
+</colgroup>
+<tr>
+ <td align="left" valign="bottom">
+ <a href="/stats"><img style="border:0;width:32px;height:32px" src="images/stats.png" alt="Project statistics" /></a>
+ </td>
+ <td align="right" valign="bottom">
+ <a href="http://sourceforge.net/donate/index.php?group_id=91252"><img src="images/project-support.jpg" alt="Support This Project" height="32" width="88" /></a>&nbsp;
+ <a href="http://validator.w3.org/check?uri=referer"><img src="images/valid-xhtml10-gray.png" alt="Valid XHTML 1.0!" height="31" width="88" /></a>&nbsp;
+ <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="images/vcss-gray.png" alt="Valid CSS!" /></a>
+ </td>
+</tr>
+</table>
+<p style="text-align:center; color:gray;" class="miniari">
+WinDirStat is Open Source software. You can redistribute and/or modify it under the terms of the GNU Public License, version 2 (GPLv2).
+<br />
+Page last updated: [%- date.format(template.modtime) -%]
+</p>
+</body>
+[%- END -%]
+[%- END -%]
+</html>
diff --git a/web/templates/include/styles.css b/web/templates/include/styles.css
new file mode 100644
index 0000000..6b78228
--- /dev/null
+++ b/web/templates/include/styles.css
@@ -0,0 +1,142 @@
+body {
+ background: url(images/body.png) repeat-x;
+ margin:15px;
+ font-family : Arial, Helvetica, sans-serif;
+}
+
+#frame {
+ background-color:white;
+}
+
+#heading {
+ border:1px solid gray;
+ margin:2px;
+ padding:5px;
+ background: url(images/vert.png) bottom repeat-x;
+}
+
+#menu {
+ padding-top:1em;
+ padding-bottom:3em;
+ padding-left:10px;
+ border:1px solid gray;
+ border-top:none;
+}
+
+#menu p {
+ margin: 0;
+ padding: 0;
+}
+
+#menu a, #menu .selected {
+ color:black;
+ display:block;
+ padding:10px;
+ margin:2px;
+ margin-right:0px;
+ border: 1px solid;
+ border-color: white gray white white;
+ border-right: 0px solid;
+ text-decoration:none;
+}
+
+#menu .selected{
+ border-color: gray white gray gray;
+ background: url(images/hor.png) repeat-y;
+}
+
+#menu a:hover {
+ border-color: gray;
+ background-color: #F0F0F0;
+}
+
+#page {
+ padding:12px;
+ padding-top:1em;
+ padding-left:22px;
+ border:1px solid gray;
+ border-top:none;
+ border-left:none;
+}
+
+#white a {
+ color:white;
+}
+
+li {
+ margin-top:0.1em;
+}
+li.bigspace {
+ margin-top:1em;
+}
+
+.miniari {
+ font-size : 8pt;
+ font-family : Arial, Helvetica, sans-serif;
+}
+
+img {
+ border:none;
+}
+
+th.langtabhead {
+ font-size : 12pt;
+ font-weight: bold;
+ background-color: #dddddd;
+ text-align: center;
+ vertical-align: top;
+}
+
+td.langtab {
+ font-size : 11pt;
+ padding: 0.3em;
+ text-align: center;
+ vertical-align: top;
+ border-top:1px dashed #bbbbbb;
+}
+
+table.langtab {
+ border:1px dashed gray;
+}
+
+td.translator {
+ font-size : 8pt;
+ text-align: center;
+ vertical-align: middle;
+ border:0px none gray;
+ border-top:1px dashed #eeeeee;
+}
+
+td.bordleft {
+ border-left:1px dashed #eeeeee;
+}
+
+.btn {
+ border : 1px solid gray;
+ padding: 4px;
+ padding-left: 2em;
+ padding-right: 2em;
+}
+
+.btn:hover {
+ border : 1px solid black;
+ padding: 4px;
+ padding-left: 2em;
+ padding-right: 2em;
+}
+
+.myform {
+ border : 1px dashed gray;
+ width : 95%;
+ padding : 0.5em;
+}
+
+.feld_ {
+ border : 1px solid #cccccc;
+ width : 100%;
+}
+
+.feld3 {
+ border : 1px solid #cccccc;
+ width : 100%;
+}
diff --git a/web/templates/index.html.tmpl b/web/templates/index.html.tmpl
new file mode 100644
index 0000000..89f0cc4
--- /dev/null
+++ b/web/templates/index.html.tmpl
@@ -0,0 +1,19 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Home'
+ description = 'Windows Directory Statistics'
+ uuid = '92e5b3ac-10ac-418e-97f9-8156b67c1d57'
+ norder = '0000'
+%]
+<p>WinDirStat is a disk usage statistics viewer and cleanup tool
+for Microsoft Windows.
+</p>
+<p>On start up, it reads the whole directory tree once and then presents it in three useful views:</p>
+<ul>
+<li>The directory list, which resembles the tree view of the Windows Explorer but is sorted by file/subtree size,</li>
+<li>The treemap, which shows the whole contents of the directory tree straight away,</li>
+<li>The extension list, which serves as a legend and shows statistics about the file types.</li>
+</ul>
+<img src="images/windirstat.jpg" alt="Screenshot"/>
+<p>The treemap represents each file as a colored rectangle, the area of which is proportional to the file's size. The rectangles are arranged in such a way, that directories again make up rectangles, which contain all their files and subdirectories. So their area is proportional to the size of the subtrees. The color of a rectangle indicates the type of the file, as shown in the extension list. The cushion shading additionally brings out the directory structure.
+</p>
+[% END %]
diff --git a/web/templates/logo.html.tmpl b/web/templates/logo.html.tmpl
new file mode 100644
index 0000000..dcbb2c7
--- /dev/null
+++ b/web/templates/logo.html.tmpl
@@ -0,0 +1,21 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Logos'
+ description = 'Logos / icons'
+ uuid = '51f50289-c61f-4cf7-ac07-fd236f442f39'
+ norder = '9999'
+%]
+<p>Logo design by Robin &ldquo;tuqueque&rdquo; MarĂ­n.
+The logos are available under the terms of the Creative Commons license <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
+<h3>Application icon</h3>
+<p>Different resolutions, colored, dithered, black & white.<br />
+<img src="images/logo/WinDirStat_3d.ico" alt="WDS application icon" /></p>
+<h3>Logo (color)</h3>
+<p>Click for scalable SVG version.<br />
+<a href="images/logo/logo_color.svg"><img src="images/logo/logo_color.png" alt="Colored WDS logo" width="512" height="512" /></a></p>
+<h3>Logo (gray)</h3>
+<p>Click for scalable SVG version.<br />
+<a href="images/logo/logo_gray.svg"><img src="images/logo/logo_gray.png" alt="Grayscale WDS logo" width="512" height="512" /></a></p>
+<h3>Logo (black/white)</h3>
+<p>Click for scalable SVG version.<br />
+<a href="images/logo/logo_bw.svg"><img src="images/logo/logo_bw.png" alt="Black and white WDS logo" width="512" height="512" /></a></p>
+[% END %]
diff --git a/web/templates/permalink.html.tmpl_ b/web/templates/permalink.html.tmpl_
new file mode 100644
index 0000000..ea1893f
--- /dev/null
+++ b/web/templates/permalink.html.tmpl_
@@ -0,0 +1,25 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Permanent Links'
+ description = 'Permalinks to downloads and other content'
+ uuid = '24719a1c-e784-454d-9a05-4bbf82e53cb5'
+ norder = '3000'
+%]
+ <p>
+ If you want to link to this website or one of the resources, please use the following links.
+ They point to the mirrors of SourceForge and are guaranteed to link to the current release always,
+ whereas the actual links on the project page will change with each release:
+ </p>
+
+ <ul>
+ <li class="bigspace">Website:<br />
+ <a href="/">http://windirstat.info</a>
+ </li>
+ <li class="bigspace">Current installer:<br />
+ <a href="/wds_current_setup.exe">http://windirstat.info/wds_current_setup.exe</a>
+ </li>
+ <li class="bigspace">Current Source release:<br />
+ <a href="/wds_current_source.zip">http://windirstat.info/wds_current_source.zip</a> <br/> or <br/>
+<a href="/wds_current_source.7z">http://windirstat.info/wds_current_source.7z</a>
+ </li>
+ </ul>
+[% END %]
diff --git a/web/templates/relnotes.html.tmpl_ b/web/templates/relnotes.html.tmpl_
new file mode 100644
index 0000000..32b71ec
--- /dev/null
+++ b/web/templates/relnotes.html.tmpl_
@@ -0,0 +1,35 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Release Notes'
+ description = 'Release notes'
+ uuid = 'd9561859-314c-49ec-bdc2-b8759c613e02'
+ norder = '2000'
+%]
+ <p>
+ <b>2007-09-02</b> Re-release which now includes Finnish and Estonian language
+ DLLs. I aim for a release which will actually feature new functionality
+ around the end of 2007, beginning of 2008. Sorry for the long delay to the
+ translators. This should speed up now that I have one formerly pressing issue
+ off my mind.
+ </p>
+ <p>
+ <b>2006-10-10</b> Another re-release which includes Dutch translation for WDS.
+ Sorry to Gerben since I missed Dutch in the update from September - it should
+ have been included there.
+ </p>
+
+ <p>
+ <b>2006-09-06</b> A re-release of the installer and the ZIP archives was done.
+ The content did not change in either case, but the installer now supports German
+ in addition to English as the user interface language. The ZIP archives should
+ be more compatible.
+ <br /><b>Note:</b> the installer may not work on the very first edition of Windows 95.
+ All Windows 95 users please provide us with feedback on that issue.
+ </p>
+ <p>
+ <b>2006-08-23</b> The <a href="http://blog.windirstat.info">WinDirStat weblog</a> has been opened.
+ </p>
+
+ <p>
+ <b>2005-07-16</b> The version 1.1.2 has been released.
+ </p>
+[% END %]
diff --git a/web/templates/translations.html.tmpl b/web/templates/translations.html.tmpl
new file mode 100644
index 0000000..f461ca4
--- /dev/null
+++ b/web/templates/translations.html.tmpl
@@ -0,0 +1,279 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Translation Project'
+ description = 'Translations of WinDirStat'
+ uuid = '5da70447-d5f0-4895-8377-88f4a1ac8b3e'
+ norder = '6000'
+%]
+ <p>WinDirStat is currently available in 12 languages: Czech, Dutch, Estonian, Finnish, German,
+ English, Spanish, French, Hungarian, Italian, Polish and Russian. Please have a look at the table
+ below to find some details. The table is ordered by the numeric language identifiers,
+ just in case you are curious about the order.
+ </p>
+ <p>
+ Should you find any flaws in the current translations, please let us know via the
+ means mentioned under <a href="../#Feedback">Feedback</a> on the main
+ page. The same holds if you want to translate WinDirStat to another language.
+ Although we have no experience with other than LTR (left-to-right) languages currently,
+ we will try the best to get WinDirStat to work with RTL languages as well.
+ It will be a challenge and a pleasure for us.
+ </p>
+ <table width="100%" class="langtab">
+ <tr>
+ <th class="langtabhead">Since Version
+ </th>
+ <th class="langtabhead">Language<br />(english)
+ </th>
+
+ <th class="langtabhead">Language<br />(local)
+ </th>
+ <th class="langtabhead">Language ID(s)
+ </th>
+ <th class="langtabhead">Screenshots <br />(Click for large view)
+ </th>
+ </tr>
+ <tr>
+ <td class="newest langtab"><br />1.1.2<br />&nbsp;
+
+ </td>
+ <td class="langtab"><br />Czech
+ </td>
+ <td class="langtab"><br />Ce&#x161;tina
+ </td>
+ <td class="langtab"><br />CES/CZE (0405)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/0405/select.png"><img src="images/0405/select.jpg" width="130" height="100" alt="Directory selection in Czech"/></a>
+ <a href="images/0405/wds_full.png"><img src="images/0405/wds_full.jpg" width="138" height="100" alt="Overall interface in Czech"/></a>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to TomR
+ </td>
+ </tr>
+ <tr>
+ <td class="langtab"><br />1.0.0<br />(+help)
+ </td>
+
+ <td class="langtab"><br />German
+ </td>
+ <td class="langtab"><br />Deutsch
+ </td>
+ <td class="langtab"><br />DEU/GER (0407)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/0407/select.png"><img src="images/0407/select.jpg" width="130" height="100" alt="Directory selection in German"/></a>
+ <a href="images/0407/wds_full.png"><img src="images/0407/wds_full.jpg" width="138" height="100" alt="Overall interface in German"/></a>
+ </td>
+
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">WDS team
+ </td>
+ </tr>
+ <tr>
+ <td class="langtab"><br />1.0.0<br />(+help)
+ </td>
+ <td class="langtab"><br />English
+ </td>
+
+ <td class="langtab"><br />English
+ </td>
+ <td class="langtab"><br />ENG (0409)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/0409/select.png"><img src="images/0409/select.jpg" width="130" height="100" alt="Directory selection in English"/></a>
+ <a href="images/0409/wds_full.png"><img src="images/0409/wds_full.jpg" width="138" height="100" alt="Overall interface in English"/></a>
+ </td>
+ </tr>
+ <tr>
+
+ <td colspan="4" class="translator">WDS team
+ </td>
+ </tr>
+ <tr>
+ <td class="newest langtab"><br />1.1.2<br />&nbsp;
+ </td>
+ <td class="langtab"><br />Spanish
+ </td>
+ <td class="langtab"><br />Espa&#xF1;ol
+ </td>
+
+ <td class="langtab"><br />ESL/SPA (040a)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/040a/select.png"><img src="images/040a/select.jpg" width="130" height="100" alt="Directory selection in Spanish"/></a>
+ <a href="images/040a/wds_full.png"><img src="images/040a/wds_full.jpg" width="138" height="100" alt="Overall interface in Spanish"/></a>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to Sergio Omar Maurelli
+ </td>
+
+ </tr>
+ <tr>
+ <td class="newest langtab"><br />1.1.2<br />&nbsp;
+ </td>
+ <td class="langtab"><br />Finnish
+ </td>
+ <td class="langtab"><br />Suomi
+ </td>
+ <td class="langtab"><br />FIN (040b)
+ </td>
+
+ <td rowspan="2" class="langtab bordleft">
+<!-- <a href="images/040b/select.png"><img src="images/040b/select.jpg" width="130" height="100" alt="Directory selection in Finnish"/></a>
+ <a href="images/040b/wds_full.png"><img src="images/040b/wds_full.jpg" width="138" height="100" alt="Overall interface in Finnish"/></a>-->
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to Markus Hietaranta
+ </td>
+ </tr>
+ <tr>
+ <td class="langtab"><br />1.1.0<br />&nbsp;
+
+ </td>
+ <td class="langtab"><br />French
+ </td>
+ <td class="langtab"><br />Fran&#xE7;ais
+ </td>
+ <td class="langtab"><br />FRA/FRE (040c)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/040c/select.png"><img src="images/040c/select.jpg" width="130" height="100" alt="Directory selection in French"/></a>
+ <a href="images/040c/wds_full.png"><img src="images/040c/wds_full.jpg" width="138" height="100" alt="Overall interface in French"/></a>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to Pascal Delrot and <a href="http://ultravnc.sf.net">'UltraSam'</a>
+
+ </td>
+ </tr>
+ <tr>
+
+ <td class="newest langtab"><br />1.1.2<br />(+help)
+ </td>
+ <td class="langtab"><br />Hungarian
+ </td>
+ <td class="langtab"><br />Magyar
+ </td>
+ <td class="langtab"><br />HUN (040e)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/040e/select.png"><img src="images/040e/select.jpg" width="130" height="100" alt="Directory selection in Hungarian"/></a>
+
+ <a href="images/040e/wds_full.png"><img src="images/040e/wds_full.jpg" width="138" height="100" alt="Overall interface in Hungarian"/></a>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to 'Leonard Nimoy'
+ </td>
+ </tr>
+ <tr>
+ <td class="newest langtab"><br />1.1.2<br />&nbsp;
+
+ </td>
+ <td class="langtab"><br />Italian
+ </td>
+ <td class="langtab"><br />Italiano
+ </td>
+ <td class="langtab"><br />ITA (0410)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/0410/select.png"><img src="images/0410/select.jpg" width="130" height="100" alt="Directory selection in Italian"/></a>
+ <a href="images/0410/wds_full.png"><img src="images/0410/wds_full.jpg" width="138" height="100" alt="Overall interface in Italian"/></a>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to <a href="http://www.antotranslation.com">Maria Antonietta Ricagno</a>
+ </td>
+ </tr>
+ <tr>
+ <td class="newest langtab"><br />1.1.2<br />&nbsp;
+
+ </td>
+ <td class="langtab"><br />Dutch
+ </td>
+ <td class="langtab"><br />Nederlands
+ </td>
+ <td class="langtab"><br />DUT/NLA (0413)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+<!-- <a href="images/0413/select.png"><img src="images/0413/select.jpg" width="130" height="100" alt="Directory selection in Italian"/></a>
+ <a href="images/0413/wds_full.png"><img src="images/0413/wds_full.jpg" width="138" height="100" alt="Overall interface in Italian"/></a>-->
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="4" class="translator">Thanks to Gerben Wieringa
+ </td>
+ </tr>
+ <tr>
+ <td class="langtab"><br />1.1.1<br />(+help)
+ </td>
+ <td class="langtab"><br />Polish
+ </td>
+ <td class="langtab"><br />Polski
+ </td>
+
+ <td class="langtab"><br />POL (0415)
+ </td>
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/0415/select.png"><img src="images/0415/select.jpg" width="130" height="100" alt="Directory selection in Polish"/></a>
+ <a href="images/0415/wds_full.png"><img src="images/0415/wds_full.jpg" width="138" height="100" alt="Overall interface in Polish"/></a>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to Dariusz Ma&#x142;achowski
+ </td>
+
+ </tr>
+ <tr>
+ <td class="langtab"><br />1.1.1<br />&nbsp;
+ </td>
+ <td class="langtab"><br />Russian
+ </td>
+ <td class="langtab"><br />&#x420;&#x443;&#x441;&#x441;&#x43A;&#x438;&#x439;/Russkij
+ </td>
+ <td class="langtab"><br />RUS (0419)
+ </td>
+
+ <td rowspan="2" class="langtab bordleft">
+ <a href="images/0419/select.png"><img src="images/0419/select.jpg" width="130" height="100" alt="Directory selection in Russian"/></a>
+ <a href="images/0419/wds_full.png"><img src="images/0419/wds_full.jpg" width="138" height="100" alt="Overall interface in Russian"/></a>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to Sergey Polyetayev (&#x421;&#x435;&#x440;&#x433;&#x435;&#x439; &#x41F;&#x43E;&#x43B;&#x435;&#x442;&#x430;&#x435;&#x432;)
+ </td>
+
+ </tr>
+ <tr>
+ <td class="langtab"><br />1.1.2<br />&nbsp;
+ </td>
+ <td class="langtab"><br />Estonian
+ </td>
+ <td class="langtab"><br />Eesti
+ </td>
+ <td class="langtab"><br />EST (0425)
+ </td>
+
+ <td rowspan="2" class="langtab bordleft">
+<!-- <a href="images/0425/select.png"><img src="images/0425/select.jpg" width="130" height="100" alt="Directory selection in Estonian"/></a>
+ <a href="images/0425/wds_full.png"><img src="images/0425/wds_full.jpg" width="138" height="100" alt="Overall interface in Estonian"/></a>-->
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="translator">Thanks to 'Logard'
+ </td>
+ </tr>
+ <tr>
+ <td colspan="5" class="langtab" style="text-align: left; font-weight: bold; background-color: #dddddd;">12 languages overall. Helpfile available in 4 of these languages.
+ </td>
+
+ </tr>
+ </table>
+[% END %]
diff --git a/web/templates/unicode.html.tmpl b/web/templates/unicode.html.tmpl
new file mode 100644
index 0000000..c8c59b3
--- /dev/null
+++ b/web/templates/unicode.html.tmpl
@@ -0,0 +1,72 @@
+[% WRAPPER 'html-body.tt'
+ title = 'Notes on Unicode'
+ description = 'Notes on Unicode - Why is Unicode relevant?'
+ uuid = '18f81132-3a23-474c-9b64-ff066752cc21'
+ norder = '7000'
+%]
+ <p>
+ So why would you like to use the Unicode? Since this may not be obvious
+ here is a short list of arguments to consider. Please note that the Unicode versions
+ are only available for Windows NT/2000/XP/2003/Vista, though they may run fine
+ on Windows 9x/ME with the unicode layer installed - <em>we do not support this, however</em>!
+ </p>
+ <ul>
+
+ <li style="clear:both;"><b>The Unicode version runs faster</b>. Due to the fact that Windows, starting with NT,
+ supports Unicode natively, the ANSI system functions are only wrappers around the
+ actual Unicode functions. Whenever text (e.g. file names) is passed into one of the
+ ANSI functions, it will be converted to Unicode first and disposed after the call.
+ This is why the Unicode version runs faster on the NT platform.
+ </li>
+ <li style="clear:both;"><b>Unicode allows you to represent all kind of characters</b> (letters) without ever
+ changing the code page. Whereas on Windows 9x/ME you had to configure your system
+ to show a certain language, newer systems will be able to use a wealth of
+ languages without ever being reconfigured. Of course you want to have a demonstration,
+ right? So here it is:
+ <ol>
+ <li style="clear:both;"><em>Without</em> Unicode:<br />
+ <div class="cent" style="float:left; border:1px solid green; margin:0.2em; width:325px;">
+ <a href="images/unicode/ANSI_WDS_DEU.png">
+
+ <img src="images/unicode/ANSI_WDS_DEU_small.png" width="232" height="124" alt="ANSI version on a German system"/>
+ </a>
+ <div class="cent miniari" style="color:gray;">ANSI on a German system (click for full view)</div>
+ </div>
+ As you can see only certain characters are shown directly. Some are even
+ replaced by question marks. This raises an additional problem: whenever
+ a question mark is encountered the usual file-handling application would
+ consider this as a wildcard ("placeholder"). Hence such filenames cannot
+ be handled properly in ANSI versions.<br />Also some of the characters
+ are replaced by those which are locally available. Note the slight difference
+ between &#x3B2; (Greek letter beta) and &#xDF; (German ligature sz).<br />
+
+ However, on the NT platform it may happen you stumble over a system with
+ Chinese, Hebrew, German and Russian text at once. In this case the ANSI
+ version will make you more problems than it would solve. You will not be
+ able to perform certain actions on a file or directory just because the
+ filename is not understood by the system.
+ </li>
+ <li style="clear:both;"><em>With</em> Unicode:<br />
+ <div class="cent" style="float:left; border:1px solid green; margin:0.2em; width:325px;">
+ <a href="images/unicode/Unicode_WDS.png">
+ <img src="images/unicode/Unicode_WDS_small.png" width="323" height="124" alt="Unicode version on a German system"/>
+ </a>
+ <div class="cent miniari" style="color:gray;">Unicode on a German system (click for full view)</div>
+
+ </div>
+ Here you can see several characters as they would appear on a system in the
+ respective country. Note however, that Georgian shows only as squares. This
+ happens if the font you use does not have the graphical representation for
+ the characters. Though this may be a cosmetic problem, it is not a problem
+ when it comes to file operations, since the filename is fully correct, even
+ if it is being transferred. This is the major advantage of the Unicode version.
+ </li>
+ </ol>
+ <div style="clear:both;">
+ And yes, this also means that as a Pole or Russian you can have the interface
+ of WinDirStat in your preferred language even though you work on a Western Windows
+ (which likely does not support all needed characters in the ANSI version).
+ </div>
+ </li>
+ </ul>
+[% END %]