Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-18 | po plugin: todo++ more security checks needed | intrigeri | |
... when creating new files. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: create missing POT/PO files in needsbuild hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: documentation work | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: added and documented PERCENTTRANSLATED template variable | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: make translation percentage available in OTHERLANGUAGES loop | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: documented custom PageSpec tests, reorganized doc a bit | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: todo update wrt. newly translatable pages | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: todo++ : security note about system() | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: updated todo wrt. automatic POT/PO update/creation | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: make any slave page dependent on the corresponding master page | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: todo++: create POT/PO when the plugin is enabled | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: updated doc to reflect current status of automatic PO files update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: created OTHERLANGUAGES template loop | intrigeri | |
It currently only provides basic translations/master pages links. Updated documentation accordingly. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: po_slave_languages is a hash, rather than a hash of hashes | intrigeri | |
The latter seems to be unsupported by ikiwiki config system. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: fix formatting in documentation | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: build %translations at scan time | intrigeri | |
... so that we can consider it as complete at preprocess time Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: added *.pot to wiki_file_prune_regexps | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: move translatable pages to setup file, refactor | intrigeri | |
Replaced [[!translatable]] directive with po_translatable_pages setting. Moved istranslatable/istranslation code to helper functions leaving place for future caching and/or memoization. The PageSpec functions still work. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: added note about not publishing .pot files | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: added todo note about optimization | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: update doc (move finished item from todo) | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: implemented po_link_to=current | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: implemented po_link_to=negotiated | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: rewrite internal linking specification | intrigeri | |
(not implemented yet) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | rename urlpath hook into tweakurlpath for consistency's sake | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | added the tweakbestlink hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: clearer file naming specs | intrigeri | |
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> | |||
2008-10-18 | po plugin: add one more pagespec function to the specification | intrigeri | |
(not implemented yet) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: linking behavior specification | intrigeri | |
(no implementation yet) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | added hook urlpath | intrigeri | |
This hook can be used to modify the internal urls generated by ikiwiki. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: switch to page.LL.html naming convention | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: enhance documentation | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: name rendered master pages like slave ones (page.html.LL) | intrigeri | |
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> | |||
2008-10-18 | po plugin: initial documentation, along with huge TODO list | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | added the targetpage hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | Revert "fix" | intrigeri | |
This reverts commit 40757bfa154d816f0843af468c9085d5b041c95b. | |||
2008-10-18 | fix | intrigeri | |
2008-10-18 | google plugin linked | http://hendry.iki.fi/ | |
2008-10-18 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-17 | update | Joey Hess | |
2008-10-17 | tweak recentchanges permalink code | Joey Hess | |
Need to handle the case where url is not set. | |||
2008-10-17 | response | Joey Hess | |
2008-10-17 | response | Joey Hess | |
2008-10-17 | relativedate: New javascript-alicious plugin that makes all dates display ↵ | Joey Hess | |
relative, in a very nice way, if I say so myself. | |||
2008-10-17 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-17 | Add an underlay for javascript, and add ikiwiki.js containing some utility code. | Joey Hess | |
* 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. | |||
2008-10-17 | Patch for anchor-based change permalinks in recent changes feed | http://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 news item for ikiwiki 2.67 | Joey Hess | |