diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 04:31:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 04:31:08 +0000 |
commit | e49ff966a39d1037ccbf168b8dbd12618cf1b41e (patch) | |
tree | cedd803bbefbef0f8fded40fa084bd1eeb9394b1 /templates | |
parent | 7bb447675fced4861eeec9e687935b9eedf98033 (diff) | |
download | ikiwiki-e49ff966a39d1037ccbf168b8dbd12618cf1b41e.tar ikiwiki-e49ff966a39d1037ccbf168b8dbd12618cf1b41e.tar.gz |
* ikiwiki can now download and aggregate feeds with its new aggregate
plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/aggregatepost.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl new file mode 100644 index 000000000..4dfedf53d --- /dev/null +++ b/templates/aggregatepost.tmpl @@ -0,0 +1,13 @@ +<TMPL_VAR CONTENT> +<hr> +<p> +<i> +From <a href="<TMPL_VAR URL>"><TMPL_VAR NAME></a> +<TMPL_IF NAME="LINK"> +; <a href="<TMPL_VAR LINK>">permalink</a> +</TMPL_IF> +</i> +</p> +<TMPL_LOOP NAME="TAGS"> +[[<TMPL_VAR TAG>]] +</TMPL_LOOP> |