Skip to content

add pyramid to the project list #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,33 @@ <h2>Project Ideas</h2>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>


<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
<img src="http://pylonsproject.org/img/logo.png" width="150">
</td>
<!-- Info -->
<td><h4>Pylons Project</h4></td>
<tr><td>
<p>The Pylons Project encompasses all projects hosted at <a href="https://github.com/Pylons">https://github.com/Pylons</a> including:</p>
<ul>
<li>Pyramid web framework</li>
<li>WebOb WSGI request/response objects</li>
<li>Waitress WSGI server</li>
<li>Colander validation library</li>
</ul>
</td></tr>
<tr><td><a href="http://pylonsproject.org/">Website</a> |
<a href="https://groups.google.com/forum/#!forum/pylons-discuss">Mailing List</a> |
<a href="http://webchat.freenode.net/?channels=pyramid">#pyramid</a> on <a
href="http://www.freenode.net/">Freenode</a> |
<a href="https://github.com/Pylons/pyramid/wiki/GSoC-2017/">Ideas Page</a>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>


<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
Expand Down Expand Up @@ -737,7 +764,6 @@ <h2>Project Ideas</h2>
</tr>



</table>

<a name="schedule"></a>
Expand Down