Commit Graph

29 Commits (59379d0205fdbdb90553d1f5cef666e7e72a8927)

Author SHA1 Message Date
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
joey 161d0d0164 web commit by http://joey.kitenet.net/ 2007-02-13 23:46:05 +00:00
joey 3fe99c25dc web commit by JoshTriplett: Use a specific ID for the changelog toggleable, to avoid conflicting with any other toggleable on the same page as an instantiation of the release template. 2007-02-13 21:24:08 +00:00
joey cbfbfc3421 web commit by JoshTriplett: Add template for ikiwiki releases 2007-02-13 21:16:26 +00:00
joey 19c58ac7c1 simplified plugin definitions 2007-02-13 18:51:21 +00:00
joey 716b0486f4 web commit by JoshTriplett: (included in ikiwiki) xor (third-party plugin)? 2007-02-13 11:19:41 +00:00
joey 479c7a1ea6 * Allow plugins to add new types of tests that can be used in PageSpecs.
* Add a "conditional" plugin, which allows displaying text if a condition
  is true. It is enabled by default so conditional can be used in the
  basewiki.
* Use conditionals in the template for plugins, so that plugin pages
  say if they're currently enabled or not, and in various other places
  in the wiki.
2007-02-12 02:44:47 +00:00
joey 538a7a487b web commit by http://joey.kitenet.net/ 2006-11-22 02:25:31 +00:00
joey 3d3485c3ce web commit by http://choffee.co.uk/: How to modify templates? 2006-11-21 20:25:57 +00:00
joey b395dbb446 some fixes for note layout 2006-08-23 06:17:12 +00:00
joey 7500d3e345 fix 2006-08-23 05:49:58 +00:00
joey 9d7375c3b2 * Allow preprocessor directives to contain python-like triple-quoted
text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
  info about the plugin.
2006-08-23 05:41:07 +00:00