Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/openrc: index.xml
Date: Sat, 21 Aug 2010 22:27:57
Message-Id: 20100821222754.204E52004E@flycatcher.gentoo.org
1 vapier 10/08/21 22:27:54
2
3 Added: index.xml
4 Log:
5 initial openrc homepage by David Abbott
6
7 Revision Changes Path
8 1.1 xml/htdocs/proj/en/base/openrc/index.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/openrc/index.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/openrc/index.xml?rev=1.1&content-type=text/plain
12
13 Index: index.xml
14 ===================================================================
15 <?xml version="1.0" encoding="UTF-8"?>
16 <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE project SYSTEM "/dtd/project.dtd">
19
20 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/openrc/index.xml,v 1.1 2010/08/21 22:27:54 vapier Exp $ -->
21
22 <project>
23 <name>openrc</name>
24 <longname>Gentoo OpenRC Project</longname>
25 <date>2010-08-21</date>
26
27 <author title="Author">
28 <mail link="dabbott@g.o">David Abbott</mail>
29 </author>
30 <author title="Editor">
31 <mail link="williamh@g.o">William Hubbs</mail>
32 </author>
33 <author title="Editor">
34 <mail link="vapier@g.o">Mike Frysinger</mail>
35 </author>
36
37 <description>
38 The Gentoo OpenRC Project manages Gentoo's initialization scripts system.
39 </description>
40
41 <longdescription>
42
43 <p>
44 OpenRC is a dependency based init system that works with the system provided
45 init program, normally /sbin/init. It is not a replacement for /sbin/init.
46 OpenRC is 100% compatible with Gentoo init scripts, which means you can probably
47 find one for the daemons you want to start in the Gentoo Portage Tree.
48 </p>
49
50 <p>
51 Related project: <uri link="/proj/en/base/">Gentoo Base System</uri>.
52 </p>
53
54 </longdescription>
55
56 <dev role="Member">anarchy</dev>
57 <dev role="Member">blueness</dev>
58 <dev role="Member">dabbott</dev>
59 <dev role="Member">patrick</dev>
60 <dev role="Member">vapier</dev>
61 <dev role="Member">williamh</dev>
62
63 <extrachapter>
64 <title>Getting involved</title>
65 <section>
66 <body>
67
68 <p>
69 The Gentoo OpenRC Project is open to all contributions. If you would like to
70 get involved in the project, feel free to join us on <uri
71 link="/main/en/irc.xml">irc/#gentoo-base</uri>. Or we're reachable via
72 <uri link="openrc@g.o">openrc@g.o</uri>. However, all bug
73 reports should go through <uri link="http://bugs.gentoo.org/">Bugzilla</uri>
74 rather than e-mail.
75 </p>
76
77 <p>
78 You can also find the source code in the <uri
79 link="http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git">OpenRC git
80 tree</uri>.
81 </p>
82
83 </body>
84 </section>
85 </extrachapter>
86
87 </project>