From 0a933a5727a9c26e3d60f0b9091da7a599e216e7 Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Sat, 7 Jan 2012 11:59:16 -0800 Subject: [PATCH] Updated PluginArchitecture (markdown) --- PluginArchitecture.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PluginArchitecture.md b/PluginArchitecture.md index a48f142..e989b6a 100644 --- a/PluginArchitecture.md +++ b/PluginArchitecture.md @@ -4,9 +4,9 @@ Mapnik supports a Plugin architecture read access to a variety of formats. Some plugins have been written in C++ and require no external dependencies, while others require access to a supporting C or C++ library (like libpq for postgis/postgresql and libgdal for gdal/org support). -Interested in developing a new plugin see: DevelopingPlugins +Interested in developing a new plugin see: [[DevelopingPlugins]] -All current plugins are located in source:trunk/plugins/input/ +All current plugins are located in https://github.com/mapnik/mapnik/tree/master/plugins/input/ | **Name**| **Availability**|**Status**|**Build by Default**|**Notes**| |:-------:|:---------------:|:--------:|:------------------:|:-------:| @@ -28,10 +28,10 @@ To request additional plugins to be compiled and installed make sure you have th ```sh -# attempt to build all plugins possible -$ python scons/scons.py INPUT_PLUGINS='all' -# build just the postgis plugin: -$ python scons/scons.py INPUT_PLUGINS='postgis' + # attempt to build all plugins possible + $ python scons/scons.py INPUT_PLUGINS='all' + # build just the postgis plugin: + $ python scons/scons.py INPUT_PLUGINS='postgis' ``` ## Querying plugins