Skip to content

Commit ef73f3a

Browse files
authored
Remove beta banner (#3566)
1 parent e8dc4da commit ef73f3a

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

warehouse/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<a href="#content" class="skip-to-content">Skip to main content</a>
9797

9898
<section class="stick-to-top js-stick-to-top">
99-
{% include "warehouse:templates/includes/warning-banner.html" %}
10099
<!-- Add browser warning. Will show for ie9 and below -->
101100
<!--[if IE]>
102101
<div class="notification-bar notification-bar--danger">

warehouse/templates/pages/help.html

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
{% macro maintainers() %}Who maintains PyPI?{% endmacro %}
4444
{% macro sponsors() %}What powers PyPI?{% endmacro %}
4545
{% macro availability() %}Can I depend on PyPI being available?{% endmacro %}
46-
{% macro beta() %}What does beta mean?{% endmacro %}
4746
{% macro contributing() %}How can I contribute to PyPI?{% endmacro %}
4847
{% macro upcoming_changes() %}How do I keep up with upcoming changes to PyPI?{% endmacro %}
4948
{% block title %}Help{% endblock %}
@@ -97,7 +96,6 @@ <h2><a href="#about">About</a></h2>
9796
<li><a href="#maintainers">{{ maintainers() }}</a></li>
9897
<li><a href="#sponsors">{{ sponsors() }}</a></li>
9998
<li><a href="#availability">{{ availability() }}</a></li>
100-
<li><a href="#beta">{{ beta() }}</a></li>
10199
<li><a href="#contributing">{{ contributing() }}</a></li>
102100
<li><a href="#upcoming-changes">{{ upcoming_changes() }}</a></li>
103101
</ul>
@@ -311,29 +309,6 @@ <h3 id="availability">{{ availability() }}</h3>
311309
PyPI is heavily cached and distributed via CDN thanks to our sponsor <a href="https://www.fastly.com/" target="_blank" rel="noopener">Fastly</a> and thus is generally available globally. However, as could be expected for a giant distributed system, things can and sometimes do go wrong. If you have high availability requirements for your package index, consider either a <a href="#mirroring">mirror</a> or a <a href="#private-indices">private index</a>.
312310
</p>
313311

314-
<h3 id="beta">{{ beta() }}</h3>
315-
<p>
316-
'Beta' indicates you are using a version of PyPI that is robust, but not <i>fully</i> tested and 'production ready'. This means:
317-
</p>
318-
<ul>
319-
<li>The UI may return unusual or erroneous results</li>
320-
<li>Performance may not yet be optimised</li>
321-
<li>Some features that you used in <a href="https://pypi.python.org">the old interface (pypi.python.org)</a> may be missing</li>
322-
<li>We <a href="#feedback">need your feedback</a> to get the site production ready</li>
323-
</ul>
324-
<p>
325-
We <a href="https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html">entered beta on March 26, 2018</a>. We plan to launch (go from beta to production) and redirect pypi.python.org to pypi.org on April 16th, 2018, and shut down pypi.python.org on April 30th, 2018.
326-
</p>
327-
<p>
328-
Uploads, search, and release management are working well, and project maintainers and owners should use this version of PyPI over the legacy site, which no longer supports uploading releases.
329-
</p>
330-
<p>
331-
While we are in beta, the pypi.org infrastructure cannot yet support <b>all</b> of the API traffic (mostly generated by our users running <code>pip install</code>), but we encourage some API users to switch to pypi.org now. See <a href="https://warehouse.readthedocs.io/api-reference/integration-guide/#migrating-to-the-new-pypi">our API users' migration guide</a> and watch <a href="http://status.python.org/">our status page</a> for guidance.
332-
</p>
333-
<p>
334-
Please see <a href="https://wiki.python.org/psf/WarehouseRoadmap">our development roadmap</a> to understand what features will be available next, and <a href="https://pyfound.blogspot.com/2018/03/warehouse-all-new-pypi-is-now-in-beta.html">the beta announcement</a> for more context on the beta. To be notified when the site launches, <a href="https://mail.python.org/mm3/mailman3/lists/pypi-announce.python.org/">subscribe to the announcement email list</a>.
335-
</p>
336-
337312
<h3 id="contributing">{{ contributing() }}</h3>
338313
<p>
339314
We have a huge amount of work to do to continue to maintain and improve PyPI (also known as <a href="http://warehouse.readthedocs.io/">the Warehouse project</a>).

0 commit comments

Comments
 (0)