ChangeSet ID: 1115985967385766210573824 CVSROOT: /cvsroot/wine Module name: docs Changes by: dimi@sc8-pr-cvs1.sourceforge.net 2005/05/13 05:06:07
Modified files: en : wine-faq.sgml winedev-guide.sgml winelib-guide.sgml wineusr-guide.sgml
Log message: Francois Gouget fgouget@codeweavers.com Specify the language DocBook should use on the <book> and <article> tags. This way it can be changed in translations or at least remind translators to change it.
Old revision New revision Changes Path 1.2 1.3 +1 -1 docs/en/wine-faq.sgml 1.1.1.1 1.2 +1 -1 docs/en/winedev-guide.sgml 1.1.1.1 1.2 +1 -1 docs/en/winelib-guide.sgml 1.1.1.1 1.2 +1 -1 docs/en/wineusr-guide.sgml
Index: docs/en/wine-faq.sgml diff -u -p docs/en/wine-faq.sgml:1.2 docs/en/wine-faq.sgml:1.3 --- docs/en/wine-faq.sgml 13 May 2005 12: 6: 7 -0000 +++ /dev/null 13 May 2005 12: 6: 7 -0000 @@ -1,5 +1,5 @@ <!doctype Article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> -<article class="faq" id="index"> +<article class="faq" id="index" lang="en"> <title>Wine FAQ</title>
<qandaset> Index: docs/en/winedev-guide.sgml diff -u -p docs/en/winedev-guide.sgml:1.1.1.1 docs/en/winedev-guide.sgml:1.2 --- docs/en/winedev-guide.sgml 13 May 2005 12: 6: 7 -0000 +++ /dev/null 13 May 2005 12: 6: 7 -0000 @@ -17,7 +17,7 @@ <!entity multimedia SYSTEM "winedev-multimedia.sgml"> ]>
-<book id="index"> +<book id="index" lang="en"> <bookinfo> <title>Wine Developer's Guide</title>
Index: docs/en/winelib-guide.sgml diff -u -p docs/en/winelib-guide.sgml:1.1.1.1 docs/en/winelib-guide.sgml:1.2 --- docs/en/winelib-guide.sgml 13 May 2005 12: 6: 7 -0000 +++ /dev/null 13 May 2005 12: 6: 7 -0000 @@ -8,7 +8,7 @@
]>
-<book id="index"> +<book id="index" lang="en"> <bookinfo> <title>Winelib User's Guide</title> <!-- Until we learn how to format this thing nicely, Index: docs/en/wineusr-guide.sgml diff -u -p docs/en/wineusr-guide.sgml:1.1.1.1 docs/en/wineusr-guide.sgml:1.2 --- docs/en/wineusr-guide.sgml 13 May 2005 12: 6: 7 -0000 +++ /dev/null 13 May 2005 12: 6: 7 -0000 @@ -11,7 +11,7 @@ <!entity glossary SYSTEM "wineusr-glossary.sgml"> ]>
-<book id="index"> +<book id="index" lang="en"> <bookinfo> <title>Wine User Guide</title> <!-- Until we learn how to format this thing nicely,