summaryrefslogtreecommitdiff
path: root/src/tags/models
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-17 10:54:50 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-17 10:54:50 +0200
commitf3b6e73ca1fcf29731cc2a85114c41fad87d0d96 (patch)
tree452b0c5a8612aceb6975e530193c57dafaba36e7 /src/tags/models
parentCV updated (diff)
downloadthenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.tar.gz
thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.tar.bz2
thenautilus-f3b6e73ca1fcf29731cc2a85114c41fad87d0d96.zip
moved stuff around
it's a good idea to separate the documents from the templates
Diffstat (limited to 'src/tags/models')
l---------src/tags/models/document-listing.tt1
-rw-r--r--src/tags/models/document.en.rest.tt13
-rw-r--r--src/tags/models/document.it.rest.tt14
l---------src/tags/models/du2html.xsl1
4 files changed, 29 insertions, 0 deletions
diff --git a/src/tags/models/document-listing.tt b/src/tags/models/document-listing.tt
new file mode 120000
index 0000000..88c3968
--- /dev/null
+++ b/src/tags/models/document-listing.tt
@@ -0,0 +1 @@
+../../../templates/document-listing.tt \ No newline at end of file
diff --git a/src/tags/models/document.en.rest.tt b/src/tags/models/document.en.rest.tt
new file mode 100644
index 0000000..50823e0
--- /dev/null
+++ b/src/tags/models/document.en.rest.tt
@@ -0,0 +1,13 @@
+My models
+=========
+:CreationDate: 2008-02-16 14:27:05
+
+I'm not a great modelist, but sometimes, looking around (especially on `Hobby
+Link Japan`_) I find something that intrigues me, and I put an order.
+
+In this section I show some of my models, in no particular order.
+
+[% PROCESS 'document-listing.tt' %]
+
+.. _`hobby link japan`:
+ http://www.hlj.com/
diff --git a/src/tags/models/document.it.rest.tt b/src/tags/models/document.it.rest.tt
new file mode 100644
index 0000000..444db2a
--- /dev/null
+++ b/src/tags/models/document.it.rest.tt
@@ -0,0 +1,14 @@
+I miei modelli
+==============
+:CreationDate: 2008-02-16 14:27:05
+
+Non sono un gran modellista, ma ogni tanto curiosando in giro (in particolare
+su `Hobby Link Japan`_) trovo qualcosa che mi colpisce, e allora parte
+l'ordine.
+
+In questa sezione mostro alcuni di questi modelli, in ordine sparso.
+
+[% PROCESS 'document-listing.tt' %]
+
+.. _`hobby link japan`:
+ http://www.hlj.com/
diff --git a/src/tags/models/du2html.xsl b/src/tags/models/du2html.xsl
new file mode 120000
index 0000000..e2487e0
--- /dev/null
+++ b/src/tags/models/du2html.xsl
@@ -0,0 +1 @@
+../../../templates/du2html.xsl \ No newline at end of file