Commit Graph

61 Commits (444a88568acb8235b6af6d47e836be0d44934f53)

Author SHA1 Message Date
Simon McVittie 3ed8340154 Revert "Use templatebody for the templates in the basewiki and docwiki"
This reverts commit 236c46a3f7.
We can't apply this bit until the ikiwiki on ikiwiki.info
(i.e. Branchable) supports [[!templatebody]].
2014-09-15 23:12:53 +01:00
Simon McVittie 7f5c2cfa5a Merge branch 'ready/templatebody' 2014-09-15 21:52:03 +01:00
https://www.google.com/accounts/o8/id?id=AItOawkgBCH81yGBeEiFulJGJ6de6weZuLZQeHo 524689abd2 2014-06-02 17:48:51 -04:00
Simon McVittie 236c46a3f7 Use templatebody for the templates in the basewiki and docwiki 2014-03-05 10:42:19 +00:00
Simon McVittie 90632121f9 reinstate linebreak 2014-02-21 18:35:54 +00:00
Simon McVittie 3d0736dcba Fix template syntax, again 2014-02-21 18:35:02 +00:00
http://smcv.pseudorandom.co.uk/ 0437084ce9 use a <div> for the infobox so mdwn doesn't insert <p> inside a <span> 2014-02-21 14:19:09 -04:00
http://smcv.pseudorandom.co.uk/ 1184f59c86 balance end tag 2014-02-21 13:37:07 -04:00
http://smcv.pseudorandom.co.uk/ 92eb8b009b add optional gitweb/cgit link 2014-02-21 13:20:12 -04:00
Joey Hess a9664b9df8 https link 2013-06-26 19:59:04 -04:00
Joey Hess 4cce68ba9d fix flattr button 2011-08-05 10:12:36 -04:00
justint f512a20c40 2011-03-02 06:45:52 +00:00
http://adam.shand.net/ d4ecfd4d52 2011-01-19 14:16:19 +00:00
Joey Hess 7ec82a2fd9 need to use a taglink
Because links in templates arn't recorded.
2011-01-14 13:43:44 -04:00
Joey Hess e93f31a5ef add a branches page 2011-01-14 13:37:52 -04:00
z3ttacht 62cd39a905 2010-10-08 15:30:50 +00:00
Joey Hess ef8a74fbc3 html 2010-07-23 14:22:18 -04:00
Joey Hess e3004912dd html 2010-07-23 14:19:54 -04:00
Joey Hess 055dfa00c6 html 2010-07-23 14:16:22 -04:00
Joey Hess d78578f1b8 add tipjar link to sidebar
and flattr button, as an experiment
2010-07-23 13:24:15 -04:00
http://smcv.pseudorandom.co.uk/ 8496dd9fb4 2010-06-07 13:40:55 +00:00
jwalzer 3fb80f3900 2010-06-07 13:32:45 +00:00
Joey Hess f52f395437 consistently drop NAME= in templates
also add template syntax smoke test
2010-05-05 21:10:40 -04:00
Joey Hess 8f13e52a0d Revert "Added use of tag directive so I can play with tags in the sandbox."
This reverts commit b9e7064f70.

Er, no, I don't want a broken tag link on every plugin page, really.
2010-03-08 20:24:43 -05:00
Thiana b9e7064f70 Added use of tag directive so I can play with tags in the sandbox. 2010-03-09 00:42:38 +00:00
Simon McVittie f237ea1b9a 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.
2009-07-25 19:55:22 +01:00
Joey Hess 8c6d363eb6 response 2008-09-17 13:45:57 -04:00
WillDioneda 25a9066133 2008-09-16 02:28:33 -04:00
WillDioneda a7ec4582da 2008-09-16 02:15:27 -04:00
Simon McVittie 47d179802d Migrate everything else via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:32:31 +01:00
Joey Hess c7720c67d0 reorder 2008-05-15 16:56:28 -04:00
Joey Hess f1ec6923c0 add a link to the orphaned sitemap page 2008-05-15 16:55:38 -04:00
Joey Hess 7eafa95f33 * Htmlize parameters passed to the template preprocessor directive before
inserting them into the html template. This ensures that markdown
  acts on them, even if the value is expanded inside a block-level html
  element in the html template. Closes: #454058
* Use a div in the note template rather than a span.
2007-12-12 16:42:54 -05:00
joey d86cd24a31 minor fix 2007-08-21 04:37:48 +00:00
joey 06bd93a165 fix html 2007-07-27 01:56:35 +00:00
joey 8b3b200017 make it an infobox instead 2007-07-25 05:04:47 +00:00
joey 729de2486c move the link box into its own template, so it can be reused elsewhere if
wanted

markdown sucks for this, use plain html in it
2007-07-25 05:03:29 +00:00
joey 127bceef5b * Add all=no option to conditional, can be used to form conditionals that do
not need to examine every page in the wiki.
* Use this to simplify the goodstuff detection in the plugin template.
2007-05-09 00:31:49 +00:00
joey 85d0f445d9 Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying on
implicit glob detection. This is necessary because when this page is being
built standalone, the TMPL_VAR will not be expanded, and is instead treated
as two globs, and the globlist is then invalid and produces build errors.
Using glob() causes it to treated as a single glob, avoiding this problem.
2007-05-08 21:46:00 +00:00
joey 03f26b6f09 web commit by JoshTriplett: Remove leading slash from the plugin pagespec itself... 2007-05-08 20:11:51 +00:00
joey 45e1a60f52 web commit by JoshTriplett: Remove leading slash from sourcepage. 2007-05-08 20:05:42 +00:00
joey f8fe627315 web commit by JoshTriplett: Fix page reference in backlink to avoid leading slash. 2007-05-08 20:01:46 +00:00
joey 006267f00a web commit by JoshTriplett: Add line for "included in goodstuff", using backlink(/plugins/goodstuff). 2007-05-08 19:26:45 +00:00
joey 9920dc966d web commit by JoshTriplett: s/parens/square brackets/ 2007-04-02 21:57:23 +00:00
joey d73eb7d9b2 * Add a templates page to the basewiki. It will automatically list all
available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
  self-documenting, listing the available variables.
2007-03-31 06:55:12 +00:00
joey 08d6f422a7 remove old discussion page (since it's currently being included into the
basewiki as a template..)
2007-03-31 06:02:57 +00:00
joey 139a8b09f5 web commit by JoshTriplett: Automatically add the tag `type/core` if passed the `core` parameter. 2007-02-14 01:59:20 +00:00
joey ea15d48c16 move the release template to the softwaresite example 2007-02-14 01:22:32 +00:00
joey 492515c004 web commit by JoshTriplett: Typo. 2007-02-14 00:59:42 +00:00
joey dc43fcf6bb web commit by JoshTriplett: Response; please move to softwaresite example. 2007-02-14 00:59:20 +00:00