Adding website

master
Michael P. Soulier 2009-03-14 21:12:21 -04:00
parent ca7a06a09b
commit abf0f1fa15
2 changed files with 29 additions and 0 deletions

23
html/index.html Normal file
View File

@ -0,0 +1,23 @@
<!-- vim: ts=4 sw=4 et
-->
<html>
<head>
<title>Tftpy - A Pure Python TFTP Implementation</title>
</head>
<body bgcolor="#ffffff">
<h1>Tftpy - A Pure Python TFTP Implementation</h1>
<p>More to come.</p>
<p><a href="http://www.sf.net/projects/tftpy/">Project Page</a></p>
<p>The project sourcecode is hosted on <a
href="http://github.com">Github</a>. To clone the repository, run the
following command using git
<pre>
git clone git://github.com/msoulier/tftpy.git
</pre>
Patches welcome, even if I can't guarantee response time. You can
of course send me the url of a public git repository to pull from
as well.
The Github project page is <a href="http://github.com/msoulier/tftpy/tree/master">right here</a>.
</p>
</body>
</html>

6
notes/sfshell.txt Normal file
View File

@ -0,0 +1,6 @@
- site is /home/groups/t/tf/tftpy/htdocs
- ssh to msoulier,tftpy@shell.sourceforge.net
- sftp to msoulier,tftpy@web.sourceforge.net
- push to site
- rsync -vr --delete ~/work/tftpy/html/ \
msoulier,tftpy@web.sourceforge.net:/home/groups/t/tf/tftpy/htdocs