Mapnik Trac Users,

We've now got two new plugins installed at trac.mapnik.org, that you should utilize if you'd like.

1) Pygments Syntax Highlighting.
This is for code blocks. Add a pygments lexer hint at the top of each code block like:

{{{
#!python
import mapnik
}}}

{{{
#!xml
<TextSymbolizer />
}}}

{{{
#!sh
python scons/scons.py
}}}

2) Table of Contents

For any page you create that you think might benefit from a TOC listing just add:

[[TOC]]

For more options see: http://trac-hacks.org/wiki/TocMacro



Cheers,

Dane
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to