tool for syntax coloring in html

Gerhard Häring gh at ghaering.de
Wed Oct 26 09:03:47 EDT 2005


Xah Lee wrote:
> in some online documentations, for examples:
> 
> http://perldoc.perl.org/perlref.html
> http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-17.html
> http://www.haskell.org/hawiki/HaskellDemo
> 
> the codes are syntax colored.
> 
> Is there a tool that produce codes in html with syntax coloring?

I use SilverCity and this recipe to produce colored code listings for 
the pysqlite documentation: 
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252170

This is the documentation source:
http://initd.org/svn/pysqlite/pysqlite/trunk/doc/usage-guide.txt

This is the result:
http://initd.org/pub/software/pysqlite/doc/usage-guide.html

HTH,

-- Gerhard




More information about the Python-list mailing list