public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2008-11-30 11:29 Jan Kundrat (jkt)
  0 siblings, 0 replies; 17+ messages in thread
From: Jan Kundrat (jkt) @ 2008-11-30 11:29 UTC (permalink / raw
  To: gentoo-commits

jkt         08/11/30 11:29:00

  Log:
  



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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-02-11  9:02 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-02-11  9:02 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/02/11 09:02:53

  Modified:             guide-localization.xml
  Log:
  updated TZ stuff for bug 250717

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- guide-localization.xml	30 Nov 2008 11:28:59 -0000	1.50
+++ guide-localization.xml	11 Feb 2009 09:02:53 -0000	1.51
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.50 2008/11/30 11:28:59 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.51 2009/02/11 09:02:53 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -22,6 +22,9 @@
 <author title="Editor">
   <mail link="flammie@gentoo.org">Flammie Pirinen</mail>
 </author>
+<author title="Editor">
+  <mail link="nightmorph"/>
+</author>
 
 <abstract>
 This guide should help users localize their Gentoo Linux distribution to any
@@ -29,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.38</version>
-<date>2008-11-30</date>
+<version>1.39</version>
+<date>2009-02-11</date>
 
 <chapter>
 <title>Time zone</title>
@@ -49,6 +52,9 @@
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use Brussels)</comment>
+<comment>(First copy the proper zone to localetime)</comment>
+# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+<comment>(Now specify your timezone)</comment>
 # <i>nano -w /etc/conf.d/clock</i>
 TIMEZONE="Europe/Brussels"
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-02-15  7:16 Lukasz Damentko (rane)
  0 siblings, 0 replies; 17+ messages in thread
From: Lukasz Damentko (rane) @ 2009-02-15  7:16 UTC (permalink / raw
  To: gentoo-commits

rane        09/02/15 07:16:18

  Modified:             guide-localization.xml
  Log:
  fixing a typo (localetime -> localtime)

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- guide-localization.xml	11 Feb 2009 09:02:53 -0000	1.51
+++ guide-localization.xml	15 Feb 2009 07:16:17 -0000	1.52
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.51 2009/02/11 09:02:53 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.52 2009/02/15 07:16:17 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -52,7 +52,7 @@
 <pre caption="Setting the timezone information">
 # <i>ls /usr/share/zoneinfo</i>
 <comment>(Suppose you want to use Brussels)</comment>
-<comment>(First copy the proper zone to localetime)</comment>
+<comment>(First copy the proper zone to localtime)</comment>
 # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
 <comment>(Now specify your timezone)</comment>
 # <i>nano -w /etc/conf.d/clock</i>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-02-25 20:56 Jan Kundrat (jkt)
  0 siblings, 0 replies; 17+ messages in thread
From: Jan Kundrat (jkt) @ 2009-02-25 20:56 UTC (permalink / raw
  To: gentoo-commits

jkt         09/02/25 20:56:22

  Modified:             guide-localization.xml
  Log:
  #260262, make it crystal-clear that users are not supposed to mess with LC_ALL at all

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- guide-localization.xml	15 Feb 2009 07:16:17 -0000	1.52
+++ guide-localization.xml	25 Feb 2009 20:56:21 -0000	1.53
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.52 2009/02/15 07:16:17 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.53 2009/02/25 20:56:21 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.39</version>
-<date>2009-02-11</date>
+<version>1.40</version>
+<date>2009-02-25</date>
 
 <chapter>
 <title>Time zone</title>
@@ -206,8 +206,8 @@
 </note>
 
 <warn>
-For the same reason, using LC_ALL is strongly discouraged. Please use it only
-when testing and never set it in a startup file.
+Using LC_ALL is strongly discouraged as it can't be overriden later on. Please
+use it only when testing and never set it in a startup file.
 </warn>
 
 <p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-02-25 21:18 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-02-25 21:18 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/02/25 21:18:19

  Modified:             guide-localization.xml
  Log:
  typo fix, no content change.

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- guide-localization.xml	25 Feb 2009 20:56:21 -0000	1.53
+++ guide-localization.xml	25 Feb 2009 21:18:19 -0000	1.54
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.53 2009/02/25 20:56:21 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.54 2009/02/25 21:18:19 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -206,7 +206,7 @@
 </note>
 
 <warn>
-Using LC_ALL is strongly discouraged as it can't be overriden later on. Please
+Using LC_ALL is strongly discouraged as it can't be overridden later on. Please
 use it only when testing and never set it in a startup file.
 </warn>
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-06-14  9:16 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-06-14  9:16 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/06/14 09:16:35

  Modified:             guide-localization.xml
  Log:
  updated localization guide for valid locale entries as obtained from /usr/share/i18n/SUPPORTED. bug 273779

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- guide-localization.xml	25 Feb 2009 21:18:19 -0000	1.54
+++ guide-localization.xml	14 Jun 2009 09:16:34 -0000	1.55
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.54 2009/02/25 21:18:19 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.55 2009/06/14 09:16:34 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.40</version>
-<date>2009-02-25</date>
+<version>1.41</version>
+<date>2009-06-14</date>
 
 <chapter>
 <title>Time zone</title>
@@ -116,7 +116,7 @@
 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
+appended to locale names, e.g. <c>en_GB.UTF-8</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>
@@ -207,20 +207,21 @@
 
 <warn>
 Using LC_ALL is strongly discouraged as it can't be overridden later on. Please
-use it only when testing and never set it in a startup file.
+use it only when testing and <e>never</e> set it in a startup file.
 </warn>
 
 <p>
-Most typically users only set the LANG variable on the global basis:
+Most typically users only set the LANG variable on the global basis. This
+example is for a unicode German locale:
 </p>
 
 <pre caption="Setting the default system locale in /etc/env.d/02locale">
-LANG="de_DE.utf8@euro"
+LANG="de_DE.UTF-8 UTF-8"
 LC_COLLATE="C"
 </pre>
 
 <note>
-Append <c>@euro</c> to your locale if you want to use the Euro
+Use <c>de_DE@euro ISO-8859-15</c> as your LANG if you want to use the Euro
 currency symbol (€)
 </note>
 
@@ -232,7 +233,7 @@
 </p>
 
 <pre caption="Setting the user locale in ~/.bashrc">
-export LANG="de_DE.utf8@euro"
+export LANG="de_DE.UTF-8 UTF-8"
 export LC_COLLATE="C"
 </pre>
 
@@ -243,7 +244,7 @@
 </p>
 
 <pre caption="Using traditional C locale while specifying UTF-8">
-LC_CTYPE=de_DE.utf8
+LC_CTYPE=de_DE.UTF-8 UTF-8
 </pre>
 
 <p>
@@ -482,11 +483,10 @@
 <body>
 
 <p>
-In order to get your console to display the Euro symbol, you
-will need to set <c>CONSOLEFONT</c> 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.
+In order to get your console to display the Euro symbol, you will need to set
+<c>CONSOLEFONT</c> 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>
 
 <pre caption="Setting the console font">






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-06-15 19:59 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-06-15 19:59 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/06/15 19:59:58

  Modified:             guide-localization.xml
  Log:
  fixing some screwy behavior by locale-gen. its inconsistency is documented in bug 273779

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- guide-localization.xml	14 Jun 2009 09:16:34 -0000	1.55
+++ guide-localization.xml	15 Jun 2009 19:59:58 -0000	1.56
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.55 2009/06/14 09:16:34 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.56 2009/06/15 19:59:58 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.41</version>
-<date>2009-06-14</date>
+<version>1.42</version>
+<date>2009-06-15</date>
 
 <chapter>
 <title>Time zone</title>
@@ -216,13 +216,13 @@
 </p>
 
 <pre caption="Setting the default system locale in /etc/env.d/02locale">
-LANG="de_DE.UTF-8 UTF-8"
+LANG="de_DE.UTF-8"
 LC_COLLATE="C"
 </pre>
 
 <note>
 Use <c>de_DE@euro ISO-8859-15</c> as your LANG if you want to use the Euro
-currency symbol (€)
+currency symbol (€).
 </note>
 
 <p>
@@ -233,7 +233,7 @@
 </p>
 
 <pre caption="Setting the user locale in ~/.bashrc">
-export LANG="de_DE.UTF-8 UTF-8"
+export LANG="de_DE.UTF-8"
 export LC_COLLATE="C"
 </pre>
 
@@ -244,7 +244,7 @@
 </p>
 
 <pre caption="Using traditional C locale while specifying UTF-8">
-LC_CTYPE=de_DE.UTF-8 UTF-8
+LC_CTYPE=de_DE.UTF-8
 </pre>
 
 <p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-06-22 20:09 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-06-22 20:09 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/06/22 20:09:35

  Modified:             guide-localization.xml
  Log:
  @euro locale, bug 273779

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- guide-localization.xml	15 Jun 2009 19:59:58 -0000	1.56
+++ guide-localization.xml	22 Jun 2009 20:09:34 -0000	1.57
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.56 2009/06/15 19:59:58 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.57 2009/06/22 20:09:34 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.42</version>
-<date>2009-06-15</date>
+<version>1.43</version>
+<date>2009-06-22</date>
 
 <chapter>
 <title>Time zone</title>
@@ -221,8 +221,8 @@
 </pre>
 
 <note>
-Use <c>de_DE@euro ISO-8859-15</c> as your LANG if you want to use the Euro
-currency symbol (€).
+Use <c>de_DE@euro</c> as your LANG if you want to use the Euro currency symbol
+(€).
 </note>
 
 <p>
@@ -355,7 +355,7 @@
 en_GB ISO-8859-1
 en_GB.UTF-8 UTF-8
 de_DE ISO-8859-1
-de_DE@euro ISO-8859-15
+de_DE@euro
 </pre>
 
 <p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-07-12  1:06 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-07-12  1:06 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/07/12 01:06:04

  Modified:             guide-localization.xml
  Log:
  no more whining from bug 273779, dammit

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- guide-localization.xml	22 Jun 2009 20:09:34 -0000	1.57
+++ guide-localization.xml	12 Jul 2009 01:06:03 -0000	1.58
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.57 2009/06/22 20:09:34 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.58 2009/07/12 01:06:03 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.43</version>
-<date>2009-06-22</date>
+<version>1.44</version>
+<date>2009-07-11</date>
 
 <chapter>
 <title>Time zone</title>
@@ -355,7 +355,7 @@
 en_GB ISO-8859-1
 en_GB.UTF-8 UTF-8
 de_DE ISO-8859-1
-de_DE@euro
+de_DE@euro ISO-8859-15
 </pre>
 
 <p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-11-15 21:01 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-15 21:01 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/11/15 21:01:20

  Modified:             guide-localization.xml
  Log:
  use the proper KDE4 localization packages instead of the KDE3 versions, which are being removed from Portage

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- guide-localization.xml	12 Jul 2009 01:06:03 -0000	1.58
+++ guide-localization.xml	15 Nov 2009 21:01:20 -0000	1.59
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.58 2009/07/12 01:06:03 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.59 2009/11/15 21:01:20 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.44</version>
-<date>2009-07-11</date>
+<version>1.45</version>
+<date>2009-11-15</date>
 
 <chapter>
 <title>Time zone</title>
@@ -290,7 +290,7 @@
 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
+<c>kde-base/kde-l10</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>
@@ -469,8 +469,9 @@
 <body>
 
 <p>
-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.
+For KDE you have to install the <c>kde-base/kde-l10</c> and
+<c>app-office/koffice-l10n</c> packages. These respect the <uri
+link="#variables">LINGUAS variable</uri> described earlier.
 </p>
 
 </body>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2009-11-15 23:51 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-11-15 23:51 UTC (permalink / raw
  To: gentoo-commits

nightmorph    09/11/15 23:51:02

  Modified:             guide-localization.xml
  Log:
  typo

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- guide-localization.xml	15 Nov 2009 21:01:20 -0000	1.59
+++ guide-localization.xml	15 Nov 2009 23:51:02 -0000	1.60
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.59 2009/11/15 21:01:20 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.60 2009/11/15 23:51:02 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -290,7 +290,7 @@
 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-l10</c> and <c>app-office/openoffice</c>. The variable
+<c>kde-base/kde-l10n</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>
@@ -469,7 +469,7 @@
 <body>
 
 <p>
-For KDE you have to install the <c>kde-base/kde-l10</c> and
+For KDE you have to install the <c>kde-base/kde-l10n</c> and
 <c>app-office/koffice-l10n</c> packages. These respect the <uri
 link="#variables">LINGUAS variable</uri> described earlier.
 </p>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2010-02-14 20:24 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-02-14 20:24 UTC (permalink / raw
  To: gentoo-commits

nightmorph    10/02/14 20:24:38

  Modified:             guide-localization.xml
  Log:
  Remove deprecated localedef section in favor of just using locale-gen. bug 305131; thanks vapier for reporting.

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

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

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- guide-localization.xml	15 Nov 2009 23:51:02 -0000	1.60
+++ guide-localization.xml	14 Feb 2010 20:24:37 -0000	1.61
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.60 2009/11/15 23:51:02 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.61 2010/02/14 20:24:37 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -32,8 +32,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.45</version>
-<date>2009-11-15</date>
+<version>1.46</version>
+<date>2010-02-14</date>
 
 <chapter>
 <title>Time zone</title>
@@ -310,43 +310,6 @@
 <body>
 
 <p>
-If you use a locale that isn't available by default, you should use
-<c>localedef</c> to generate your locale. For instance:
-</p>
-
-<pre caption="Generating a locale using localedef">
-# <i>localedef -c -i en_US -f ISO-8859-15 en_US.ISO-8859-15</i>
-</pre>
-
-<p>
-After having generated the locale, you can export the LANG variable as you see
-fit.
-</p>
-
-<pre caption="Exporting the LANG variable">
-# <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>
-<title>Generating locales for glibc</title>
-<body>
-
-<p>
 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>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2011-09-12 19:42 Sven Vermeulen (swift)
  0 siblings, 0 replies; 17+ messages in thread
From: Sven Vermeulen (swift) @ 2011-09-12 19:42 UTC (permalink / raw
  To: gentoo-commits

swift       11/09/12 19:42:27

  Modified:             guide-localization.xml
  Log:
  Fix bug #382525 - Updates for OpenRC on localization guide. Patch by Francisco "klondike"

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.62&r2=1.63

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- guide-localization.xml	4 Sep 2011 17:53:40 -0000	1.62
+++ guide-localization.xml	12 Sep 2011 19:42:27 -0000	1.63
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.62 2011/09/04 17:53:40 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.63 2011/09/12 19:42:27 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -25,6 +25,9 @@
 <author title="Editor">
   <mail link="nightmorph"/>
 </author>
+<author title="Editor">
+  <mail link="klondike"/>
+</author>
 
 <abstract>
 This guide should help users localize their Gentoo Linux distribution to any
@@ -32,8 +35,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.46</version>
-<date>2010-02-14</date>
+<version>2</version>
+<date>2011-09-12</date>
 
 <chapter>
 <title>Time zone</title>
@@ -44,7 +47,7 @@
 In order to keep time properly, you need to select your timezone so that your
 system knows where it is located. Look for your timezone in
 <path>/usr/share/zoneinfo</path>. You then set your timezone in
-<path>/etc/conf.d/clock</path>. Please avoid the
+<path>/etc/timezone</path>. 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>
@@ -55,8 +58,8 @@
 <comment>(First copy the proper zone to localtime)</comment>
 # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
 <comment>(Now specify your timezone)</comment>
-# <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Brussels"
+# <i>nano -w /etc/timezone</i>
+Europe/Brussels
 
 # <i>date</i>
 Wed Mar  8 00:46:05 CET 2006
@@ -88,15 +91,16 @@
 UTC (or GMT, Greenwich Mean Time) and then your timezone is
 taken into account to determine the actual, local time.  If,
 for some reason, you need your hardware clock not to be in UTC,
-you will need to edit <path>/etc/conf.d/clock</path> and change the
-value of <c>CLOCK</c> from <c>UTC</c> to <c>local</c>.
+you will need to edit <path>/etc/conf.d/hwclock</path> (or if you use Gentoo
+BSD: <path>/etc/conf.d/adjkerntz</path>) and change the
+value of <c>clock</c> from <c>UTC</c> to <c>local</c>.
 </p>
 
 <pre caption="local vs. GMT clock">
 <comment>(recommended:)</comment>
-CLOCK="UTC"
+clock="UTC"
 <comment>(or:)</comment>
-CLOCK="local"
+clock="local"
 </pre>
 
 </body>
@@ -222,7 +226,7 @@
 
 <note>
 Use <c>de_DE@euro</c> as your LANG if you want to use the Euro currency symbol
-(€).
+(€) on non UTF-8 based locales.
 </note>
 
 <p>
@@ -347,7 +351,7 @@
 
 <p>
 The keyboard layout used by the console is set in
-<path>/etc/conf.d/keymaps</path> by the <c>KEYMAP</c> variable.
+<path>/etc/conf.d/keymaps</path> by the <c>keymap</c> variable.
 Valid values can be found in
 <path>/usr/share/keymaps/<c>{arch}</c>/</path>.
 <path>i386</path> has further subdivisions into layout
@@ -357,9 +361,9 @@
 </p>
 
 <pre caption="Setting the console keymap">
-KEYMAP="de"
-KEYMAP="de-latin1"
-KEYMAP="de-latin1-nodeadkeys"
+keymap="de"
+keymap="de-latin1"
+keymap="de-latin1-nodeadkeys"
 </pre>
 
 </body>
@@ -378,13 +382,13 @@
 </p>
 
 <pre caption="Setting the X keymap">
- Section "InputDevice"
-     Identifier  "Keyboard1"
-     ...
-     Option "XkbLayout"    "de"
-     #Option "XkbModel"     "pc105"    <comment>## this is for international keyboards.</comment>
-     # Option "XkbVariant"  "nodeadkeys" <comment>## this would be used for xterm input</comment>
-     ...
+Section "InputClass"
+	Identifier "keyboard-all"
+	Driver "evdev"
+	Option "XkbLayout" "de"
+	#Option "XkbModel" "pc105"
+	MatchIsKeyboard "on"
+EndSection
 </pre>
 
 <p>
@@ -408,11 +412,13 @@
 </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"
+Section "InputClass"
+	Identifier "keyboard-all"
+	Driver "evdev"
+	Option "XkbLayout"    "us,ru"
+	Option "XkbOptions"   "grp:alt_shift_toggle,grp_led:scroll"
+	MatchIsKeyboard "on"
+EndSection
 </pre>
 
 <p>
@@ -448,25 +454,25 @@
 
 <p>
 In order to get your console to display the Euro symbol, you will need to set
-<c>CONSOLEFONT</c> in <path>/etc/conf.d/consolefont</path> to a file found in
+<c>consolefont</c> 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>
 
 <pre caption="Setting the console font">
-CONSOLEFONT="lat9w-16"
+consolefont="lat9w-16"
 </pre>
 
 <p>
-You should verify that <c>CONSOLEFONT</c> is in the boot runlevel:
+You should verify that <c>consolefont</c> is in the boot runlevel:
 </p>
 
 <pre caption="Verify the proper runlevel">
-# <i>rc-update -v show | grep -i consolefont</i>
+# <i>rc-update -v show | grep consolefont</i>
 </pre>
 
 <p>
-If no runlevel is displayed for <c>CONSOLEFONT</c>, then add it to the proper level:
+If no runlevel is displayed for <c>consolefont</c>, then add it to the proper level:
 </p>
 
 <pre caption="Add consolefont to boot">






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2012-05-27 22:28 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2012-05-27 22:28 UTC (permalink / raw
  To: gentoo-commits

nightmorph    12/05/27 22:28:07

  Modified:             guide-localization.xml
  Log:
  koffice removed from portage, replaced with calligra

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.63&r2=1.64

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- guide-localization.xml	12 Sep 2011 19:42:27 -0000	1.63
+++ guide-localization.xml	27 May 2012 22:28:07 -0000	1.64
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.63 2011/09/12 19:42:27 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.64 2012/05/27 22:28:07 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -35,8 +35,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>2</version>
-<date>2011-09-12</date>
+<version>3</version>
+<date>2012-05-27</date>
 
 <chapter>
 <title>Time zone</title>
@@ -439,7 +439,7 @@
 
 <p>
 For KDE you have to install the <c>kde-base/kde-l10n</c> and
-<c>app-office/koffice-l10n</c> packages. These respect the <uri
+<c>app-office/calligra-l10n</c> packages. These respect the <uri
 link="#variables">LINGUAS variable</uri> described earlier.
 </p>
 






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2012-10-31 18:37 Sven Vermeulen (swift)
  0 siblings, 0 replies; 17+ messages in thread
From: Sven Vermeulen (swift) @ 2012-10-31 18:37 UTC (permalink / raw
  To: gentoo-commits

swift       12/10/31 18:37:54

  Modified:             guide-localization.xml
  Log:
  Fix bug #433824 - Add in reference towards linguas.desc

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.65&r2=1.66

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- guide-localization.xml	24 Jul 2012 12:12:51 -0000	1.65
+++ guide-localization.xml	31 Oct 2012 18:37:53 -0000	1.66
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.65 2012/07/24 12:12:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.66 2012/10/31 18:37:53 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -35,8 +35,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>3</version>
-<date>2012-07-24</date>
+<version>4</version>
+<date>2012-10-31</date>
 
 <chapter>
 <title>Time zone</title>
@@ -230,6 +230,18 @@
 </note>
 
 <p>
+A list of locales that can be used is provided as
+<path>/usr/portage/profiles/desc/linguas.desc</path>:
+</p>
+
+<pre caption="Getting usable locales for the French language">
+$ <i>grep -i french /usr/portage/profiles/desc/linguas.desc</i>
+fr - French locale
+fr_CA - French locale for Canada
+fr_FR - French locale for France
+</pre>
+
+<p>
 It's also possible, and pretty common especially in a more traditional UNIX
 environment, to leave the global settings unchanged, i.e. in the "<c>C</c>"
 locale. Users can still specify their preferred locale in their own shell RC





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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2013-01-14  6:14 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2013-01-14  6:14 UTC (permalink / raw
  To: gentoo-commits

nightmorph    13/01/14 06:14:14

  Modified:             guide-localization.xml
  Log:
  change references and hyperlinks from openoffice.org to libreoffice, bug 451196

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.66&r2=1.67

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- guide-localization.xml	31 Oct 2012 18:37:53 -0000	1.66
+++ guide-localization.xml	14 Jan 2013 06:14:14 -0000	1.67
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.66 2012/10/31 18:37:53 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.67 2013/01/14 06:14:14 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -35,8 +35,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>4</version>
-<date>2012-10-31</date>
+<version>5</version>
+<date>2013-01-13</date>
 
 <chapter>
 <title>Time zone</title>
@@ -306,7 +306,7 @@
 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-l10n</c> and <c>app-office/openoffice</c>. The variable
+<c>kde-base/kde-l10n</c> and <c>app-office/libreofficeoffice</c>. The variable
 takes in <e>space</e>-separated list of language codes, and suggested
 place to set it is <path>/etc/portage/make.conf</path>:
 </p>
@@ -560,17 +560,17 @@
 </body>
 </section>
 <section>
-<title>OpenOffice.Org</title>
+<title>LibreOffice</title>
 <body>
 
 <p>
-The current stable <c>app-office/openoffice</c> and
-<c>app-office/openoffice-bin</c> ebuilds support the <uri
+The current stable <c>app-office/libreoffice</c> and
+<c>app-office/libreoffice-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>.
+link="https://translations.documentfoundation.org/">LibreOffice translation web
+site</uri>.
 </p>
 
 </body>





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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
@ 2013-01-15  9:06 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 17+ messages in thread
From: Joshua Saddler (nightmorph) @ 2013-01-15  9:06 UTC (permalink / raw
  To: gentoo-commits

nightmorph    13/01/15 09:06:46

  Modified:             guide-localization.xml
  Log:
  typo fix, no content change/revbump, bug 452062

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.67&r2=1.68

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- guide-localization.xml	14 Jan 2013 06:14:14 -0000	1.67
+++ guide-localization.xml	15 Jan 2013 09:06:46 -0000	1.68
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.67 2013/01/14 06:14:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.68 2013/01/15 09:06:46 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -306,7 +306,7 @@
 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-l10n</c> and <c>app-office/libreofficeoffice</c>. The variable
+<c>kde-base/kde-l10n</c> and <c>app-office/libreoffice</c>. The variable
 takes in <e>space</e>-separated list of language codes, and suggested
 place to set it is <path>/etc/portage/make.conf</path>:
 </p>





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

end of thread, other threads:[~2013-01-15  9:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 19:59 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-localization.xml Joshua Saddler (nightmorph)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-15  9:06 Joshua Saddler (nightmorph)
2013-01-14  6:14 Joshua Saddler (nightmorph)
2012-10-31 18:37 Sven Vermeulen (swift)
2012-05-27 22:28 Joshua Saddler (nightmorph)
2011-09-12 19:42 Sven Vermeulen (swift)
2010-02-14 20:24 Joshua Saddler (nightmorph)
2009-11-15 23:51 Joshua Saddler (nightmorph)
2009-11-15 21:01 Joshua Saddler (nightmorph)
2009-07-12  1:06 Joshua Saddler (nightmorph)
2009-06-22 20:09 Joshua Saddler (nightmorph)
2009-06-14  9:16 Joshua Saddler (nightmorph)
2009-02-25 21:18 Joshua Saddler (nightmorph)
2009-02-25 20:56 Jan Kundrat (jkt)
2009-02-15  7:16 Lukasz Damentko (rane)
2009-02-11  9:02 Joshua Saddler (nightmorph)
2008-11-30 11:29 Jan Kundrat (jkt)

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