Subject: CVS commit: htdocs/gallery
To: None <www-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: www-changes
Date: 05/17/2002 22:55:18
Module Name:	htdocs
Committed By:	jschauma
Date:		Fri May 17 19:55:18 UTC 2002

Modified Files:
	htdocs/gallery: Makefile
Added Files:
	htdocs/gallery: makesitemap.sh sitemap.head sitemap.html sitemap.links
	    sitemap.tail

Log Message:
Initial import of a sitemap and a script to generate this map more or less
automatically.  Certainly will need some work (which is why I only committed
these files and did not yet link to it).

Currently, the script walks down the entire htdocs-hierarchy and generates
links for each directory.  After the script is done, you currently still
want to edit 'sitemap.links' by hand, to remove empty directories etc.

One thing I don't like at all is that the 'index.html' files are separate --
we probably want the directories be linked to that file themselves rather than
adding the entry 'index.html'.  However, this would make the script even
slower than it already is.

Open for suggestions and comments...


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 htdocs/gallery/Makefile
cvs rdiff -r0 -r1.1 htdocs/gallery/makesitemap.sh htdocs/gallery/sitemap.head \
    htdocs/gallery/sitemap.html htdocs/gallery/sitemap.links \
    htdocs/gallery/sitemap.tail

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.