Discussion:
[Pydotorg-redesign] Finishing off the site map
A.M. Kuchling
2003-09-13 14:21:31 UTC
Permalink
Yesterday evening I checked in another bunch of .sitemap-ignores, and
added a feature that lets you put glob patterns (e.g. pr*.ht) into a
.sitemap-ignore file; matching files aren't included on the sitemap.
This lets /dev/summary/ show up without having to list every single
python-dev summary.

In short, at this point I think the pointless cruft has finally been
removed from the site map. Please take a look at
www.python.org/SiteMap.html, and check in appropriate .sitemap-ignore
files if you disagree.

There's one remaining problem: the ordering of the top-level
directories such as doc/, 2.3/, sigs/, etc. Right now they're sorted
in ASCII order, so 1.5/ is the very first directory, and 2.3 is in the
middle, after all the older 2.x versions.

I'd like to hard-wire a better ordering into sitemap.py. My proposal
is to break it into two parts for important and obscure stuff, and
leave each part sorted.

2.3
community
doc
download
dev
peps
psf
pycon
search
sigs
topics
workshops

1.5
2.0 (and other older versions)
editors
emacs
idle
cp4e (is this directory still relevant?)
other
packman
patches
windows

Thoughts?

--amk
Laura Creighton
2003-09-13 15:37:02 UTC
Permalink
I don't know where Pycon belongs, but wherever it is, EuroPython wants
to be there too.

Laura
Aahz
2003-09-21 15:40:17 UTC
Permalink
Post by Laura Creighton
I don't know where Pycon belongs, but wherever it is, EuroPython wants
to be there too.
Please send a link to ***@python.org
--
Aahz (***@pythoncraft.com) <*> http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
Loading...