summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael P. Soulier <msoulier@digitaltorque.ca>2009-04-08 23:46:42 -0400
committerMichael P. Soulier <msoulier@digitaltorque.ca>2009-04-08 23:46:42 -0400
commit40185e5ac53d7fc7522a7c83197a3fb3ae45eefe (patch)
treec9d95a1fcec98c729dd642f8525e5fe0851b7299
parentbc55a17f34124db066978fe4f13918660050e790 (diff)
downloadtftpy-40185e5ac53d7fc7522a7c83197a3fb3ae45eefe.tar.gz
Website update
-rw-r--r--html/index.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index 4e4ff18..95d2654 100644
--- a/html/index.html
+++ b/html/index.html
@@ -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>