* Added a version plugin that saves state about what's using it, to force
pages to rebuild when ikiwiki's version changes.master
parent
ff97b0358b
commit
fd6d85aa79
|
@ -31,11 +31,11 @@ ikiwiki.out: ikiwiki.in
|
||||||
chmod +x ikiwiki.out
|
chmod +x ikiwiki.out
|
||||||
|
|
||||||
extra_build: ikiwiki.out
|
extra_build: ikiwiki.out
|
||||||
LANG= perl -I. $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
|
LANG= perl -Iblib/lib $(extramodules) $(tflag) ikiwiki.out doc html --templatedir=templates \
|
||||||
--underlaydir=underlays/basewiki --nousedirs\
|
--underlaydir=underlays/basewiki --nousedirs\
|
||||||
--wikiname="ikiwiki" --verbose \
|
--wikiname="ikiwiki" --verbose \
|
||||||
--exclude=/discussion --no-discussion --userdir=users \
|
--exclude=/discussion --no-discussion --userdir=users \
|
||||||
--plugin=goodstuff \
|
--plugin=goodstuff --plugin=version \
|
||||||
--plugin=haiku --plugin=polygen --plugin=fortune
|
--plugin=haiku --plugin=polygen --plugin=fortune
|
||||||
./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man
|
./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man
|
||||||
./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man
|
./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man
|
||||||
|
|
|
@ -9,6 +9,8 @@ ikiwiki (2.16) UNRELEASED; urgency=low
|
||||||
* Finally implemented a simple per-page data storage mechanism for plugins,
|
* Finally implemented a simple per-page data storage mechanism for plugins,
|
||||||
via the %pagestate hash.
|
via the %pagestate hash.
|
||||||
* Use pagestate in meta to detect potential redir loops.
|
* Use pagestate in meta to detect potential redir loops.
|
||||||
|
* Added a version plugin that saves state about what's using it, to force
|
||||||
|
pages to rebuild when ikiwiki's version changes.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Mon, 03 Dec 2007 14:47:36 -0500
|
-- Joey Hess <joeyh@debian.org> Mon, 03 Dec 2007 14:47:36 -0500
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
This wiki is powered by [ikiwiki](http://ikiwiki.info/).
|
This wiki is powered by [ikiwiki](http://ikiwiki.info/).
|
||||||
|
[[if test="enabled(version)"
|
||||||
|
then="(Currently running version [[version ]].)"
|
||||||
|
]]
|
||||||
|
|
||||||
Some documentation on using ikiwiki:
|
Some documentation on using ikiwiki:
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2007-12-08 17:38-0500\n"
|
"POT-Creation-Date: 2007-12-08 18:30-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
Loading…
Reference in New Issue