savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/docs/hacking_savannah hacking_sa...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/docs/hacking_savannah hacking_sa...
Date: Mon, 09 Aug 2004 16:33:05 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        04/08/09 20:28:53

Modified files:
        docs/hacking_savannah: hacking_savannah.texi 

Log message:
        In-progress clean-up/rewrite

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.15 
administration/docs/hacking_savannah/hacking_savannah.texi:1.16
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.15     Mon Aug 
 2 21:24:02 2004
+++ administration/docs/hacking_savannah/hacking_savannah.texi  Mon Aug  9 
20:28:53 2004
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: hacking_savannah.texi,v 1.15 2004/08/02 21:24:02 Beuc Exp $
address@hidden $Id: hacking_savannah.texi,v 1.16 2004/08/09 20:28:53 Beuc Exp $
 @comment %**start of header
 @setfilename hacking_savannah.info
 @include version.texi
@@ -10,7 +10,12 @@
 This manual (version @value{VERSION}, edition @value{EDITION},
 @value{UPDATED}) is about Savannah.gnu.org, a place where GNU lives.
 
-Copyright @copyright{} 2004 Free Software Foundation, Inc.
+Copyright @copyright{} 2004 Sylvain address@hidden
+Copyright @copyright{} 2004 Michael address@hidden
+Copyright @copyright{} 2004 Hugo    address@hidden
+Copyright @copyright{} 2004 Rudy    address@hidden
+Copyright @copyright{} 2004 Elfyn   address@hidden
+Copyright @copyright{} 2004 Mathieu Roy
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -24,10 +29,7 @@
 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
 this GNU Manual, like GNU software.  Copies published by the Free
 Software Foundation raise funds for GNU development.''
-
address@hidden, do not distribute that to anybody outside Savannah for now.]}
 @end quotation
address@hidden Very important since it is an internal paper
 @end copying
 
 @c @dircategory Texinfo documentation system
@@ -39,7 +41,7 @@
 @title Hacking Savannah.gnu.org
 @subtitle for version @value{VERSION}, @value{UPDATED}
 @author The Savannah Hackers (@email{savannah-hackers@@gnu.org}):
address@hidden by lexical order so as to avoid wars ;)
address@hidden by lexical order so as to avoid wars
 @author Sylvain Beucler           (@email{beuc@@gnu.org})
 @author Michael Flickinger (@email{mjflick@@gnu.org})
 @author Hugo    Gayosso    (@email{hugo@@gnu.org})
@@ -54,55 +56,32 @@
 @contents
 
 @ifnottex
address@hidden Top, Current issues, (dir), (dir)
address@hidden Top, Introduction, (dir), (dir)
 @top Hacking Savannah.gnu.org
 
 @insertcopying
 @end ifnottex
 
 @menu
-* Current issues::              
-* Communication::               
-* Savannah configuration::      
-* MySQL::                       
+* Introduction::                About this manual
+* Communication::               How to get in sync with other people working 
on Savannah.gnu.org
+* Savannah configuration::      Precise details on the Savannah configuration, 
including instructions to reproduce it
+* MySQL::                       Basic tips on using MySQL
 * Some Savannah tasks::         
-* Frequent support requests::   
-* Some quirks::                 
-* Projects approval guidelines::  
-* Terminology::                 
-* Copying This Manual::         
+* Frequent support requests::   Step by step instructions on how to answer 
common support requests
+* Some quirks::                 Stuff we need to clear up sooner or later
+* Projects approval guidelines::  Instructionson how to review projects 
submissions
+* Terminology::                 Wording that have precise meaning
+* Copying This Manual::         The GNU Free Documentation License
 * Index::                       
 @end menu
 
 
address@hidden Current issues, Communication, Top, Top
address@hidden Current issues
-
address@hidden Project Approval
-
-Currently, project approvals are underway.  We are using the channel
-#savannah on irc.freenode.net to coordinate this effort.  Aside from IRC, 
-we are also using a list to keep track of projects.  The list file, 
-''pending_projects_to_keep.txt'', may be found in the ''lists'' directory
- of the administration project's ''administration'' module.
-
address@hidden This document
-
-Currently, I (Sylvain) mainly made it tidy and copy/pasted a bunch of
-various documents I gathered while learning how to work on Savannah.
-
-It needs extensive work. It was made as a quick draft to give some
-information to new volunteers.
-
address@hidden Old documentation
-
-I came across some documentation of a 2 years-old Savannah setup, which may 
-actually come in handy sometimes:
-
address@hidden://www.gnu.org/server/standards/README.savannah.html}
address@hidden Introduction, Communication, Top, Top
address@hidden Introduction
 
 
address@hidden Communication, Savannah configuration, Current issues, Top
address@hidden Communication, Savannah configuration, Introduction, Top
 @chapter Communication
 
 @section WWW
@@ -196,6 +175,7 @@
 
 It is still incomplete.
 
+
 @section Some technical information
 
 CVS repositories are located at /savannah/cvsroot.
@@ -309,6 +289,15 @@
 @end verbatim
 
 
address@hidden Old documentation
+
+I came across some documentation of a 2 years-old Savannah setup, which may 
+actually come in handy sometimes:
+
address@hidden://www.gnu.org/server/standards/README.savannah.html}
+
+
+
 @node MySQL, Some Savannah tasks, Savannah configuration, Top
 @chapter MySQL
 
@@ -362,6 +351,8 @@
 #   mysql> grant select,update on foodb.* to address@hidden identified by 
'baz';
 @end verbatim
 
+
+
 @node Some Savannah tasks, Frequent support requests, MySQL, Top
 @chapter Some Savannah tasks
 
@@ -777,6 +768,14 @@
 @node Projects approval guidelines, Terminology, Some quirks, Top
 @chapter Projects approval guidelines
 
address@hidden Project Approval
+
+Currently, project approvals are underway.  We are using the channel
+#savannah on irc.freenode.net to coordinate this effort.  Aside from IRC, 
+we are also using a list to keep track of projects.  The list file, 
+''pending_projects_to_keep.txt'', may be found in the ''lists'' directory
+ of the administration project's ''administration'' module.
+
 @section Rudy's Little Howto
 
 @verbatim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]