Add [[!template id=gitbranch]] for things available from git, and use it
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sat, 25 Jul 2009 18:55:22 +0000 (19:55 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sat, 25 Jul 2009 18:55:22 +0000 (19:55 +0100)
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.

doc/plugins/contrib/album.mdwn
doc/plugins/contrib/trail.mdwn
doc/templates/gitbranch.mdwn [new file with mode: 0644]
doc/todo/Gallery.mdwn
doc/todo/allow_site-wide_meta_definitions.mdwn
doc/todo/backlinks_result_is_lossy.mdwn
doc/todo/inline_postform_autotitles.mdwn
doc/todo/pagestats_among_a_subset_of_pages.mdwn
doc/todo/should_optimise_pagespecs.mdwn

index 94d5789d73354d0abf64ebc14627efb2b7169632..f550ca64cbc54309c7439368950f7af3e2204ec2 100644 (file)
@@ -1,4 +1,5 @@
 [[!template id=plugin name=album author="[[Simon_McVittie|smcv]]"]]
+[[!template id=gitbranch branch=smcv/album author="[[Simon_McVittie|smcv]]"]]
 [[!tag type/chrome]]
 
 Available from [[smcv]]'s git repository, in the `album` branch
index d8dc02f476bcae77ad0cec45d181f811259419cb..52dea52d6b92ab7a7924ff0eaf38bc8b0171903b 100644 (file)
@@ -1,4 +1,5 @@
 [[!tag type/chrome patch]]
+[[!template id=gitbranch branch=smcv/trail author="[[smcv]]"]]
 
 Available from [[smcv]]'s git repository, in the `trail` branch. This
 plugin aims to solve [[todo/wikitrails]] in a simpler way.
diff --git a/doc/templates/gitbranch.mdwn b/doc/templates/gitbranch.mdwn
new file mode 100644 (file)
index 0000000..fcce925
--- /dev/null
@@ -0,0 +1,18 @@
+<span class="infobox">
+Available in a [[!taglink /git]] repository.<br />
+Branch: <TMPL_VAR branch><br />
+Author: <TMPL_VAR author><br />
+</span>
+<TMPL_UNLESS NAME="branch">
+This template is used to create an infobox for a git branch. It uses
+these parameters:
+
+<ul>
+<li>branch - the name of the branch, prefixed with the name of one of the
+  remotes listed on the [[/git]] page and provided by the gitremotes script
+  (e.g. github/master)</li>
+<li>author - the author of the branch</li>
+</ul>
+
+It also automatically tags the branch with `/git`.
+</TMPL_UNLESS>
index bc1d5bea470320345e1630dae55b4ebac5b3add1..f41980333fc19d9b0b773eaddf8f1551df7ac555 100644 (file)
@@ -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>
index 492a8d747e0594bacfcaa213cab3e80d94a4416c..70ccc2b682d207bea9c316236ca9a6aef48244e4 100644 (file)
@@ -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
index 7b64a4f2c80ff1c48782541fbf1603b528d50088..7306b15468c4d0664723c67fa7a9945be476371a 100644 (file)
@@ -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
index b3366f60e57b6c6f6e0063383b577321e90ca88f..bdafd0b90f3313a3be9668eaf98eaf9d1118f7de 100644 (file)
@@ -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
index 1c1656b4e1c09684a713ad42eddd616d339f770c..099d26665a282e2ab96d0b6837bd548ec501f98f 100644 (file)
@@ -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
index 61458d9728554881ec47f86cc6f91efe2c9e6ddb..ebe0b50555b591107e8441ed7e0711a2d89c165f 100644 (file)
@@ -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