On Thursday 16 January 2003 12:58, you wrote: > How do I configure Apache so that if I click on a hyperlink that > corresponds to some C source code (or any other language or header file), > instead of just getting the raw output produced I get a marked up version? > That is, one that has line numbers down the side? For an example of what I > mean see: "http://lxr.linux.no/source/drivers/s390/char/tuball.c#L280". (In > fact, while you're there check out the LXR package by playing with > "http://lxr.linux.no".)
Look into setting up CVS. There is an (actually a few) interface to Apache that will help with what your looking for. Also, if your willing to put up with me, I could help with some scripting that will display existing C files in a readible format - of course my standard nominal service charge of free (that's zero American) will be applied. I do this stuff mostly because I love it, lord knows it doesn't pay much anymore. Steve
