Gg schrieb:
> Hi,
> 
> I'd like to know if there is a way to configure Apache to use Pygments
> to highlight some source code (.cpp, .py) directly in the browser
> instead of having the code displayed as plain text ?

Not as such; one of the following would be possible

* if there is an Apache module that allows you to pipe the file content
  through an external program, you can use pygmentize for that

* you can add some kind of default handler that executes a Python script
  for files, perhaps Armin knows how to do this?

cheers,
Georg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to