E&S CVS Commit: PEAK - Added support for '<location extends="relOrAbsURL">', to nest a sitemap
pje at eby-sarna.com
pje at eby-sarna.com
Fri Oct 22 00:20:00 EDT 2004
Module Name: PEAK
Committed By: pje
Date: Fri Oct 22 04:19:28 UTC 2004
Modified Files:
PEAK/src/peak/web: sitemap-schema.ini sitemaps.py
PEAK/src/peak/web/tests: test_sitemap.py
Log Message:
Added support for '<location extends="relOrAbsURL">', to nest a sitemap
within another. The 'class' and 'name' of the "extending" location
override those of the "extended" location, if applicable. 'id' attributes
on both the extending and extended location elements are registered, so
the location can be found under either location ID. Apart from these
items, none of the extending location's context "leaks" into the extended
context's file.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/web/sitemap-schema.ini.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/web/sitemaps.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_sitemap.py.diff?r1=1.3&r2=1.4
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/web/sitemap-schema.ini \
PEAK/src/peak/web/sitemaps.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/web/tests/test_sitemap.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list