Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-15 | Improve img's documentation. | Thomas Schwinge | |
Jon is right, of course. User error, not an ikiwiki bug. So, I removed the false bug report and added its gist to img's documentation. | |||
2009-10-25 | Question about interaction of `feedshow` and `show`. | PaulePanter | |
2009-10-25 | Typo. | PaulePanter | |
2009-10-11 | Merge branch 'master' into dependency-types | Joey Hess | |
Conflicts: debian/changelog doc/plugins/calendar.mdwn | |||
2009-10-11 | ikiwiki-calendar: New command automates creation of archive pages using the ↵ | Joey Hess | |
calendar plugin. | |||
2009-10-08 | add sorting page | Joey Hess | |
2009-10-06 | linkmap: 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-05 | clarify amoung | Joey Hess | |
I found it really hard to understand from the old description.. | |||
2009-10-05 | fix documentation of quick | Joey Hess | |
It *always* turns off feeds, because feeds require a look at all pages. | |||
2009-10-03 | clarify | Joey Hess | |
2009-10-02 | improve wording | Joey Hess | |
2009-10-01 | checking external links seems not practical | http://weakish.pigro.net/ | |
2009-09-24 | images are not always scaled *down* | NicolasLimare | |
2009-09-13 | typo fixes noticed by french translators | Joey Hess | |
2009-08-19 | (no commit message) | http://emptty.myopenid.com/ | |
2009-08-16 | Fix (hopefully) grammar. | PaulePanter | |
2009-07-31 | Merge commit 'remotes/smcv/ready/inline-pagenames' into staging | Joey Hess | |
2009-07-17 | pagestats: add `among` parameter, which only counts links from specified pages | Simon McVittie | |
2009-07-11 | img: Pass the align parameter through to the generated img tag. | Joey Hess | |
2009-06-29 | try using conditional? | http://smcv.pseudorandom.co.uk/ | |
2009-06-28 | Further question on how to format or specify what `inline` should display. | PaulePanter | |
2009-06-22 | templating question | http://hendry.iki.fi/ | |
2009-06-16 | inline: add pagenames parameter | Simon 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-14 | response from a shady glen | Joey Hess | |
2009-06-13 | Documentation for parameter `template`? | PaulePanter | |
2009-06-08 | reorg | Joey Hess | |
2009-06-08 | meta: Add openid delegate parameter to allow delegating only openid or openid2. | Joey Hess | |
2009-06-03 | Correct wikilink. | http://lj.rossia.org/users/imz/ | |
2009-06-02 | comment: 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-23 | mention highlight | Joey Hess | |
2009-05-22 | document internal here (was already documented in plugins/aggregate) | Joey Hess | |
2009-05-16 | response | Joey Hess | |
2009-05-15 | (no commit message) | http://zwol.livejournal.com/ | |
2009-05-15 | response | Joey Hess | |
2009-05-15 | (no commit message) | http://zwol.livejournal.com/ | |
2009-05-15 | (no commit message) | http://zwol.livejournal.com/ | |
2009-04-28 | s/choosen/chosen/ | simonraven | |
2009-04-11 | Add a microblog template that is useful for inlining microblogging posts. | Joey Hess | |
2009-03-26 | typo | simonraven | |
2009-03-19 | add Sort::Naturally to suggests and use cpan link | Joey Hess | |
2009-03-19 | implement sort=title_natural for inline | chrysn | |
adds a new sorting order, title_natural, that uses Sort::Naturally's ncmp function to provide better sorting for inlines | |||
2009-01-26 | Merge commit 'smcv/updated' | Joey Hess | |
2009-01-21 | response | Joey Hess | |
2009-01-21 | Question about user tests | justin | |
2009-01-19 | (no commit message) | http://taozhyn.myopenid.com/ | |
2009-01-18 | Add meta field "updated", which can alter the <updated> Atom element | Simon 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-03 | Revert "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-01 | Add actual result for the example | http://openid.alexandrefranke.com/ | |
2008-12-11 | Fix too much quoting. | tschwinge | |
2008-12-11 | inline: Support feedfile option to change the filename of the feed generated. | Joey Hess | |