summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
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.
2009-06-05minor formatting issue: Having a wikilink in the heading was not very nice.http://lj.rossia.org/users/imz/
2009-06-05Created the page, so that one can inspect the backlinks.http://lj.rossia.org/users/imz/
2009-06-05Added a wikilink on a term (to keep track of the discussions of anchors).http://lj.rossia.org/users/imz/
2009-06-05Put wikilink on a useful term (perhaps, someday there is an explanation ↵http://lj.rossia.org/users/imz/
there about all relevant stuff about anchors in ikiwiki).
2009-06-03update openid docs regarding openid 2, since smcv noticedJoey Hess
a newer perl module supports it. Although, based on its bug reports at <http://rt.cpan.org/Public/Dist/Display.html?Name=Net-OpenID-Consumer>, there may be some problems (myspace is known not to work, for example).
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