[pmwiki-users] HtmlCache, Internationalizazion, layout problem

Thomas Bley thbley at gmail.com
Sun Jul 16 09:00:17 CDT 2006


Hi,

- Translation: My page is in English and I want to offer several pages 
also in German.
e.g. I have index.php?n=Main.Home and when I use 
index.php?n=MainDe.HomeDe to create a new page, I'd like to get the 
content from the English page in the edit form, how can I do this ? (I 
saw this on http://www.pmwiki.org/wiki/PmWikiMi/PmWikiMi?action=edit)

- When the page is translated once, is it possible to translate only the 
changes ? e.g. to get a edit-form which shows me only the wiki-source 
that has changed (and when I hit the save button, it applies the 
translated changes to the translated page) ?


- What is $EnableHTMLCache ? Can I use this flag to cache my pages as 
Html to disc ?
(I set it to 1 but nothing happened, $PageCacheDir seems to be 
undefined, but even if defined, only the .htaccess file gets created)


- I upgraded to the latest version and
before I had 2.0.beta9, now it is 2.1.11, my problem (I'm using the 
light skin):
%sidehead% [[Main/Feedback | Give feedback]]

%sidehead% [[Main/Contact]]

got rendered as:

<p class='vspace'></p><p class='sidehead' > <a class='wikilink' href='http://localhost/pm_src/index.php?n=Main.Feedback'>Give feedback</a>
</p>
<p class='vspace'></p><p class='sidehead' > <a class='wikilink' href='http://localhost/pm_src/index.php?n=Main.Contact'>Contact</a>
</p>

and appears as:
Give feedback

Contact



now it gets rendered as:

<p class='vspace sidehead'> <a class='wikilink' href='http://localhost/pm_src/index.php?n=Main.Feedback'>Give feedback</a>
</p>
<p class='vspace sidehead'> <a class='wikilink' href='http://localhost/pm_src/index.php?n=Main.Contact'>Contact</a>
</p>

and appears as:

Give feedback
Contact

I tried putting "\\" and "[[<<]]" between, but couldn't make it work 
again. Is it a css problem ?


Thanks and best regards,
Thomas Bley

http://www.simple-groupware.de/cms/




More information about the pmwiki-users mailing list