From ylarrivee at confoo.ca  Thu Sep  6 17:57:22 2012
From: ylarrivee at confoo.ca (=?UTF-8?B?WWFubiBMYXJyaXbDqWU=?=)
Date: Thu, 06 Sep 2012 11:57:22 -0400
Subject: [pydotorg-www] Conference to add
Message-ID: <5048C7E2.3090000@confoo.ca>

Hello,

Can you please add ConFoo.ca to the list of Conference?

ConFoo is a multi technology (Python, Ruby, PHP, Java, ...) conference 
dedicated to web development in Canada.
Over 750 attendees are expected for this 4th edition, which will take 
place on february 25th - march 1st 2013.

For more information visit our website or follow us on twitter

Website: http://confoo.ca
twitter: @confooca

Thanks for collaboration.

-- 
Yann Larriv?e
President
1-888-392-0909 ext 101


From tranleanhtuanstc at gmail.com  Sat Sep  8 03:58:42 2012
From: tranleanhtuanstc at gmail.com (Tran Le Anh Tuan)
Date: Sat, 8 Sep 2012 10:58:42 +0900
Subject: [pydotorg-www] (no subject)
Message-ID: <CAPwekWeG6tUgF6sgsjCVQNHdd+tjXQaWHsviAUPn1=8QMyNmzQ@mail.gmail.com>

This is email for submission confirmation.
Thank you very much.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20120908/75290ba3/attachment.html>

From mal at egenix.com  Tue Sep 11 21:41:27 2012
From: mal at egenix.com (M.-A. Lemburg)
Date: Tue, 11 Sep 2012 21:41:27 +0200
Subject: [pydotorg-www] Added events calendar to site template
Message-ID: <504F93E7.6030702@egenix.com>

I've added the pycon.org events calendar to the site template in the same
way that the release calendar is shown.

Now in order to have the site pick up the change, I'll need to trigger a
complete rebuild.

Unfortunately, I don't remember how that's done. I presume that I need
to log in to the machine that's currently hosting the site and
run "make clean all". But I don't remember which machine that is and
whether I have a login for it. Could someone help me out ?

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Sep 11 2012)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2012-10-29: PyCon DE 2012, Leipzig, Germany ...            48 days to go
2012-10-23: Python Meeting Duesseldorf ...                 42 days to go
2012-08-28: Released mxODBC 3.2.0 ...             http://egenix.com/go31
2012-08-20: Released mxODBC.Connect 2.0.0 ...     http://egenix.com/go30


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/

From mal at egenix.com  Wed Sep 12 21:12:57 2012
From: mal at egenix.com (M.-A. Lemburg)
Date: Wed, 12 Sep 2012 21:12:57 +0200
Subject: [pydotorg-www] Added events calendar to site template
In-Reply-To: <504F93E7.6030702@egenix.com>
References: <504F93E7.6030702@egenix.com>
Message-ID: <5050DEB9.4050909@egenix.com>

M.-A. Lemburg wrote:
> I've added the pycon.org events calendar to the site template in the same
> way that the release calendar is shown.
> 
> Now in order to have the site pick up the change, I'll need to trigger a
> complete rebuild.
> 
> Unfortunately, I don't remember how that's done. I presume that I need
> to log in to the machine that's currently hosting the site and
> run "make clean all". But I don't remember which machine that is and
> whether I have a login for it. Could someone help me out ?

I tweaked the main page a little to trigger a rebuild and the calendar
now shows up on all pages under the main page, but not the main page
itself or the news page.

The status page (http://www.python.org/status/) doesn't show any signs
of things not working properly.

Are content.ht and newsindex.yml in data/ special in some way ?

Note that the tweak I did to the main is visible (r14387),
but the old site template was used for the update.

Would perhaps a second tweak cause those files to get updated
as well ?

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Sep 12 2012)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2012-10-29: PyCon DE 2012, Leipzig, Germany ...            47 days to go
2012-10-23: Python Meeting Duesseldorf ...                 41 days to go
2012-08-28: Released mxODBC 3.2.0 ...             http://egenix.com/go31
2012-08-20: Released mxODBC.Connect 2.0.0 ...     http://egenix.com/go30


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/

From mal at egenix.com  Wed Sep 12 21:22:18 2012
From: mal at egenix.com (M.-A. Lemburg)
Date: Wed, 12 Sep 2012 21:22:18 +0200
Subject: [pydotorg-www] Added events calendar to site template
In-Reply-To: <5050DEB9.4050909@egenix.com>
References: <504F93E7.6030702@egenix.com> <5050DEB9.4050909@egenix.com>
Message-ID: <5050E0EA.1060509@egenix.com>

M.-A. Lemburg wrote:
> M.-A. Lemburg wrote:
>> I've added the pycon.org events calendar to the site template in the same
>> way that the release calendar is shown.
>>
>> Now in order to have the site pick up the change, I'll need to trigger a
>> complete rebuild.
>>
>> Unfortunately, I don't remember how that's done. I presume that I need
>> to log in to the machine that's currently hosting the site and
>> run "make clean all". But I don't remember which machine that is and
>> whether I have a login for it. Could someone help me out ?
> 
> I tweaked the main page a little to trigger a rebuild and the calendar
> now shows up on all pages under the main page, but not the main page
> itself or the news page.
> 
> The status page (http://www.python.org/status/) doesn't show any signs
> of things not working properly.
> 
> Are content.ht and newsindex.yml in data/ special in some way ?
> 
> Note that the tweak I did to the main is visible (r14387),
> but the old site template was used for the update.
> 
> Would perhaps a second tweak cause those files to get updated
> as well ?

Just tried: tweaking the content.ht and news/content.ht pages
cause a rebuild which then also had them use the new template.

Problem solved :-)

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Sep 12 2012)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2012-10-29: PyCon DE 2012, Leipzig, Germany ...            47 days to go
2012-10-23: Python Meeting Duesseldorf ...                 41 days to go
2012-08-28: Released mxODBC 3.2.0 ...             http://egenix.com/go31
2012-08-20: Released mxODBC.Connect 2.0.0 ...     http://egenix.com/go30


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/

From solipsis at pitrou.net  Sun Sep 23 19:01:01 2012
From: solipsis at pitrou.net (Antoine Pitrou)
Date: Sun, 23 Sep 2012 17:01:01 +0000 (UTC)
Subject: [pydotorg-www] PyPI HTTPS access fails with IPv4
Message-ID: <loom.20120923T185752-288@post.gmane.org>


Hello,

I am noticing a weird stylesheet difference between HTTP PyPI and HTTPS PyPI,
and it boils down to HTTPS access failing with IPv4:


$ LANG=C curl -v http://www.python.org/styles/screen-switcher-default.css 
* About to connect() to www.python.org port 80 (#0)
*   Trying 82.94.164.162... connected
* Connected to www.python.org (82.94.164.162) port 80 (#0)
[ snip successful reply ]


$ LANG=C curl -v https://www.python.org/styles/screen-switcher-default.css 
* About to connect() to www.python.org port 443 (#0)
*   Trying 82.94.164.162... Connection refused
*   Trying 2001:888:2000:d::a2... Failed to connect to 2001:888:2000:d::a2:
Network is unreachable
* Success
* couldn't connect to host
* Closing connection #0
curl: (7) Failed to connect to 2001:888:2000:d::a2: Network is unreachable


Regards

Antoine.



From martin at v.loewis.de  Sun Sep 23 20:03:50 2012
From: martin at v.loewis.de (martin at v.loewis.de)
Date: Sun, 23 Sep 2012 20:03:50 +0200
Subject: [pydotorg-www] PyPI HTTPS access fails with IPv4
In-Reply-To: <loom.20120923T185752-288@post.gmane.org>
References: <loom.20120923T185752-288@post.gmane.org>
Message-ID: <20120923200350.Horde.RosOS0lCcOxQX08GF2DVkJA@webmail.df.eu>


Zitat von Antoine Pitrou <solipsis at pitrou.net>:
> I am noticing a weird stylesheet difference between HTTP PyPI and HTTPS PyPI,
> and it boils down to HTTPS access failing with IPv4:

The bug is really in PyPI. www.python.org does not support https, so  
PyPI should
really copy the CSS files locally.

Regards,
Martin



From solipsis at pitrou.net  Sun Sep 23 20:15:32 2012
From: solipsis at pitrou.net (Antoine Pitrou)
Date: Sun, 23 Sep 2012 18:15:32 +0000 (UTC)
Subject: [pydotorg-www] PyPI HTTPS access fails with IPv4
References: <loom.20120923T185752-288@post.gmane.org>
	<20120923200350.Horde.RosOS0lCcOxQX08GF2DVkJA@webmail.df.eu>
Message-ID: <loom.20120923T201214-147@post.gmane.org>

<martin <at> v.loewis.de> writes:
> 
> Zitat von Antoine Pitrou <solipsis at ...>:
> > I am noticing a weird stylesheet difference between HTTP PyPI and HTTPS PyPI,
> > and it boils down to HTTPS access failing with IPv4:
> 
> The bug is really in PyPI. www.python.org does not support https, so  
> PyPI should
> really copy the CSS files locally.

Ah, true. For some reason, connecting works with IPv6 but then handles the
request to the SVN virtual host:

$ LANG=C curl -vk https://www.python.org/styles/screen-switcher-default.css 
* About to connect() to www.python.org port 443 (#0)
*   Trying 2001:888:2000:d::a2... connected
* Connected to www.python.org (2001:888:2000:d::a2) port 443 (#0)
[ ... ]
> GET /styles/screen-switcher-default.css HTTP/1.1
> User-Agent: curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o
zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: www.python.org
> Accept: */*
> 
< HTTP/1.1 401 Authorization Required
< Date: Sun, 23 Sep 2012 18:13:48 GMT
< Server: Apache/2.2.16 (Debian)
< WWW-Authenticate: Basic realm="Subversion repository"
< Content-Length: 482
< Content-Type: text/html; charset=iso-8859-1
[ etc. ]

Regards

Antoine.