diff options
author | svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 <svetlana@web> | 2017-02-19 17:59:26 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-02-19 17:59:26 -0400 |
commit | f3a9bed1c504a13d4f827773ff8e4fc173da240d (patch) | |
tree | 3938bd86307dbff0b98796cff8c3fbfeac5aa47a | |
parent | 8c4408900c1fc58c728a7f6e9304eb43ec14538f (diff) | |
download | ikiwiki-f3a9bed1c504a13d4f827773ff8e4fc173da240d.tar ikiwiki-f3a9bed1c504a13d4f827773ff8e4fc173da240d.tar.gz |
Added a comment
-rw-r--r-- | doc/forum/Inconsistency_in_pages_behaviour/comment_3_5de086a73f26966be07925d48b3aa523._comment | 16 |
1 files changed, 16 insertions, 0 deletions
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... + +"""]] |