[postgis-tickets] [PostGIS] #2792: docbook validation preventing regress when trying to access down docbook site

PostGIS trac at osgeo.org
Tue Nov 10 08:41:59 PST 2020


#2792: docbook validation preventing regress when trying to access down docbook
site
----------------------+---------------------------
  Reporter:  robe     |      Owner:  Algunenano
      Type:  defect   |     Status:  new
  Priority:  low      |  Milestone:  PostGIS 3.0.3
 Component:  postgis  |    Version:  master
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by Algunenano):

 That's true.

 It seems like something like this would remove the need to download
 anything since it's already available:

 {{{
 diff --git a/doc/postgis.xml b/doc/postgis.xml
 index 782d93b20..8e4ab4908 100644
 --- a/doc/postgis.xml
 +++ b/doc/postgis.xml
 @@ -1,6 +1,6 @@
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 -                    "http://www.oasis-
 open.org/docbook/xml/4.5/docbookx.dtd" [
 +                    "n:/share/xml/docbook/xml-dtd-4.5/docbookx.dtd" [

  <!-- This value is automatically generated by the Makefile -->
  <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2792#comment:10>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list