From prometheus235 at gmail.com  Sat Mar  1 02:19:17 2014
From: prometheus235 at gmail.com (Nick Timkovich)
Date: Fri, 28 Feb 2014 19:19:17 -0600
Subject: [pydotorg-www] HTML being escaped on some release pages
Message-ID: <CAHkxivf+3S+rY_DqM1Fq3=1zJp5ug3bud6aG+OQxZgprmN6XxA@mail.gmail.com>

On a random trip through Python's past I noticed the new site is escaping
HTML for some older versions:

* http://www.python.org/download/releases/1.6/
* http://www.python.org/download/releases/2.0/
* http://www.python.org/download/releases/2.1/
* http://www.python.org/download/releases/2.1.[1-3]/
* http://www.python.org/download/releases/2.2/
* http://www.python.org/download/releases/2.2.[1-2]/
* http://www.python.org/download/releases/2.3/
* http://www.python.org/download/releases/2.3.[1-5]/

Not sure if this should be reported to the tracker or if it's more a
web-management task.

Cheers,
Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20140228/727f19e3/attachment.html>

From michael at voidspace.org.uk  Sat Mar  1 17:37:01 2014
From: michael at voidspace.org.uk (Michael Foord)
Date: Sat, 1 Mar 2014 16:37:01 +0000
Subject: [pydotorg-www] HTML being escaped on some release pages
In-Reply-To: <CAHkxivf+3S+rY_DqM1Fq3=1zJp5ug3bud6aG+OQxZgprmN6XxA@mail.gmail.com>
References: <CAHkxivf+3S+rY_DqM1Fq3=1zJp5ug3bud6aG+OQxZgprmN6XxA@mail.gmail.com>
Message-ID: <3AE4AF15-E4D0-44C9-B056-F3C8A5D6D6FE@voidspace.org.uk>


On 1 Mar 2014, at 01:19, Nick Timkovich <prometheus235 at gmail.com> wrote:

> On a random trip through Python's past I noticed the new site is escaping HTML for some older versions:
> 
> * http://www.python.org/download/releases/1.6/
> * http://www.python.org/download/releases/2.0/
> * http://www.python.org/download/releases/2.1/
> * http://www.python.org/download/releases/2.1.[1-3]/
> * http://www.python.org/download/releases/2.2/
> * http://www.python.org/download/releases/2.2.[1-2]/
> * http://www.python.org/download/releases/2.3/
> * http://www.python.org/download/releases/2.3.[1-5]/
> 
> Not sure if this should be reported to the tracker or if it's more a web-management task.

Please report this on the issue tracker. Currently all website maintenance is being done through the tracker. 

All the best,

Michael Foord

> 
> Cheers,
> Nick
> _______________________________________________
> pydotorg-www mailing list
> pydotorg-www at python.org
> https://mail.python.org/mailman/listinfo/pydotorg-www


--
http://www.voidspace.org.uk/


May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing 
http://www.sqlite.org/different.html






From nad at acm.org  Sat Mar  1 21:33:32 2014
From: nad at acm.org (Ned Deily)
Date: Sat, 01 Mar 2014 12:33:32 -0800
Subject: [pydotorg-www] HTML being escaped on some release pages
References: <CAHkxivf+3S+rY_DqM1Fq3=1zJp5ug3bud6aG+OQxZgprmN6XxA@mail.gmail.com>
 <3AE4AF15-E4D0-44C9-B056-F3C8A5D6D6FE@voidspace.org.uk>
Message-ID: <nad-A71A1F.12333201032014@news.gmane.org>

In article <3AE4AF15-E4D0-44C9-B056-F3C8A5D6D6FE at voidspace.org.uk>,
 Michael Foord <michael at voidspace.org.uk> wrote:

> On 1 Mar 2014, at 01:19, Nick Timkovich 
> <prometheus235 at gmail.com> wrote:
> 
> > On a random trip through Python's past I noticed the new site is escaping 
> > HTML for some older versions:
> > 
> > * http://www.python.org/download/releases/1.6/
> > * http://www.python.org/download/releases/2.0/
> > * http://www.python.org/download/releases/2.1/
> > * http://www.python.org/download/releases/2.1.[1-3]/
> > * http://www.python.org/download/releases/2.2/
> > * http://www.python.org/download/releases/2.2.[1-2]/
> > * http://www.python.org/download/releases/2.3/
> > * http://www.python.org/download/releases/2.3.[1-5]/
> > 
> > Not sure if this should be reported to the tracker or if it's more a 
> > web-management task.
> 
> Please report this on the issue tracker. Currently all website maintenance is 
> being done through the tracker. 

Thanks for the report, Nick. As Michael notes, the issue tracker is the 
right place to report these things.  But I have changed the markup type 
of the pages you cited so that they should now all be rendering 
correctly.  I did not make any attempt to edit their content, though: 
there are things like out-of-date links.  Longer term, we are 
considering what to do with the release content pages .

-- 
 Ned Deily,
 nad at acm.org


From vineeth7 at gmail.com  Sun Mar 16 14:13:23 2014
From: vineeth7 at gmail.com (Vineeth R.)
Date: Sun, 16 Mar 2014 18:43:23 +0530
Subject: [pydotorg-www] Wrong link for Python 3.4 release notes in Python
	downloads page
Message-ID: <CANbTACfYpstcvOv5UWdNVzrX9_uHZQH1YDbBCZExHx6832oW+A@mail.gmail.com>

Hi all,

I am pretty new to this mailing list. Not sure whether this is the forum to
post website related issues.

I just noticed that there is an issue with the "Release notes" (Python 3.4)
link in Python Downloads <https://www.python.org/downloads/> page. It
currently point to https://www.python.org/downloads/
Shouldn't it be pointing to
http://docs.python.org/3.4/whatsnew/changelog.html ?

Regards,
Vineeth R.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20140316/262c32f5/attachment.html>

From nad at acm.org  Mon Mar 17 11:39:57 2014
From: nad at acm.org (Ned Deily)
Date: Mon, 17 Mar 2014 03:39:57 -0700
Subject: [pydotorg-www] Wrong link for Python 3.4 release notes in
	Python downloads page
References: <CANbTACfYpstcvOv5UWdNVzrX9_uHZQH1YDbBCZExHx6832oW+A@mail.gmail.com>
Message-ID: <nad-49B7BD.03395717032014@ger.gmane.org>

In article 
<CANbTACfYpstcvOv5UWdNVzrX9_uHZQH1YDbBCZExHx6832oW+A at mail.gmail.com>,
 "Vineeth R." <vineeth7 at gmail.com> wrote:
> I just noticed that there is an issue with the "Release notes" (Python 3.4)
> link in Python Downloads <https://www.python.org/downloads/> page. It
> currently point to https://www.python.org/downloads/
> Shouldn't it be pointing to
> http://docs.python.org/3.4/whatsnew/changelog.html ?

Thanks for the report.  The link has been fixed.

-- 
 Ned Deily,
 nad at acm.org


From karagdon at gmail.com  Wed Mar 19 01:27:29 2014
From: karagdon at gmail.com (Katherine Reyes)
Date: Tue, 18 Mar 2014 17:27:29 -0700
Subject: [pydotorg-www] Editing Protected Pages: Python Editors
Message-ID: <CAPHk6MUwLFkpH35N+q0u7hB88O=7VBmqf1SGAABwb=6=HsOH9A@mail.gmail.com>

Hello, I'm submitting information from the devguide onto the wiki, and need
access to the page in order to edit (http://bugs.python.org/issue20062).

PythonWiki Username: Karagdon

-- 
Best,

Katherine Reyes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20140318/31c870fc/attachment.html>

From techtonik at gmail.com  Wed Mar 19 14:31:50 2014
From: techtonik at gmail.com (anatoly techtonik)
Date: Wed, 19 Mar 2014 16:31:50 +0300
Subject: [pydotorg-www] Editing Protected Pages: Python Editors
In-Reply-To: <CAPHk6MUwLFkpH35N+q0u7hB88O=7VBmqf1SGAABwb=6=HsOH9A@mail.gmail.com>
References: <CAPHk6MUwLFkpH35N+q0u7hB88O=7VBmqf1SGAABwb=6=HsOH9A@mail.gmail.com>
Message-ID: <CAPkN8xJh4D=43tPK3SFNJvV1odF8nZmai9dNOUV0oY9rSpRUTw@mail.gmail.com>

Somebody among these guys probably can help:
https://wiki.python.org/moin/AdminGroup