diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-25 19:55:22 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-25 19:55:22 +0100 |
commit | f237ea1b9a78bb85f26cbbead34e734e3f3fb198 (patch) | |
tree | f2d203dca0a8f3ee9c2236ab1282505f6024c176 /doc/todo | |
parent | 18a58135fc6eabb805622add87ed3038d50c6307 (diff) | |
download | ikiwiki-f237ea1b9a78bb85f26cbbead34e734e3f3fb198.tar ikiwiki-f237ea1b9a78bb85f26cbbead34e734e3f3fb198.tar.gz |
Add [[!template id=gitbranch]] for things available from git, and use it
The uses are somewhat biased towards my own branches, because I know
where to find them and what they do :-) but I've tagged some other
people's as well.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Gallery.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/allow_site-wide_meta_definitions.mdwn | 1 | ||||
-rw-r--r-- | doc/todo/backlinks_result_is_lossy.mdwn | 1 | ||||
-rw-r--r-- | doc/todo/inline_postform_autotitles.mdwn | 1 | ||||
-rw-r--r-- | doc/todo/pagestats_among_a_subset_of_pages.mdwn | 1 | ||||
-rw-r--r-- | doc/todo/should_optimise_pagespecs.mdwn | 2 |
6 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/Gallery.mdwn b/doc/todo/Gallery.mdwn index bc1d5bea4..f41980333 100644 --- a/doc/todo/Gallery.mdwn +++ b/doc/todo/Gallery.mdwn @@ -1,3 +1,5 @@ +[[!template id=gitbranch branch=origin/gallery author="[[arpitjain]]"]] + New Version of gallery is available now. Few more features have been added like support for multiple pages, sorting and resizing of images etc. Gallery repo is now available at <http://github.com/joeyh/ikiwiki/tree/gallery> diff --git a/doc/todo/allow_site-wide_meta_definitions.mdwn b/doc/todo/allow_site-wide_meta_definitions.mdwn index 492a8d747..70ccc2b68 100644 --- a/doc/todo/allow_site-wide_meta_definitions.mdwn +++ b/doc/todo/allow_site-wide_meta_definitions.mdwn @@ -1,4 +1,5 @@ [[!tag plugins/meta patch]] +[[!template id=gitbranch branch=jon/defaultmeta author="[[Jon]]"]] I'd like to define [[plugins/meta]] values to apply across all pages site-wide unless the pages define their own: default values for meta diff --git a/doc/todo/backlinks_result_is_lossy.mdwn b/doc/todo/backlinks_result_is_lossy.mdwn index 7b64a4f2c..7306b1546 100644 --- a/doc/todo/backlinks_result_is_lossy.mdwn +++ b/doc/todo/backlinks_result_is_lossy.mdwn @@ -1,4 +1,5 @@ [[!tag patch patch/core]] +[[!template id=gitbranch branch=smcv/among author="[[smcv]]"]] IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a lossy transformation (to get it in the form that page templates want), making diff --git a/doc/todo/inline_postform_autotitles.mdwn b/doc/todo/inline_postform_autotitles.mdwn index b3366f60e..bdafd0b90 100644 --- a/doc/todo/inline_postform_autotitles.mdwn +++ b/doc/todo/inline_postform_autotitles.mdwn @@ -1,4 +1,5 @@ [[!tag wishlist patch plugins/inline]] +[[!template id=gitbranch branch=chrysn/patches author="[[chrysn]]"]] for postforms in inlines of pages which follow a certain scheme, it might not be required to set the title for each individual post, but to automatically set diff --git a/doc/todo/pagestats_among_a_subset_of_pages.mdwn b/doc/todo/pagestats_among_a_subset_of_pages.mdwn index 1c1656b4e..099d26665 100644 --- a/doc/todo/pagestats_among_a_subset_of_pages.mdwn +++ b/doc/todo/pagestats_among_a_subset_of_pages.mdwn @@ -1,4 +1,5 @@ [[!tag patch plugins/pagestats]] +[[!template id=gitbranch branch=smcv/among author="[[smcv]]"]] My `among` branch fixes [[todo/backlinks_result_is_lossy]], then uses that to provide pagestats for links from a subset of pages. From the docs included diff --git a/doc/todo/should_optimise_pagespecs.mdwn b/doc/todo/should_optimise_pagespecs.mdwn index 61458d972..ebe0b5055 100644 --- a/doc/todo/should_optimise_pagespecs.mdwn +++ b/doc/todo/should_optimise_pagespecs.mdwn @@ -79,6 +79,8 @@ I can think about reducung the size of my wiki source and making it available on > > --[[Joey]] +[[!template id=gitbranch branch=smcv/optimize-depends author="[[smcv]]"]] + >> I've been looking at optimizing ikiwiki for a site using >> [[plugins/contrib/album]] (which produces a lot of pages) and it seems >> that checking which pages depend on which pages does take a significant |