[Pypi-checkins] r913 - trunk/pypi/templates
richard
python-checkins at python.org
Fri Apr 8 10:21:01 CEST 2011
Author: richard
Date: Fri Apr 8 10:21:01 2011
New Revision: 913
Modified:
trunk/pypi/templates/home.pt
Log:
add explicit pip download link; add documentation upload help link; add tutorial link; other tweaks
Modified: trunk/pypi/templates/home.pt
==============================================================================
--- trunk/pypi/templates/home.pt (original)
+++ trunk/pypi/templates/home.pt Fri Apr 8 10:21:01 2011
@@ -24,9 +24,10 @@
<p style="margin-bottom: 0px">
To use a package from this index either
"<a href="http://www.pip-installer.org/en/latest/installing.html" class="vt-p">pip</a> install <i>package</i>"
+(<a href="http://www.pip-installer.org/en/latest/installing.html">get pip</a>)
or download, unpack and "python setup.py install" it.
-<a href="http://pypi.python.org/pypi?%3Aaction=browse" class="vt-p">Browse the
-tree of all packages</a>. Or just search using the box above.
+<a href="http://pypi.python.org/pypi?%3Aaction=browse" class="vt-p">Browse all packages</a>
+or use the search box above.
</p>
<!--
@@ -45,12 +46,13 @@
<b>Package Authors</b>
<p style="margin-bottom: 0px">
To submit a package use
-"<a href="http://wiki.python.org/moin/CheeseShopTutorial" class="vt-p">python setup.py upload</a>".
-The index also hosts documentation. You may also submit a package using
-<a href="/pypi/pypissh">SSH</a> or a
+"<a href="http://wiki.python.org/moin/CheeseShopTutorial" class="vt-p">python setup.py upload</a>"
+(full <a href="http://wiki.python.org/moin/CheeseShopTutorial">tutorial</a>).
+The index also <a href="http://wiki.python.org/moin/PyPiHostingDocumentation">hosts documentation</a>.
+You may submit packages using
+<a href="/pypi/pypissh">SSH</a> or the
<a href="http://pypi.python.org/pypi?%3Aaction=submit_form" class="vt-p">web form</a>.
-You must <a href="http://pypi.python.org/pypi?%3Aaction=register_form" class="vt-p">
-login to submit</a>.
+You must <a href="http://pypi.python.org/pypi?%3Aaction=register_form" class="vt-p">register</a>.
</p>
</div>
More information about the Pypi-checkins
mailing list