From: <vb...@us...> - 2002-09-26 04:13:03
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv18164 Modified Files: links.php Log Message: Added HTML Tidy to developer links Index: links.php =================================================================== RCS file: /cvsroot/webnotes/web/links.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- links.php 12 Sep 2002 22:10:09 -0000 1.3 +++ links.php 26 Sep 2002 04:13:00 -0000 1.4 @@ -16,7 +16,8 @@ <ul> <li><a href="http://www.cvsgui.org">http://www.cvsgui.org</a> - WinCVS website for Windows users.</li> <li><a href="http://filezilla.sf.net">http://filezilla.sf.net</a> - FileZilla for accessing SourceForge webservers (SFTP).</li> -<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty</a> - PuTTY</li> +<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty</a>- PuTTY</li> +<li><a href="http://sourceforge.net/projects/tidy">http://sourceforge.net/projects/tidy</a> - HTML Tidy</li> </ul> <?php include('footer.php') ?> |