Skip to content

Commit a9e7287

Browse files
committed
Alphabetize.
1 parent 89d87b5 commit a9e7287

File tree

1 file changed

+55
-53
lines changed

1 file changed

+55
-53
lines changed

index.html

Lines changed: 55 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,11 @@ <h2>Project Ideas</h2>
448448
-->
449449

450450
<tr>
451+
<!-- Logo -->
451452
<td rowspan="4" class="logo">
452453
<img src="http://www.list.org/images/logo2010.jpg"
453454
height="200" width="250">
455+
<!-- Info -->
454456
<td><h4>GNU Mailman</h4></td>
455457
<tr><td>GNU Mailman is a mailing list manager used by
456458
educators, businesses, open source projects, NPOs (including
@@ -601,6 +603,59 @@ <h2>Project Ideas</h2>
601603

602604
</td>
603605
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
606+
<tr>
607+
<!-- Logo -->
608+
<td rowspan="4" class="logo">
609+
<img src="http://pylonsproject.org/img/logo.png" width="150">
610+
</td>
611+
<!-- Info -->
612+
<td><h4>Pylons Project</h4></td>
613+
<tr><td>
614+
<p>The Pylons Project encompasses all projects hosted at <a href="https://github.com/Pylons">https://github.com/Pylons</a> including:</p>
615+
<ul>
616+
<li>Pyramid web framework</li>
617+
<li>WebOb WSGI request/response objects</li>
618+
<li>Waitress WSGI server</li>
619+
<li>Colander validation library</li>
620+
</ul>
621+
</td></tr>
622+
<tr><td><a href="http://pylonsproject.org/">Website</a> |
623+
<a href="https://groups.google.com/forum/#!forum/pylons-discuss">Mailing List</a> |
624+
<a href="http://webchat.freenode.net/?channels=pyramid">#veras</a> on <a
625+
href="http://www.freenode.net/">Freenode</a> |
626+
<a href="https://github.com/Pylons/pyramid/wiki/GSoC-2017/">Ideas Page</a>
627+
</td>
628+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
629+
</tr>
630+
<tr>
631+
<!-- Logo -->
632+
<td rowspan="4" class="logo">
633+
<img src="http://pypy.org/image/pypy-logo.png"
634+
width="300px"></td>
635+
<!-- Info -->
636+
<td><h4>PyPy</h4></td>
637+
<tr><td><p>PyPy is a fast, compliant alternative implementation of the Python language.</p>
638+
Several rather separate modules exist, some of them are rather challenging. We also offer tasks where
639+
the learning curve is not that steep.</p>
640+
<p>To give you an idea on what you could work on:</p>
641+
<ul>
642+
<li>Python interpreter written in Python</li>
643+
<li>RPython compiler - our toolchain to translate a subset of Python to C</li>
644+
<li>JIT compiler</li>
645+
<li>Garbage collectors</li>
646+
<li>VMProf - A Lightweight Profiler</li>
647+
<li>CFFI - C Foreign Function Interface for Python</li>
648+
<li>Buildbot infrastructure enhancements</li>
649+
<li>Implement the new design of our website</li>
650+
</ul>
651+
</td></tr>
652+
<tr><td><a href="http://pypy.org/">Website</a> |
653+
<a href="https://webchat.freenode.net/">Contact: IRC Channel #pypy</a> |
654+
<a href="http://pypy.readthedocs.io/en/latest/how-to-contribute.html">Contribution Guidelines</a> |
655+
<a href="http://pypy.readthedocs.io/en/latest/project-ideas.html">Ideas Page</a>
656+
</td>
657+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
658+
</tr>
604659
</tr>
605660

606661

@@ -684,59 +739,6 @@ <h2>Project Ideas</h2>
684739
</td>
685740
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
686741
</tr>
687-
<tr>
688-
<!-- Logo -->
689-
<td rowspan="4" class="logo">
690-
<img src="http://pypy.org/image/pypy-logo.png"
691-
width="300px"></td>
692-
<!-- Info -->
693-
<td><h4>PyPy</h4></td>
694-
<tr><td><p>PyPy is a fast, compliant alternative implementation of the Python language.</p>
695-
Several rather separate modules exist, some of them are rather challenging. We also offer tasks where
696-
the learning curve is not that steep.</p>
697-
<p>To give you an idea on what you could work on:</p>
698-
<ul>
699-
<li>Python interpreter written in Python</li>
700-
<li>RPython compiler - our toolchain to translate a subset of Python to C</li>
701-
<li>JIT compiler</li>
702-
<li>Garbage collectors</li>
703-
<li>VMProf - A Lightweight Profiler</li>
704-
<li>CFFI - C Foreign Function Interface for Python</li>
705-
<li>Buildbot infrastructure enhancements</li>
706-
<li>Implement the new design of our website</li>
707-
</ul>
708-
</td></tr>
709-
<tr><td><a href="http://pypy.org/">Website</a> |
710-
<a href="https://webchat.freenode.net/">Contact: IRC Channel #pypy</a> |
711-
<a href="http://pypy.readthedocs.io/en/latest/how-to-contribute.html">Contribution Guidelines</a> |
712-
<a href="http://pypy.readthedocs.io/en/latest/project-ideas.html">Ideas Page</a>
713-
</td>
714-
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
715-
</tr>
716-
<tr>
717-
<!-- Logo -->
718-
<td rowspan="4" class="logo">
719-
<img src="http://pylonsproject.org/img/logo.png" width="150">
720-
</td>
721-
<!-- Info -->
722-
<td><h4>Pylons Project</h4></td>
723-
<tr><td>
724-
<p>The Pylons Project encompasses all projects hosted at <a href="https://github.com/Pylons">https://github.com/Pylons</a> including:</p>
725-
<ul>
726-
<li>Pyramid web framework</li>
727-
<li>WebOb WSGI request/response objects</li>
728-
<li>Waitress WSGI server</li>
729-
<li>Colander validation library</li>
730-
</ul>
731-
</td></tr>
732-
<tr><td><a href="http://pylonsproject.org/">Website</a> |
733-
<a href="https://groups.google.com/forum/#!forum/pylons-discuss">Mailing List</a> |
734-
<a href="http://webchat.freenode.net/?channels=pyramid">#veras</a> on <a
735-
href="http://www.freenode.net/">Freenode</a> |
736-
<a href="https://github.com/Pylons/pyramid/wiki/GSoC-2017/">Ideas Page</a>
737-
</td>
738-
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
739-
</tr>
740742
</table>
741743

742744
<a name="schedule"></a>

0 commit comments

Comments
 (0)