Grigory Fateyev wrote:
> http://softwaremaniacs.org/blog/2006/10/18/highlight-js-java/
> You should try Ivan Sagalaev's code!
The actual app is here: http://softwaremaniacs.org/soft/highlight/
And until I translate it into English it's usage should be
understandable just from code examples on
Hello Dirk Eschler!
On Sat, 21 Oct 2006 12:04:07 +0200 you wrote:
>
> Hello,
>
> does anyone use a generic syntax highlighter with Django? I want to
> integrate something like GeSHi [1] in a blog-like application and i
> try to find out where to start.
>
> 1. http://qbnz.com/highlighter/
>
h
A long time ago I implemented syntax highlighting for my web site using
SilverCity. I also wrote about how I did it [1] . SilverCity is a nice
library, but I would probably have chosen Pygments or a Javascript
library today.
- Kjell Magne
[1] http://www.fauskes.net/nb/syntaxhighlighting/
--~--
Am Samstag, 21. Oktober 2006 16:31 schrieb James Bennett:
> On 10/21/06, Dirk Eschler <[EMAIL PROTECTED]> wrote:
> > does anyone use a generic syntax highlighter with Django? I want to
> > integrate something like GeSHi [1] in a blog-like application and i try
> > to find out where to start.
>
> I
On 10/21/06, Dirk Eschler <[EMAIL PROTECTED]> wrote:
> does anyone use a generic syntax highlighter with Django? I want to integrate
> something like GeSHi [1] in a blog-like application and i try to find out
> where to start.
I've been using dp.SyntaxHighlighter[1] (which is entirely JavaScript,
Am Samstag, 21. Oktober 2006 15:13 schrieb Antonio Cavedoni:
> On 21 Oct 2006, at 12:04, Dirk Eschler wrote:
> > Hello, does anyone use a generic syntax highlighter with Django? I
> > want to integrate something like GeSHi [1] in a blog-like
> > application and i try to find out where to start.
>
Am Samstag, 21. Oktober 2006 12:47 schrieb Malcolm Tredinnick:
> On Sat, 2006-10-21 at 12:04 +0200, Dirk Eschler wrote:
> > Hello,
> >
> > does anyone use a generic syntax highlighter with Django? I want to
> > integrate something like GeSHi [1] in a blog-like application and i try
> > to find out
On 21 Oct 2006, at 12:04, Dirk Eschler wrote:
> Hello, does anyone use a generic syntax highlighter with Django? I
> want to integrate something like GeSHi [1] in a blog-like
> application and i try to find out where to start.
Incidentally, today I found out this Pygments library, which is a
On Sat, 2006-10-21 at 12:04 +0200, Dirk Eschler wrote:
> Hello,
>
> does anyone use a generic syntax highlighter with Django? I want to integrate
> something like GeSHi [1] in a blog-like application and i try to find out
> where to start.
>
> 1. http://qbnz.com/highlighter/
Assuming you alre
9 matches
Mail list logo