Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | date: New plugin that allows inserting date directives that expand to ↵ | Joey Hess | |
pretty-printed dates, using the same formatting as used for page modification date display, etc. | |||
2009-11-16 | meta: Generate meta description tags even when the html scrubber is enabled. | Joey Hess | |
Unlike generic meta foo tags, meta description is known to be safe, so can be special cased to be allowed despite the html scrubber. This makes meta description much more useful, since it is otherwise limited to being used by other plugins like map. | |||
2009-11-16 | add example of a map showing page descriptions | Joey Hess | |
2009-11-15 | Revert "Improve img's documentation." | Joey Hess | |
The information added is incorrect. | |||
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-11-13 | move to todo item, some thoughtS | Joey Hess | |
2009-11-12 | fix typo | JeremyReed | |
2009-11-12 | ask question | JeremyReed | |
2009-11-07 | s/a name/id/ ? | tzafrir | |
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-09 | don't link to inline, not available when directives underlay is not enabled | Joey Hess | |
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-26 | typo | Joey Hess | |
2009-08-26 | fix emphasis examples to actually work | Joey Hess | |
2009-08-19 | (no commit message) | http://emptty.myopenid.com/ | |
2009-08-16 | Fix (hopefully) grammar. | PaulePanter | |
2009-08-13 | removed | dave | |
2009-08-12 | (no commit message) | dave | |
2009-07-31 | Merge commit 'remotes/smcv/ready/inline-pagenames' into staging | Joey Hess | |
2009-07-31 | Merge commit 'remotes/smcv/ready/among' | Joey Hess | |
2009-07-19 | Use a link that will work on other wikis | http://smcv.pseudorandom.co.uk/ | |
2009-07-19 | Consistency nitpicking in docs: lowercase in attachment and po lists | Jonas Smedegaard | |
2009-07-19 | Consistency nitpicking in docs: Use third tense in pagespec list | Jonas Smedegaard | |
2009-07-19 | Consistency nitpicking in docs: Note: → Note that | Jonas Smedegaard | |
2009-07-19 | Improve wording of tagged() docs | Jonas Smedegaard | |
2009-07-19 | Merge branch 'master' into po | Joey Hess | |
Conflicts: debian/changelog | |||
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-06 | Merge commit 'upstream/master' into pub/po | intrigeri | |
Conflicts: debian/changelog debian/control Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-06-05 | move anchor page out of ikiwiki subdir | Joey Hess | |
Since this page is not in the basewiki, it is confusing to put it in the ikiwiki subdir, which is intended for basewiki and other underlay pages that are used to document ikiwiki on other wikis. | |||
2009-06-05 | remove link to page outside the base wiki | Joey Hess | |
I'm sorry, but you can't simply go around adding links to pages that are part of the basewiki, that point to pages outside the basewiki. Doing so causes the test suite to fail, since the basewiki is then not self-contained and has broken links. FYI, the ikiwiki/anchor page you added is not part of the basewiki because there's not a symlink to it in underlays/basewiki/ikiwiki in ikiwiki's source. And I can't condone cluttering up the basewiki with such a page, at least unless it gets significantly more useful somehow. |