ANN: New PEP Format: reStructuredText

Richard Jones rjones at ekit-inc.com
Sat Aug 31 08:17:22 EDT 2002


On Sat, 31 Aug 2002 9:44 pm, Magnus Lie Hetland wrote:
> In article <0z+c7LA8mHc9EwYa at jessikat.fsnet.co.uk>, Robin Becker wrote:
> [snip]
>
> >In article <3D6F248A.3020700 at mxm.dk>, Max M <maxm at mxm.dk> writes
> >we had something like this a while back, but I think it has been
> >withered away in favour of an xml approach.
>
> Sounds sensible :)
>
> >Robin Becker
>
> - Magnus (who finds reStructuredText to be much more complicated than
>   XML)

How on earth is this:

Presentation Cover
------------------

*Richard Jones, Another Author*

*Some very important conference, March 2002*

Second slide
------------

- blah, blah blah blah blah. blah, blah blah blah blah.
- blah, blah blah blah blah.



more complex than this...

<presentation>
<stylesheet module="modern" function="getParagraphStyles"/>
<section name="Main">
<fixedimage filename="logo.gif" x="0" y="0" width="134" height="70"/>
<slide id="Slide001" title="presentation cover">
<frame x="160" y="72" width="600" height="432" leftmargin="36" 
rightmargin="0">
<para style="Heading2">Presentation Cover</para>
<para><i>Richard Jones, Another Author</i></para>
<para><i>Some very important conference, March 2002</i></para>
</frame>
</slide>
<slide id="Slide002" title="second slide">
<frame x="160" y="72" width="600" height="432" leftmargin="36" 
rightmargin="0">
<para style="Heading2">Second slide</para>
<para style="Bullet">blah, blah blah blah blah. blah, blah blah blah 
blah.</para>
<para style="Bullet">blah, blah blah blah blah.</para>
</frame>
</slide>
</section>
</presentation>


... can't see it myself... :)


     Richard





More information about the Python-list mailing list