Discussion:
[Pydotorg-redesign] Finishing the site map
Andrew Kuchling
2003-09-13 14:21:33 UTC
Permalink
I've finished hiding things from the site map; at this point there
isn't anything else that needs to be removed. Please check it out at
http://www.python.org/SiteMap.html .

However, I'd like to re-order the top-level categories. Right now
they're sorted alphabetically, and the problem is that /1.5/ comes
first and useful things such as /workshops/ come later.

I'd like to split the sitemap into two sections, important and
less-important links (not labeled as such).

Important links (alphabetical order):

2.3/
community/
dev/
doc/
download/
editors/
psf/
pycon/
search/
topics/
windows/
workshops/

Less-important links (alphabetical order):
Older versions (1.5-2.2)
cp4e/
emacs/
idle/
other/
packman/
peps/
patches/
sigs/

I'm most unsure about where pycon/, emacs/, and idle/ belong.

--amk
Aahz
2003-09-14 16:47:53 UTC
Permalink
Post by Andrew Kuchling
I'd like to split the sitemap into two sections, important and
less-important links (not labeled as such).
+1
Post by Andrew Kuchling
I'm most unsure about where pycon/, emacs/, and idle/ belong.
pycon/ belong in the top; don't care about the other two.
--
Aahz (***@pythoncraft.com) <*> http://www.pythoncraft.com/

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