Skip to content

Commit 65330e2

Browse files
authored
Merge pull request #32 from mmerickel/pyramid
add pyramid to the project list
2 parents d2c6013 + 9fb6a35 commit 65330e2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,33 @@ <h2>Project Ideas</h2>
675675
<tr><td colspan="2" class="waiting">Status: Mentor signups not complete</td></tr>
676676
</tr>
677677

678+
679+
<tr>
680+
<!-- Logo -->
681+
<td rowspan="4" class="logo">
682+
<img src="http://pylonsproject.org/img/logo.png" width="150">
683+
</td>
684+
<!-- Info -->
685+
<td><h4>Pylons Project</h4></td>
686+
<tr><td>
687+
<p>The Pylons Project encompasses all projects hosted at <a href="https://github.com/Pylons">https://github.com/Pylons</a> including:</p>
688+
<ul>
689+
<li>Pyramid web framework</li>
690+
<li>WebOb WSGI request/response objects</li>
691+
<li>Waitress WSGI server</li>
692+
<li>Colander validation library</li>
693+
</ul>
694+
</td></tr>
695+
<tr><td><a href="http://pylonsproject.org/">Website</a> |
696+
<a href="https://groups.google.com/forum/#!forum/pylons-discuss">Mailing List</a> |
697+
<a href="http://webchat.freenode.net/?channels=pyramid">#pyramid</a> on <a
698+
href="http://www.freenode.net/">Freenode</a> |
699+
<a href="https://github.com/Pylons/pyramid/wiki/GSoC-2017/">Ideas Page</a>
700+
</td>
701+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
702+
</tr>
703+
704+
678705
<tr>
679706
<!-- Logo -->
680707
<td rowspan="4" class="logo">

0 commit comments

Comments
 (0)