summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-10-18po plugin: todo++: create POT/PO when the plugin is enabledintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: updated doc to reflect current status of automatic PO files updateintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: created OTHERLANGUAGES template loopintrigeri
It currently only provides basic translations/master pages links. Updated documentation accordingly. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: po_slave_languages is a hash, rather than a hash of hashesintrigeri
The latter seems to be unsupported by ikiwiki config system. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: fix formatting in documentationintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: build %translations at scan timeintrigeri
... so that we can consider it as complete at preprocess time Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: added *.pot to wiki_file_prune_regexpsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: move translatable pages to setup file, refactorintrigeri
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-18po plugin: added note about not publishing .pot filesintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: added todo note about optimizationintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: update doc (move finished item from todo)intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: implemented po_link_to=currentintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: implemented po_link_to=negotiatedintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: rewrite internal linking specificationintrigeri
(not implemented yet) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18rename urlpath hook into tweakurlpath for consistency's sakeintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18added the tweakbestlink hookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: clearer file naming specsintrigeri
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-18po plugin: add one more pagespec function to the specificationintrigeri
(not implemented yet) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: linking behavior specificationintrigeri
(no implementation yet) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18added hook urlpathintrigeri
This hook can be used to modify the internal urls generated by ikiwiki. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: switch to page.LL.html naming conventionintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po plugin: enhance documentationintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18po 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-18po plugin: initial documentation, along with huge TODO listintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18added the targetpage hookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-17relativedate: New javascript-alicious plugin that makes all dates display ↵Joey Hess
relative, in a very nice way, if I say so myself.
2008-10-17Add 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-10document google pluginJoey Hess
2008-10-10(no commit message)bremner
2008-10-09(no commit message)http://yag.myopenid.com/
2008-10-09problem fixedJoey Hess
2008-10-09(no commit message)http://yag.myopenid.com/
2008-10-09tag updatesJoey Hess
2008-10-09(no commit message)http://josephturian.blogspot.com/
2008-10-08lockedit: Support specifying which users (and IP addresses) a page is locked ↵Joey Hess
for. This supports most of the ACL type things users have been wanting to be done. Closes: #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.)
2008-10-08remove page_locking page, move content to plugins/lockeditJoey Hess
Also, removed obsolte para about using the prefs page to configure locked pages, that interface is obsolete, hidden by default, and the locked_pages setup file setting is used instead.
2008-10-01Merge branch 'tova'Joey Hess
2008-10-01Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-09-30Merge branch 'master' into tovaJoey Hess
Conflicts: debian/changelog
2008-09-30httpauth: Document that ikiwiki.cgi has to be in a directory subject to ↵Joey Hess
authentication. Closes: #500524
2008-09-30The plugins have been rewritten and now should function properly.tschwinge
2008-09-29add newpagefile functionJoey Hess
2008-09-27responseJoey Hess
2008-09-27Thoughts on the new wikistate variablehttp://www.cse.unsw.edu.au/~willu/
2008-09-27Add %wikistate, which is like %pagestate except not specific to a given ↵Joey Hess
page, and is preserved across rebuilds.
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-27clarify when to use utlto and when to use htmlpageJoey Hess
suggestion from smcv
2008-09-26clarifyJoey Hess
2008-09-26htmlscrubber: Add a config setting that can be used to disable the scrubber ↵Joey Hess
acting on a set of pages.
2008-09-23Add keepextension parameter to htmlize hook. (Willu)Joey Hess