Skip to content

Commit b9a6cea

Browse files
authored
Merge pull request #20 from zware/fix_about
Fix outdated about.html
2 parents 5baf07c + 9a2a224 commit b9a6cea

1 file changed

Lines changed: 29 additions & 26 deletions

File tree

speed_python/templates/about.html

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@
44
<div id="sidebar">
55
</div>
66
<div id="about" class="about_content clearfix">
7+
78
<h3>About this site</h3>
89
<p>Welcome to the speed.python.org project - this project is aimed at
910
constructing a shared benchmark system based on the excellent
10-
<a href="http://speed.pypy.org/" target="_blank">speed.pypy.org</a>
11-
project.</p>
11+
<a href="https://speed.pypy.org/" target="_blank">speed.pypy.org</a>
12+
project.
13+
</p>
14+
1215
<p>This project will setup a common, shared instance of the benchmarking
1316
suite and visualization tools put together by the
14-
<a href="http://pypy.org/" target="_blank">PyPy team</a>, based on work
15-
from the <a href="http://code.google.com/p/unladen-swallow/" target="_blank">
17+
<a href="https://pypy.org/" target="_blank">PyPy team</a>, based on work
18+
from the <a href="https://code.google.com/p/unladen-swallow/" target="_blank">
1619
Unladen Swallow project</a>.
20+
</p>
21+
1722
<p>Coming out of the PyCon 2011 VM and language summits, it was commonly
1823
agreed that PyPy, CPython, IronPython and Jython should strive to move
1924
to a common set of benchmarks and a single performance-oriented site.
@@ -22,21 +27,27 @@ <h3>About this site</h3>
2227
would be lead by the various VM development teams, and based around
2328
the Unladen Swallow/PyPy benchmark suite.
2429
</p>
30+
2531
<p>Once set up, this site will be prominently linked on Python.org, and serve
2632
as a resource for all Python users - both existing and potential - to evaluate
2733
the various Python runtimes on both performance, memory usage, etc. Our goal is
2834
to provide a resource that will both educate and assist users, maintainers and
2935
the community as a whole.
3036
</p>
37+
3138
<p>You can see the announcement, and more details at the announcement of the
3239
machine acquisition on
33-
<a href="http://jessenoller.com/2011/06/29/announcing-the-new-speed-python-org-machine/" target="_blank">
40+
<a href="https://web.archive.org/web/20170824021111/http://jessenoller.com/2011/06/29/announcing-the-new-speed-python-org-machine/" target="_blank">
3441
Jesse Noller's blog.</a></p>
42+
3543
<p>For now, only CPython is being benchmarked, but we hope to expand in the future.</p>
44+
3645
<h4>The Machine</h4>
3746
<p>Nicknamed "the beast" - the speed.python.org machine was generously donated to the
38-
Python Software foundation by the <a href="http://hp.com/go/linux" target="_blank">
47+
Python Software foundation by the <a href="https://hp.com/go/linux" target="_blank">
3948
HP Open Source Program office</a>.
49+
</p>
50+
4051
<p>The hardware specs are:
4152
<ul>
4253
<li>DL380 HP DL380G7 X5670 LFF (2U)</li>
@@ -52,43 +63,35 @@ <h4>The Machine</h4>
5263
<li>2 HP DL380 G7 Intel® Xeon® X5680 (3.33GHz/6-core/130W/12MB) FIO
5364
Processor Kit</li>
5465
</ul>
55-
The machine is configured with Ubuntu 14.04 LTS, HW RAID and a simple LVM setup.
66+
The machine is configured with Ubuntu 18.04 LTS, HW RAID and a simple LVM setup.
5667
HP's generous donation can not be spoken of highly enough.
5768
</p>
5869

5970
<h4>The Hosting</h4>
6071
<p>The racking, stacking and hardware administration and all bandwidth has been
61-
generously donated by the <a href="http://osuosl.org/" target="_blank">
72+
generously donated by the <a href="https://osuosl.org/" target="_blank">
6273
The Oregon State University Open Source Lab</a> (OSUOSL)
6374
who have been amazing open source supporters, and supporters of the Python
6475
Software foundation.</p>
6576

6677
<p>We can not thank OSUOSL enough for the hosting and administration.</p>
6778

68-
<h4>Resources</h4>
69-
<ul>
70-
<li>
71-
<a href="http://mail.python.org/mailman/listinfo/speed" target="_blank">The mailing list</a>
72-
is here - if you want to volunteer to help out with the project, this
73-
is the place to start.
74-
</li>
75-
<li>
76-
<a href="http://mail.python.org/pipermail/speed/" target="_blank">The list archives</a>
77-
</li>
78-
</ul>
79-
8079
<h3>About the benchmarks</h3>
81-
<p>The code can be found <a href="https://github.com/python/performance">here</a>.</p>
80+
<p>The code can be found <a href="https://github.com/python/pyperformance">here</a>.</p>
81+
8282
<h3>About Python</h3>
8383
<p>Python is a programming language that lets you work quickly and integrate systems more effectively.</p>
8484
<p>Main website: <a href="https://python.org/">python.org</a></p>
85+
8586
<h3>About Codespeed</h3>
8687
Codespeed is a web application to monitor and analyze the performance of your code.
87-
<p>Original Code: <a href="http://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p>
88-
<p>Code for this site: <a href="http://github.com/zware/codespeed">github.com/zware/codespeed</a></p>
89-
<p>Wiki: <a href="http://wiki.github.com/tobami/codespeed/">wiki.github.com/tobami/codespeed/</a></p>
88+
<p>Original Code: <a href="https://github.com/tobami/codespeed">github.com/tobami/codespeed</a></p>
89+
<p>Code for this site: <a href="https://github.com/python/codespeed/tree/speed.python.org">github.com/python/codespeed</a></p>
90+
<p>Wiki: <a href="https://github.com/tobami/codespeed/wiki">github.com/tobami/codespeed/wiki</a></p>
91+
9092
<h3>Contact</h3>
91-
<p>For problems or suggestions about this website write to
92-
<a href="http://mail.python.org/mailman/listinfo/speed">the Python Speed mailing list</a></p>
93+
<p>For problems or suggestions about this website write to us on
94+
<a href="https://discuss.python.org/c/core-dev/23">discuss.python.org</a>.
95+
</p>
9396
</div>
9497
{% endblock %}

0 commit comments

Comments
 (0)