summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-07-26Merge branch 'master' into autoconfigJoey Hess
2008-07-26changelog and tweaksJoey Hess
2008-07-26Added cutpaste plugin.Enrico Zini
I'm wondering if cutandpaste wouldn't be a better name.
2008-07-26remove ikiwiki.setupJoey Hess
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
2008-07-26clarificationJoey Hess
2008-07-26finish with rcs plugin conversionJoey Hess
2008-07-26remove default values in getsetupJoey Hess
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
2008-07-26load all plugins when generating setupJoey Hess
2008-07-26fixesJoey Hess
2008-07-26standardising and documenting getsetupJoey Hess
2008-07-25fix feed urlsJoey Hess
The fix for colons involved adding "./" to some urls. Due to the weird way inline called urlto, these snuck into feed urls and permalinks. Fix it by adding an optional third parameter to urlto.
2008-07-23document link fixup on renameJoey Hess
2008-07-23add renamepage hooksJoey Hess
Implemented for regular wikilinks, with a test suite.
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23fixed description for open parameterrdennis
2008-07-22formattingJoey Hess
2008-07-21improve docsJoey Hess
2008-07-21really addJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
Conflicts: debian/changelog
2008-07-21Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie
That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
2008-07-21document remove pluginJoey Hess
2008-07-21Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie
2008-07-21Migrate doc/plugins via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Change to new preprocessor syntaxhttp://www.cse.unsw.edu.au/~willu/
2008-07-19remove note about versionJoey Hess
This wiki documents the current (actually, next ;-) release of ikiwiki. I don't want to have version numbers everywhere. (plugins/write is an exception to this policy).
2008-07-19description meta taghttp://alcopop.org/me/openid/
2008-07-19list which versions of ikiwiki have this featurehttp://alcopop.org/me/openid/
2008-07-17Add a postscan hook.Joey Hess
* Add a postscan hook. * search: Use postscan hook, avoid updating index when previewing.
2008-07-17web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is ↵Joey Hess
specified! :)
2008-07-16move complex examples to a tipJoey Hess
2008-07-16Merge commit 'intrigeri/pedigree'Joey Hess
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
* Renamed to parentlinks every single variable or function called pedigree * Removed the parentlinks function from Render.pm * Enabled the new parentlinks plugin by default * Adapted testsuite and documentation to reflate the above facts Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree rename to parentlinks: renamed files, to start withintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree: rewrote with different designintrigeri
(and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
Conflicts: doc/plugins/aggregate.mdwn
2008-07-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14improve instructionsJoey Hess
It's better to -refresh rather than rebuild, as this way ikiwiki deletes all the html files rendered to destdir for the aggregated pages before.
2008-07-15Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.Simon McVittie
Also use [[!foo]] in aggregate.mdwn.
2008-07-14fix extension nameJoey Hess
2008-07-14document aggregateinternalJoey Hess
2008-07-14pedigree: added documentation (doc/plugins/pedigree.mdwn)intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-13switch preprocess hooks to use error functionJoey Hess
2008-07-13Error handling improvement for preprocess hooks. It's now safe to call ↵Joey Hess
error() from such hooks; it will cause a nicely formatted error message to be inserted into the page.
2008-07-12Fix link from meta plugin to tips/howto_stop_flooding_aggregatorsSimon McVittie
2008-07-12Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is ↵Simon McVittie
automatically prepended
2008-07-12rename uuid to guidJoey Hess
2008-07-12document uuidJoey Hess
2008-07-10reviewed this againJoey Hess
2008-07-10document setup pluginsJoey Hess
2008-07-07typo the secondJoey Hess