summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive
AgeCommit message (Collapse)Author
2009-10-25Question about interaction of `feedshow` and `show`.PaulePanter
2009-10-25Typo.PaulePanter
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
Conflicts: debian/changelog doc/plugins/calendar.mdwn
2009-10-11ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess
calendar plugin.
2009-10-08add sorting pageJoey Hess
2009-10-06linkmap: Use a combination of presence and link dependencies.Joey Hess
This makes the map be regenerated much less frequently, so larger maps are more practical to use now.
2009-10-05clarify amoungJoey Hess
I found it really hard to understand from the old description..
2009-10-05fix documentation of quickJoey Hess
It *always* turns off feeds, because feeds require a look at all pages.
2009-10-03clarifyJoey Hess
2009-10-02improve wordingJoey Hess
2009-10-01checking external links seems not practicalhttp://weakish.pigro.net/
2009-09-24images are not always scaled *down*NicolasLimare
2009-09-13typo fixes noticed by french translatorsJoey Hess
2009-08-19(no commit message)http://emptty.myopenid.com/
2009-08-16Fix (hopefully) grammar.PaulePanter
2009-07-31Merge commit 'remotes/smcv/ready/inline-pagenames' into stagingJoey Hess
2009-07-17pagestats: add `among` parameter, which only counts links from specified pagesSimon McVittie
2009-07-11img: Pass the align parameter through to the generated img tag.Joey Hess
2009-06-29try using conditional?http://smcv.pseudorandom.co.uk/
2009-06-28Further question on how to format or specify what `inline` should display.PaulePanter
2009-06-22templating questionhttp://hendry.iki.fi/
2009-06-16inline: add pagenames parameterSimon McVittie
If given instead of pages, this is interpreted as a space-separated list of links to pages (with the same LinkingRules as in a WikiLink), and they are inlined in exactly the order given. The sort and pages parameters cannot be used in conjunction with this one.
2009-06-14response from a shady glenJoey Hess
2009-06-13Documentation for parameter `template`?PaulePanter
2009-06-08reorgJoey Hess
2009-06-08meta: Add openid delegate parameter to allow delegating only openid or openid2.Joey Hess
2009-06-03Correct wikilink.http://lj.rossia.org/users/imz/
2009-06-02comment: Make comment directives no longer use the internal "_comment" form, ↵Joey Hess
and document the comment directive syntax. Rationalle: Comments need to be user-editable so that they can be posted via git commit etc. The _comment directive is still supported, for back-compat.
2009-05-23mention highlightJoey Hess
2009-05-22document internal here (was already documented in plugins/aggregate)Joey Hess
2009-05-16responseJoey Hess
2009-05-15(no commit message)http://zwol.livejournal.com/
2009-05-15responseJoey Hess
2009-05-15(no commit message)http://zwol.livejournal.com/
2009-05-15(no commit message)http://zwol.livejournal.com/
2009-04-28s/choosen/chosen/simonraven
2009-04-11Add a microblog template that is useful for inlining microblogging posts.Joey Hess
2009-03-26typosimonraven
2009-03-19add Sort::Naturally to suggests and use cpan linkJoey Hess
2009-03-19implement sort=title_natural for inlinechrysn
adds a new sorting order, title_natural, that uses Sort::Naturally's ncmp function to provide better sorting for inlines
2009-01-26Merge commit 'smcv/updated'Joey Hess
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/
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