summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-03-19 15:58:49 -0700
committerRichard Jones <richard@mechanicalcat.net>2013-03-19 15:58:49 -0700
commitdedd3f8cd8a033ab7f84015f3a90613ea350882b (patch)
tree46c3ef1ba1340ddd2473fc9a3a1336a84b5917c4 /templates
parente8586fc56f81a2daee7eb10f3978310f4a068009 (diff)
downloaddecorator-dedd3f8cd8a033ab7f84015f3a90613ea350882b.tar.gz
tweaks suggested by the peanut gallery
Diffstat (limited to 'templates')
-rw-r--r--templates/urls.pt7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/urls.pt b/templates/urls.pt
index 67ef5d8..53dc5c7 100644
--- a/templates/urls.pt
+++ b/templates/urls.pt
@@ -8,8 +8,9 @@
<p tal:replace="structure app/release_nav" />
<p><b>Hosting Mode</b></p>
-<p>When presenting URLs to download tools, PyPI will include URLs pointing to
- those files hosted with PyPI. While this is the preferred mechanism, we
+<p>Download tools like pip ask PyPI what download URLs exist for a package.
+ When determining those URLs, PyPI will include URLs pointing to files
+ you have uploaded to PyPI. While this is the preferred mechanism, we
also allow packages to refer to files on hosts external to PyPI. The URLs
referred to below are used <em>in addition to</em> any URLs pointing to
PyPI-hosted files.</p>
@@ -22,7 +23,7 @@
<input tal:condition="python: data['hosting_mode'] == 'pypi-explicit'"
type="radio" name="hosting_mode" id="pypi-explicit" value="pypi-explicit" checked="checked" />
<label for="pypi-explicit">Do not extract URLs from description field -
- only use those URLs explicitly specified below (preferred.)</label>
+ only use URLs explicitly specified below (this is preferred).</label>
<br/>
<input tal:condition="python: data['hosting_mode'] != 'pypi-scrape'"
type="radio" name="hosting_mode" id="pypi-scrape" value="pypi-scrape" />