[Python-checkins] CVS: python/dist/src/Misc sf-faq.html,1.1,1.2

Peter Schneider-Kamp python-dev@python.org
Thu, 13 Jul 2000 18:43:34 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15862

Modified Files:
	sf-faq.html 
Log Message:

added information how to edit pages at http://python.sourceforge.net



Index: sf-faq.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/sf-faq.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** sf-faq.html	2000/07/14 01:28:47	1.1
--- sf-faq.html	2000/07/14 01:43:31	1.2
***************
*** 23,26 ****
--- 23,29 ----
  <li>
  <a href="#g2">Where do I find Python there?</a></li>
+ 
+ <li>
+ <a href="#g3">How can I change the pages at python.sourceforge.net?</a></li>
  </ol>
  
***************
*** 95,98 ****
--- 98,118 ----
  <blockquote><tt><a href="http://sourceforge.net/projects/python">http://sourceforge.net/projects/python</a></tt></blockquote>
  
+ <h3>
+ <a NAME="g3"></a>1.3.:</h3>
+ 
+ <h4>
+ Q: How can I change the pages at python.sourceforge.net?</h4>
+ 
+ <h4>
+ A:</h4>
+ First you have to be in the SourceForge group "<tt>python</tt>" (true for
+ all developers). Then you can upload files using scp:
+ <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>
+ 
  <h1>
  <a NAME="cvs"></a>2. CVS</h1>
***************
*** 146,150 ****
  If you are not a developer, you don't have read/write access. You have
  to check out an anonymous copy. If you are a developer you have to be in
! the SourceForge group "python". You can check this with the following commands:
  <blockquote><tt>ssh -l sf_username shell.sourceforge.net</tt>
  <br><tt>groups</tt></blockquote>
--- 166,171 ----
  If you are not a developer, you don't have read/write access. You have
  to check out an anonymous copy. If you are a developer you have to be in
! the SourceForge group "<tt>python</tt>". You can check this with the following
! commands:
  <blockquote><tt>ssh -l sf_username shell.sourceforge.net</tt>
  <br><tt>groups</tt></blockquote>
***************
*** 343,353 ****
  that you use the bugs list for suggestions and requests too.)</li>
  
! <br>&nbsp;
! <p>&nbsp;
! <br>&nbsp;
! <br>&nbsp;
! <p><b>Submit documentation patches the same way.</b> When adding the patch,
! be sure to set the "<b>Category</b>" field to "<b>documentation</b>". For
! documentation errors without patches, please use the <a href="http://www.python.org/search/search_bugs.html">Python
  Bugs List</a> instead.
  <li>
--- 364,370 ----
  that you use the bugs list for suggestions and requests too.)</li>
  
! <p><br><b>Submit documentation patches the same way.</b> When adding the
! patch, be sure to set the "<b>Category</b>" field to "<b>documentation</b>".
! For documentation errors without patches, please use the <a href="http://www.python.org/search/search_bugs.html">Python
  Bugs List</a> instead.
  <li>