neysx 05/08/03 10:36:19 Modified: xml/htdocs/doc/en metadoc.xml Log: #100538 xmlified posix articles
Revision Changes Path 1.94 +20 -4 xml/htdocs/doc/en/metadoc.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml?rev=1.94&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml?rev=1.94&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml.diff?r1=1.93&r2=1.94&cvsroot=gentoo Index: metadoc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- metadoc.xml 2 Aug 2005 17:59:29 -0000 1.93 +++ metadoc.xml 3 Aug 2005 10:36:19 -0000 1.94 @@ -1,9 +1,9 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.93 2005/08/02 17:59:29 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.94 2005/08/03 10:36:19 neysx Exp $ --> <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd"> <metadoc lang="en"> -<version>1.23</version> +<version>1.24</version> <members> <lead>swift</lead> <lead>neysx</lead> @@ -27,6 +27,7 @@ <cat id="articles_gentoo" parent="articles">Gentoo Articles</cat> <cat id="articles_linux" parent="articles">Learning Linux Articles</cat> <cat id="articles_commth" parent="articles">DeveloperWorks Common Threads</cat> + <cat id="articles_others" parent="articles">Miscellaneous Articles</cat> <cat id="sysadmin">System Administration Documentation</cat> <cat id="sysadmin_general" parent="sysadmin">General System Administration</cat> <cat id="sysadmin_specific" parent="sysadmin">Specific Administration Guides</cat> @@ -68,6 +69,9 @@ <file id="art-ct-l-awk-p1">/doc/en/articles/l-awk1.xml</file> <file id="art-ct-l-awk-p2">/doc/en/articles/l-awk2.xml</file> <file id="art-ct-l-awk-p3">/doc/en/articles/l-awk3.xml</file> + <file id="art-ct-l-posix-p1">/doc/en/articles/l-posix1.xml</file> + <file id="art-ct-l-posix-p2">/doc/en/articles/l-posix2.xml</file> + <file id="art-ct-l-posix-p3">/doc/en/articles/l-posix3.xml</file> <file id="art-ct-sta-iptables-fw">/doc/en/articles/linux-24-stateful-fw-design.xml</file> <file id="hardware-stability-p1">/doc/en/articles/hardware-stability-p1.xml</file> <file id="hardware-stability-p2">/doc/en/articles/hardware-stability-p2.xml</file> @@ -429,16 +433,28 @@ <memberof>articles_commth</memberof> <fileid>art-ct-l-awk-p3</fileid> </doc> + <doc id="art-ct-l-posix-p1"> + <memberof>articles_commth</memberof> + <fileid>art-ct-l-posix-p1</fileid> + </doc> + <doc id="art-ct-l-posix-p2"> + <memberof>articles_commth</memberof> + <fileid>art-ct-l-posix-p2</fileid> + </doc> + <doc id="art-ct-l-posix-p3"> + <memberof>articles_commth</memberof> + <fileid>art-ct-l-posix-p3</fileid> + </doc> <doc id="art-ct-sta-iptables-fw"> <memberof>articles_commth</memberof> <fileid>art-ct-sta-iptables-fw</fileid> </doc> <doc id="hardware-stability-p1"> - <memberof>articles</memberof> + <memberof>articles_others</memberof> <fileid>hardware-stability-p1</fileid> </doc> <doc id="hardware-stability-p2"> - <memberof>articles</memberof> + <memberof>articles_others</memberof> <fileid>hardware-stability-p2</fileid> </doc> <doc id="bugzilla-howto"> -- [email protected] mailing list
