Saturday, May 13, 2006

How to edit asciidoc on gentoo

emerge asciidoc
chmod +x /etc/asciidoc/filters/code-filter.py
asciidoc -o pygimp.html -b xhtml11 pygimp.txt

This was used to edit http://www.gimp.org/docs/python/pygimp.html.