[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/docs/hacking_savannah hacking_sa...
From: |
Michael J . Flickinger |
Subject: |
[Savannah-cvs] administration/docs/hacking_savannah hacking_sa... |
Date: |
Thu, 29 Jul 2004 01:27:44 -0400 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Michael J. Flickinger <address@hidden> 04/07/29 05:24:17
Modified files:
docs/hacking_savannah: hacking_savannah.texi
Log message:
Added section on web servers, updated project approval section, and
added section on IRC.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
Patches:
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.11
administration/docs/hacking_savannah/hacking_savannah.texi:1.12
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.11 Tue Jul
20 20:06:29 2004
+++ administration/docs/hacking_savannah/hacking_savannah.texi Thu Jul 29
05:24:17 2004
@@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*-
address@hidden $Id: hacking_savannah.texi,v 1.11 2004/07/20 20:06:29 Beuc Exp $
address@hidden $Id: hacking_savannah.texi,v 1.12 2004/07/29 05:24:17 mjflick
Exp $
@comment %**start of header
@setfilename hacking_savannah.info
@include version.texi
@@ -39,7 +39,8 @@
@title Hacking Savannah.gnu.org
@subtitle for version @value{VERSION}, @value{UPDATED}
@author The Savannah Hackers (@email{savannah-hackers@@gnu.org}):
address@hidden Sylvain Beucler (@email{beuc@@gnu.org})
address@hidden Sylvain Beucler (@email{beuc@@gnu.org})
address@hidden Michael Flickinger (@email{mjflick@@gnu.org})
@author Hugo Gayosso (@email{hugo@@gnu.org})
@author Rudy Gevaert (@email{rudy@@gnu.org})
@author Elfyn McBratney (@email{elfyn@@emcb.co.uk})
@@ -76,10 +77,13 @@
@node Current issues, Communication, Top, Top
@chapter Current issues
address@hidden Projects approval
address@hidden Project Approval
-New projects submissions are being queued, no approval/rejections are
-being done. No idea when this activity will be re-enabled.
+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 This document
@@ -169,6 +173,20 @@
@end quotation
says Rudy.
address@hidden IRC
+
+Currently, we have a channel, #savannah, on irc.freenode.net for discussion
+on Savannah. The channel is used for slight discussion and it also allows for
+easier administration of Savannah. The channel allows us to not tread on
+anyone elses toes, by providing us with real-time communication. This makes
+handling project approvals and support requests easier.
+
+IRC is not, by any means, a substitute for the mailing list. While slight
+decisions may be agreed upon in IRC, the mailing list is where all important,
+policy-related and administrative decisions are made.
+
+(mjflick)
+
@node Savannah configuration, MySQL, Communication, Top
@chapter Savannah configuration
@@ -918,6 +936,35 @@
(sylvain)
address@hidden Web Server Syndication
+
+Content for pages on www.gnu.org and www.nongnu.org is controlled by
+Savannah's respective project webcvs repositories. Both www.gnu.org
+and www.nongnu.org are syndicated to reflect the changes to Savannah's
+webcvs repositories.
+
+Upon project approval, syndication does not begin automatically.
+Since the FSF will not allow Savannah hackers shell access to GNU's
+main webserver, for understandable security concerns, there is a URL
+we must use to enable project web syndication, for both GNU and non-GNU
+projects.
+
+The URL is: @uref{http://www.gnu.org/new-savannah-project/new.py}
+
+It takes two arguments, ''type'' and ''project''.
+
+For ''type'', you choose whether the project is ''gnu'' or ''non-gnu''.
+
+For ''project'', you enter the name of the respective project.
+
address@hidden
+
+Example usage, with curl:
+
+curl http://www.gnu.org/new-savannah-project/new.py -F type=non-gnu -F
project=fkt
address@hidden verbatim
+
+(mjflick)
@section GUG
- [Savannah-cvs] administration/docs/hacking_savannah hacking_sa...,
Michael J . Flickinger <=