summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
2009-11-25date: 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-16meta: 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-16add example of a map showing page descriptionsJoey Hess
2009-11-15Revert "Improve img's documentation."Joey Hess
The information added is incorrect.
2009-11-15Improve 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-13move to todo item, some thoughtSJoey Hess
2009-11-12fix typoJeremyReed
2009-11-12ask questionJeremyReed
2009-11-07s/a name/id/ ?tzafrir
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-09don't link to inline, not available when directives underlay is not enabledJoey Hess
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-26typoJoey Hess
2009-08-26fix emphasis examples to actually workJoey Hess
2009-08-19(no commit message)http://emptty.myopenid.com/
2009-08-16Fix (hopefully) grammar.PaulePanter
2009-08-13removeddave
2009-08-12(no commit message)dave
2009-07-31Merge commit 'remotes/smcv/ready/inline-pagenames' into stagingJoey Hess
2009-07-31Merge commit 'remotes/smcv/ready/among'Joey Hess
2009-07-19Use a link that will work on other wikishttp://smcv.pseudorandom.co.uk/
2009-07-19Consistency nitpicking in docs: lowercase in attachment and po listsJonas Smedegaard
2009-07-19Consistency nitpicking in docs: Use third tense in pagespec listJonas Smedegaard
2009-07-19Consistency nitpicking in docs: Note: → Note thatJonas Smedegaard
2009-07-19Improve wording of tagged() docsJonas Smedegaard
2009-07-19Merge branch 'master' into poJoey Hess
Conflicts: debian/changelog
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-06Merge commit 'upstream/master' into pub/pointrigeri
Conflicts: debian/changelog debian/control Signed-off-by: intrigeri <intrigeri@boum.org>
2009-06-05move anchor page out of ikiwiki subdirJoey 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-05remove link to page outside the base wikiJoey 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.