postgis/doc
2009-06-04 15:20:14 +00:00
..
html performed an overhaul of the installation guide ... hopefully it's easier to follow. 2009-05-27 17:14:08 +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 to better guarantee a deteriministic sort so can diff compare between 1.3.5, 1.3.6, 1.4 (still needs work). Also exclude curved tests and functions not supported in 1.3.5 since it curve crashes 1.3.5 thus making it not comparable. 2009-04-27 16:09:04 +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
installation.xml change ReadME and installation to change minimum version from 8.1 to 8.2 (not many people are running 8.1 and besides Paul already put in a DROP AGG IF EXISTS in upgrade script -- so binds us to 8.2+ already. Besides I don't think we should be supporting more than 2 versions behind of latest PostgreSQL release in our trunk. Too much maintenance. Correct ReadME bug tracker link 2009-06-04 15:20:14 +00:00
introduction.xml Fix mis-spelling in Eduin Carrillo's name 2009-04-06 17:31:30 +00:00
Makefile.in updated the comments-install make target 2009-05-26 18:35:07 +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 test commit 2009-04-27 19:24:46 +00:00
README Spelling changes from Mark Kolybabi. 2008-08-03 15:05:39 +00:00
reference.xml small typo in Populate_Geometry_Columns doc 2009-05-29 18:10:09 +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 Break using_postgis into 2 sections, remover reference.xml from doc make 2009-03-13 12:11:52 +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.
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)