Website update

master
Michael P. Soulier 2009-04-08 23:46:42 -04:00
parent bc55a17f34
commit 40185e5ac5
1 changed files with 16 additions and 1 deletions

View File

@ -18,6 +18,7 @@
<li><a href="#features">Features</a></li> <li><a href="#features">Features</a></li>
<li><a href="#plans">Future Plans</a></li> <li><a href="#plans">Future Plans</a></li>
<li><a href="#code">The Code</a></li> <li><a href="#code">The Code</a></li>
<li><a href="#support">Support</a></li>
</ul> </ul>
</div> </div>
<div class="content"> <div class="content">
@ -69,6 +70,7 @@
<p>I do have plans for this code before a 1.0 release, including the <p>I do have plans for this code before a 1.0 release, including the
following: following:
<ul> <ul>
<li>Complete overhaul of the internal state machine.</li>
<li>Full RFC 1350 compliance, including netascii mode (I could <li>Full RFC 1350 compliance, including netascii mode (I could
care less about "mail" mode), and uploads (uploads are care less about "mail" mode), and uploads (uploads are
experimental right now and are on the "upload-patch" branch on 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 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 should always respond on the port that the RRQ was sent to, so
stateful firewalls will permit the response.</li> stateful firewalls will permit the response.</li>
<li>Documentation!</li>
</ul> </ul>
</p> </p>
@ -103,7 +106,19 @@
href="http://github.com/msoulier/tftpy/tree/master">right href="http://github.com/msoulier/tftpy/tree/master">right
here</a>.</p> here</a>.</p>
</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> </div>
</body> </body>
</html> </html>