Hi All, Just recently found out about fossil - I've been using it for a few weeks now and it's great, but I guess you all know that already.
I've really got used to reading highlighted source code, and find it easier to pick out the relevant bits. To that end, I've implemented this in fossil by piping output to an external command, set using "fossil settings", and inserting the output from that in the page output. Maximum file size to attempt rendering on is controlled by another variable (added after source highlighting for sqlite3.c wedged my browser solid). I'm using GNU source-highlight to do the actual highlighting, but I imagine that other tools could be made to work as well. If you are interested, you can try it out and/or pick it up from http://www.utt.org/fossil.cgi/fossil Changes are on the "experimental" branch. It's been tested reasonably well on MacOSX and Linux. I've implemented a Win32 version as well, but this has really only had basic testing. Look forward to some feedback, and thanks again for the great tool. Cheers, Martin _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

