diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-27 17:52:32 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-27 17:52:32 +0100 |
commit | ea753782b222bf4ba2fb4683b6363afdd9055b64 (patch) | |
tree | 7b5eaa2c23939b767ad332e551bb1d97739a2b45 /doc/plugins | |
parent | 51badc960d933f6d0670cc76390c332a31b35d63 (diff) |
po: remove all dependencies on nicepagetitle
... as my meta branch probably won't be merged before the po plugin is, contrary
to what I was originally supposing.
This implies removing the po_translation_status_in_links and
po_strictly_refresh_backlinks options.
Added a note to the TODO section to think of bringing these features back later,
as they really enhance user experience on a translatable wiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 2f88a3dfe..b5c5065cd 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -106,17 +106,6 @@ negotiated preferred language, *i.e.* `foo/page/`. * if the web server does not support Content Negotiation, setting `po_link_to` to `negotiated` will produce a unusable website. -### Links appearance - -When `po_translation_status_in_links` is enabled, the text of a link -to a slave pages displays this page's translation status. - -When the `po_strictly_refresh_backlinks` setting is enabled, a page is -refreshed every time a backlinked page is changed. This updates the -translation status in links, and helps having a consistent translated -wiki. Beware, this make every page depend on every page that links to -it, which can slow everything down and bloat the dependency pagespecs. - Server support ============== @@ -270,13 +259,14 @@ TODO Better links ------------ -### Page title in links - -Using the fix to +Once the fix to [[bugs/pagetitle_function_does_not_respect_meta_titles]] from -[[intrigeri]]'s `meta` branch, the generated links' text is based on -the page titles set with the [[meta|plugins/meta]] plugin. This has to -be merged into ikiwiki upstream, though. +[[intrigeri]]'s `meta` branch is merged into ikiwiki upstream, the +generated links' text will be optionally based on the page titles set +with the [[meta|plugins/meta]] plugin, and will thus be translatable. +It will also allow displaying the translation status in links to slave +pages. Both were implemented, and reverted in commit **FIXME**, which +should be reverted once [[intrigeri]]'s `meta` branch is merged. Robustness tests ---------------- |