From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1Dt6PG-0003P9-T1 for garchives@archives.gentoo.org; Thu, 14 Jul 2005 16:17:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6EGHbrg011241; Thu, 14 Jul 2005 16:17:37 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6EGHbCx026733 for <gentoo-doc-cvs@lists.gentoo.org>; Thu, 14 Jul 2005 16:17:37 GMT Message-Id: <200507141617.j6EGHbCx026733@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1Dt6P9-0006n1-9V for gentoo-doc-cvs@lists.gentoo.org; Thu, 14 Jul 2005 16:17:43 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 14 Jul 2005 16:17:30 +0000 From: "Sven Vermeulen" <swift@lark.gentoo.org> Date: Thu, 14 Jul 2005 16:17:30 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: metadoc.xml Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 67941626-75bb-498d-ae23-f537e0b50a09 X-Archives-Hash: 5c71b35e4fd7ad576cb16711b325e537 swift 05/07/14 16:17:30 Modified: xml/htdocs/doc/en metadoc.xml Log: Adding "Bash By Example, Part 1" to metadoc Revision Changes Path 1.77 +7 -2 xml/htdocs/doc/en/metadoc.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml?rev=1.77&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.77&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml.diff?r1=1.76&r2=1.77&cvsroot=gentoo Index: metadoc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- metadoc.xml 13 Jul 2005 10:06:16 -0000 1.76 +++ metadoc.xml 14 Jul 2005 16:17:30 -0000 1.77 @@ -1,9 +1,9 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.76 2005/07/13 10:06:16 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.77 2005/07/14 16:17:30 swift Exp $ --> <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd"> <metadoc lang="en"> -<version>1.14</version> +<version>1.15</version> <members> <lead>swift</lead> <lead>neysx</lead> @@ -52,6 +52,7 @@ <files> <file id="metadoc">/doc/en/metadoc.xml</file> <file id="name-logo">/main/en/name-logo.xml</file> + <file id="art-bash-ex-p1">/doc/en/articles/bash-by-example-p1.xml</file> <file id="art-mk-distro-p1">/doc/en/articles/making-the-distro-p1.xml</file> <file id="art-mk-distro-p2">/doc/en/articles/making-the-distro-p2.xml</file> <file id="art-mk-distro-p3">/doc/en/articles/making-the-distro-p3.xml</file> @@ -350,6 +351,10 @@ <memberof>other</memberof> <fileid>name-logo</fileid> </doc> + <doc id="art-bash-ex-p1"> + <memberof>articles_linux</memberof> + <fileid>art-bash-ex-p1</fileid> + </doc> <doc id="art-mk-distro-p1"> <memberof>articles_gentoo</memberof> <fileid>art-mk-distro-p1</fileid> -- gentoo-doc-cvs@gentoo.org mailing list