How to use Restructured Text with Zope ?
Hi all, I have to provide my users a way to store structured datas, but the structure is not strong defined and can evolve with time, but still have to appear when displayed. Restructured text seems a good way for this. How to use it in my python products and my ZPTs ? (Zope 2.6.0 - Python 2.1.3). Sinclair
read doc/RESTRUCTUREDTEXT.txt in Zope 2.7 -aj --On Dienstag, 30. September 2003 16:43 Uhr 00 Sinclair <fred.duwez@freesurf.fr> wrote:
Hi all,
I have to provide my users a way to store structured datas, but the structure is not strong defined and can evolve with time, but still have to appear when displayed.
Restructured text seems a good way for this.
How to use it in my python products and my ZPTs ? (Zope 2.6.0 - Python 2.1.3).
Sinclair
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
"Andreas Jung" <andreas@andreas-jung.com> a écrit dans le message de news: 2147483647.1064940596@[192.168.0.100]...
read doc/RESTRUCTUREDTEXT.txt in Zope 2.7
Thx. It's installed now. I can use it in the ZMI. But what I really want to do is to use it as a parser to display a stored data in a ZPT.
--On Dienstag, 30. September 2003 18:50 Uhr +0200 Sinclair <fred.duwez@freesurf.fr> wrote:
"Andreas Jung" <andreas@andreas-jung.com> a Ècrit dans le message de news: 2147483647.1064940596@[192.168.0.100]...
read doc/RESTRUCTUREDTEXT.txt in Zope 2.7
Thx. It's installed now. I can use it in the ZMI.
But what I really want to do is to use it as a parser to display a stored data in a ZPT.
The API is also explained there. -aj
participants (2)
-
Andreas Jung -
Sinclair