example => "!*/Discussion",
description => "PageSpec controlling which pages are translatable",
link => "ikiwiki/PageSpec",
- safe => 0,
+ safe => 1,
rebuild => 1,
},
po_link_to => {
### websetup
Which configuration settings are safe enough for websetup, apart of
-`po_master_language` and `po_slave_languages` that already have
-been checked?
+`po_master_language`, `po_slave_languages` and `po_translatable_pages`
+that have been checked already?
-> `po_translatable_pages` seems entirely safe. `po_link_to` w/o usedirs
-> causes ikiwiki to error out. If it were changed to fall back to a safe
-> setting in this case rather than error, it would be safe.
+> `po_link_to` w/o usedirs causes ikiwiki to error out. If it were
+> changed to fall back to a safe setting in this case rather than
+> error, it would be safe.
> --[[Joey]]
### backlinks