add a first version of FOSDEM 2005 slides
[slides.git] / fosdem2005 / l10ntalk_03.html
diff --git a/fosdem2005/l10ntalk_03.html b/fosdem2005/l10ntalk_03.html
new file mode 100644 (file)
index 0000000..4d5fc8a
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+  <meta name="Author" content="KaiRo - Robert Kaiser">
+  <title>L10n talk - FOSDEM 2005 - Mozilla Meeting</title>
+  <link rel="stylesheet" type="text/css" href="l10ntalk.css">
+  <link rel="contents" href="index.html" title="Contents">
+  <link rel="index" href="l10ntalk_overview.html" title="Overview">
+  <link rel="glossary" href="l10ntalk_glossary.html" title="Glossary">
+  <link rel="start" href="index.html" title="Start">
+  <link rel="first" href="l10ntalk_01.html" title="First page">
+  <link rel="previous" href="l10ntalk_02.html" title="Previous page">
+  <link rel="next" href="l10ntalk_04.html" title="Next page">
+  <link rel="last" href="l10ntalk_end.html" title="Last page">
+</head>
+<body>
+
+<h1>Source L10n</h1>
+
+<div class="explanation">
+The CVS-based L10n process established for Firefox 1.0 and currently applied to trunk
+(Firefox, Thunderbird should follow soon) is also known as "source L10n",
+because we have the L10n files directly in the source code in a CVS repository.
+</div>
+
+<div class="sample">
+<p class="sampledesc">Details</p>
+<div class="samplecontent">
+<ul>
+<li>CVS repository: <span class="hilite">cvs.mozilla.org:/l10n</span>
+    (in parallel to cvs.mozilla.org:/cvsroot
+    - accounts are different from main Mozilla code repository)</li>
+<li>Module <span class="hilite">"l10n"</span> in parallel to "mozilla" (trunk)</li>
+<li>Directory structure:
+<pre class="border">
+/mozilla/netwerk/locales/en-US/...
+<span class="hilite">/l10n/ab-CD/netwerk/...</span>
+/mozilla/dom/locales/en-US/...
+<span class="hilite">/l10n/ab-CD/dom/...</span>
+/mozilla/toolkit/locales/en-US/...
+<span class="hilite">/l10n/ab-CD/toolkit/...</span>
+/mozilla/browser/locales/en-US/...
+<span class="hilite">/l10n/ab-CD/browser/...</span></pre></li>
+<li>Build option: <span class="hilite">--enable-ui-locale</span>=ab-CD</li>
+<li><span class="hilite">Automated builds</span> (Windows, Linux, Mac - including installers)
+    generated at Mozilla Foundation for all releases</li>
+<li><span class="hilite">Build tools</span> (LXR, Bonsai, Tinderbox) available for all locales</li>
+<li>Possibility to have <span class="hilite">localized nightly builds</span> for improving QA</li>
+</ul>
+</div>
+</div>
+
+<p class="forward"><a href="l10ntalk_04.html">next</a></p>
+
+</body>
+</html>