public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2005-08-16 19:07 swift
  0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2005-08-16 19:07 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/16 19:07:31

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  Use two languages instead of one to make it clear that multiple languages are supported

Revision  Changes    Path
1.29      +5 -5      xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- guide-localization.xml	24 Jun 2005 18:04:15 -0000	1.28
+++ guide-localization.xml	16 Aug 2005 19:07:31 -0000	1.29
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.28 2005/06/24 18:04:15 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.29 2005/08/16 19:07:31 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.19</version>
-<date>2005-06-24</date>
+<version>1.20</version>
+<date>2005-08-16</date>
 
 <chapter>
 <title>Time zone</title>
@@ -455,8 +455,8 @@
 
 <pre caption="Example: emerge openoffice for german environment">
 # <i>nano -w /etc/make.conf</i>
-<comment>(Add in the LINGUAS variable. For instance, for the German language:)</comment>
-LINGUAS="de"
+<comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment>
+LINGUAS="de en"
 
 <comment>(Now install openoffice)</comment>
 # <i>emerge openoffice</i>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2005-08-20 16:35 swift
  0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2005-08-20 16:35 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/20 16:35:31

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  Update pre caption for both languages

Revision  Changes    Path
1.30      +4 -4      xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- guide-localization.xml	16 Aug 2005 19:07:31 -0000	1.29
+++ guide-localization.xml	20 Aug 2005 16:35:31 -0000	1.30
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.29 2005/08/16 19:07:31 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.30 2005/08/20 16:35:31 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.20</version>
-<date>2005-08-16</date>
+<version>1.21</version>
+<date>2005-08-20</date>
 
 <chapter>
 <title>Time zone</title>
@@ -453,7 +453,7 @@
 default language code.
 </p>
 
-<pre caption="Example: emerge openoffice for german environment">
+<pre caption="Example: emerge openoffice for german + english environment">
 # <i>nano -w /etc/make.conf</i>
 <comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment>
 LINGUAS="de en"



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2005-08-21 22:44 Xavier Neys
  0 siblings, 0 replies; 19+ messages in thread
From: Xavier Neys @ 2005-08-21 22:44 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/08/21 22:44:26

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  #103041 Add same warning about GMT* time zones as in handbook

Revision  Changes    Path
1.31      +8 -6      xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- guide-localization.xml	20 Aug 2005 16:35:31 -0000	1.30
+++ guide-localization.xml	21 Aug 2005 22:44:26 -0000	1.31
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.30 2005/08/20 16:35:31 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.31 2005/08/21 22:44:26 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.21</version>
-<date>2005-08-20</date>
+<version>1.22</version>
+<date>2005-08-22</date>
 
 <chapter>
 <title>Time zone</title>
@@ -38,9 +38,11 @@
 <body>
 
 <p>
-In order to keep time properly, <path>/etc/localtime</path> must point to
-the correct time zone data file.  Look around in
-<path>/usr/share/zoneinfo/</path> and pick your timezone or a near-by big city.
+In order to keep time properly, <path>/etc/localtime</path> must point to the
+correct time zone data file. Look around in <path>/usr/share/zoneinfo/</path>
+and pick your timezone or a near-by big city.  Please avoid the
+<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
+indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
 </p>
 
 <pre caption="setting the timezone">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2005-09-24 13:06 Flammie Pirinen
  0 siblings, 0 replies; 19+ messages in thread
From: Flammie Pirinen @ 2005-09-24 13:06 UTC (permalink / raw
  To: gentoo-doc-cvs

flammie     05/09/24 13:06:18

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  Bug #106824: rewrote OpenOffice.Org instructions and updated LINGUAS
  variable information

Revision  Changes    Path
1.32      +35 -35    xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- guide-localization.xml	21 Aug 2005 22:44:26 -0000	1.31
+++ guide-localization.xml	24 Sep 2005 13:06:18 -0000	1.32
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.31 2005/08/21 22:44:26 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.32 2005/09/24 13:06:18 flammie Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.22</version>
-<date>2005-08-22</date>
+<version>1.23</version>
+<date>2005-09-24</date>
 
 <chapter>
 <title>Time zone</title>
@@ -110,7 +110,7 @@
 
 </body>
 </section>
-<section>
+<section id="variables">
 <title>Environment variables for locales</title>
 <body>
 
@@ -215,6 +215,23 @@
 automatically install it when needed.
 </p>
 
+<p>
+There is also additional localisation variable called LINGUAS, which affects
+to localisation files that get installed in gettext-based programs, and decides
+used localisation for some specific software packages, such as 
+<c>kde-base/kde-i18n</c> and <c>app-office/openoffice</c>. The variable
+takes in <e>space</e>-separated list of language codes, and suggested
+place to set it is <path>/etc/make.conf</path>:
+</p>
+
+<pre caption="setting LINGUAS in make.conf">
+# <i>nano -w /etc/make.conf</i>
+<comment>(Add in the LINGUAS variable. For instance, 
+for German, Finnish and English:)</comment>
+LINGUAS="de fi en"
+</pre>
+
+
 </body>
 </section>
 <section>
@@ -332,19 +349,10 @@
 <body>
 
 <p>
-For KDE you have to install the kde-i18n package with the appropriate
-LINGUAS variable set:
+For KDE you have to install the <c>kde-base/kde-i18n</c> package. Kde-i18n
+respects <uri link="#variables">LINGUAS variable</uri> described earlier.
 </p>
 
-<pre caption="Install localized KDE">
-# <i>nano -w /etc/make.conf</i>
-<comment>(Add in the LINGUAS variable. For instance, for the German language:)</comment>
-LINGUAS="de"
-
-<comment>(Now install kde-i18n)</comment>
-# <i>emerge kde-i18n</i>
-</pre>
-
 </body>
 </section>
 </chapter>
@@ -439,31 +447,23 @@
 </body>
 </section>
 <section>
-<title>Language for OpenOffice.org</title>
+<title>OpenOffice.Org</title>
 <body>
 
-<note>
-Customized default language is not available for openoffice-bin ebuild. The
-default language in the openoffice-bin is ENUS.
-</note>
-
 <p>
-Please note that this package now uses the LINGUAS variable to
-provide localization. The old LANGUAGE=ENUS|PORT system does <e>not</e> work
-anymore. The default language for OpenOffice.org is set as "US English". If you
-wish to change the default language for OpenOffice.org, check the ebuild for the
-default language code.
+The current <c>app-office/openoffice</c> (or <c>-ximian</c>) source ebuilds 
+support  <uri link="#variables">LINGUAS variable</uri> for selecting installed
+GUI language packs. The current <e>stable</e>
+<c>app-office/openoffice-bin</c> binary ebuilds do <e>not</e> yet
+support LINGUAS variable, however, so in order to use localised OpenOffice.Org
+you must either install the source version, or, with your discretion, the
+unstable binary version. To see status of GUI translation,
+hyphenation, spell checking and other localisations on your language, please
+refer to 
+<uri link="http://l10n.openoffice.org/languages.html">OpenOffice.Org
+localisation web site</uri>.
 </p>
 
-<pre caption="Example: emerge openoffice for german + english environment">
-# <i>nano -w /etc/make.conf</i>
-<comment>(Add in the LINGUAS variable. For instance, for the German and English language:)</comment>
-LINGUAS="de en"
-
-<comment>(Now install openoffice)</comment>
-# <i>emerge openoffice</i>
-</pre>
-
 </body>
 </section>
 </chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2005-11-25 20:36 Jan Kundrat
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Kundrat @ 2005-11-25 20:36 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         05/11/25 20:36:02

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  #110038, "Do not symlink /etc/localtime, copy the file instead"

Revision  Changes    Path
1.33      +5 -5      xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- guide-localization.xml	24 Sep 2005 13:06:18 -0000	1.32
+++ guide-localization.xml	25 Nov 2005 20:36:01 -0000	1.33
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.32 2005/09/24 13:06:18 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.33 2005/11/25 20:36:01 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.23</version>
-<date>2005-09-24</date>
+<version>1.24</version>
+<date>2005-11-25</date>
 
 <chapter>
 <title>Time zone</title>
@@ -38,7 +38,7 @@
 <body>
 
 <p>
-In order to keep time properly, <path>/etc/localtime</path> must point to the
+In order to keep time properly, <path>/etc/localtime</path> must contain the
 correct time zone data file. Look around in <path>/usr/share/zoneinfo/</path>
 and pick your timezone or a near-by big city.  Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
@@ -46,7 +46,7 @@
 </p>
 
 <pre caption="setting the timezone">
-# <i>ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
+# <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
 # <i>date</i>
 Sun Feb 16 08:26:44 CET 2003
 </pre>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2005-11-25 20:43 Jan Kundrat
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Kundrat @ 2005-11-25 20:43 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         05/11/25 20:43:33

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  Typo fix - forgot to remove word "file" in the previous commit. Sorry :-(.

Revision  Changes    Path
1.34      +2 -2      xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.34&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.34&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.33&r2=1.34&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- guide-localization.xml	25 Nov 2005 20:36:01 -0000	1.33
+++ guide-localization.xml	25 Nov 2005 20:43:33 -0000	1.34
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.33 2005/11/25 20:36:01 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.34 2005/11/25 20:43:33 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -39,7 +39,7 @@
 
 <p>
 In order to keep time properly, <path>/etc/localtime</path> must contain the
-correct time zone data file. Look around in <path>/usr/share/zoneinfo/</path>
+correct time zone data. Look around in <path>/usr/share/zoneinfo/</path>
 and pick your timezone or a near-by big city.  Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-01-02 13:40 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2006-01-02 13:40 UTC (permalink / raw
  To: gentoo-doc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5555 bytes --]

rane        06/01/02 13:40:18

  Modified:    xml/htdocs/doc/en guide-localization.xml
  Log:
  adding information about using multiple keyboard layouts (#48820), information about deadkeys, environment updates, international keyboards (#113885) and fixing configuration file for consolefont location to conf.d/consolefont along with init.d/consolefont usage explanation

Revision  Changes    Path
1.35      +92 -5     xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- guide-localization.xml	25 Nov 2005 20:43:33 -0000	1.34
+++ guide-localization.xml	2 Jan 2006 13:40:18 -0000	1.35
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.34 2005/11/25 20:43:33 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.35 2006/01/02 13:40:18 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.24</version>
-<date>2005-11-25</date>
+<version>1.25</version>
+<date>2006-01-02</date>
 
 <chapter>
 <title>Time zone</title>
@@ -216,6 +216,28 @@
 </p>
 
 <p>
+Once you have set the right locale, be sure to update your environment
+variables to make your system aware of the change:
+</p>
+
+<pre caption="Update the environment">
+# <i>env-update &amp;&amp; source /etc/profile</i>
+</pre>
+
+<p>
+After this, you will need to kill your X server by pressing
+<c>Ctrl-Alt-Backspace</c>, log out, then log in as user.
+</p>
+
+<p>
+Now, verify that the changes have taken effect:
+</p>
+
+<pre caption="Verify env changes">
+$ <i>env | grep -i LC_</i>
+</pre>
+
+<p>
 There is also additional localisation variable called LINGUAS, which affects
 to localisation files that get installed in gettext-based programs, and decides
 used localisation for some specific software packages, such as 
@@ -256,6 +278,19 @@
 # <i>export LANG="en_US.ISO-8859-15"</i>
 </pre>
 
+<p>
+Be sure to update the environment after the change:
+</p>
+
+<pre caption="Update the environment">
+# <i>env-update &amp;&amp; source /etc/profile</i>
+</pre>
+
+<p>
+After this, you will need to kill your X server by pressing
+<c>Ctrl-Alt-Backspace</c>, log out, then log in as user.
+</p>
+
 </body>
 </section>
 <section>
@@ -335,10 +370,46 @@
      Identifier  "Keyboard1"
      ...
      Option "XkbLayout"    "de"
-     # Option "XkbVariant"  "nodeadkeys"
+     #Option "XkbModel"     "pc105"    <comment>## this is for international keyboards.</comment>
+     # Option "XkbVariant"  "nodeadkeys" <comment>## this would be used for xterm input</comment>
+     ...
+</pre>
+
+<p>
+If you have an international keyboard layout, you should set the option
+<c>XkbModel</c> to <c>pc102</c> or <c>pc105</c>, as this will allow mapping of the
+additional keys specific to your keyboard.
+</p>
+
+<p>
+Deadkeys allow you to press keys that will not show immediately but will be
+combined with another letter to produce a single character such as é,è,á,à,
+etc. Setting <c>XkbVariant</c> to <c>nodeadkeys</c> allows input these special
+characters into X terminals.
+</p>
+
+<p>
+If you would like to switch between more than one keyboard layout (for example
+English and Russian), all you have to do is add a few lines to
+<path>xorg.conf</path> that specify the desired layouts and the shortcut
+command.
+</p>
+
+<pre caption="Switching between two keyboard layouts">
+ Section "InputDevice"
+     Identifier  "Keyboard1"
      ...
+     Option "XkbLayout"    "us,ru"
+     Option "XkbOptions"   "grp:alt_shift_toggle,grp_led:scroll"
 </pre>
 
+<p>
+Here, <c>XkbOptions</c> allows you to toggle between keyboard layouts by simply
+pressing <c>Alt-Shift</c>. This will also toggle the Scroll Lock light on or
+off, thanks to the <c>grp_led:scroll</c> option. This is a handy visual
+indicator of which keyboard layout you are using at the moment.
+</p>
+
 </body>
 </section>
 </chapter>
@@ -365,7 +436,7 @@
 <p>
 In order to get your console to display the Euro symbol, you
 will need to set <c>CONSOLEFONT</c> in
-<path>/etc/rc.conf</path> to a file found in
+<path>/etc/conf.d/consolefont</path> to a file found in
 <path>/usr/share/consolefonts/</path> (without the
 <c>.psfu.gz</c>).  <c>lat9w-16</c> has the Euro symbol.
 </p>
@@ -374,6 +445,22 @@
 CONSOLEFONT="lat9w-16"
 </pre>
 
+<p>
+You should verify that <c>CONSOLEFONT</c> is in the boot runlevel:
+</p>
+
+<pre caption="Verify the proper runlevel">
+# <i>rc-update show | grep -i consolefont</i>
+</pre>
+
+<p>
+If no runlevel is displayed for <c>CONSOLEFONT</c>, then add it to the proper level:
+</p>
+
+<pre caption="Add consolefont to boot">
+# <i>rc-update add consolefont boot</i>
+</pre>
+
 </body>
 </section>
 </chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-03-11 17:56 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-03-11 17:56 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/03/11 17:56:14

  Modified:             guide-localization.xml
  Log:
  Updated openoffice.org linguas section for bug 124515

Revision  Changes    Path
1.36                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.36&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.35&r2=1.36&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- guide-localization.xml	2 Jan 2006 13:40:18 -0000	1.35
+++ guide-localization.xml	11 Mar 2006 17:56:14 -0000	1.36
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.35 2006/01/02 13:40:18 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.36 2006/03/11 17:56:14 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.25</version>
-<date>2006-01-02</date>
+<version>1.26</version>
+<date>2006-03-11</date>
 
 <chapter>
 <title>Time zone</title>
@@ -538,17 +538,13 @@
 <body>
 
 <p>
-The current <c>app-office/openoffice</c> (or <c>-ximian</c>) source ebuilds 
-support  <uri link="#variables">LINGUAS variable</uri> for selecting installed
-GUI language packs. The current <e>stable</e>
-<c>app-office/openoffice-bin</c> binary ebuilds do <e>not</e> yet
-support LINGUAS variable, however, so in order to use localised OpenOffice.Org
-you must either install the source version, or, with your discretion, the
-unstable binary version. To see status of GUI translation,
-hyphenation, spell checking and other localisations on your language, please
-refer to 
-<uri link="http://l10n.openoffice.org/languages.html">OpenOffice.Org
-localisation web site</uri>.
+The current stable <c>app-office/openoffice</c> and
+<c>app-office/openoffice-bin</c> ebuilds support the <uri
+link="#variables">LINGUAS variable</uri> for selecting installed GUI language
+packs. To see the status of GUI translation, hyphenation, spell checking and
+other localisations on your language, please refer to <uri
+link="http://l10n.openoffice.org/languages.html">OpenOffice.Org localisation
+web site</uri>.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-04-24 21:15 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-04-24 21:15 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/04/24 21:15:22

  Modified:             guide-localization.xml
  Log:
  Corrected ISO reference in guide-localization.xml for bug 131055

Revision  Changes    Path
1.37                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- guide-localization.xml	11 Mar 2006 17:56:14 -0000	1.36
+++ guide-localization.xml	24 Apr 2006 21:15:22 -0000	1.37
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.36 2006/03/11 17:56:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.37 2006/04/24 21:15:22 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.26</version>
-<date>2006-03-11</date>
+<version>1.27</version>
+<date>2006-04-24</date>
 
 <chapter>
 <title>Time zone</title>
@@ -105,7 +105,7 @@
 at <path>/usr/share/locale</path> on most systems. A locale name is generally
 named <c>ab_CD</c> where <c>ab</c> is your two (or three) letter
 language code (as specified in ISO-639) and <c>CD</c> is your two letter country
-code (as specified in ISO-3199).
+code (as specified in ISO-3166).
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-05-15 12:32 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-05-15 12:32 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/05/15 12:32:31

  Modified:             guide-localization.xml
  Log:
  Fixed guide-localization prompts for bug 105024

Revision  Changes    Path
1.38                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- guide-localization.xml	24 Apr 2006 21:15:22 -0000	1.37
+++ guide-localization.xml	15 May 2006 12:32:31 -0000	1.38
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.37 2006/04/24 21:15:22 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.38 2006/05/15 12:32:31 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.27</version>
-<date>2006-04-24</date>
+<version>1.28</version>
+<date>2006-05-15</date>
 
 <chapter>
 <title>Time zone</title>
@@ -499,8 +499,8 @@
 
 <pre caption="setting fonts for xterm">
 <comment>(in your home directory)</comment>
-# <i>echo 'XTerm*font: fixed' >> .Xresources </i>
-# <i>xrdb -merge .Xresources</i>
+$ <i>echo 'XTerm*font: fixed' >> .Xresources </i>
+$ <i>xrdb -merge .Xresources</i>
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-05-25 16:22 Xavier Neys
  0 siblings, 0 replies; 19+ messages in thread
From: Xavier Neys @ 2006-05-25 16:22 UTC (permalink / raw
  To: gentoo-doc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 5138 bytes --]

neysx       06/05/25 16:22:37

  Modified:             guide-localization.xml
  Log:
  #134032 Mention system locale vs user locale

Revision  Changes    Path
1.39                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- guide-localization.xml	15 May 2006 12:32:31 -0000	1.38
+++ guide-localization.xml	25 May 2006 16:22:37 -0000	1.39
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.38 2006/05/15 12:32:31 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.39 2006/05/25 16:22:37 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.28</version>
-<date>2006-05-15</date>
+<version>1.29</version>
+<date>2006-05-25</date>
 
 <chapter>
 <title>Time zone</title>
@@ -45,7 +45,7 @@
 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
 </p>
 
-<pre caption="setting the timezone">
+<pre caption="Setting the timezone">
 # <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
 # <i>date</i>
 Sun Feb 16 08:26:44 CET 2003
@@ -198,20 +198,36 @@
 the environment variable manually from command line:
 </p>
 
-<pre caption="setting the German locale">
+<pre caption="Setting the user locale in ~/.bashrc">
 export LANG="de_DE@euro"
 </pre>
 
 <note>
 Append <c>@euro</c> to your locale if you want to use the Euro
-currency symbol (&#8364;)
+currency symbol (€)
 </note>
 
 <p>
+It is also possible to set a system-wide locale for all users and programs:
+</p>
+
+<pre caption="Setting the default system locale in /etc/env.d/02locale">
+LC_ALL="de_DE@euro"
+LANG="de_DE@euro"
+</pre>
+
+<p>
+A common practice is to use only per user locale settings and leave the
+default system locale unset. In this case system locale defaults to a
+special value <c>"C"</c>, which for historical reasons maps to the English
+locale.
+</p>
+
+<p>
 For message based localization to work in programs that support it, you will
 probably need to have programs compiled with the <c>nls</c> (Native language
 support) USE flag set. Most of the programs using nls also need the gettext
-library to extract and use localized messages. Of course, Gentoo's Portage will
+library to extract and use localized messages. Of course, Portage will
 automatically install it when needed.
 </p>
 
@@ -221,7 +237,11 @@
 </p>
 
 <pre caption="Update the environment">
+<comment>(For system-wide default locale:)</comment>
 # <i>env-update &amp;&amp; source /etc/profile</i>
+
+<comment>(For user-specific locale:</comment>
+$ <i>source ~/.bashrc</i>
 </pre>
 
 <p>
@@ -246,7 +266,7 @@
 place to set it is <path>/etc/make.conf</path>:
 </p>
 
-<pre caption="setting LINGUAS in make.conf">
+<pre caption="Setting LINGUAS in make.conf">
 # <i>nano -w /etc/make.conf</i>
 <comment>(Add in the LINGUAS variable. For instance, 
 for German, Finnish and English:)</comment>
@@ -344,7 +364,7 @@
 to decide which one fits your needs best.
 </p>
 
-<pre caption="setting the console keymap">
+<pre caption="Setting the console keymap">
 KEYMAP="de"
 KEYMAP="de-latin1"
 KEYMAP="de-latin1-nodeadkeys"
@@ -365,7 +385,7 @@
 option.
 </p>
 
-<pre caption="setting the X keymap">
+<pre caption="Setting the X keymap">
  Section "InputDevice"
      Identifier  "Keyboard1"
      ...
@@ -441,7 +461,7 @@
 <c>.psfu.gz</c>).  <c>lat9w-16</c> has the Euro symbol.
 </p>
 
-<pre caption="setting the console font">
+<pre caption="Setting the console font">
 CONSOLEFONT="lat9w-16"
 </pre>
 
@@ -479,7 +499,7 @@
 in <c>iso8859-15</c> instead of <c>iso8859-1</c>.
 </p>
 
-<pre caption="setting default X fonts">
+<pre caption="Setting default X fonts">
 fixed        -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-15
 variable     -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15
 </pre>
@@ -497,7 +517,7 @@
 instance:
 </p>
 
-<pre caption="setting fonts for xterm">
+<pre caption="Setting fonts for xterm">
 <comment>(in your home directory)</comment>
 $ <i>echo 'XTerm*font: fixed' >> .Xresources </i>
 $ <i>xrdb -merge .Xresources</i>
@@ -524,7 +544,7 @@
 </p>
 
 <pre caption="setting the font for xemacs">
-(define-key global-map '(EuroSign) '[&#8364;])
+(define-key global-map '(EuroSign) '[€])
 </pre>
 
 <note>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-05-30 12:12 Jan Kundrat
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Kundrat @ 2006-05-30 12:12 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/05/30 12:12:32

  Modified:             guide-localization.xml
  Log:
  added missing parenthesis, *no content change*

Revision  Changes    Path
1.40                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.40&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.40&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.39&r2=1.40&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- guide-localization.xml	25 May 2006 16:22:37 -0000	1.39
+++ guide-localization.xml	30 May 2006 12:12:31 -0000	1.40
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.39 2006/05/25 16:22:37 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.40 2006/05/30 12:12:31 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -240,7 +240,7 @@
 <comment>(For system-wide default locale:)</comment>
 # <i>env-update &amp;&amp; source /etc/profile</i>
 
-<comment>(For user-specific locale:</comment>
+<comment>(For user-specific locale:)</comment>
 $ <i>source ~/.bashrc</i>
 </pre>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-06-19 11:08 Flammie Pirinen
  0 siblings, 0 replies; 19+ messages in thread
From: Flammie Pirinen @ 2006-06-19 11:08 UTC (permalink / raw
  To: gentoo-doc-cvs

flammie     06/06/19 11:08:29

  Modified:             guide-localization.xml
  Log:
  Timezones are not necessarily three letters. Thanks to fctk for reporting.

Revision  Changes    Path
1.41                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- guide-localization.xml	30 May 2006 12:12:31 -0000	1.40
+++ guide-localization.xml	19 Jun 2006 11:08:29 -0000	1.41
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.40 2006/05/30 12:12:31 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.41 2006/06/19 11:08:29 flammie Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.29</version>
-<date>2006-05-25</date>
+<version>1.30</version>
+<date>2006-06-19</date>
 
 <chapter>
 <title>Time zone</title>
@@ -52,7 +52,7 @@
 </pre>
 
 <note>
-Make sure that the three-letter timezone indicator (in this case "CET")
+Make sure that the timezone indicator (in this case "CET")
 is correct for your area.
 </note>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-07-19 11:46 Lukasz Damentko
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Damentko @ 2006-07-19 11:46 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/07/19 11:46:29

  Modified:             guide-localization.xml
  Log:
  #140098, use locale-gen instead of userlocales

Revision  Changes    Path
1.43                 xml/htdocs/doc/en/guide-localization.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.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/guide-localization.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- guide-localization.xml	19 Jun 2006 12:08:14 -0000	1.42
+++ guide-localization.xml	19 Jul 2006 11:46:29 -0000	1.43
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.42 2006/06/19 12:08:14 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.43 2006/07/19 11:46:29 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.30</version>
-<date>2006-06-19</date>
+<version>1.31</version>
+<date>2006-07-18</date>
 
 <chapter>
 <title>Time zone</title>
@@ -314,35 +314,30 @@
 </body>
 </section>
 <section>
-<title>The userlocales USE flag</title>
+<title>Generating locales for glibc</title>
 <body>
 
 <p>
-You will probably only use one or maybe two locales on your system. Up until now
-after compiling <c>glibc</c> a full set of all available locales has been
-created. As of now you can activate the <c>userlocales</c> USE flag and specify
-only the locales you will need in <path>/etc/locales.build</path>.
+You will probably only use one or maybe two locales on your system. You can
+specify locales you will need in <path>/etc/locale.gen</path>.
 </p>
 
-<pre caption="Activate the userlocales USE flag especially for glibc">
-echo "sys-libs/glibc userlocales" >> /etc/portage/package.use
+<pre caption="Adding locales to /etc/locale.gen">
+en_GB ISO-8859-1
+en_GB.UTF-8 UTF-8
+de_DE ISO-8859-1
+de_DE@euro ISO-8859-15
 </pre>
 
 <p>
-Now specify the locales you want to be able to use:
+The next step is to run <c>locale-gen</c>. It will generate all the locales you
+have specified in the <path>/etc/locale.gen</path> file.
 </p>
 
-<pre caption="Adding locales to /etc/locales.build">
-en_US/ISO-8859-1
-en_US.UTF-8/UTF-8
-de_DE/ISO-8859-1
-de_DE@euro/ISO-8859-15
-</pre>
-
-<p>
-The next step is to re-compile <c>glibc</c>. Of course you can defer this until
-the next <c>glibc</c> upgrade is available.
-</p>
+<note>
+<c>locale-gen</c> is available in <c>glibc-2.3.6-r4</c> and newer. If you have
+an older version of glibc, you should update it now.
+</note>
 
 </body>
 </section>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-10-22 23:16 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-10-22 23:16 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/10/22 23:16:14

  Modified:             guide-localization.xml
  Log:
  added locale check for bug 152349

Revision  Changes    Path
1.44                 xml/htdocs/doc/en/guide-localization.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.43&r2=1.44

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- guide-localization.xml	19 Jul 2006 11:46:29 -0000	1.43
+++ guide-localization.xml	22 Oct 2006 23:16:13 -0000	1.44
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.43 2006/07/19 11:46:29 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.44 2006/10/22 23:16:13 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.31</version>
-<date>2006-07-18</date>
+<version>1.32</version>
+<date>2006-10-22</date>
 
 <chapter>
 <title>Time zone</title>
@@ -339,6 +339,11 @@
 an older version of glibc, you should update it now.
 </note>
 
+<p>
+You can verify that your selected locales are available by running <c>locale
+-a</c>.
+</p>
+
 </body>
 </section>
 </chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2006-11-10 21:24 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-11-10 21:24 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/10 21:24:14

  Modified:             guide-localization.xml
  Log:
  Updated font & X11 resource paths for bug 154703

Revision  Changes    Path
1.45                 xml/htdocs/doc/en/guide-localization.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.44&r2=1.45

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- guide-localization.xml	22 Oct 2006 23:16:13 -0000	1.44
+++ guide-localization.xml	10 Nov 2006 21:24:14 -0000	1.45
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.44 2006/10/22 23:16:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.45 2006/11/10 21:24:14 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.32</version>
-<date>2006-10-22</date>
+<version>1.33</version>
+<date>2006-11-10</date>
 
 <chapter>
 <title>Time zone</title>
@@ -492,11 +492,10 @@
 <body>
 
 <p>
-Getting the Euro symbol to work properly in X is a little
-bit tougher.  The first thing you should do is change the <c>fixed</c>
-and <c>variable</c> definitions in
-<path>/usr/X11R6/lib/X11/fonts/misc/fonts.alias</path> to end
-in <c>iso8859-15</c> instead of <c>iso8859-1</c>.
+Getting the Euro symbol to work properly in X is a little bit tougher.  The
+first thing you should do is change the <c>fixed</c> and <c>variable</c>
+definitions in <path>/usr/share/fonts/misc/fonts.alias</path> to end in
+<c>iso8859-15</c> instead of <c>iso8859-1</c>.
 </p>
 
 <pre caption="Setting default X fonts">
@@ -505,16 +504,13 @@
 </pre>
 
 <p>
-Some applications use their own font, and you will have to
-tell them separately to use a font with the Euro symbol.  You
-can do this at a user-specific level in
-<path>.Xdefaults</path> (you can copy this file to
-<path>/etc/skel/</path> for use by new users), or at a global
-level for any application with a resource file in
-<path>/usr/X11R6/lib/X11/app-defaults/</path> (like xterm).  In
-these files you generally have to change an existing line,
-rather than adding a new one.  To change our xterm font, for
-instance:
+Some applications use their own font, and you will have to tell them separately
+to use a font with the Euro symbol.  You can do this at a user-specific level in
+<path>.Xdefaults</path> (you can copy this file to <path>/etc/skel/</path> for
+use by new users), or at a global level for any application with a resource file
+in <path>/usr/share/X11/app-defaults/</path> (like xterm).  In these files you
+generally have to change an existing line, rather than adding a new one.  To
+change our xterm font, for instance:
 </p>
 
 <pre caption="Setting fonts for xterm">



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2007-07-08  1:42 Josh Saddler
  0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2007-07-08  1:42 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/07/08 01:42:20

  Modified:             guide-localization.xml
  Log:
  updated rc-update commands for bug 184515

Revision  Changes    Path
1.47                 xml/htdocs/doc/en/guide-localization.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.46&r2=1.47

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- guide-localization.xml	7 May 2007 18:11:40 -0000	1.46
+++ guide-localization.xml	8 Jul 2007 01:42:20 -0000	1.47
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.46 2007/05/07 18:11:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.47 2007/07/08 01:42:20 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.34</version>
-<date>2007-05-07</date>
+<version>1.35</version>
+<date>2007-07-07</date>
 
 <chapter>
 <title>Time zone</title>
@@ -475,7 +475,7 @@
 </p>
 
 <pre caption="Verify the proper runlevel">
-# <i>rc-update show | grep -i consolefont</i>
+# <i>rc-update -v show | grep -i consolefont</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2007-10-04 20:19 Xavier Neys
  0 siblings, 0 replies; 19+ messages in thread
From: Xavier Neys @ 2007-10-04 20:19 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       07/10/04 20:19:59

  Modified:             guide-localization.xml
  Log:
  Mention variants as suggest on the -doc ML

Revision  Changes    Path
1.48                 xml/htdocs/doc/en/guide-localization.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.47&r2=1.48

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- guide-localization.xml	8 Jul 2007 01:42:20 -0000	1.47
+++ guide-localization.xml	4 Oct 2007 20:19:59 -0000	1.48
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.47 2007/07/08 01:42:20 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.48 2007/10/04 20:19:59 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.35</version>
-<date>2007-07-07</date>
+<version>1.36</version>
+<date>2007-10-04</date>
 
 <chapter>
 <title>Time zone</title>
@@ -104,13 +104,15 @@
 <body>
 
 <p>
-A Locale is a set of information that most programs use for determining
-country and language specific settings. The locales and their data
-are part of the system library and can be found 
-at <path>/usr/share/locale</path> on most systems. A locale name is generally
-named <c>ab_CD</c> where <c>ab</c> is your two (or three) letter
-language code (as specified in ISO-639) and <c>CD</c> is your two letter country
-code (as specified in ISO-3166).
+A Locale is a set of information that most programs use for determining country
+and language specific settings. The locales and their data are part of the
+system library and can be found at <path>/usr/share/locale</path> on most
+systems. A locale name is generally named <c>ab_CD</c> where <c>ab</c> is your
+two (or three) letter language code (as specified in ISO-639) and <c>CD</c> is
+your two letter country code (as specified in ISO-3166). Variants are often
+appended to locale names, e.g. <c>en_GB.utf8</c> or <c>de_DE@euro</c>. Please
+explore <uri link="http://en.wikipedia.org/wiki/Locale">Wikipedia</uri> to read
+more about locales and related articles.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-localization.xml
@ 2008-11-30 11:28 Jan Kundrat
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Kundrat @ 2008-11-30 11:28 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         08/11/30 11:28:59

  Modified:             guide-localization.xml
  Log:
  #249273: Remove a bit misleading sentence about variable priority
  
  Reported and clarified by r0bertz on IRC. The order in the table no longer
  matches the priority (as we don't want users to mess with LC_ALL).

Revision  Changes    Path
1.50                 xml/htdocs/doc/en/guide-localization.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.49&r2=1.50

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- guide-localization.xml	10 Oct 2008 16:03:49 -0000	1.49
+++ guide-localization.xml	30 Nov 2008 11:28:59 -0000	1.50
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.49 2008/10/10 16:03:49 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.50 2008/11/30 11:28:59 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.37</version>
-<date>2008-10-10</date>
+<version>1.38</version>
+<date>2008-11-30</date>
 
 <chapter>
 <title>Time zone</title>
@@ -126,8 +126,7 @@
 set in the <path>/etc/env.d/02locale</path> (for system-wide
 settings) and <path>~/.bashrc</path> (for user-specific settings) file.
 The variables controlling different aspects of locale settings
-are given in the table below, those with highest precedence (i.e. those
-that override settings below them) are at the top of the table. All variables
+are given in the table below. All of them
 take one name of a locale in <c>ab_CD</c> format given above.
 </p>
 






^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2008-11-30 11:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08  1:42 [gentoo-doc-cvs] cvs commit: guide-localization.xml Josh Saddler
  -- strict thread matches above, loose matches on Subject: below --
2008-11-30 11:28 Jan Kundrat
2007-10-04 20:19 Xavier Neys
2006-11-10 21:24 Josh Saddler
2006-10-22 23:16 Josh Saddler
2006-07-19 11:46 Lukasz Damentko
2006-06-19 11:08 Flammie Pirinen
2006-05-30 12:12 Jan Kundrat
2006-05-25 16:22 Xavier Neys
2006-05-15 12:32 Josh Saddler
2006-04-24 21:15 Josh Saddler
2006-03-11 17:56 Josh Saddler
2006-01-02 13:40 Lukasz Damentko
2005-11-25 20:43 Jan Kundrat
2005-11-25 20:36 Jan Kundrat
2005-09-24 13:06 Flammie Pirinen
2005-08-21 22:44 Xavier Neys
2005-08-20 16:35 swift
2005-08-16 19:07 swift

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox