Adding website
parent
ca7a06a09b
commit
abf0f1fa15
|
@ -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>
|
|
@ -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
|
Reference in New Issue