Has there been any changes to structured text?
I have moved a site from 2.33 to 2.51 a while ago, and now the customer is complaining that stx dosn't work anymore. Especially the tables. So I wondered if there is new docs anywhere that I can see. regards Max M "klaatu verata niktu"
STX has been rewritten from scratch for Zope 2.4. The syntax for tables changed completely but all other feature should work unchanged. -aj ----- Original Message ----- From: "Max M" <maxm@mxm.dk> To: <zope@zope.org> Sent: Tuesday, August 20, 2002 10:59 Subject: [Zope] Has there been any changes to structured text?
I have moved a site from 2.33 to 2.51 a while ago, and now the customer is complaining that stx dosn't work anymore. Especially the tables.
So I wondered if there is new docs anywhere that I can see.
regards Max M
"klaatu verata niktu"
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Andreas Jung wrote:
STX has been rewritten from scratch for Zope 2.4. The syntax for tables changed completely but all other feature should work unchanged.
Ok I found the "\lib\python\StructuredText\regressions" and can see from there how the tables should look now. But now I have another problem. Danish characters mess up the formatting: *This is italic allright*
<p><em>This is italic allright</em></p>
*But this is not ållright*
<p>*But this is not ållright*</p>
Is this a bug, or should I set a locale somewhere? or whatever? regards Max M "klaatu verata niktu"
see http://www.zope.org/Members/ajung/howto/Locale%20Support%20for%20Structured% 20Text/ -aj ----- Original Message ----- From: "Max M" <maxm@mxm.dk> To: "Andreas Jung" <andreas@andreas-jung.com> Cc: <zope@zope.org> Sent: Tuesday, August 20, 2002 12:56 Subject: Re: [Zope] Has there been any changes to structured text? Andreas Jung wrote:
STX has been rewritten from scratch for Zope 2.4. The syntax for tables changed completely but all other feature should work unchanged.
Ok I found the "\lib\python\StructuredText\regressions" and can see from there how the tables should look now. But now I have another problem. Danish characters mess up the formatting: *This is italic allright*
<p><em>This is italic allright</em></p>
*But this is not ållright*
<p>*But this is not ållright*</p>
Is this a bug, or should I set a locale somewhere? or whatever? regards Max M "klaatu verata niktu"
Andreas Jung wrote:
see http://www.zope.org/Members/ajung/howto/Locale%20Support%20for%20Structured% 20Text/
Thanks .. that took me the last mile ... regards Max M "klaatu verata niktu"
participants (2)
-
Andreas Jung -
Max M