[postgis-devel] [PostGIS] #1511: Duplicate named case-insensitive XML refentry ids / HTML files
PostGIS
trac at osgeo.org
Mon Feb 6 10:33:18 PST 2012
#1511: Duplicate named case-insensitive XML refentry ids / HTML files
---------------------------+------------------------------------------------
Reporter: mwtoews | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: documentation | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
Comment(by pramsey):
Looks like box2d and box3d are the only instances...
{{{
cd doc
grep "<refentry id=" *.xml | tr -d "\t" | tr -d " " | tr A-Z a-z | cut -f2
-d: | sort | uniq -c | sort -g
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1511#comment:2>
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-devel
mailing list