summaryrefslogtreecommitdiff
path: root/doc/todo/pedigree_plugin.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-07-14 10:14:13 -0400
committerJoey Hess <joey@kitenet.net>2008-07-14 10:14:13 -0400
commit219e7e29a49a55a02e5ec6213a41aa82afdad5a0 (patch)
treecf8c386016783ae822096097cf489b85e14d6ae8 /doc/todo/pedigree_plugin.mdwn
parentffc99f5904934e6e7532bb8cfdebb44ad9ecd913 (diff)
web commit by intrigeri: initial pedigree plugin proposal
Diffstat (limited to 'doc/todo/pedigree_plugin.mdwn')
-rw-r--r--doc/todo/pedigree_plugin.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/todo/pedigree_plugin.mdwn b/doc/todo/pedigree_plugin.mdwn
new file mode 100644
index 000000000..2ff9487f1
--- /dev/null
+++ b/doc/todo/pedigree_plugin.mdwn
@@ -0,0 +1,30 @@
+After realizing (thanks to
+[[Allow_TITLE_to_include_part_of_the_path_in_addition_to_the_basename]])
+that I needed some kind of "parentlinks on steroids", I wrote a new
+plugin, called pedigree.
+
+This plugin provides a bunch of loops that one can use in his/her
+`HTML::Template`'s to iterate over all or a subset of a page's
+parents. Inside these loops, half a dozen variables are made
+available, in addition to `PAGE` and `URL` that are already provided
+by parentlinks.
+
+Amongst many possibilities, one can e.g. simply use this plugin to
+give every parent link a different `class=` attribute, depending
+either on its depth in the path leading to the current page, or on its
+distance to it.
+
+The code and documentation (including simple and complex usage
+examples) are in the 'pedigree' Git branch in this repo:
+
+ git://repo.or.cz/ikiwiki/intrigeri.git
+
+Seems there is also a [gitweb](http://repo.or.cz/w/ikiwiki/intrigeri.git).
+
+Any opinions on the idea/design/implementation?
+
+What needs to be changed so that it's possible to include it in
+mainline ikiwiki?
+
+(I'll try never to rebase this branch, but writing this plugin has
+been a pretext for me to start learning Git, so...)