Modified:
/RenderersCustom.wiki
=======================================
--- /RenderersCustom.wiki Mon Dec 13 14:36:14 2010
+++ /RenderersCustom.wiki Mon Dec 13 14:45:16 2010
@@ -2,12 +2,13 @@
= Introduction =
-Add your content here.
+GeoREST enables you to add extra renderer's for data. Beside built-in
renderer's like: XML, JSON you can add new ones.
= Details =
-Add your content here. Format your content with:
- * Text in *bold* or _italic_
- * Headings, paragraphs, and lists
- * Automatic links to other wiki pages
+Custom Renderer is added to config file as another "Representation".
+Example:
+<Representation renderer="newformat name" library="newformat.dll"
pattern=".newformat" mimetype="application/octet-stream" />
+
+When new representation is accessed using URI
like "http://../rest/data/property.newformat" library "newformat.dll" is
loaded and new renderer is executed.