postgis/doc
Sandro Santilli fefbdeea10 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@8901 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-22 19:13:28 +00:00
..
html Add images-clean rule and perform the cleanup on maintainer-clean 2012-01-10 08:26:53 +00:00
man Document the new -s from:to syntax of shp2pgsql [#994] 2011-12-21 16:17:55 +00:00
rfc Remove more orphaned box2d support functions 2011-10-26 22:58:21 +00:00
xsl lots of corrections, also add integer[] arg recognition 2012-01-08 07:57:03 +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 function name typo in geocode_intersection 2011-12-11 02:42:57 +00:00
extras_topology.xml typo 2012-01-22 19:13:28 +00:00
faq.xml Put legacy.sql in varname tag so prints out as courier and stands out more. Some clarification on the geography/geometry choice question 2011-06-07 13:04:23 +00:00
faq_raster.xml update faq for raster to bring it more up to line with new loading , QGIS support etc., remove box2d and replace with box3d, minor rewording -- people who don't know GDAL don't know what a GDAL raster is. Took that word out when describing -G since it confuses rather than adding value. 2011-12-19 01:59:16 +00:00
geography.txt #824 more corrections from Kashif Rasul 2011-02-10 11:59:20 +00:00
installation.xml update build extensions to include the make comments if building from source repo and also that it requires a separate compile step (until #1490) 2012-01-21 01:31:52 +00:00
introduction.xml Add Maria Arias de Reyna to credits 2012-01-09 12:48:32 +00:00
Makefile.comments.in add raster_comments.sql to be copied to contrib directory as well 2010-10-13 08:12:16 +00:00
Makefile.in Have 'make doc' build the single-page HTML 2012-01-16 14:21:54 +00:00
performance_tips.xml Commit jlivni documentation addition and update with minor comment for PostgreSQL 8.4 users and notice about obsolete settings. Also put in hyperlinks back to the current interactive version of PostgreSQL manual for each part. 2009-08-28 11:34:17 +00:00
postgis.xml Fixed incorrect entity using_raster_dataman. 2011-12-13 20:05:47 +00:00
README #824 more corrections from Kashif Rasul 2011-02-10 11:59:20 +00:00
reference.xml try to force paragraph at top using sectinfo abstract. Make note about deprecation more threatening. 2009-11-28 07:13:35 +00:00
reference_accessor.xml Drop &Z_support in ST_Summary, see #649 comment:2 2012-01-18 14:19:38 +00:00
reference_constructor.xml oops took out a tag by accident 2011-12-12 12:09:06 +00:00
reference_editor.xml Further cleanup of ST_CollectionExtract documentation 2012-01-09 17:27:09 +00:00
reference_exception.xml fix example 2010-01-29 18:22:35 +00:00
reference_lrs.xml put in spaces in ST_InterpolatePoint See Also references 2012-01-15 09:25:51 +00:00
reference_management.xml Add enhanced note for AddGeometryColumn 2011-11-04 00:57:08 +00:00
reference_measure.xml update to include ST_Azimuth for geography -- still need example. Also provide example for using degrees 2012-01-01 15:41:10 +00:00
reference_misc.xml Remove box3d_extent hack 2011-12-08 19:51:04 +00:00
reference_operator.xml Revert "remove ~= from documentation -- we don't want people using this operator" 2012-01-20 08:12:06 +00:00
reference_output.xml Add ST_EWKT for geography type (#675) 2012-01-16 14:46:03 +00:00
reference_processing.xml Fix output of ST_Node -- evidentally we haven't yet instituted the change to output MULTILINESTRINGZ etc in WKT in ST_AsText nor ST_AsEWKT 2011-11-05 03:50:14 +00:00
reference_raster.xml #1487: add out_db argument to AddRasterConstraints and DropRasterConstraints documentation so extensions can install again 2012-01-20 10:06:04 +00:00
reference_transaction.xml Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce valid Docbook. Now make check output in docs is clean. cf #471 2010-03-28 08:33:41 +00:00
reference_type.xml Remove box3d_extent hack 2011-12-08 19:51:04 +00:00
release_notes.xml Add Maria Arias de Reyna to credits 2012-01-09 12:48:32 +00:00
reporting.xml documentaiton is in DocBook XML not SGML (well not anymore anyway). 2011-02-10 06:10:57 +00:00
template.xml revise template to give example of optional argument 2011-07-02 16:29:57 +00:00
using_postgis_app.xml changing titles -- raster data man I'm eventually going to throw in mapserver, .net, jdbc examples cause I'm too lazy to create a separate chapter. The postgis app section is really specific to postgis geometry since it doesn't talk about raster or geography at all. 2011-12-22 13:23:01 +00:00
using_postgis_dataman.xml replace ~= with ST_OrderingEquals (now that we got rid of recheck the older ~= no longer is a truish geometry equality operator 2011-12-01 20:41:20 +00:00
using_raster_dataman.xml fix typo 2012-01-20 18:14:40 +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

====================================================
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 convert to chunked html, single-file html and pdf.

Make targets are:

  make                      # defaults to creating  
                            #   - the images used in the generated documentation
                            #   - the documentation as a single html file
                            #   - a sql script used to apply COMMENTS for every PostGIS function
  
  make html/postgis.html    # generates a single-file html file called 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 a sql script that add COMMENTs for every function (derived from the documentation)
  make doxygen              # generates the developer's documentation using Doxygen
  
  make install              # copies PostGIS' utility (ie. shp2pgsql) man pages to the PostgreSQL's doc directory
  make uninstall            # removes PostGIS' utility man pages
  make comments-install     # copies the postgis-comments.sql script to the PostgreSQL's contrib directory
  make comments-uninstall   # removes the postgis-comments.sql script from the contrib directory
  
  make clean                # removes any generated files (except images and html files)
  make maintainer-clean     # clears out the generated images and html files


====================================================
Requirements
====================================================

To generate the html files:
  xsltproc                  (http://xmlsoft.org/XSLT/xsltproc2.html)
  DocBook XSL scripts

To generate the images:
  ImageMagick               (http://www.imagemagick.org/script/index.php)

To generate a pdf:
  dblatex                   (http://dblatex.sourceforge.net)

To generate the developer's documentation:
  doxygen                   (http://www.stack.nl/~dimitri/doxygen)


====================================================
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