aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename urlpath hook into tweakurlpath for consistency's sakeintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* added the tweakbestlink hookintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: add po_link_to_current_language option, check configintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: use pagespec_match() instead of direct match_istranslation callsintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: added [[!translatable]] directiveintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: clearer file naming specsintrigeri2008-10-18
| | | | | | | i.e. clarify that master pages do not have to obey a special naming convention, so that migration from/to this plugin is smooth Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: add one more pagespec function to the specificationintrigeri2008-10-18
| | | | | | (not implemented yet) Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: linking behavior specificationintrigeri2008-10-18
| | | | | | (no implementation yet) Signed-off-by: intrigeri <intrigeri@boum.org>
* added hook urlpathintrigeri2008-10-18
| | | | | | This hook can be used to modify the internal urls generated by ikiwiki. Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: switch to page.LL.html naming conventionintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: enhance documentationintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: name rendered master pages like slave ones (page.html.LL)intrigeri2008-10-18
| | | | | | | | | | | | Apache's content negotiation transparently redirects any old URL (page.html) to the new one, depending on the client preferred language (i.e. a German browser will be fed with page.html.de). Transition to this naming convention is then really smooth. This naming convention allows one to deliberately display the master page, even if her browser is configured for another language. Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: initial documentation, along with huge TODO listintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: reworked available optionsintrigeri2008-10-18
| | | | | | | - renamed po_supported_languages to po_slave_languages - added po_master_language option, which will soon be useful Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: htmlize translated content as if it was the same type as the ↵intrigeri2008-10-18
| | | | | | master page Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: convert PO to master page's type in filter hookintrigeri2008-10-18
| | | | | | | Master page's type htmlize hook should also be run in po's htmlize hook, but let's proceed step by step. Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: factorize most checks into a new match_istranslation PageSpecintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* po plugin: initial workintrigeri2008-10-18
| | | | | | | | - .po is a new supported wiki page type - PO files are rendered verbatim into HTML - override targetpage to ease Content Negotiation Signed-off-by: intrigeri <intrigeri@boum.org>
* added the targetpage hookintrigeri2008-10-18
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* Revert "fix"intrigeri2008-10-18
| | | | This reverts commit 40757bfa154d816f0843af468c9085d5b041c95b.
* fixintrigeri2008-10-18
|
* google plugin linkedhttp://hendry.iki.fi/2008-10-18
|
* (no commit message)http://xma.myopenid.com/2008-10-18
|
* fix urlJoey Hess2008-10-17
|
* updateJoey Hess2008-10-17
|
* tweak recentchanges permalink codeJoey Hess2008-10-17
| | | | Need to handle the case where url is not set.
* Patch for anchor-based change permalinks in recent changes feedJoey Hess2008-10-17
| | | | from JasonBlevins
* add missing getsetup hookJoey Hess2008-10-17
|
* make relativedate work for the dates on the recentchanges pageJoey Hess2008-10-17
| | | | Having a always current relative date on recentchanges is very, very nice.
* responseJoey Hess2008-10-17
|
* responseJoey Hess2008-10-17
|
* relativedate: New javascript-alicious plugin that makes all dates display ↵Joey Hess2008-10-17
| | | | relative, in a very nice way, if I say so myself.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-17
|\
| * Patch for anchor-based change permalinks in recent changes feedhttp://jblevins.org/2008-10-17
| |
| * (no commit message)http://xma.myopenid.com/2008-10-17
| |
| * (no commit message)http://xma.myopenid.com/2008-10-17
| |
* | Add an underlay for javascript, and add ikiwiki.js containing some utility code.Joey Hess2008-10-17
| | | | | | | | | | | | | | * Add an underlay for javascript, and add ikiwiki.js containing some utility code. * toggle: Stop embedding the full toggle code on each page using it, and move it to toggle.js in the javascript underlay.
* | add_underlay: avoid adding the same underlay twiceJoey Hess2008-10-17
|/
* add news item for ikiwiki 2.67Joey Hess2008-10-17
|
* releasing version 2.67Joey Hess2008-10-17
|
* (no commit message)http://alcopop.org/me/openid/2008-10-17
|
* responsePaulePanter2008-10-17
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-16
|\
| * darcs rcs_add fixed.pesco2008-10-16
| |
| * That's good news for me then ! Thank you.http://xma.myopenid.com/2008-10-16
| |
* | aggregate: Avoid bug that caused immediate expiration of items with a date ↵Joey Hess2008-10-16
|/ | | | in the future.
* responseJoey Hess2008-10-16
|
* responseJoey Hess2008-10-16
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-16
|\
| * creating Darcs as the RCS ?http://xma.myopenid.com/2008-10-16
| |