You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: warehouse/templates/base.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,7 @@ <h2>{% trans %}Help{% endtrans %}</h2>
271
271
<li><ahref="https://packaging.python.org/installing/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Installing packages{% endtrans %}</a></li>
272
272
<li><ahref="https://packaging.python.org/tutorials/packaging-projects/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Uploading packages{% endtrans %}</a></li>
273
273
<li><ahref="https://packaging.python.org/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}User guide{% endtrans %}</a></li>
274
+
<li><ahref="https://www.python.org/dev/peps/pep-0541/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Project name retention{% endtrans %}</a></li>
274
275
<li><ahref="{{ request.route_path('help')}}">{% trans %}FAQs{% endtrans %}</a></li>
275
276
</ul>
276
277
</nav>
@@ -282,7 +283,8 @@ <h2>{% trans %}About PyPI{% endtrans %}</h2>
282
283
<ul>
283
284
<li><ahref="https://twitter.com/PyPI" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}PyPI on Twitter{% endtrans %}</a></li>
284
285
<li><ahref="https://dtdg.co/pypi" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Infrastructure dashboard{% endtrans %}</a></li>
285
-
<li><ahref="https://www.python.org/dev/peps/pep-0541/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Package index name retention{% endtrans %}</a></li>
286
+
<li><ahref="{{ request.route_path('stats') }}">{% trans %}Statistics{% endtrans %}</a></li>
287
+
<li><ahref="{{ request.route_path('trademarks') }}">{% trans %}Logos & trademarks{% endtrans %}</a></li>
286
288
<li><ahref="{{ request.route_path('sponsors') }}">{% trans %}Our sponsors{% endtrans %}</a></li>
287
289
</ul>
288
290
</nav>
@@ -295,6 +297,7 @@ <h2>{% trans %}Contributing to PyPI{% endtrans %}</h2>
295
297
<li><ahref="{{ request.route_path('help')}}#feedback">{% trans %}Bugs and feedback{% endtrans %}</a></li>
296
298
<li><ahref="https://github.com/pypi/warehouse" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Contribute on GitHub{% endtrans %}</a></li>
297
299
<li><ahref="https://hosted.weblate.org/projects/pypa/warehouse/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Translate PyPI{% endtrans %}</a></li>
300
+
<li><ahref="{{ request.route_path('sponsors') }}">{% trans %}Sponsor PyPI{% endtrans %}</a></li>
298
301
<li><ahref="https://github.com/pypi/warehouse/graphs/contributors" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Development credits{% endtrans %}</a></li>
299
302
</ul>
300
303
</nav>
@@ -308,6 +311,7 @@ <h2>{% trans %}Using PyPI{% endtrans %}</h2>
308
311
<li><ahref="{{ request.route_path('security') }}">{% trans %}Report security issue{% endtrans %}</a></li>
309
312
<li><ahref="https://www.python.org/privacy/" title="{% trans %}External link{% endtrans %}" target="_blank" rel="noopener">{% trans %}Privacy policy{% endtrans %}</a></li>
310
313
<li><ahref="{{ request.route_path('policy.terms-of-use') }}">{% trans %}Terms of use{% endtrans %}</a></li>
314
+
<li><ahref="{{ request.route_path('policy.acceptable-use-policy') }}">{% trans %}Acceptable Use Policy{% endtrans %}</a></li>
0 commit comments