summaryrefslogtreecommitdiff
path: root/docwiki.setup
AgeCommit message (Collapse)Author
2010-05-15disable openid when building doc dirJoey Hess
2010-04-16automatically run --gettime, and optimise it for gitJoey Hess
* Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane.
2010-03-29add a table summarizing state of each rcs pluginJoey Hess
2009-12-10remove forum from docwikiJoey Hess
Drops the package installed size by about 200kb
2009-05-19set underlaydirbase in docwiki.setupJoey Hess
4291f2e3d7d1eb160427764e622d247145652e81 made just setting underlaydir not enough to change where other underlays are loaded from. While generally a good thing, that broke building of the docwiki from the source tree, because underlaydirbase was not pointing there. Setting underlaydirbase in the setup file is a solution, albeit slightly hacky (since the variable is undocumented and internal).
2009-05-05remove cruft that crept in during a debugging sessionJoey Hess
2009-01-06table: Find links in external files in scan pass.Joey Hess
2008-11-06oopsJoey Hess
2008-11-06txt: Do not encode quotes when filtering the txt, as that broke later ↵Joey Hess
parsing of any directives on the page.
2008-10-29oopsJoey Hess
2008-10-29responseJoey Hess
2008-07-27wrappers option is not needed, obsoleteJoey Hess
2008-07-21prefix_directives enabled in doc wiki, all preprocessor directives ↵Joey Hess
converted. (Simon McVittie)
2008-07-13Cut the size of the binary package in half by excluding pages for bugs and ↵Joey Hess
todo items from the html shipped in it.
2008-05-15turn multimarkdown back offJoey Hess
2008-05-13mdwn: Add a multimarkdown setup file option.Joey Hess
2008-05-07revert changes committed while testing sc3 (oops)Joey Hess
2008-05-07amazon s3 support implemented and kinda workingJoey Hess
pruning not yet implemented, however
2007-12-19add a setup file for building the doc wikiJoey Hess