On Sun, Sep 26, 2010 at 2:18 AM, "Martin v. Löwis" <mar...@v.loewis.de> wrote: > Am 26.09.2010 00:48, schrieb Georg Brandl: >> Am 26.09.2010 00:16, schrieb "Martin v. Löwis": >>>> Redirect wiki.python.org to the Python wiki front page, and put the Jython >>>> wiki somewhere on its own (whether it's wiki.jython.org or not). >>> >>> But that can't work: then off-site links into either wiki break. >> >> Why -- they can be redirected easily. > > Ok, so please be more specific: what exactly should the new structure > look like?
From http://wiki.python.org/moin/SiteImprovements * Shorten URLs - remove /moin/ prefix from http://wiki.python.org/moin/SiteImprovements#Wiki * This requires moving Jython wiki from http://wiki.python.org/jython/ to http://wiki.jython.org/ and placing a temporary redirect on the previous places. -- ?techtonik 2010-03-16 08:39:34 Expanding: 1. Move http://wiki.python.org/moin/ to http://wiki.python.org/ 2. Setup 301 redirect from http://wiki.python.org/moin/(.*) to http://wiki.python.org/$1 3. Setup 301 redirect from http://wiki.python.org/jython/(.*) to http://wiki.jython.org/$1 (optional tasks below) 4. Setup Analytics account to track sources of redirection to the old pages and make this list public 5. Crowdsource changing source links 6. Drop redirection after redirected hits drop below 5% (even for 5% new page can be looked up through Google) -- anatoly t. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com