summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
2009-01-18Add meta field "updated", which can alter the <updated> Atom elementSimon McVittie
Some aggregators, like Planet, sort by mtime rather than ctime. This means that posts with modified content come to the top (which seems odd to me, but is presumably what the aggregator's author or operator wants), but it also means that posts with insignificant edits (like adding tags) come to the top too. Atom defines <updated> to be the date of the last *significant* change, so it's fine that ikiwiki defaults to using the mtime, but it would be good to have a way for the author to say "that edit was insignificant, don't use that mtime".
2009-01-03Revert "Add actual result for the example"Joey Hess
This reverts commit be67d10a813ae37512daacbbab9815eecd5e94ef. We don't demo directives on directive doc pages, to avoid doing unnecessary work at build time (not a big deal here) and to avoid broken directives if the plugin is not enabled. This fact could probably be documented better, but I don't want to mention it on every page..
2009-01-01Add actual result for the examplehttp://openid.alexandrefranke.com/
2008-12-23remove globlist supportJoey Hess
No transition code implemented, but I will probably make a 2.x release that warns about found globlists.
2008-12-23updateJoey Hess
2008-12-12improve documentation of postcommentJoey Hess
2008-12-12first pass through comments documentationJoey Hess
Moved documentation out of contrib. Mostly tweaked some wording. Moved documentation of various bits to other pages (pagespec, etc), and linked to those. Documented the new templates in wikitemplates. Small quantities of documentation were removed. Particularly the list of template variables, which I think is fairly obvious when editing the template.
2008-12-11Fix too much quoting.tschwinge
2008-12-11inline: Support feedfile option to change the filename of the feed generated.Joey Hess
2008-12-11inline: Support emptyfeeds=no option to skip generating empty feeds.Joey Hess
2008-12-01add note to consider tagbase when trying to match tagged pagesJon Dowland
2008-11-26proper spelling of viruseshttp://madduck.net/
2008-11-10reorg to avoid broken link in basewikiJoey Hess
ikiwiki/markdown is a basewiki page and shouldn't link to pages in tips. Instead, make the tips link to it, so backlinks will point back to them. While I'm at it, move the info about the emacs mode to a tip.
2008-11-10reorganize vim syntax highlighting infoJoey Hess
There was already a tip about it; move the plasticboy version to there.
2008-11-10vim syntax file linkedhttp://a1fie.livejournal.com/
2008-11-04responseJoey Hess
2008-11-04Question excluding images in inline pagespecJason Blevins
2008-10-31format: New plugin, allows embedding differntly formatted text inside a page ↵Joey Hess
(ie, otl inside a mdwn page, or syntax highlighted code inside a page).
2008-10-30responseJoey Hess
2008-10-30question about relative links?jwalzer
2008-10-29Just remembered that '#' already has a meaning in WikiLinks.https://yag.myopenid.com//
2008-10-29Added syntax suggestions for accessing meta information in Ikiwiki links.https://yag.myopenid.com//
2008-10-14responseJoey Hess
2008-10-09(no commit message)http://yag.myopenid.com/
2008-10-09(no commit message)https://yag.myopenid.com//
2008-10-09(no commit message)https://yag.myopenid.com//
2008-10-08lockedit: Support specifying which users (and IP addresses) a page is locked ↵Joey Hess
for. This supports most of the ACL type things users have been wanting to be done. Closes: #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.)
2008-10-08fix name of admin() pagespec testJoey Hess
2008-09-29more changes for removal of blog pageJoey Hess
2008-09-25remove blog from pagespecsJoey Hess
2008-09-25attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess
2008-09-24document silent=yes parameter.Joey Hess
2008-09-20Revert change now that listdirectives is enabledhttp://www.cse.unsw.edu.au/~willu/
2008-09-19Add link to edittemplatehttp://www.cse.unsw.edu.au/~willu/
2008-09-18Er, and actually make it work...http://www.cse.unsw.edu.au/~willu/
2008-09-18Include a list of all directives if we don't have a list of currently ↵http://www.cse.unsw.edu.au/~willu/
enabled directives
2008-09-14fix linksJoey Hess
2008-09-12clarifyJoey Hess
2008-09-11two more links to blogJoey Hess
2008-09-11move inline docs to ikiwiki/directive/inlineJoey Hess
ikiwiki/blog will be going away
2008-09-11move inline documentation from blog to directive/inlineJoey Hess
2008-09-11fix link text on links to pluginsJoey Hess
2008-09-11updateJoey Hess
2008-09-11wordingJoey Hess
Specifically, places that refer to "plugin" when they're really talking about a directive.
2008-09-11Move the directive documentation into its own underlay, separate from ↵Joey Hess
basewiki, since it's sorta large compared to the rest of basewiki.
2008-09-11misc minor changesJoey Hess
2008-09-11remove special case for shortcutsJoey Hess
If shortcuts are enabled, the shortcut directive will appear on the list, and I think that's good enough.
2008-09-11patch plugin documentation to refer to directive pagesWilliam Uther
2008-08-27change for compatability with non-prefix-directives systemsJoey Hess
2008-08-25filecheck: New plugin factoring out the PageSpec additions that were ↵Joey Hess
originally part of the attachment plugin.