From b1b5452910a5d03374c59c155ecdc8db93ecc597 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Tue, 22 Jan 2013 13:45:48 +0100 Subject: Sezione bookmark --- src/laboratorio/bookmarks/bookmarks_template.html | 104 ++++++++++++++++++++++ src/laboratorio/bookmarks/index.txt | 14 +++ 2 files changed, 118 insertions(+) create mode 100644 src/laboratorio/bookmarks/bookmarks_template.html create mode 100644 src/laboratorio/bookmarks/index.txt (limited to 'src/laboratorio/bookmarks') diff --git a/src/laboratorio/bookmarks/bookmarks_template.html b/src/laboratorio/bookmarks/bookmarks_template.html new file mode 100644 index 0000000..10ff991 --- /dev/null +++ b/src/laboratorio/bookmarks/bookmarks_template.html @@ -0,0 +1,104 @@ + + + Bookmarks - LIFO + + + + + + + + + + +
+ LIFO + » Laboratorio + » Bookmarks + » LIFO +
+ +
+ +
+ Di questi bookmark è anche disponibile il + + feed Atom. +
+ + {% for bm in data['bms'] | sort(reverse=True,attribute='added') %} +
+
+ {{bm['title']}} + <{{bm['url']}}> + {% if bm['comment'] is defined %} +
{{bm['comment']}}
+ {% endif %} +
+
+ {% for data in ['content-type','added','last-seen'] %} + {% if bm[data] is defined %} +
{{data}}:{{bm[data]}}
+ {% endif %} + {% endfor %} + {% if bm['mirrors'] is defined %} +
+
mirrors
+
    + {% for entry in bm['mirrors'] %} +
  • {{ entry['server']}} + + <{{entry['url']}}> + + (added: {{entry['added']}})
  • + {% endfor %} +
+
+ {% endif %} + {% if bm['positions'] is defined %} +
+
positions
+
    + {% for entry in bm['positions'] %} +
  • {{ entry['title']}} + + <{{entry['url']}}> + + (added: {{entry['added']}}) + {% if entry['comment'] is defined %} +
    {{entry['comment']}}
    + {% endif %}
  • + {% endfor %} +
+
+ {% endif %} + {% if bm['related'] is defined %} + + {% endif %} +
keywords: {% for kw in bm['keywords'] %}{{kw}} {%endfor%}
+
id: {{bm['bm_id']}}
+
+
+ {% endfor %} +
+ + diff --git a/src/laboratorio/bookmarks/index.txt b/src/laboratorio/bookmarks/index.txt new file mode 100644 index 0000000..34179b2 --- /dev/null +++ b/src/laboratorio/bookmarks/index.txt @@ -0,0 +1,14 @@ +.. + restindex + include: no + /restindex + + uservalues + created: 2010-10-10T10:10:10Z + updated: 2010-10-10T10:10:10Z + /uservalues + + +.. + vim: set filetype=rst sw=3: + -- cgit v1.2.3