Website update
This commit is contained in:
parent
bc55a17f34
commit
40185e5ac5
1 changed files with 16 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#plans">Future Plans</a></li>
|
||||
<li><a href="#code">The Code</a></li>
|
||||
<li><a href="#support">Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
@ -69,6 +70,7 @@
|
|||
<p>I do have plans for this code before a 1.0 release, including the
|
||||
following:
|
||||
<ul>
|
||||
<li>Complete overhaul of the internal state machine.</li>
|
||||
<li>Full RFC 1350 compliance, including netascii mode (I could
|
||||
care less about "mail" mode), and uploads (uploads are
|
||||
experimental right now and are on the "upload-patch" branch on
|
||||
|
@ -77,6 +79,7 @@
|
|||
it's a no-brainer for NAT traversal. In this mode the server
|
||||
should always respond on the port that the RRQ was sent to, so
|
||||
stateful firewalls will permit the response.</li>
|
||||
<li>Documentation!</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
@ -103,7 +106,19 @@
|
|||
href="http://github.com/msoulier/tftpy/tree/master">right
|
||||
here</a>.</p>
|
||||
</p>
|
||||
<p>Last updated: March 15, 2009.</p>
|
||||
|
||||
<a name="support" />
|
||||
<h2>Support</h2>
|
||||
<p>SourceForge doesn't make the mailing list easy to find, so
|
||||
<a href="https://lists.sourceforge.net/lists/listinfo/tftpy-general">here
|
||||
is a direct link</a> if you'd like to join.</p>
|
||||
<p>Feel free to <a href="mailto:msoulier@digitaltorque.ca">email
|
||||
me</a> with any questions, or contact me through github. I'm also
|
||||
"msoulier" in <a href="http://identi.ca">identi.ca</a>.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>Last updated: April 8, 2009.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue