Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/main/en: projects.xml
Date: Mon, 26 Apr 2010 19:32:21
Message-Id: 20100426193219.3C5A12C052@corvid.gentoo.org
1 nightmorph 10/04/26 19:32:19
2
3 Modified: projects.xml
4 Log:
5 remove dead keychain project. nothing in the English site links to it anymore; the up-to-date info is at /doc/en/keychain-guide.xml and on the external homepage maintained by drobbins
6
7 Revision Changes Path
8 1.11 xml/htdocs/main/en/projects.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/projects.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/projects.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/projects.xml?r1=1.10&r2=1.11
13
14 Index: projects.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/projects.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- projects.xml 16 Mar 2007 10:40:44 -0000 1.10
21 +++ projects.xml 26 Apr 2010 19:32:19 -0000 1.11
22 @@ -3,52 +3,57 @@
23
24 <mainpage>
25 <title>Gentoo Linux Projects</title>
26 -<author title="Previous Chief Architect"><mail link="drobbins@g.o">Daniel Robbins</mail></author>
27 +
28 +<author title="Previous Chief Architect">
29 + <mail link="drobbins@g.o">Daniel Robbins</mail>
30 +</author>
31
32 <abstract>
33 -This page lists development projects that are not specifically Gentoo Linux-related.
34 +This page lists development projects that are not specifically Gentoo
35 +Linux-related.
36 </abstract>
37
38 <license/>
39
40 -<version>1.4</version>
41 -<date>2004-09-30</date>
42 +<version>1.5</version>
43 +<date>2010-04-26</date>
44
45 <chapter>
46 <title>Gentoo Linux Projects</title>
47 <section>
48 <body>
49 - <p>
50 - <b><uri link="/proj/en/releng/catalyst/">Catalyst</uri> is the tool used by the Release Engineering team to create all Gentoo releases. Catalyst
51 - is capable of creating installation stages, GRP sets, and bootable LiveCDs.</b>
52 - </p>
53 -
54 - <p>
55 - <b><uri link="/proj/en/infrastructure/tenshi/">Tenshi</uri></b> is a log monitoring program, designed to watch one or more log files for lines matching user defined regular expression and report on the matches. The regular expressions are assigned to queues which have an alert interval and a list of mail recipients.
56 - </p>
57 -
58 - <p>
59 - <b><uri link="/proj/en/keychain/">Keychain</uri> is an extremely handy OpenSSH and commercial SSH2-compatible RSA/DSA key management
60 - application.</b> It acts as a front-end to <c>ssh-agent</c>,
61 -allowing you to easily have one long-running <c>ssh-agent</c> process <e>per system</e>,
62 -rather than per login session. This dramatically reduces the number of times you need
63 -to enter your passphrase from once per new login session to once <e>every time your local
64 -machine is rebooted.</e>
65 - </p>
66 -
67 - <p>
68 - <b><uri link="/proj/en/dynfw.xml">The dynfw firewall scripts</uri> are a collection of netfilter-based
69 - (<c>iptables</c>) firewall scripts designed to allow for an immediate, measured response against pending
70 - security threats.</b> These <c>bash</c> scripts have been designed to work with nearly any netfilter-based firewall
71 - (including both "allow by default" and "deny by default" configurations).
72 - </p>
73 -
74 - <p>
75 - <b><uri link="/proj/en/site.xml">The XML projects page</uri> contains the complete <c>guide</c> XSLT engine that
76 - is used to create this entire site, including the main pages and online documentation.</b> On this page, you
77 - can find a tarball that contains the complete sources that were used to generate the latest version of
78 - the <uri>http://www.gentoo.org</uri> Web site -- the one you are viewing now.
79 - </p>
80 +
81 +<p>
82 +<b><uri link="/proj/en/releng/catalyst/">Catalyst</uri></b> is the tool used by
83 +the Release Engineering team to create all Gentoo releases. Catalyst is capable
84 +of creating installation stages, GRP sets, and bootable LiveCDs.
85 +</p>
86 +
87 +<p>
88 +<b><uri link="/proj/en/infrastructure/tenshi/">Tenshi</uri></b> is a log
89 +monitoring program, designed to watch one or more log files for lines matching
90 +user defined regular expression and report on the matches. The regular
91 +expressions are assigned to queues which have an alert interval and a list of
92 +mail recipients.
93 +</p>
94 +
95 +<p>
96 +<b><uri link="/proj/en/dynfw.xml">The dynfw firewall scripts</uri></b> are a
97 +collection of netfilter-based (<c>iptables</c>) firewall scripts designed to
98 +allow for an immediate, measured response against pending security threats.
99 +These <c>bash</c> scripts have been designed to work with nearly any
100 +netfilter-based firewall (including both "allow by default" and "deny by
101 +default" configurations).
102 +</p>
103 +
104 +<p>
105 +<b><uri link="/proj/en/site.xml">The XML projects page</uri></b> contains the
106 +complete <c>guide</c> XSLT engine that is used to create this entire site,
107 +including the main pages and online documentation. On this page, you can
108 +find a tarball that contains the complete sources that were used to generate the
109 +latest version of the <uri>http://www.gentoo.org</uri> Web site -- the one you
110 +are viewing now.
111 +</p>
112
113 </body>
114 </section>