summaryrefslogtreecommitdiff
path: root/doc/todo/po:_rethink_pagespecs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-31 15:55:31 -0400
committerJoey Hess <joey@kitenet.net>2010-07-31 15:55:31 -0400
commitb766ff004489467fb5a076f90f05bc2ac5dc8acf (patch)
tree5a23303593c042b10775dce1286228cbc3007c79 /doc/todo/po:_rethink_pagespecs.mdwn
parentfee00fdb7a4ebb52e90f739cca33def70497620e (diff)
parent543bc7af8be315e44ccca575b788e566bc122db2 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/po:_rethink_pagespecs.mdwn')
-rw-r--r--doc/todo/po:_rethink_pagespecs.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/po:_rethink_pagespecs.mdwn b/doc/todo/po:_rethink_pagespecs.mdwn
new file mode 100644
index 000000000..50c10c5db
--- /dev/null
+++ b/doc/todo/po:_rethink_pagespecs.mdwn
@@ -0,0 +1,11 @@
+I was suprised that, when using the map directive, a pagespec of "*"
+listed all the translated pages as well as regular pages. That can
+make a big difference to an existing wiki when po is turned on,
+and seems generally not wanted.
+(OTOH, you do want to match translated pages by
+default when locking pages.) --[[Joey]]
+
+> Seems hard to me to sort apart the pagespec whose matching pages
+> list must be restricted to pages in the master (or current?)
+> language, and the ones that should not. The only solution I can see
+> to this surprising behaviour is: documentation. --[[intrigeri]]