summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-12Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is ↵Simon McVittie
automatically prepended
2008-07-12Document [[inline guid="..."]]Simon McVittie
2008-07-12Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent ↵Simon McVittie
with [[!meta guid="..."]], which also outputs an Atom <id>
2008-07-12Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>.Simon McVittie
This is often the same as the feed's <link> (in which case it can be omitted) but sometimes it's a urn:uuid: URN instead.
2008-07-12Add MIME type to Atom feeds' <link rel='self'>Simon McVittie
2008-07-12remove example (which was lacking escaping)Joey Hess
2008-07-12fixedJoey Hess
2008-07-12Merge commit 'smcv/master'Joey Hess
2008-07-12Move yesno function out of inline and into IkiWiki core, not exported.Joey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
Conflicts: doc/todo/aggregate_to_internal_pages.mdwn
2008-07-12responseJoey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/: reference a patchJoey Hess
2008-07-12Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta ↵Simon McVittie
plugin, so that PageSpecs with title(...) work again
2008-07-12credit smcvJoey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12responseJoey Hess
2008-07-12rename uuid to guidJoey Hess
2008-07-12document uuidJoey Hess
2008-07-12elide temp varJoey Hess
2008-07-12Merge commit 'smcv/force-uuids' into force-uuidsJoey Hess
2008-07-12Change deb dependencies to list Text::Markdown before markdown, since the ↵Joey Hess
former, while slower, has a much better html parser that avoids numerous bugs.
2008-07-12greatly simplified test caseJoey Hess
2008-07-12web commit by intrigeri: created todo, proposed to implement it - need hint ↵Joey Hess
to choose the best way
2008-07-12capsJoey Hess
2008-07-12reorgJoey Hess
2008-07-12move all package indo to download pageJoey Hess
The package info was getting split between download and install. Leave install for manual instructions.
2008-07-12fix linkJoey Hess
2008-07-12wishlistJoey Hess
2008-07-12thanks, pawelJoey Hess
2008-07-11Testing a change via the sandbox.Josh Triplett
2008-07-11Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-07-11add link to streamJoey Hess
2008-07-11web commit by http://smcv.pseudorandom.co.uk/: Link to patch and muse about ↵Joey Hess
terminology (uuid? id? atom-id?)
2008-07-11add maxports infoJoey Hess
2008-07-11new, better encodeJoey Hess
2008-07-11meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" ↵Simon McVittie
(otherwise leave it alone, so we can assign non-UUID <id>s to Atom items to avoid planet-flooding)
2008-07-11rssitem.tmpl: use UUID as <guid> if suppliedSimon McVittie
2008-07-11atomitem.tmpl: use UUID as <id> if suppliedSimon McVittie
2008-07-11inline plugin: if meta plugin is also enabled, and has collected a uuid for ↵Simon McVittie
a page, then pass it into the rssitem/atomitem templates
2008-07-11meta plugin: also collect [[!meta uuid="..."]]Simon McVittie
2008-07-11rename beautify_url to stress it only works on the path componentJoey Hess
2008-07-11Revert "Revert "Fix a bug with links to pages whose names contained colons.""Joey Hess
This reverts commit 810a355308d276ef922ff4312bff0c7935676633. I double-checked, and the change seems ok after all, actually.
2008-07-11still exclude discussionJoey Hess
2008-07-11oopsJoey Hess
2008-07-11no deep pagesJoey Hess
2008-07-11linkJoey Hess
2008-07-11enlargeJoey Hess
2008-07-11announceJoey Hess
2008-07-11Revert "Fix a bug with links to pages whose names contained colons."Joey Hess
This reverts commit e25c3a0a7caa9783c657efe86611929ecb7bd4a3. I didn't think that through far enough; beautify_url may be called on full urls, which don't start with "/"! Conflicts: debian/changelog