python syntax highlighter style change issue

2007-01-05 Thread stoKes
hi all, using a little bit of code snippets from pygments demo app views and of course using pygments with django for syntax highlighting. im running into an issue where no matter what style ive selected i can't get it to highlight properly.. to get around this ive manually copied a stylesheet

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. htt

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 > >

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 enti

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 fi

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 applic

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 libra

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/highl

Syntax highlighter

2006-10-21 Thread Dirk Eschler
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/ -- Dirk Eschler <mailto:[EMAIL PROTECTED]> http://www.krusad

Re: Python based syntax highlighter for HTML?

2006-09-25 Thread Rob Hudson
Hmmm... I wonder how hard it would be to create a template filter for Django using SilverCity. It looks like SilverCity is the preferred highlighter for Trac: http://trac.edgewall.org/wiki/TracSyntaxColoring Though you say you've heard bad things. I'll have to do some deeper digging. Thanks,

[OT] Python based syntax highlighter for HTML?

2006-09-25 Thread Rob Hudson
Geshi is written in PHP... Is there a Python equivalent? http://geshi.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To