Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/overlays: devguide.xml
Date: Sun, 12 Oct 2008 09:42:45
Message-Id: E1KoxTG-0002Cg-WF@stork.gentoo.org
1 robbat2 08/10/12 09:42:42
2
3 Modified: devguide.xml
4 Log:
5 Add mention of gitweb.
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/overlays/devguide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/devguide.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/devguide.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/devguide.xml?r1=1.11&r2=1.12
13
14 Index: devguide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/devguide.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -p -w -b -B -u -u -r1.11 -r1.12
20 --- devguide.xml 12 Oct 2008 09:40:34 -0000 1.11
21 +++ devguide.xml 12 Oct 2008 09:42:42 -0000 1.12
22 @@ -60,6 +60,7 @@ overlay.</p>
23 <li><uri link="http://subversion.tigris.org">Subversion</uri> - a centralised version control system</li>
24 <li>Publishing the changelog for your overlay on <uri link="http://overlays.gentoo.org/">the o.g.o homepage</uri>, so that everyone who's interested can see what's going on</li>
25 <li><uri link="http://git.or.cz">Git</uri> - Fast Version Control System</li>
26 +<li><uri link="http://git.or.cz/gitwiki/Gitweb">gitweb</uri> - provides full-fledged web interface for viewing Git repositories.</li>
27 </ul>
28
29 <p>... all hosted on secure, backed-up Gentoo infrastructure, administered by
30 @@ -171,7 +172,7 @@ account</li>
31
32 <p>For an Git request, we will:</p>
33 <ul>
34 -<li>create your overlay (git, no trac)</li>
35 +<li>create your overlay (git, gitweb, no trac)</li>
36 <li>add your overlay's RSS feed to the o.g.o homepage</li>
37 <li>create an git.o.g.o account for you if you don't already have one</li>
38 <li>give you write access to your overlays Git repository</li>
39 @@ -212,7 +213,7 @@ repository</li>
40
41 <p>For an Git request, we will:</p>
42 <ul>
43 -<li>create your overlay (git, no trac)</li>
44 +<li>create your overlay (git, gitweb, no trac)</li>
45 <li>add your overlay's RSS feed to the o.g.o homepage</li>
46 <li>create an git.o.g.o account for you if you don't already have one</li>
47 <li>give you write access to your overlays Git repository</li>