postgis/doc
2009-03-10 17:24:25 +00:00
..
html Upgraded section in using_postgis.xml that talks about OGC Simplicity / Validity. 2008-12-19 18:51:09 +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 Put ST_CurveToLine back in script. Seems to not crash anymore with Paul's changes to GBT: 112 2009-03-09 21:15:42 +00:00
faq.xml Cleanup of FAQ 2008-09-16 13:35:08 +00:00
installation.xml Some documentation updates; change the instructions for decompressing the tarballs for PROJ and GEOS so that they work for our Solaris friends (as per the instructions for the main PostGIS tarball). Also move version entities for GEOS and PROJ into postgis.xml, so that as newer versions of PROJ/GEOS are released, we only need to update the version number in one location for the change to be reflected throughout the installation documentation. 2009-03-10 17:24:25 +00:00
introduction.xml fixed several broken or redirected external URLs. 2008-10-08 05:45:46 +00:00
Makefile.in change to move postgis_comments.sql to root 2009-02-23 13:47:19 +00:00
performance_tips.xml split postgis.xml into manageable chunks, broken at chapter divisions. 2008-07-08 05:09:36 +00:00
postgis.xml Some documentation updates; change the instructions for decompressing the tarballs for PROJ and GEOS so that they work for our Solaris friends (as per the instructions for the main PostGIS tarball). Also move version entities for GEOS and PROJ into postgis.xml, so that as newer versions of PROJ/GEOS are released, we only need to update the version number in one location for the change to be reflected throughout the installation documentation. 2009-03-10 17:24:25 +00:00
README Spelling changes from Mark Kolybabi. 2008-08-03 15:05:39 +00:00
reference.xml moved over the remaining operands from reference.xml to reference_new.xml in the documentation 2009-01-22 19:25:23 +00:00
reference_new.xml Fix for GBT#89: transform() grid-shift 2nd chance logic defective. Remove the 2nd chance logic completely and allow the user to configure the behaviour using the standard PROJ.4 +nadgrids parameter. I've added a section to the ST_Transform() section of the manual which gives an example of how you can do this. 2009-03-10 15:06:42 +00:00
release_notes.xml Bring forward release notes from 1.3.4 2008-11-25 21:46:44 +00:00
reporting.xml fixed several broken or redirected external URLs. 2008-10-08 05:45:46 +00:00
template.xml Document ST_LineToCurve and ST_CurveToLine, update template to include note about Circular String support in prep for new index section 2008-11-04 01:47:05 +00:00
using_postgis.xml Missed some ST_ spots. 2009-01-09 14:15:30 +00:00
ZMSgeoms.txt initial revision 2004-12-30 10:18:14 +00:00

Overview
========

Postgis documentation is written in docbook xml.
Input file is postgis.xml. From that file we can
convert to chunked html, single file html and pdf.

Rules are:

	make html # output in html/postgis.html
	make chunked-html
	make postgis.pdf

====================================================
 WARNING
====================================================

Informations passed this point are out-of-date.
We're moving toward only requiring 'docbook-utils'
package.

====================================================

Common requirements
===================

debian packages:
	- xlstproc 

Requirements to build postgis.pdf
=================================

debian packages:
	- passivetex 
	- xmltex  (for pdfxmltex)