Gentoo Archives: gentoo-commits

From: "Mu Qiao (qiaomuf)" <qiaomuf@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/libbash: index.xml
Date: Wed, 01 Jun 2011 12:03:57
Message-Id: 20110601120348.8EAD820054@flycatcher.gentoo.org
1 qiaomuf 11/06/01 12:03:48
2
3 Added: index.xml
4 Log:
5 Add ProjectXML for libbash
6
7 Revision Changes Path
8 1.1 xml/htdocs/proj/en/libbash/index.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/libbash/index.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/libbash/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 <project>
21 <name>libbash</name>
22 <longname>Gentoo Libbash Development</longname>
23 <author title="Author"><mail>qiaomuf</mail></author>
24
25 <description>
26 libbash development is devoted to maintaining and updating libbash core
27 functionality and utilities.
28 </description>
29
30 <longdescription>
31 <p>
32 Libbash will enable programs to use Abstract Syntax Trees(AST) to parse
33 and interpret shell scripts directly instead of using regular expressions.
34 Most of bash 3.2 syntax will be supported. This will be a great benefit to
35 programs both outside and inside Gentoo, including Portage/Paludis and
36 repoman. Bugs are tracked and fixed from the
37 <uri link="http://bugs.gentoo.org">Gentoo bug tracker</uri>. We also have
38 the #gentoo-libbash IRC channel on the freenode network.
39 </p>
40 </longdescription>
41
42 <goals>
43 <p>
44 The project aims to support common bash 3.2 syntax. Our current goal is to
45 support ebuild metadata generation.
46 </p>
47 </goals>
48
49 <extrachapter position="goals">
50 <title>Current progress</title>
51 <section>
52 <body>
53 <p>
54 You can refer to <uri link="http://qiaomuf.wordpress.com"> qiaomuf's blog</uri>
55 or <mail>gentoo-soc@×××××××××××.org</mail> for the latest progress.
56 </p>
57 </body>
58 </section>
59 </extrachapter>
60
61 <dev role="Lead">betelgeuse</dev>
62 <dev role="Member">qiaomuf</dev>
63
64 <resource link="http://qiaomuf.wordpress.com">Latest Progress Report</resource>
65 <resource link="http://qiaomuf.wordpress.com/2011/05/05/introduction-to-libbash/">Introduction and Benchmark</resource>
66 <resource link="http://dev.gentoo.org/~qiaomuf/libbash.html">Design and Feature List</resource>
67 <resource link="http://git.overlays.gentoo.org/gitweb/?p=proj/libbash.git;a=summary">Canonical Git Repository</resource>
68 </project>