]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info
authorJoey Hess <joey@kitenet.net>
Mon, 28 Oct 2013 19:49:15 +0000 (15:49 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 28 Oct 2013 19:49:15 +0000 (15:49 -0400)
doc/plugins/contrib/created_in_future.mdwn
doc/plugins/contrib/jscalendar.mdwn
doc/plugins/contrib/monthcalendar.mdwn
doc/sandbox/Test.py [new file with mode: 0644]

index 5768057aa06836caee6f29ffb44395e525b37172..3c3763b3a5befd130cb47f96f642cfb2d8610d97 100644 (file)
@@ -1,3 +1,5 @@
+[[!template id=plugin name=created_in_future author="Louis Paternault"]]
+
 # Created_in_future
 
 This plugin provides a `created_in_future()` [[PageSpec|ikiwiki/pagespec/]]
index a320a054216a0e8d2aed81dbf7d3c37b428cea2f..73ec6b5af4b65670198173be43e2243d3e27805f 100644 (file)
@@ -1,4 +1,4 @@
-[[!meta title="Javascript equivalent of plugin 'calendar'"]]
+[[!template id=plugin name=jscalendar author="Louis Paternault"]]
 
 # Jscalendar
 
index d48e4d6b717225652e0f5be94d65f96c01201ec3..f9d1d6b390850eeab0fdd32f489e5fe3535080b1 100644 (file)
@@ -1,3 +1,5 @@
+[[!template id=plugin name=monthcalendar author="Louis Paternault"]]
+
 # Monthcalendar
 
 This plugin displays a calendar, containing in each of its day the list of links of pages published on this day. It can be used, for example, to display archives of blog posts, or to announce events.
diff --git a/doc/sandbox/Test.py b/doc/sandbox/Test.py
new file mode 100644 (file)
index 0000000..7be9128
--- /dev/null
@@ -0,0 +1,2 @@
+for i in range(10):
+  print i