move references for future discussions from catalog-sig to distutils-sig

This commit is contained in:
Richard Jones 2013-03-31 09:18:51 +11:00
parent 0451397e5a
commit e3654917be
2 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ This PEP describes a mirroring infrastructure for PyPI.
Rationale Rationale
========= =========
PyPI is hosting over 6000 projects and is used on a daily basis PyPI is hosting over 6000 projects and is used on a daily basis
by people to build applications. Especially systems like `easy_install` by people to build applications. Especially systems like `easy_install`
and `zc.buildout` make intensive usage of PyPI. and `zc.buildout` make intensive usage of PyPI.
@ -56,7 +56,7 @@ a.pypi.python.org is the master server; the mirrors start
with b. A CNAME record last.pypi.python.org points to the with b. A CNAME record last.pypi.python.org points to the
last host name. Mirror operators should use a static address, last host name. Mirror operators should use a static address,
and report planned changes to that address in advance to and report planned changes to that address in advance to
catalog-sig. distutils-sig.
The new mirror also appears at `http://pypi.python.org/mirrors` The new mirror also appears at `http://pypi.python.org/mirrors`
which is a human-readable page that gives the list of mirrors. which is a human-readable page that gives the list of mirrors.
@ -65,11 +65,11 @@ This page also explains how to register a new mirror.
Statistics page Statistics page
::::::::::::::: :::::::::::::::
PyPI provides statistics on downloads at `/stats`. This page is PyPI provides statistics on downloads at `/stats`. This page is
calculated daily by PyPI, by reading all mirrors' local stats and calculated daily by PyPI, by reading all mirrors' local stats and
summing them. summing them.
The stats are presented in daily or montly files, under `/stats/days` The stats are presented in daily or montly files, under `/stats/days`
and `/stats/months`. Each file is a `bzip2` file with these formats: and `/stats/months`. Each file is a `bzip2` file with these formats:
- YYYY-MM-DD.bz2 for daily files - YYYY-MM-DD.bz2 for daily files
@ -164,7 +164,7 @@ that represents the last synchronisation date the mirror maintains.
The date is provided in GMT time, using the ISO 8601 format [#iso8601]_. The date is provided in GMT time, using the ISO 8601 format [#iso8601]_.
Each mirror will be responsible to maintain its last modified date. Each mirror will be responsible to maintain its last modified date.
This page must be located at : `/last-modified` and must be a This page must be located at : `/last-modified` and must be a
text/plain page. text/plain page.
Local statistics Local statistics
@ -232,7 +232,7 @@ header.
The pep381client package [#pep381client]_ provides an application that The pep381client package [#pep381client]_ provides an application that
respects this protocol to browse PyPI. respects this protocol to browse PyPI.
User-agent request header User-agent request header
::::::::::::::::::::::::: :::::::::::::::::::::::::
In order to be able to differentiate actions taken by clients over In order to be able to differentiate actions taken by clients over

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Holger Krekel <holger@merlinux.eu>, Carl Meyer <carl@oddbird.net> Author: Holger Krekel <holger@merlinux.eu>, Carl Meyer <carl@oddbird.net>
BDFL-Delegate: Richard Jones <richard@python.org> BDFL-Delegate: Richard Jones <richard@python.org>
Discussions-To: catalog-sig@python.org Discussions-To: distutils-sig@python.org
Status: Draft Status: Draft
Type: Process Type: Process
Content-Type: text/x-rst Content-Type: text/x-rst