neysx 06/03/06 16:45:58 Modified: metadoc.xml Added: inserts.xml Removed: inserts-en.xml Log: Rename all inserts-LANG.xml to inserts.xml, add <version> tag and support it in metadoc
Revision Changes Path 1.143 xml/htdocs/doc/en/metadoc.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml?rev=1.143&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.143&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/metadoc.xml.diff?r1=1.142&r2=1.143&cvsroot=gentoo Index: metadoc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- metadoc.xml 1 Mar 2006 00:30:42 -0000 1.142 +++ metadoc.xml 6 Mar 2006 16:45:58 -0000 1.143 @@ -1,9 +1,9 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.142 2006/03/01 00:30:42 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.143 2006/03/06 16:45:58 neysx Exp $ --> <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd"> <metadoc lang="en"> -<version>1.70</version> +<version>1.71</version> <members> <lead>neysx</lead> <member>fox2mike</member> @@ -53,6 +53,7 @@ </categories> <files> <file id="metadoc">/doc/en/metadoc.xml</file> + <file id="inserts">/doc/en/inserts.xml</file> <file id="name-logo">/main/en/name-logo.xml</file> <file id="art-prompt-magic">/doc/en/articles/prompt-magic.xml</file> <file id="art-bash-ex-p1">/doc/en/articles/bash-by-example-p1.xml</file> 1.1 xml/htdocs/doc/en/inserts.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/inserts.xml?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/inserts.xml?rev=1.1&content-type=text/plain&cvsroot=gentoo Index: inserts.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE inserts SYSTEM "/dtd/inserts.dtd"> <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v 1.1 2006/03/06 16:45:58 neysx Exp $--> <inserts lang="en"> <version>1</version> <insert name="Content">Content</insert> <insert name="Credits">Credits</insert> <insert name="Updated">Updated <docdate/></insert> <insert name="Outdated">The <uri link="$originalversion">original version</uri> of this document was last updated <docdate/></insert> <!-- Doc not in /doc/LL/metadoc.xml --> <insert name="NoIndex">This translation is not maintained anymore</insert> <!-- Doc in /doc/LL/metadoc.xml but not in /doc/en/metadoc.xml--> <insert name="NoOriginal">The original version of this translation is not maintained anymore</insert> <insert name="Summary">Summary</insert> <insert name="Figure">Figure</insert> <insert name="Note">Note</insert> <insert name="Warning">Warning</insert> <insert name="Important">Important</insert> <insert name="CodeListing">Code Listing</insert> <insert name="GLinuxDoc">Gentoo Linux Documentation</insert> <insert name="PrintableDoc">Printable Linux Documentation</insert> <insert name="PrintablePrj">Printable Linux Project</insert> <insert name="SpaceBeforeColon"/> <insert name="Print">Print</insert> <insert name="PrintTip">View a printer-friendly version</insert> <insert name="Home">Home</insert> <insert name="License"> The contents of this document are licensed under the <uri link="http://creativecommons.org/licenses/by-sa/2.5">Creative Commons - Attribution / Share Alike</uri> license. </insert> <insert name="hb_file">Link to other book part not available</insert> <!-- Metadoc stuff --> <insert name="GLinuxDocCat">Gentoo Linux Documentation Categories</insert> <insert name="members">Members</insert> <insert name="member">Member</insert> <insert name="lead">Lead</insert> <insert name="name">Name</insert> <insert name="nick">Nickname</insert> <insert name="email">E-mail</insert> <insert name="position">Position</insert> <insert name="files">Files</insert> <insert name="filename">Filename</insert> <insert name="version">Version</insert> <insert name="original">Original Version</insert> <insert name="editing">Editing</insert> <insert name="N/A">N/A</insert> <insert name="bugs">Bugs</insert> <insert name="showstoppers">Showstoppers</insert> <insert name="normalbugs">Normal Bugs</insert> <insert name="document">Document</insert> <insert name="bugid">Bug ID</insert> <insert name="untranslated">Untranslated files</insert> <!-- Disclaimer and redirect stuff --> <insert name="disclaimer">Disclaimer </insert> <insert name="articles"> The original version of this article was first published on IBM developerWorks, and is property of Westtech Information Services. This document is an updated version of the original article, and contains various improvements made by the Gentoo Linux Documentation team.<br/> This document is not actively maintained. </insert> <insert name="oldbook"> This handbook has been replaced by a newer version and is not maintained anymore. </insert> <insert name="draft"> This document is a work in progress and should not be considered official yet. </insert> <insert name="obsolete"> This document is not valid and is not maintained anymore. </insert> <insert name="redirect"> You should be redirected to <uri link="$redirect">the new version</uri> within a few seconds. </insert> </inserts> -- [email protected] mailing list
