I use htmlize for that. you can try that.
http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el
--
http://mail.python.org/mailman/listinfo/python-list
A really easy one to use is Doxygen
Good luck,
Dimitri
Googmeister wrote:
> 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/Haskel
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
Xah Lee wrote:
> Is there a tool that produce codes in html with syntax coloring?
Sure. It's called "Cascading Style Sheets" (CSS), which is how these
sites have done it (as you can see if you "view source"). See articles
on SitePoint.com (and MANY others) for info. But this really has
nothing to
Xah Lee wrote:
> Is there a tool that produce codes in html with syntax coloring?
Does that mean you intend simply posting links to your
'articles' on computing in future?
> Thanks.
I am confident a lot of us would be (thankful if you did).
--
http://mail.python.org/mailman/listinfo/python
I use gvim.
regards,
Philippe
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 th
I use Silvercity for my web site. SilverCity is a Python interface to
the Scintilla lexers. It's available at
http://silvercity.sourceforge.net/
I find the output from silvercity a bit verbose, so I have written a
few Python classes for cleaning up the output. The code is available at
http://fausk
Xah Lee wrote:
> Is there a tool that produce codes in html with syntax coloring?
I'm sure there's a million-and-one tools that will do what you want, and
suggest you search Google.
Personally, I've used vim to do this in the past. The following
generates marked-up code:
:runtime syntax/2
Gerhard wrote:
> http://initd.org/pub/software/pysqlite/doc/usage-guide.html
Can I suggest you to use a larger font for the code?It is pretty
difficult to parse with my
current screen resolution. BTW, pysqlite2 is pretty cool ;)
Michele Simionato
--
http://mail.python.org/mailman
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 htm
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 ht
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?
Thanks.
12 matches
Mail list logo