summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-19 15:11:06 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-19 15:11:06 +0200
commita2b9db7ebdccc5b0b91f5c9c1cab19c3945df07a (patch)
treeeef2e2f03beab57f853f349d9071dd6b54d2d672
parentadded "-f" option to force creation (diff)
downloadthenautilus-a2b9db7ebdccc5b0b91f5c9c1cab19c3945df07a.tar.gz
thenautilus-a2b9db7ebdccc5b0b91f5c9c1cab19c3945df07a.tar.bz2
thenautilus-a2b9db7ebdccc5b0b91f5c9c1cab19c3945df07a.zip
general tags page
-rw-r--r--src/tags/document.en.rest.tt9
-rw-r--r--src/tags/document.it.rest.tt10
l---------src/tags/du2html.xsl1
3 files changed, 20 insertions, 0 deletions
diff --git a/src/tags/document.en.rest.tt b/src/tags/document.en.rest.tt
new file mode 100644
index 0000000..5cdd1d3
--- /dev/null
+++ b/src/tags/document.en.rest.tt
@@ -0,0 +1,9 @@
+========================
+ The tags for this site
+========================
+:CreationDate: 2009-08-19 12:55:42
+:Id: tags
+
+[% FOREACH tag IN tagged.keys.sort %]
+* `<[% dstUriFor("/tags/" _ tag _ "/") %]>`_
+[% END %]
diff --git a/src/tags/document.it.rest.tt b/src/tags/document.it.rest.tt
new file mode 100644
index 0000000..7d8f144
--- /dev/null
+++ b/src/tags/document.it.rest.tt
@@ -0,0 +1,10 @@
+[% USE Dumper %]
+======================
+ I tag di questo sito
+======================
+:CreationDate: 2009-08-19 12:55:42
+:Id: tags
+
+[% FOREACH tag IN tagged.keys.sort %]
+* `<[% dstUriFor("/tags/" _ tag _ "/") %]>`_
+[% END %]
diff --git a/src/tags/du2html.xsl b/src/tags/du2html.xsl
new file mode 120000
index 0000000..911609c
--- /dev/null
+++ b/src/tags/du2html.xsl
@@ -0,0 +1 @@
+../../templates/du2html.xsl \ No newline at end of file