From: svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 Date: Sun, 19 Feb 2017 21:59:26 +0000 (-0400) Subject: Added a comment X-Git-Tag: debian/3.20170622~113 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f3a9bed1c504a13d4f827773ff8e4fc173da240d Added a comment --- diff --git a/doc/forum/Inconsistency_in_pages_behaviour/comment_3_5de086a73f26966be07925d48b3aa523._comment b/doc/forum/Inconsistency_in_pages_behaviour/comment_3_5de086a73f26966be07925d48b3aa523._comment new file mode 100644 index 000000000..1c5bb67e9 --- /dev/null +++ b/doc/forum/Inconsistency_in_pages_behaviour/comment_3_5de086a73f26966be07925d48b3aa523._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9" + nickname="svetlana" + avatar="http://cdn.libravatar.org/avatar/5821f2dec97d186ce3b455b806d33035" + subject="comment 3" + date="2017-02-19T21:59:25Z" + content=""" +I removed /home/public (the wiki build destination) and rebuilt it, re-enabled po plugin with \"* or */* or */*/* or */*/*/*\" in its pagespec settings, but it still only picks up root level pages. Subpages are not marked as translatable. This is a problem. + +The backlinks issue seems to not have resolved itself, either. + +Remarkably, removing sandbox.pot and sandbox.ru.po from ~/wiki made the sandbox page not translatable. It seems that the po plugin is looking for foo/bar.mdwn and foo/bar.pot and foo/bar.po.ru rather than foo/bar/index.mdwn, foo/bar/index.ru.po, foo/bar/index.pot and so on? + +I tried to disable \"use page/index.mdwn source files\" and rebuild the wiki, but now I have \"foo/bar/index/\" URIs and `[[foo/bar]]` is an unknown link marked with a question mark, so I'm going to fix it all up in the source files by hand and see if it helps... + +"""]]