From 374724ed74c013bba808a3d031434983758420d5 Mon Sep 17 00:00:00 2001 From: Peter Schneider-Kamp Date: Fri, 14 Jul 2000 01:43:31 +0000 Subject: [PATCH] added information how to edit pages at http://python.sourceforge.net --- Misc/sf-faq.html | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/Misc/sf-faq.html b/Misc/sf-faq.html index 5d727f73a80..b938e427cf4 100644 --- a/Misc/sf-faq.html +++ b/Misc/sf-faq.html @@ -22,6 +22,9 @@ Python at SourceForge - Frequently Asked Questions
  • Where do I find Python there?
  • + +
  • +How can I change the pages at python.sourceforge.net?
  • @@ -94,6 +97,23 @@ The Python project page can be found at
    http://sourceforge.net/projects/python
    +

    +1.3.:

    + +

    +Q: How can I change the pages at python.sourceforge.net?

    + +

    +A:

    +First you have to be in the SourceForge group "python" (true for +all developers). Then you can upload files using scp: +
    scp mylocalfile.html sf_username@shell.sourceforge.net:/home/groups/python/htdocs/
    +If you want to edit or remove files, you can use ssh: +
    ssh -l sf_username shell.sourceforge.net +
    cd /home/groups/python/htdocs +
    rm garbage.html +
    vi changeme.html
    +

    2. CVS

    @@ -145,7 +165,8 @@ file /cvsroot/python/CVSROOT/history A: 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: +the SourceForge group "python". You can check this with the following +commands:
    ssh -l sf_username shell.sourceforge.net
    groups
    If you have just recently (< 6 hours) been added to the Python project, @@ -342,13 +363,9 @@ and you're not sure if it has been reported or fixed already, this is the first place to look. (There used to be a separate TODO list; we now prefer that you use the bugs list for suggestions and requests too.) -
      -

      -
      -
      -

    Submit documentation patches the same way. When adding the patch, -be sure to set the "Category" field to "documentation". For -documentation errors without patches, please use the Python +


    Submit documentation patches the same way. When adding the +patch, be sure to set the "Category" field to "documentation". +For documentation errors without patches, please use the
    Python Bugs List instead.

  • We like context diffs. We grudgingly accept unified diffs.