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