> -----Original Message----- > From: John Cole [mailto:[EMAIL PROTECTED] > Sent: 16 June 2006 19:04 > To: Dave Page; Jeremy Palmer; pgadmin-support@postgresql.org > Subject: RE: [pgadmin-support] Postgis Manual > > Dave, > We store all of our document souces in PhpWiki (though we > could use any > wiki that exports to XHTML). By creating a page that > includes other wiki > pages in the order we want them to appear in the help file, > we create a > single xhtml file that we convert to a docbook xml file and > from there to > html help. > > If you could find some way of putting all of your sources > into one html > file (we use the wiki include and transclude plugins) and following a > similar path, you might find that merging HTML is easier than > merging hhp > projects.
We could do that with our docs, but not with the pg or slony ones - we have no choice but to pull them from the SGML sources whenever they are updated. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match