summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
2009-02-19rename tag() to tagged(); add docsJoey Hess
2009-01-26Merge commit 'smcv/updated'Joey Hess
2009-01-26Merge branch 'master' into poJoey Hess
2009-01-25(no commit message)GuenterLadwig
2009-01-25(no commit message)GünterLadwig
2009-01-25(no commit message)GünterLadwig
2009-01-22followup on pagespec negationjustin
2009-01-22responseJoey Hess
2009-01-21question on locked_pages and users() in pagespecjustin
2009-01-21responseJoey Hess
2009-01-21Question about user testsjustin
2009-01-19(no commit message)http://taozhyn.myopenid.com/
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/
2009-01-01Merge commit 'upstream/master' into prv/pointrigeri
2008-12-30Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: debian/control debian/copyright doc/ikiwiki/pagespec.mdwn Signed-off-by: intrigeri <intrigeri@boum.org>
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-11Merge commit 'upstream/master' into prv/pointrigeri
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-10Merge commit 'upstream/master' into prv/pointrigeri
2008-11-10vim syntax file linkedhttp://a1fie.livejournal.com/
2008-11-08fixed linkintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-05minor wording improvements/changesJoey Hess
2008-11-05add a link to pages for enhanced pagespecsJoey Hess
2008-11-05Merge commit 'intrigeri/po'Joey Hess
2008-11-04responseJoey Hess
2008-11-04Question excluding images in inline pagespecJason Blevins
2008-11-02Merge commit 'origin/master' into prv/pointrigeri
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-18po plugin: documented custom PageSpec tests, reorganized doc a bitintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18Revert "fix"intrigeri
This reverts commit 40757bfa154d816f0843af468c9085d5b041c95b.
2008-10-18fixintrigeri
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.)