postgis/doc
2009-09-20 07:45:11 +00:00
..
html Add more line crossings. change tab to 4 spaces 2009-09-12 03:43:15 +00:00
man sanitized usage info output on loader/dumper 2006-10-14 14:22:10 +00:00
rfc Adding an rfc for changing the validation approach when parsing WKT. 2009-02-03 04:36:09 +00:00
xsl Revise garden test to include testing for creating geography types. Still needs a bit more work. Also discovered more crashers to put in bug list (not all related to geography) 2009-09-17 15:44:47 +00:00
doxygen.cfg.in enable alphabetical index 2009-05-03 03:33:09 +00:00
faq.xml Test commit to test autobuild 2009-04-27 19:07:02 +00:00
geography.txt Merge Paul's geodetic (geography) branch into trunk, as per discussions on postgis-devel. Most of the merge was automatic (albeit quite slow), with a few manual touch-ups where the merge algorithm couldn't handle this automatically. "make check" runs and passes, so I hope I haven't managed to break too much ;) 2009-09-14 10:54:33 +00:00
installation.xml fix type and add --with-gui description for building loader gui 2009-06-19 12:20:01 +00:00
introduction.xml Fix mis-spelling in Eduin Carrillo's name 2009-04-06 17:31:30 +00:00
Makefile.in added images as a requirement to the chunked-html target 2009-09-04 18:43:08 +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 test commit 2009-04-27 19:24:46 +00:00
README added a small How To section, referencing the wiki on how to generate images used in the documentation. 2009-08-28 15:16:50 +00:00
reference.xml formatting cleanup 2009-09-12 04:01:15 +00:00
reference_old.xml renamed reference.xml to reference_old.xml 2009-03-20 05:32:45 +00:00
release_notes.xml Add 1.3.5 release notes into trunk docs 2009-03-10 20:42:43 +00:00
reporting.xml fixed several broken or redirected external URLs. 2008-10-08 05:45:46 +00:00
template.xml test commit 2009-04-27 19:46:45 +00:00
using_postgis_app.xml Break using_postgis into 2 sections, remover reference.xml from doc make 2009-03-13 12:11:52 +00:00
using_postgis_dataman.xml Make slot for geography data type and start filling in details 2009-09-20 07:45:11 +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 initial revision 2004-12-30 10:18:14 +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