summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
AgeCommit message (Expand)Author
2008-10-18po plugin: bugfix (calling function in wrong module)intrigeri
2008-10-18po plugin: added *.pot to wiki_file_prune_regexpsintrigeri
2008-10-18po plugin: move translatable pages to setup file, refactorintrigeri
2008-10-18po plugin: allow pagestate update (bugfix)intrigeri
2008-10-18po plugin: respect documented convention to store pagestateintrigeri
2008-10-18po plugin: implemented po_link_to=currentintrigeri
2008-10-18po plugin: added istranslatable() pagespec function, and use itintrigeri
2008-10-18po plugin: implemented po_link_to=negotiatedintrigeri
2008-10-18po plugin: implement linking specification in one of the main casesintrigeri
2008-10-18po plugin: add po_link_to_current_language option, check configintrigeri
2008-10-18po plugin: use pagespec_match() instead of direct match_istranslation callsintrigeri
2008-10-18po plugin: added [[!translatable]] directiveintrigeri
2008-10-18po plugin: switch to page.LL.html naming conventionintrigeri
2008-10-18po plugin: name rendered master pages like slave ones (page.html.LL)intrigeri
2008-10-18po plugin: reworked available optionsintrigeri
2008-10-18po plugin: htmlize translated content as if it was the same type as the maste...intrigeri
2008-10-18po plugin: convert PO to master page's type in filter hookintrigeri
2008-10-18po plugin: factorize most checks into a new match_istranslation PageSpecintrigeri
2008-10-18po plugin: initial workintrigeri