[TYPO3-ect] EXT:lib/doc/aboutAllDocumentations.txt

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Tue May 1 21:47:34 CEST 2007


Am Tue, 01 May 2007 00:59:29 +0200 schrieb Daniel Brüßler:

> Hey Elmar,
> 
> is Latex-format a help for you?
> Then you can write in mediawiki-style and transform to Latex:
> http://wiki.typo3.org/exportimport/
> 
> When Docbook is ready (in the moment it transforms to Simplified
> Docbook) you can also use that.
> 
> kind regards
> Daniel Brüßler
> 

Hi Daniel,

certainly wiki format would be an alternative to restructured text or
markdown, if it could provide the necessary tools. 

I need to convert to manual.sxw, because that is required by TER. None of
the systems I know can convert to .sxw directly, but I can produce XHTML
and import that to openoffice.

But there are two issus with program code in the docs:

a) It seems that http://wiki.typo3.org/exportimport/ has a little bug for
this.

b) I need to put whitespace before the lines. If I copy and paste code, 
I would like to just set marks at the biginning and end. Not all editors
support indentation of whole blocks. 

<code>
#!/bin/shell

#I am a comment

echo "Hello World"
</code>


More information about the TYPO3-team-extension-coordination mailing list