Re: Syntax highlighter

2006-10-27 Thread Ivan Sagalaev
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

Re: Syntax highlighter

2006-10-27 Thread Grigory Fateyev
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

Re: Syntax highlighter

2006-10-21 Thread Kjell Magne Fauske
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/ --~--

Re: Syntax highlighter

2006-10-21 Thread Dirk Eschler
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

Re: Syntax highlighter

2006-10-21 Thread 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've been using dp.SyntaxHighlighter[1] (which is entirely JavaScript,

Re: Syntax highlighter

2006-10-21 Thread Dirk Eschler
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. >

Re: Syntax highlighter

2006-10-21 Thread Dirk Eschler
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

Re: Syntax highlighter

2006-10-21 Thread 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. Incidentally, today I found out this Pygments library, which is a

Re: Syntax highlighter

2006-10-21 Thread 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 > where to start. > > 1. http://qbnz.com/highlighter/ Assuming you alre