diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..93ce799 --- /dev/null +++ b/html/index.html @@ -0,0 +1,23 @@ + + + + Tftpy - A Pure Python TFTP Implementation + + +

Tftpy - A Pure Python TFTP Implementation

+

More to come.

+

Project Page

+

The project sourcecode is hosted on Github. To clone the repository, run the + following command using git +

+    git clone git://github.com/msoulier/tftpy.git
+            
+ 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 right here. +

+ + diff --git a/notes/sfshell.txt b/notes/sfshell.txt new file mode 100644 index 0000000..caa9dbe --- /dev/null +++ b/notes/sfshell.txt @@ -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