[EMAIL PROTECTED] wrote: (with the intention to create an HTML document and place it in the root of the CD, for blind users to view under Windows) > * Made README.txt a valid asciidoc document, thus enabling production of > HTML and other documentation formats (TODO - asciidoc depends on Python) >
IMHO, this was a mistake, because of Python. For the purpose of generating HTML from a text-like document, Markdown (http://daringfireball.net/projects/markdown/) seems to be a better choice, because it depends only on Perl. However, the syntax is mostly the same. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
