add a first version of FOSDEM 2005 slides
[slides.git] / fosdem2005 / l10ntalk_glossary.html
diff --git a/fosdem2005/l10ntalk_glossary.html b/fosdem2005/l10ntalk_glossary.html
new file mode 100755 (executable)
index 0000000..e3bf8d7
--- /dev/null
@@ -0,0 +1,31 @@
+<!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">
+</head>
+<body>
+
+<h1>Common terms used in Mozilla L10n (glossary)</h1>
+
+<div class="explanation">
+A rough list of special terms that will be used here and/or are commonly used in the L10n area:
+<ul>
+ <li><b>L10n</b>: Localization (an "L", followed by 10 characters, then an "n"): Customizing Software for a specific local area (mainly translation)</li>
+ <li><b>i18n</b>: Internationalization (an "i", followed by 18 characters, then an "n"): Making Software internationally useable (e.g. support input with Asian keyboards etc.)</li>
+ <li><b>L12y</b>: Localizability (available as a bugzilla.mozilla.org keyword, added for bugs that block L10n of some feature)</li>
+ <li><b>locale</b>: a set/package of locally customized items (e.g. a "language pack")</li>
+ <li><b>theme</b>: In Mozilla terms, a theme is a set of CSS files and images (perhaps even some XBL), sometimes also called "skin"</li>
+ <li><b>XUL</b>: "XML User interface Language" (pronounced "zool"), an XML dialect used by Mozilla to describe its UI (User Interface)</li>
+ <li><b>XPI</b>: "X(cross)-Platform install": cross-platform file format for installation of projects within the Mozilla framework. The XPI file is a zip-format file that contains a JavaScript installation script (install.js)</li>
+ <li><b>JAR</b>: This file type that originates from "Java Archive Resources" is a compressed format used for Mozilla's chrome. It's basically a zip format file, containing chrome files and RDF files that describe the content and can be fed into chrome registry (contents.rdf).</li>
+</ul>
+Terms like XML, XML entity, DTD, URI, etc. should be known by most people attending this talk, I think...
+</body>
+</html>