summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
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-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-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
2009-05-22document internal here (was already documented in plugins/aggregate)Joey Hess
2009-05-18remove manual backlinkJoey Hess
ikiwiki has backlinks so we don't have to clutter up pages with links to pages that link to them, which this basically did
2009-05-18remove link to fixed bugJoey Hess
Let's just rely on backlinks for this?
2009-05-18move bug to /bugsJon Dowland
2009-05-18minor: A narrower pattern, so that the example list is not that huge.http://lj.rossia.org/users/imz/
2009-05-18A misfeature report.http://lj.rossia.org/users/imz/
2009-05-18minor: Another name for the bugreport, so that it can participate in my test.http://lj.rossia.org/users/imz/
2009-05-18Added a link to a bugreport I'm about to post.http://lj.rossia.org/users/imz/
2009-05-17update for rename of bugs/pipe-symbol_in_wikilink_target.mdwn to ↵http://lj.rossia.org/users/imz/
bugs/pipe-symbol_in_taglink_target.mdwn
2009-05-17About to post a bug.http://lj.rossia.org/users/imz/
2009-05-16responseJoey Hess
2009-05-15Added a note that Yahoo is not yet supported.http://lj.rossia.org/users/imz/
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-02-19rename tag() to tagged(); add docsJoey Hess
2009-01-26Merge commit 'smcv/updated'Joey Hess
2009-01-25(no commit message)GuenterLadwig
2009-01-25(no commit message)GünterLadwig
2009-01-25(no commit message)GünterLadwig
2009-01-22followup on pagespec negationjustin
2009-01-22responseJoey Hess
2009-01-21question on locked_pages and users() in pagespecjustin
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".