Skip to content

Commit 938726a

Browse files
committed
/help content for Administrator Intervention
1 parent cf8eb36 commit 938726a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

warehouse/templates/pages/help.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
{% macro availability() %}Can I depend on PyPI being available?{% endmacro %}
3636
{% macro mirroring() %}How can I run a mirror of PyPI?{% endmacro %}
3737
{% macro private_indices() %}How can I publish my private packages to PyPI?{% endmacro %}
38+
{% macro admin_intervention() %}Why did my package or user registration get blocked?{% endmacro %}
3839

3940
{% block title %}Help{% endblock %}
4041

@@ -59,6 +60,7 @@ <h1 class="page-title">Common Questions</h1>
5960
<li><a href="#availability">{{ availability() }}</a></li>
6061
<li><a href="#mirroring">{{ mirroring() }}</a></li>
6162
<li><a href="#private-indices">{{ private_indices() }}</a></li>
63+
<li><a href="#admin-intervention">{{ admin_intervention() }}</a></li>
6264
</ul>
6365

6466
<section id="packages" class="common-question">
@@ -235,6 +237,16 @@ <h2>{{ private_indices() }}</h2>
235237
PyPI does not support publishing private packages. If you need to publish your private package to a package index, the recommended solution is to run your own deployment of the <a href="https://pypi.org/project/devpi/">devpi project</a>.
236238
</p>
237239
</section>
240+
241+
<section id="admin-intervention" class="common-question">
242+
<h2>{{ admin_intervention() }}</h2>
243+
<p>
244+
Spammers return to PyPI on some regularity hoping to place their Search Engine Optimized phishing, scam, and click-farming content on the site. Since PyPI allows for indexing of the Long Description and other data related to projects and has a generally solid search reputation it is a prime target.
245+
</p>
246+
<p>
247+
When the PyPI Administrators are overwhelmed by spam <b>or</b> determine that there is some other threat to PyPI, new user registration and/or new project registration may be disabled. Check <a href="https://status.python.org">our status page</a> for more details, as we'll likely have updated it with reasoning for the intervention.
248+
</p>
249+
</section>
238250
</div>
239251
</section>
240252

0 commit comments

Comments
 (0)