postgis/doc
2014-04-04 05:26:17 +00:00
..
html #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
man #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
po #2323. Commit it and br .po for sfcgal doc 2013-05-12 19:40:59 +00:00
rfc Remove more orphaned box2d support functions 2011-10-26 22:58:21 +00:00
xsl #2698 put in converter for geomjson and fix tests to catch geomkml 2014-04-04 05:26:17 +00:00
bnf-wkb.txt Document ISO WKT/WKB (#1451) 2012-09-20 22:24:16 +00:00
bnf-wkt.txt Document ISO WKT/WKB (#1451) 2012-09-20 22:24:16 +00:00
doxygen.cfg.in #836 PostGIS raster in 2.0 is not being output in Trunk Doxygen 2011-02-17 04:31:14 +00:00
extras.xml revmoe history table out of docs for now 2011-09-05 15:44:49 +00:00
extras_historytable.xml Move ST_AsRaster and ST_Band to raster contructor section 2011-09-06 02:11:07 +00:00
extras_tigergeocoder.xml fix typo in function name 2013-08-23 12:02:42 +00:00
extras_topology.xml Fix ST_ModEdgeSplit documentation (#2633) 2014-02-04 08:34:54 +00:00
faq.xml update link for http://workshops.boundlessgeo.com/postgis-intro/ and also put in more pretty tags for common faqs 2013-10-06 01:50:00 +00:00
faq_raster.xml fix link 2013-03-29 15:55:25 +00:00
geography.txt #824 more corrections from Kashif Rasul 2011-02-10 11:59:20 +00:00
installation.xml #2330 Add SFCGAL Boost (and more) requires 2014-03-24 09:07:24 +00:00
introduction.xml Move Mat back to core since he's done a ton of work on CMake 2013-06-22 22:26:35 +00:00
Makefile.comments.in #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
Makefile.in #2621 Resources for documentation doesn't get installed - apply patch from mwanner 2014-03-13 21:09:03 +00:00
performance_tips.xml ST_Force_XXX renamed to ST_ForceXXX 2013-05-10 15:00:38 +00:00
postgis.xml typo oops (hope strk doesn't catch this) 2013-10-06 17:15:30 +00:00
README Update doc/README (#1721) 2012-03-27 09:56:17 +00:00
reference.xml add new section to document gucs, move raster postgis.gdal.data.path to guc section, exclude gucs from comment sql generation. 2013-10-06 17:00:39 +00:00
reference_accessor.xml remove more too much information 2014-04-04 03:24:32 +00:00
reference_constructor.xml #25#2582 fix all references to -1 in constructors and change to 0 (SRID Unknown) 2014-02-14 03:25:29 +00:00
reference_editor.xml Document ST_ForceCurve (#2430) 2013-10-24 16:49:53 +00:00
reference_exception.xml fix example 2010-01-29 18:22:35 +00:00
reference_guc.xml fix GUC gdal_datapath 2013-12-07 19:22:49 +00:00
reference_lrs.xml missed spot 2013-07-08 06:57:13 +00:00
reference_management.xml updategeometrysrid was describing old behavior. Update to new and provide alternative syntax 2012-10-14 05:13:50 +00:00
reference_measure.xml #2646 typo arithmetric -> arithmetric in ST_Centroid 2014-02-20 05:46:38 +00:00
reference_misc.xml get rid of use of xml tags in arg - messing up formatting of cheat sheet gen 2013-02-09 05:24:05 +00:00
reference_operator.xml Add link to OpenGeo workshop on KNN to KNN operator. 2012-09-22 03:55:57 +00:00
reference_output.xml revise ST_AsTWKBAgg so garden autogenerates aggregate test and comment is right 2014-03-06 06:32:51 +00:00
reference_processing.xml Fix spelling errors in st_makevalid documentation 2013-06-04 16:26:34 +00:00
reference_raster.xml Add ST_CountAgg(). Ticket #2567 2013-12-15 19:24:35 +00:00
reference_sfcgal.xml Use ST_MinkowskiSum rather than ST_Minkowski userland. 2013-05-10 16:23:22 +00:00
reference_transaction.xml Documentation URLs, visible whitespace, and minor touchups (#1548) from mwtoews 2012-02-07 17:23:50 +00:00
reference_type.xml Documentation URLs, visible whitespace, and minor touchups (#1548) from mwtoews 2012-02-07 17:23:50 +00:00
release_notes.xml #2690, documentation needs 2.1.2 release section 2014-03-29 05:17:57 +00:00
reporting.xml Documentation URLs, visible whitespace, and minor touchups (#1548) from mwtoews 2012-02-07 17:23:50 +00:00
template.xml More Double quote tag attribute values for poxml support 2012-09-14 20:52:10 +00:00
using_postgis_app.xml Fix syntax error in MS example 2012-02-10 16:18:05 +00:00
using_postgis_dataman.xml #2558: WKT form(s) of MULTIPOINT documentation make OGC compliant 2014-03-09 23:16:01 +00:00
using_raster_dataman.xml #2576 Error in manual wrt using_raster RT_PLPython 2014-02-14 03:32:28 +00:00
xmlformat.conf performed an overhaul of the installation guide ... hopefully it's easier to follow. 2009-05-27 17:14:08 +00:00
ZMSgeoms.txt #821: doc typos errata from Kashif Rasul 2011-02-09 12:54:23 +00:00

PostGIS Documentation
=====================

Overview
--------

PostGIS documentation is written in DocBook XML. The input file is
``postgis.xml``, which in turn includes all the individual chapter XML files.
From that file we can publish several formats, including HTML and PDF.

Make targets
------------

``make``
  same as ``make comments``

``make install``
  same as ``make comments-install``

``make uninstall``
  same as ``make comments-uninstall``

``make html``
  generates a single-file ``html/postgis.html``

``make chunked-html``
  generates a separate html file for every chapter or section break

``make pdf``
  generates a single PDF file with the PostGIS version as a filename

``make images``
  generates all the images used in the HTML and PDF targets

``make comments``
  generates an SQL script that add COMMENTs for every function (derived from
  the documentation)

``make doxygen``
  generates the developer's documentation using Doxygen

``make comments-install``
  copies the ``postgis-comments.sql`` script to the PostgreSQL ``contrib``
  directory

``make comments-uninstall``
  removes the ``postgis-comments.sql`` script from the ``contrib`` directory

``make clean``
  removes generated files except comments

``make maintainer-clean``
  removes all generated files (including comments)


Requirements
------------

To generate the html files and the comments:
 * xsltproc - http://xmlsoft.org/xslt/xsltproc2.html
 * DocBook XSL stylesheets
 * MathML 3 DTD - http://www.w3.org/Math/DTD/

To generate the images:
 * ImageMagick - http://www.imagemagick.org/

To generate a PDF:
 * dblatex - http://dblatex.sourceforge.net

To generate the developer's documentation:
 * Doxygen - http://www.stack.nl/~dimitri/doxygen/
 * Graphviz - http://www.graphviz.org/

How to
------

To generate images used in the documentation, follow these instructions on the
PostGIS wiki: http://trac.osgeo.org/postgis/wiki/DevWikiDocNewFeature

To run garden tests against functions, follow these instructions on the PostGIS
dev wiki: http://trac.osgeo.org/postgis/wiki/DevWikiGardenTest