neysx 05/05/12 16:57:02 Modified: xml/htdocs/doc/en xml-guide.xml Log: Rephrased link attribute explanation
Revision Changes Path 1.43 +13 -13 xml/htdocs/doc/en/xml-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo Index: xml-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- xml-guide.xml 12 May 2005 16:48:46 -0000 1.42 +++ xml-guide.xml 12 May 2005 16:57:02 -0000 1.43 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.42 2005/05/12 16:48:46 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.43 2005/05/12 16:57:02 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/xml-guide.xml"> @@ -32,7 +32,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> <license/> -<version>2.19</version> +<version>2.20</version> <date>2005-05-12</date> <chapter> @@ -87,7 +87,7 @@ <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <!-- $Header$ --> -<guide link="<i>relative/link/to/your/guide.xml</i>" lang="<i>en</i>"> +<guide link="<i>/doc/en/guide.xml</i>" lang="<i>en</i>"> <title><i>Gentoo Linux Documentation Guide</i></title> <author title="<i>Author</i>"> <mail link="<i>[EMAIL PROTECTED]</i>"><i>Your Name</i></mail> @@ -112,16 +112,16 @@ On the first lines, we see the requisite tag that identifies this as an XML document and specifies its DTD. The <c><!-- $Header$ --></c> line will be automatically modified by the CVS server and helps to track revisions. -Next, there's a <c><guide></c> tag -- the entire guide document -is enclosed within a <c><guide> </guide></c> pair. The <c>link</c> -attribute is compulsory and should preferably contain the relative path to the -document even though the file name alone will work. It is mainly used to -generate a link to a printer-friendly version of your document. If you use a -wrong value, the link to the printable version will either not work or point to -a wrong document. The <c>lang</c> attribute can be used to specify the language -code of your document. It is used to format the date and insert strings like -"<e>Note</e>", "<e>Content</e>", etc. in the specified language. The default -is English. +Next, there's a <c><guide></c> tag -- the entire guide document is +enclosed within a <c><guide> </guide></c> pair. The <c>link</c> +attribute is compulsory and should preferably contain the absolute path to the +document relatively to the document root even though the file name alone will +work. It is mainly used to generate a link to a printer-friendly version of +your document. If you use a wrong value, the link to the printable version +will either not work or point to a wrong document. The <c>lang</c> attribute +can be used to specify the language code of your document. It is used to format +the date and insert strings like "<e>Note</e>", "<e>Content</e>", etc. in the +specified language. The default is English. </p> <p> -- [email protected] mailing list
