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 -- http://mail.python.org/mailman/listinfo/python-list