Skip to content
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
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,20 @@ <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://www.jython.org/css/jython.png" width="128"></td>
<!-- Info -->
<td><h4>Jython</h4></td>
<tr><td>Jython is Python for the Java platform. Jython is one of the oldest maintained projects in the Python ecosystem, with over 8000 commits that go back to 1997. Currently we support the 2.7 version of the Python language, including standard library and ecosystem (this means pip and PyPI); but there is also active work to implement Python 3.x.</td></tr>
<tr><td><a href="http://jython.org">Website</a> |
<a href="https://sourceforge.net/p/jython/mailman/">Mailing List</a> |
<a href="https://github.com/jython/ideas">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