postgis/doc
Regina Obe a17fd3e8ed Add to ST_SetSRID - reference to spatial_ref_sys
git-svn-id: http://svn.osgeo.org/postgis/trunk@2980 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-17 15:05:39 +00:00
..
html Reverted html markup for mathematical expressions in ST_Touches and ST_Crosses to a gif image. It seems unicode markup does not work well for both IE and Firefox. The next best thing to do is to get MathML markup working. 2008-08-01 15:12:20 +00:00
man sanitized usage info output on loader/dumper 2006-10-14 14:22:10 +00:00
faq.xml Cleanup of FAQ 2008-09-16 13:35:08 +00:00
installation.xml Fixed url links to geos and proj. Both are now osgeo projects and no longer at refractions or remotesensing. Move around instructions putting geos and proj compilation steps at the end per Mark's request 2008-08-28 21:09:40 +00:00
introduction.xml Expand list of contributors 2008-09-16 01:51:17 +00:00
Makefile.in Reinstate the PDF documentation system based on OpenJade, including integration with autoconf. "make postgis.pdf" should now output lovely PDF format documentation :) 2008-09-11 12:18:37 +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 changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct version number gets substituted in all included files, not just postgis.xml 2008-07-23 16:40:07 +00:00
README Spelling changes from Mark Kolybabi. 2008-08-03 15:05:39 +00:00
reference.xml added an id to ST_Buffer to provide an end link for cross references. 2008-09-17 03:54:36 +00:00
reference_new.xml Add to ST_SetSRID - reference to spatial_ref_sys 2008-09-17 15:05:39 +00:00
release_notes.xml Spelling changes from Mark Kolybabi. 2008-08-03 15:05:39 +00:00
reporting.xml split postgis.xml into manageable chunks, broken at chapter divisions. 2008-07-08 05:09:36 +00:00
template.xml Apparently, the <inlinegraphic> will become deprecated in a future version of DocBook. Now replaced with <inlinemediaobject>. 2008-07-16 04:54:20 +00:00
using_postgis.xml Give spatial reference systems section a cutesy anchor. 2008-09-17 14:41:25 +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)