Differences between revisions 10 and 11
Revision 10 as of 2006-09-05 19:36:14
Size: 2164
Comment:
Revision 11 as of 2007-04-13 15:01:33
Size: 1610
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
To get started working on a local copy of the python.org website, please install / check out these: To get started working on a local copy of the python.org website, you need to check it out from Subversion. To check it out for anonymous access (start here if you're new):

    {{{svn co https://svn.python.org/www/trunk/beta.python.org}}}

To check it out with commit privileges:

    {{{svn co svn+ssh://pydotorg@svn.python.org/trunk/beta.python.org}}}

To build and run the site, see build/new-build/README in the checked-out beta.python.org tree.

== How Can I Help? ==

To join the project, get started by getting a local copy of the site running. You can submit new tickets for bugs or improvements (see PythonWebsiteCreatingNewTickets) or work on content at wiki.python.org witout having commit privileges.

If you want to become a committer, email pydotorg at python dot org for details.

Chat/help on IRC at #pydotorg on freenode.net

== Old Build System ==

The website build system has been rewritten. The old build system
was called Pyramid. This info is being maintained a short time
until the website completely abandons Pyramid:
Line 8: Line 30:
    * (anonymous) svn co https://svn.python.org/www/trunk/beta.python.org
    * (with commit privileges) svn co svn+ssh://pydotorg@svn.python.org/trunk/beta.python.org

If you need to convert any content from the old site (there are still some murky depths in the old site format) also get this:

    * svn co https://svn.python.org/www/trunk/pydotorg

To build and run the site:
Line 18: Line 31:

Latest docs on Pyramid:
Line 24: Line 34:

== How Can I Help? ==

To join the project, get started by submitting new tickets for bugs or improvements (see PythonWebsiteCreatingNewTickets) or working on content at wiki.python.org. You can also ask on IRC or in a new ticket to be added to the Trac notification list. If you want to become a committer, email pydotorg at python dot org for details.

If you would like to see current tickets, click on 'viewtickets' and 'active tickets'

Chat/help on IRC at #pydotorg on freenode.net

Sign up for PythonWebsiteVirtualSprints!

== People ==

Sprinters at PyCon2006 included:

    * Peter Kropf
    * David Goodger
    * Steve Holden
    * Stephan Deibel
    * Andrew Kuchling
    * Tim Parkin
    * Martin Thomas
    * Steve Lucy (missing email address)
    * Sean Reifschneider
    * Evelyn Mitchell
    * Gus Landis
    * Skip Montanaro
    * Kevin Cole (missing email address)
    * J Jentink (missing email address)
    * Moshe Zadka

Other volunteers:

    * Stefan Drees
    * Milen Radev
    * Simon Willison
    * Fabrizio Milo
    * Petro Verkhogliad

Welcome to Pydotorg Central

This is your source of information for contributing to the python.org website.

To get started working on a local copy of the python.org website, you need to check it out from Subversion. To check it out for anonymous access (start here if you're new):

  • svn co https://svn.python.org/www/trunk/beta.python.org

To check it out with commit privileges:

  • svn co svn+ssh://pydotorg@svn.python.org/trunk/beta.python.org

To build and run the site, see build/new-build/README in the checked-out beta.python.org tree.

How Can I Help?

To join the project, get started by getting a local copy of the site running. You can submit new tickets for bugs or improvements (see PythonWebsiteCreatingNewTickets) or work on content at wiki.python.org witout having commit privileges.

If you want to become a committer, email pydotorg at python dot org for details.

Chat/help on IRC at #pydotorg on freenode.net

Old Build System

The website build system has been rewritten. The old build system was called Pyramid. This info is being maintained a short time until the website completely abandons Pyramid:

For extra information, see PythonWebsiteDetails

Discussion

See PythonWebsiteHomePage for discussion on what should be on the home page (some of which has been completed, but not all).

Here is a page for PythonWebsiteMiscSuggestions

LegacyPythonWebsite (last edited 2014-07-07 16:31:23 by techtonik)

Unable to edit the page? See the FrontPage for instructions.