On 2010-01-09, Natim wrote: > I am using Sphinx because it is using ReST, building beautiful HTML > and LaTeX documents. > Many thanks to everyone who worked on this.
> Today, I want to use Sphinx to write a tutoriel about Django for the > Siteduzero.com, a french growing website. > I want to use sphinx because I can easily transform my tutorial for > other websites. > My question is where to start. > I need to transform the ReST=A0in a XML file. > - Should I write a new extension, a new builder or just a > template ?=A0 This might depend on what kind of XML file you need (as Sphinx can (AFAIK) generate valid XHTML). One option would be to use rst2xml (the frontend of the Docutils XML writer) to convert your tutorial from RST to XML. Günter
-- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
