*** empty log message *** · pypi/legacy@b139c00 (original) (raw)
This repository was archived by the owner on May 30, 2020. It is now read-only.
File tree
3 files changed
lines changed
3 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -33,6 +33,7 @@ | ||
| 33 | 33 | <td> |
| 34 | 34 | <select name="pyversion"> |
| 35 | 35 | <option value="">-- Select Python Version --</option> |
| 36 | + <option value="any">Any (ie. pure Python)</option> | |
| 36 | 37 | <option value="2.1">2.1</option> |
| 37 | 38 | <option value="2.2">2.2</option> |
| 38 | 39 | <option value="2.3">2.3</option> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -8,9 +8,8 @@ | ||
| 8 | 8 | Welcome to the Python Package Index (PyPI). |
| 9 | 9 | </p> |
| 10 | 10 | <p><strong>Tip of the week:</strong> |
| 11 | -Jeremy Hylton has written a <a | |
| 12 | -href="Python" title="undefined" rel="noopener noreferrer">http://www.python.org/\~jeremy/weblog/030924.html"\>Python Package | |
| 13 | -Index Tutorial</a>. Thanks Jeremy! | |
| 11 | +You may now upload files to the index. You may use the new "upload" setup.py command | |
| 12 | +in python 2.5 or the "files" link in your releases pages. | |
| 14 | 13 | </p> |
| 15 | 14 | <p> |
| 16 | 15 | You may: |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,6 +4,15 @@ | ||
| 4 | 4 | metal:use-macro="standard_template/macros/page"> |
| 5 | 5 | <metal:fill fill-slot="body"> |
| 6 | 6 | |
| 7 | + <p>By signing up to this system, you agree to:</p> | |
| 8 | +<ol> | |
| 9 | +<li>Not upload inappropriate material (<b>only</b> Python packages are | |
| 10 | +allowed).</li> | |
| 11 | +<li>You agree that all information you post is published (email addresses are | |
| 12 | +obfuscated).</li> | |
| 13 | +</ol> | |
| 14 | + | |
| 15 | + | |
| 7 | 16 | <form method="POST"> |
| 8 | 17 | <input type="hidden" name=":action" value="user" /> |
| 9 | 18 | <input type="hidden" name="name" tal:condition="not:data/new_user" |