[Python-checkins] CVS: python/nondist/sf-html sf-faq.html,1.19,1.20

Martin v. L?wis loewis@users.sourceforge.net
Sat, 28 Apr 2001 00:22:35 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory usw-pr-cvs1:/tmp/cvs-serv31642

Modified Files:
	sf-faq.html 
Log Message:
Correct directory paths to the new /home/groups structure.


Index: sf-faq.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/sf-faq.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** sf-faq.html	2001/03/16 06:26:14	1.19
--- sf-faq.html	2001/04/28 07:22:33	1.20
***************
*** 103,112 ****
  <blockquote>
    <tt>scp mylocalfile.html
!   sf_username@shell.sourceforge.net:/home/groups/python/htdocs/</tt></blockquote>
  If you want to edit or remove files, you can use ssh:
  
  <blockquote>
    <tt>ssh -l sf_username shell.sourceforge.net</tt><br />
!   <tt>cd /home/groups/python/htdocs</tt><br />
    <tt>rm garbage.html</tt><br />
    <tt>vi changeme.html</tt></blockquote>
--- 103,112 ----
  <blockquote>
    <tt>scp mylocalfile.html
!   sf_username@shell.sourceforge.net:/home/groups/p/py/python/htdocs/</tt></blockquote>
  If you want to edit or remove files, you can use ssh:
  
  <blockquote>
    <tt>ssh -l sf_username shell.sourceforge.net</tt><br />
!   <tt>cd /home/groups/p/py/python/htdocs</tt><br />
    <tt>rm garbage.html</tt><br />
    <tt>vi changeme.html</tt></blockquote>