Skip to content

Commit 159115e

Browse files
authored
1 parent daab61a commit 159115e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fixtures/boxes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{
109109
"fields": {
110110
"label": "aboutpython-applications",
111-
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-pypi\"></span>Applications</h2>\r\n<p>The <a href=\"https://pypi.python.org\">Python Package Index (PyPI)</a> hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.</p>\r\n<ul>\r\n <li><a href=\"/about/apps/#web-and-internet-development\">Web and Internet Development</a></li>\r\n <li><a href=\"/about/apps/#database-access\">Database Access</a></li>\r\n <li><a href=\"/about/apps/#desktop-guis\">Desktop GUIs</a></li>\r\n <li><a href=\"/about/apps/#scientific-and-numeric\">Scientific &amp; Numeric</a></li>\r\n <li><a href=\"/about/apps/#education\">Education</a></li>\r\n <li><a href=\"/about/apps/#network-programming\">Network Programming</a></li>\r\n <li><a href=\"/about/apps/#software-development\">Software &amp; Game Development</a></li>\r\n</ul>",
111+
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-pypi\"></span>Applications</h2>\r\n<p>The <a href=\"https://pypi.org/\">Python Package Index (PyPI)</a> hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.</p>\r\n<ul>\r\n <li><a href=\"/about/apps/#web-and-internet-development\">Web and Internet Development</a></li>\r\n <li><a href=\"/about/apps/#database-access\">Database Access</a></li>\r\n <li><a href=\"/about/apps/#desktop-guis\">Desktop GUIs</a></li>\r\n <li><a href=\"/about/apps/#scientific-and-numeric\">Scientific &amp; Numeric</a></li>\r\n <li><a href=\"/about/apps/#education\">Education</a></li>\r\n <li><a href=\"/about/apps/#network-programming\">Network Programming</a></li>\r\n <li><a href=\"/about/apps/#software-development\">Software &amp; Game Development</a></li>\r\n</ul>",
112112
"content_markup_type": "html"
113113
}
114114
},
@@ -346,7 +346,7 @@
346346
{
347347
"fields": {
348348
"label": "download-pgp",
349-
"content": "<h2>OpenPGP Public Keys</h2>\r\n<p>\r\nSource and binary executables are signed by the release manager using their\r\nOpenPGP key. The release managers and binary builders since Python 2.3 have\r\nbeen:\r\n</p>\r\n<ul>\r\n<li>Anthony Baxter (key id: <a class=\"reference external\" href=\"https://www.python.org/~anthony/anthonypub.asc\">6A45C816</a>)</li>\r\n<li>Georg Brandl (key id: <a class=\"reference external\" href=\"https://www.python.org/~gbrandl/gbrandlpub.asc\">36580288</a>)</li>\r\n<li>Ned Deily (key ids: <a class=\"reference external\" href=\"https://www.python.org/~nad/nadAA65421D.asc\">AA65421D</a>, <a class=\"reference external\" href=\"https://www.python.org/~nad/nadpub.asc\">6F5E1540</a>, and Apple Developer ID <strong>DJ3H93M7VJ</strong>)</li>\r\n<li>Steve Dower (key id: <a class=\"reference external\" href=\"https://pgp.mit.edu/pks/lookup?op=get&search=0xFC624643487034E5\">487034E5 </a>)</li>\r\n<li>Larry Hastings (key id: <a class=\"reference external\" href=\"https://www.python.org/~larry/larrygpg.asc\">F73C700D</a>)</li>\r\n<li>Martin v. L\u00f6wis (key id: <a class=\"reference external\" href=\"https://www.dcl.hpi.uni-potsdam.de/people/loewis/mvl.asc\">7D9DC8D2</a>)</li>\r\n<li>Ronald Oussoren (key id: E6DF025C)</li>\r\n<li>Benjamin Peterson (key id: <a class=\"reference external\" href=\"https://www.python.org/~peterson/pubkey.asc\">18ADD4FF and A4135B38</a>)</li>\r\n<li>Barry Warsaw (key ids: <a class=\"reference external\" href=\"http://barry.warsaw.us/barrypub-gpg.asc\">A74B06BF, EA5BBD71, and ED9D77D5</a>)</li>\r\n</ul>\r\n<br>\r\n<p>Note: Barry's key id A74B06BF is used to sign the Python 2.6.8 and 2.6.9\r\nreleases. His key id EA5BBD71 was used to sign all other Python 2.6 and 3.0\r\nreleases. His key id ED9D77D5 is a v3 key and was used to sign older\r\nreleases.</p>\r\n<br>\r\n<p>You can import the release manager public keys by either downloading\r\n<a class=\"reference external\" href=\"/static/files/pubkeys.txt\">the public key file from here</a> and then\r\nrunning</p>\r\n\r\n<code><pre>\r\ngpg --import pubkeys.txt\r\n</pre></code>\r\n\r\n<p>or by grabbing the individual keys directly from the keyserver network\r\nby running this command:</p>\r\n\r\n<code><pre>\r\ngpg --recv-keys 6A45C816 36580288 7D9DC8D2 18ADD4FF A4135B38 A74B06BF EA5BBD71 ED9D77D5 E6DF025C AA65421D 6F5E1540 F73C700D 487034E5\r\n</pre></code>\r\n\r\n<p>On the version-specific download pages, you should see a link to both the\r\ndownloadable file and a detached signature file. To verify the authenticity\r\nof the download, grab both files and then run this command:</p>\r\n\r\n<code><pre class=\"literal-block\">\r\ngpg --verify Python-3.4.2.tgz.asc\r\n</pre></code>\r\n\r\n<p>Note that you must use the name of the signature file, and you should use the\r\none that's appropriate to the download you're verifying.</p>\r\n\r\n<ul>\r\n<li>(These instructions are geared to\r\n<a class=\"reference external\" href=\"http://www.gnupg.org/\">GnuPG</a> and Unix command-line users.\r\nContributions of instructions for other platforms and OpenPGP\r\napplications are welcome.)</li>\r\n</ul>\r\n\r\n\r\n<h2>Other Useful Items</h2>\r\n<ul>\r\n<li>Looking for 3rd party <strong>Python modules</strong>? The\r\n<a class=\"reference external\" href=\"http://pypi.python.org/pypi\">Package Index</a> has many of them.</li>\r\n<li>You can <a class=\"reference external\" href=\"http://docs.python.org/\">view</a> the standard documentation\r\nonline, or you can <a class=\"reference external\" href=\"http://docs.python.org/3/download.html\">download</a> it\r\nin HTML, PostScript, PDF and other formats. See the main\r\n<a class=\"reference external\" href=\"/doc/\">Documentation</a> page.</li>\r\n<li>Information on <a class=\"reference external\" href=\"unpacking\">tools for unpacking archive files</a>\r\nprovided on python.org is available.</li>\r\n<li><strong>Tip</strong>: even if you download a ready-made binary for your\r\nplatform, it makes sense to also download the <a class=\"reference external\" href=\"source\">source</a>.\r\nThis lets you browse the standard library (the subdirectory <strong>Lib</strong>)\r\nand the standard collections of demos (<strong>Demo</strong>) and tools\r\n(<strong>Tools</strong>) that come with it. There's a lot you can learn from the\r\nsource!</li>\r\n<li>There is also a <a class=\"reference external\" href=\"https://wiki.python.org/moin/EmacsEditor\">collection of Emacs packages</a>\r\nthat the Emacsing Pythoneer might find useful. This includes major\r\nmodes for editing Python, C, C++, Java, etc., Python debugger\r\ninterfaces and more. Most packages are compatible with Emacs and\r\nXEmacs.</li>\r\n</ul>\r\n\r\n<h2>Want to contribute?</h2>\r\n\r\n<p>Want to contribute? See the <a class=\"reference external\" href=\"/dev/\">Python Developer's Guide</a>\r\nto learn about how Python development is managed.</p>\r\n</div>",
349+
"content": "<h2>OpenPGP Public Keys</h2>\r\n<p>\r\nSource and binary executables are signed by the release manager using their\r\nOpenPGP key. The release managers and binary builders since Python 2.3 have\r\nbeen:\r\n</p>\r\n<ul>\r\n<li>Anthony Baxter (key id: <a class=\"reference external\" href=\"https://www.python.org/~anthony/anthonypub.asc\">6A45C816</a>)</li>\r\n<li>Georg Brandl (key id: <a class=\"reference external\" href=\"https://www.python.org/~gbrandl/gbrandlpub.asc\">36580288</a>)</li>\r\n<li>Ned Deily (key ids: <a class=\"reference external\" href=\"https://www.python.org/~nad/nadAA65421D.asc\">AA65421D</a>, <a class=\"reference external\" href=\"https://www.python.org/~nad/nadpub.asc\">6F5E1540</a>, and Apple Developer ID <strong>DJ3H93M7VJ</strong>)</li>\r\n<li>Steve Dower (key id: <a class=\"reference external\" href=\"https://pgp.mit.edu/pks/lookup?op=get&search=0xFC624643487034E5\">487034E5 </a>)</li>\r\n<li>Larry Hastings (key id: <a class=\"reference external\" href=\"https://www.python.org/~larry/larrygpg.asc\">F73C700D</a>)</li>\r\n<li>Martin v. L\u00f6wis (key id: <a class=\"reference external\" href=\"https://www.dcl.hpi.uni-potsdam.de/people/loewis/mvl.asc\">7D9DC8D2</a>)</li>\r\n<li>Ronald Oussoren (key id: E6DF025C)</li>\r\n<li>Benjamin Peterson (key id: <a class=\"reference external\" href=\"https://www.python.org/~peterson/pubkey.asc\">18ADD4FF and A4135B38</a>)</li>\r\n<li>Barry Warsaw (key ids: <a class=\"reference external\" href=\"http://barry.warsaw.us/barrypub-gpg.asc\">A74B06BF, EA5BBD71, and ED9D77D5</a>)</li>\r\n</ul>\r\n<br>\r\n<p>Note: Barry's key id A74B06BF is used to sign the Python 2.6.8 and 2.6.9\r\nreleases. His key id EA5BBD71 was used to sign all other Python 2.6 and 3.0\r\nreleases. His key id ED9D77D5 is a v3 key and was used to sign older\r\nreleases.</p>\r\n<br>\r\n<p>You can import the release manager public keys by either downloading\r\n<a class=\"reference external\" href=\"/static/files/pubkeys.txt\">the public key file from here</a> and then\r\nrunning</p>\r\n\r\n<code><pre>\r\ngpg --import pubkeys.txt\r\n</pre></code>\r\n\r\n<p>or by grabbing the individual keys directly from the keyserver network\r\nby running this command:</p>\r\n\r\n<code><pre>\r\ngpg --recv-keys 6A45C816 36580288 7D9DC8D2 18ADD4FF A4135B38 A74B06BF EA5BBD71 ED9D77D5 E6DF025C AA65421D 6F5E1540 F73C700D 487034E5\r\n</pre></code>\r\n\r\n<p>On the version-specific download pages, you should see a link to both the\r\ndownloadable file and a detached signature file. To verify the authenticity\r\nof the download, grab both files and then run this command:</p>\r\n\r\n<code><pre class=\"literal-block\">\r\ngpg --verify Python-3.4.2.tgz.asc\r\n</pre></code>\r\n\r\n<p>Note that you must use the name of the signature file, and you should use the\r\none that's appropriate to the download you're verifying.</p>\r\n\r\n<ul>\r\n<li>(These instructions are geared to\r\n<a class=\"reference external\" href=\"http://www.gnupg.org/\">GnuPG</a> and Unix command-line users.\r\nContributions of instructions for other platforms and OpenPGP\r\napplications are welcome.)</li>\r\n</ul>\r\n\r\n\r\n<h2>Other Useful Items</h2>\r\n<ul>\r\n<li>Looking for 3rd party <strong>Python modules</strong>? The\r\n<a class=\"reference external\" href=\"https://pypi.org/\">Package Index</a> has many of them.</li>\r\n<li>You can <a class=\"reference external\" href=\"http://docs.python.org/\">view</a> the standard documentation\r\nonline, or you can <a class=\"reference external\" href=\"http://docs.python.org/3/download.html\">download</a> it\r\nin HTML, PostScript, PDF and other formats. See the main\r\n<a class=\"reference external\" href=\"/doc/\">Documentation</a> page.</li>\r\n<li>Information on <a class=\"reference external\" href=\"unpacking\">tools for unpacking archive files</a>\r\nprovided on python.org is available.</li>\r\n<li><strong>Tip</strong>: even if you download a ready-made binary for your\r\nplatform, it makes sense to also download the <a class=\"reference external\" href=\"source\">source</a>.\r\nThis lets you browse the standard library (the subdirectory <strong>Lib</strong>)\r\nand the standard collections of demos (<strong>Demo</strong>) and tools\r\n(<strong>Tools</strong>) that come with it. There's a lot you can learn from the\r\nsource!</li>\r\n<li>There is also a <a class=\"reference external\" href=\"https://wiki.python.org/moin/EmacsEditor\">collection of Emacs packages</a>\r\nthat the Emacsing Pythoneer might find useful. This includes major\r\nmodes for editing Python, C, C++, Java, etc., Python debugger\r\ninterfaces and more. Most packages are compatible with Emacs and\r\nXEmacs.</li>\r\n</ul>\r\n\r\n<h2>Want to contribute?</h2>\r\n\r\n<p>Want to contribute? See the <a class=\"reference external\" href=\"/dev/\">Python Developer's Guide</a>\r\nto learn about how Python development is managed.</p>\r\n</div>",
350350
"content_markup_type": "html"
351351
}
352352
},

fixtures/sitetree_menus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"fields": {
8686
"title": "PyPI",
8787
"hint": "Python Package Index",
88-
"url": "https://pypi.python.org/",
88+
"url": "https://pypi.org/",
8989
"urlaspattern": false,
9090
"tree": 1,
9191
"hidden": false,

0 commit comments

Comments
 (0)