Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-02 | fix typo spotted by lintian | Simon McVittie | |
2010-07-08 | Add --changesetup mode that allows easily changing options in a setup file. | Joey Hess | |
2010-04-25 | typo | Joey Hess | |
2010-04-23 | template docu reorg | Joey Hess | |
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. | |||
2010-04-16 | automatically run --gettime, and optimise it for git | Joey 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-04-16 | --gettime revamp | Joey Hess | |
* Rename --getctime to --gettime. (The old name still works for backwards compatability.) * --gettime now also looks up last modification time. * Add rcs_getmtime to plugin API; currently only implemented for git. | |||
2010-03-24 | Add --set-yaml switch for setting more complex config file options. | Joey Hess | |
2010-03-14 | Add a include setting, which can be used to make ikiwiki process wiki source ↵ | Joey Hess | |
files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.) | |||
2010-02-28 | Add new --clean option; this makes ikiwiki remove all built files in the ↵ | Joey Hess | |
destdir, as well as wrappers and the .ikiwiki directory. | |||
2010-01-01 | plugin names are always lowercase | Joey Hess | |
2009-10-21 | avoid -O default for CFLAGS, and document | Joey Hess | |
2009-04-03 | fix typo in --getctime description | Joey Hess | |
2009-03-13 | add missing parameters | Joey Hess | |
2009-03-08 | fix doc, prefix directives have been default for a while | Joey Hess | |
2009-03-07 | update, add some examples | Joey Hess | |
2008-09-11 | move inline docs to ikiwiki/directive/inline | Joey Hess | |
ikiwiki/blog will be going away | |||
2008-08-20 | Fix link to mdwn2man in gitweb | http://smcv.pseudorandom.co.uk/ | |
2008-08-08 | reorg | Joey Hess | |
2008-07-26 | remove ikiwiki.setup | Joey Hess | |
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs. | |||
2008-07-26 | document | Joey Hess | |
2008-05-15 | add a link to ikiwiki-transition | Joey Hess | |
2008-05-15 | add a link to the orphaned banned_ussrs page | Joey Hess | |
2008-05-06 | template change documentation | Joey Hess | |
2008-04-17 | Bring back the svnrepo setup file option. This is needed for ↵ | Joey Hess | |
recentchangediff to work with svn repos. | |||
2008-02-08 | Add --prefix-directives and --no-prefix-directives options to ikiwiki | Josh Triplett | |
This avoids the need to set prefix_directives with --set. | |||
2008-02-04 | * inline: Add new `allowrss` and `allowatom` config options. These can be | Joey Hess | |
used if you want a wiki that doesn't default to generating rss or atom feeds, but that does allow them to be turned on for specific blogs. | |||
2008-01-29 | added configuration for recentchanges | Joey Hess | |
I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made. | |||
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess | |
the svnrepo and notify settings, though both will be ignored if left in setup files. | |||
2008-01-19 | web commit by http://adam.shand.net/ | Joey Hess | |
2008-01-19 | update about openids and admin powers | Joey Hess | |
2007-12-08 | MAJOR basewiki reorg | Joey Hess | |
Including redir pages for the moved basewiki pages. These will be removed in a future release. | |||
2007-11-25 | * Let CC be used to control what compiler is used to build wrappers. | Joey Hess | |
* Use 'cc' instead of gcc as the default compiler. | |||
2007-11-18 | revert change by sundb_89. Please do not randomly change words on this page, ↵ | Joey Hess | |
your account will be locked it it happens again. | |||
2007-11-18 | web commit by sundb_89 | Joey Hess | |
2007-11-14 | * Add wrappergroup config option, which can be used to cause wrappers | Joey Hess | |
to be created owned by some group other than the default. Useful then there's a shared repository with access controlled by a group, to let ikiwiki run setgid to that group. * ikiwiki-mass-rebuild: Run build with the user in all their groups. | |||
2007-09-06 | commit. | joey | |
* Add the ikiwiki-update-wikilist command. | |||
2007-09-05 | add link | joey | |
2007-08-21 | reorg all the pages about rcs backends. Fix all links | joey | |
2007-08-13 | * Fix --libdir to work at the command line. | joey | |
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC. | |||
2007-08-08 | web commit by tschwinge: --usedirs is used by default. | joey | |
2007-08-04 | updates | joey | |
2007-07-28 | web commit by sward: Correction to plugin path in --libdir option description | joey | |
2007-07-27 | * Add a libdir config option to let ikiwiki load perl modules, including | joey | |
plugins, from a user-configurable directory. | |||
2007-07-25 | more triage | joey | |
2007-07-25 | * Add a htmlext config option, this can be used to make ikiwiki generate | joey | |
html files with a different extension. | |||
2007-04-16 | * Support setting svnpath to "" for wikis that are rooted at the top of | joey | |
their svn repositories, with no trunk directory. | |||
2007-04-07 | magic 0 | joey | |
2007-04-01 | * Finally apply the index.html patch, with thanks to everyone who worked | joey | |
on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default. | |||
2007-03-31 | * Hide excess backlinks and expand using CSS trick; control quantiy via | joey | |
the numbacklinks setting. | |||
2007-03-31 | * Add a templates page to the basewiki. It will automatically list all | joey | |
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. |