On Fri, Jul 11, 2008 at 11:14:21AM +0200, bvh wrote: > The current 'documentation' for merkaartor is just some bunch of static > html files that I host on my personal website. As a result it is > badly lacking. Sven Lanke approached me with the idea to keep the > documentation inside subversion, which then gets checked out on the > web server so that it is easier for people to make corrections > and additions.
You can have the documenation in subversion and serve it directly from there. You can set the svn:mime-type property on the html files to "text/html" and they will be served properly to the browser. For an example see http://svn.openstreetmap.org/applications/utils/maplint/html/index.html . I am not sure its a good idea performance wise, though. Jochen -- Jochen Topf [EMAIL PROTECTED] http://www.remote.org/jochen/ +49-721-388298 _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

