From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/de/mozilla/projects/deutsch/index.html | 35 ---- files/de/mozilla/projects/index.html | 14 -- files/de/mozilla/projects/nss/index.html | 186 --------------------- .../projects/nss/nss_3.33_release_notes/index.html | 78 --------- .../projects/nss/nss_sample_code/index.html | 25 --- files/de/mozilla/projects/nss/pkcs11/index.html | 20 --- .../nss/pkcs11/module_installation/index.html | 32 ---- .../thunderbird_lokalisation/index.html | 98 ----------- 8 files changed, 488 deletions(-) delete mode 100644 files/de/mozilla/projects/deutsch/index.html delete mode 100644 files/de/mozilla/projects/index.html delete mode 100644 files/de/mozilla/projects/nss/index.html delete mode 100644 files/de/mozilla/projects/nss/nss_3.33_release_notes/index.html delete mode 100644 files/de/mozilla/projects/nss/nss_sample_code/index.html delete mode 100644 files/de/mozilla/projects/nss/pkcs11/index.html delete mode 100644 files/de/mozilla/projects/nss/pkcs11/module_installation/index.html delete mode 100644 files/de/mozilla/projects/thunderbird/thunderbird_lokalisation/index.html (limited to 'files/de/mozilla/projects') diff --git a/files/de/mozilla/projects/deutsch/index.html b/files/de/mozilla/projects/deutsch/index.html deleted file mode 100644 index e422dcde65..0000000000 --- a/files/de/mozilla/projects/deutsch/index.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Emscripten -slug: Mozilla/Projects/Deutsch -translation_of: Mozilla/Projects/Emscripten ---- -
-

Emscripten is an LLVM to JavaScript compiler. It takes LLVM bytecode (e.g. generated from C/C++ using Clang, or from another language) and compiles that into JavaScript, which can be run on the Web.

-
-
-

The resources here provide you with all you need to know to get up and running with Emscripten at a basic level, allowing you to take your first steps with Emscripten, and discover how Emscripten can be leveraged to produce more powerful web apps. For a more detailed set of documentation, you should consult the official Emscripten Wiki.

-

Using Emscripten, you can

- -

If you are new to Emscripten you start off by installing Emscripten on your system, and working through our Introducing Emscripten section.

-
-

Note: the current release version of Emscripten is 1.7.8.

-
-
- -
    -
  1. Introducing Emscripten -
      -
    1. Emscripten beginner's tutorial
    2. -
    3. What is Emscripten and how does it work?
    4. -
    5. The nature of Emscripten-compiled JavaScript
    6. -
    7. Putting Emscripten in your toolchain
    8. -
    -
  2. -
  3. Web abilities and limitations
  4. -
  5. Download and install
  6. -
  7. Workflow and tools
  8. -
  9. Emscripten Techniques
  10. -
diff --git a/files/de/mozilla/projects/index.html b/files/de/mozilla/projects/index.html deleted file mode 100644 index 6291137b31..0000000000 --- a/files/de/mozilla/projects/index.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Projects -slug: Mozilla/Projects -tags: - - Mozilla - - NeedsContent - - NeedsTranslation - - Projects - - TopicStub -translation_of: Mozilla/Projects ---- -

{{ draft() }}

-

This page needs to become a pretty index to Mozilla projects whose documentation is located under it.

-

{{ LandingPageListSubpages() }}

diff --git a/files/de/mozilla/projects/nss/index.html b/files/de/mozilla/projects/nss/index.html deleted file mode 100644 index f69cd1dab7..0000000000 --- a/files/de/mozilla/projects/nss/index.html +++ /dev/null @@ -1,186 +0,0 @@ ---- -title: Network Security Services -slug: Mozilla/Projects/NSS -tags: - - JSS - - NSS - - NeedsMigration - - NeedsTranslation - - TopicStub -translation_of: Mozilla/Projects/NSS ---- -

Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.

- -

For detailed information on standards supported, see Overview of NSS. For a list of frequently asked questions, see the FAQ.

- -

NSS is available under the Mozilla Public License. For information on downloading NSS releases as tar files, see Download PKI Source.

- -

If you're a developer and would like to contribute to NSS, you might want to read the documents highlevel overview of internal details of NSS and getting started with NSS.

- - - - - - - - -
-

Documentation

- -

Background Information

- -
-
Overview of NSS
-
Provides a brief summary of NSS and its capabilities.
-
NSS FAQ
-
Answers basic questions about NSS.
-
Introduction to Public-Key Cryptography
-
Explains the basic concepts of public-key cryptography that underlie NSS.
-
Introduction to SSL
-
Introduces the SSL protocol, including information about cryptographic ciphers supported by SSL and the steps involved in the SSL handshake.
-
- -

Getting Started

- -
-
NSS Releases
-
This page contains information about the current and past releases of NSS.
-
Get the source code and Build it
-
Instructions on how to build NSS on the different supported platforms.
-
Get Mozilla Source Code Using Mercurial
-
Information about with working with Mercurial.
-
Get Mozilla Source Code Using CVS (deprecated)
-
Old deprecated CVS documentation.
-
- -

NSS APIs

- -
-
Introduction to Network Security Services
-
Provides an overview of the NSS libraries and what you need to know to use them.
-
NSS Public Functions
-
Summarizes the APIs exported by the NSS shared libraries.
-
NSS Reference
-
API used to invoke SSL operations.
-
NSS API Guidelines
-
Explains how the libraries and code are organized, and guidelines for developing code (naming conventions, error handling, thread safety, etc.)
-
NSS Technical Notes
-
Links to NSS technical notes, which provide latest information about new NSS features and supplementary documentation for advanced topics in programming with NSS.
-
- -

Tools, testing, and other technical details

- -
-
Build Instructions for NSS
-
Describe how to check out and build NSS releases.
-
- -
-
NSS Developer Tutorial
-
How to make changes in NSS. Coding style, maintaining ABI compatibility.
-
- -
-
NSS Tools
-
Tools for developing, debugging, and managing applications that use NSS.
-
Sample Code
-
Demonstrates how NSS can be used for cryptographic operations, certificate handling, SSL, etc.
-
NSS 3.2 Test Suite
-
Archived version. Describes how to run the standard NSS tests.
-
NSS Performance Reports
-
Archived version. Links to performance reports for NSS 3.2 and later releases.
-
Encryption Technologies Available in NSS 3.11
-
Archived version. Lists the cryptographic algorithms used by NSS 3.11.
-
NSS 3.1 Loadable Root Certificates
-
Archived version. Describes the scheme for loading root CA certificates.
-
cert7.db
-
Archived version. General format of the cert7.db database.
-
- -

PKCS #11 information

- - - -
-
- -

CA certificates pre-loaded into NSS

- - - -
-
- -

NSS is built on top of Netscape Portable Runtime (NSPR)

- -
-
Netscape Portable Runtime
-
NSPR project page.
-
NSPR Reference
-
NSPR API documentation.
-
- -

Additional Information

- - - -

Testing

- - - -

Planning

- -

Information on NSS planning can be found at wiki.mozilla.org, including:

- - -
-

Community

- -
    -
  • View Mozilla Security forums...
  • -
- -

{{ DiscussionList("dev-security", "mozilla.dev.security") }}

- -
    -
  • View Mozilla Cryptography forums...
  • -
- -

{{ DiscussionList("dev-tech-crypto", "mozilla.dev.tech.crypto") }}

- - - - -
- -

 

diff --git a/files/de/mozilla/projects/nss/nss_3.33_release_notes/index.html b/files/de/mozilla/projects/nss/nss_3.33_release_notes/index.html deleted file mode 100644 index 6bcaf94043..0000000000 --- a/files/de/mozilla/projects/nss/nss_3.33_release_notes/index.html +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: NSS 3.33 release notes -slug: Mozilla/Projects/NSS/NSS_3.33_release_notes -translation_of: Mozilla/Projects/NSS/NSS_3.33_release_notes ---- -

Einführung

- -

Das Network Security Services (NSS) Team hat NSS 3.33 veröffentlicht, was eine Nebenversion darstellt.

- -

Distribution information

- -

The hg tag is NSS_3_33_RTM. NSS 3.33 requires Netscape Portable Runtime (NSPR) 4.17 or newer.

- -

NSS 3.33 source distributions are available on ftp.mozilla.org for secure HTTPS download:

- - - -

Bedeutende Änderungen in NSS 3.33

- - - -

Neu in NSS 3.33

- -

Neue Funktionalität

- - - -

Neue Funktionen

- - - -

Fehler behoben in NSS 3.33

- -

This Bugzilla query returns all the bugs fixed in NSS 3.33:

- -

https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&product=NSS&target_milestone=3.33

- -

Kompatibilität

- -

NSS 3.33 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.33 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.

- -

Rückmeldung

- -

Entdeckte Fehler sollten durch das Ausfüllen eines Fehlerberichts mithilfe von bugzilla.mozilla.org gemeldet werden (Produkt NSS).

diff --git a/files/de/mozilla/projects/nss/nss_sample_code/index.html b/files/de/mozilla/projects/nss/nss_sample_code/index.html deleted file mode 100644 index a765114f0b..0000000000 --- a/files/de/mozilla/projects/nss/nss_sample_code/index.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: NSS Beispielcode -slug: Mozilla/Projects/NSS/NSS_Sample_Code -translation_of: Mozilla/Projects/NSS/NSS_Sample_Code ---- -

NSS Beispielcode

- -

Die Sammlung an Beispielcode demonstriert wie NSS für Kryptographische Operationen, Zertifikat Handhabung, SSL, etc. verwendet werden kann. Außerdem werden einige "best practices" in der Anwendung von Kryptographie demonstriert.

- -
    -
  1. Beispielcode 1: Schlüsselgenerierung und Transport zwischen Servern
  2. -
  3. Beispielcode 2: Symmetrische Verschlüsselung
  4. -
  5. Beispielcode 3: Hashing, MAC
  6. -
  7. Beispielcode 4: PKI Verschlüsselung
  8. -
  9. Beispielcode 5: PKI Verschlüsselung mit rohem öffentlichem & privatem Schlüssel im DER Format
  10. -
  11. Beispielcode 6: Konstante Symmetrische Schlüssel in der NSS Datenbank
  12. -
- -


- Dies sind sehr alte Code Beispiele die ersetzt werden müssen. Siehe https://bugzilla.mozilla.org/show_bug.cgi?id=490238

- -

Die Beispiele können wie folgt heruntergeladen werden:

- -
hg clone https://hg.mozilla.org/projects/nss; cd nss; hg update SAMPLES_BRANCH
-
diff --git a/files/de/mozilla/projects/nss/pkcs11/index.html b/files/de/mozilla/projects/nss/pkcs11/index.html deleted file mode 100644 index 1bb5996d30..0000000000 --- a/files/de/mozilla/projects/nss/pkcs11/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: PKCS11 -slug: Mozilla/Projects/NSS/PKCS11 -tags: - - NSS - - NeedsTranslation - - Security - - TopicStub -translation_of: Mozilla/Projects/NSS/PKCS11 ---- -

 

- -

PKCS #11 information for implementors of cryptographic modules:

- - diff --git a/files/de/mozilla/projects/nss/pkcs11/module_installation/index.html b/files/de/mozilla/projects/nss/pkcs11/module_installation/index.html deleted file mode 100644 index 158c1944b0..0000000000 --- a/files/de/mozilla/projects/nss/pkcs11/module_installation/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Installation des PKCS11-Moduls -slug: Mozilla/Projects/NSS/PKCS11/Module_Installation -translation_of: Mozilla/Projects/NSS/PKCS11/Module_Installation ---- -

PKCS #11 Module sind externe Module, die Firefox-Unterstützung für Smartcard-Lesegeräte, biometrische Sicherheitsgeräte und externe Zertifikatspeicher ergänzen. Dieser Artikel behandelt die beiden Methoden zum Installieren von PKCS-#11 Modulen in Firefox. Benutzer können das Einstellungsdialogfeld verwenden, um PKCS #11-Modul zu installieren oder zu entfernen. Erweiterungen können PKCS-#11 Module nsIPKCS11 programmgesteuert verwalten.

- -
Hinweis: Die Informationen in diesem Artikel sind spezifisch für Firefox 3.5 und neuer. Ältere Versionen von Firefox unterstützen möglicherweise die window.pkcs11-Eigenschaft für die Installation von PKCS #11 Modulen.
- -

Verwenden der Firefox-Einstellungen zum Installieren von PKCS-#11 Modulen

- -
    -
  1. Speichern des PKCS-#11-Moduls an einem dauerhaften Speicherort auf Ihrem lokalen Computer
  2. -
  3. Öffnen Sie das Dialogfeld Firefox-Einstellungen. Wählen Sie "Erweitert" > "Verschlüsselung" > "Sicherheitsgeräte"
  4. -
  5. Wählen Sie "Load"
  6. -
  7. Geben Sie einen Namen für das Sicherheitsmodul ein, z. B. "Meine Clientdatenbank". HINWEIS: Es gibt derzeit einen Fehler in Firefox, bei dem internationale Zeichen Probleme verursachen können.
  8. -
  9. Wählen Sie "Durchsuchen..." , um den Speicherort des PKCS-#11-Moduls auf Ihrem lokalen Computer zu finden, und wählen Sie "OK", wenn Sie fertig sind.
  10. -
- -

Bereitstellen von PKCS-#11-Modulen mithilfe der pkcs11-API

- -

Ab Firefox 58 können Erweiterungen die Browsererweiterungs-API verwenden, um PKCS-#11 Module aufzuzählen und sie dem Browser als Schlüssel- und Zertifikatquellen zugänglich zu machen.pkcs11

- -

Siehe auch

- - diff --git a/files/de/mozilla/projects/thunderbird/thunderbird_lokalisation/index.html b/files/de/mozilla/projects/thunderbird/thunderbird_lokalisation/index.html deleted file mode 100644 index 5b4c9e60d8..0000000000 --- a/files/de/mozilla/projects/thunderbird/thunderbird_lokalisation/index.html +++ /dev/null @@ -1,98 +0,0 @@ ---- -title: Thunderbird Lokalisation -slug: Mozilla/Projects/Thunderbird/Thunderbird_Lokalisation -tags: - - Lokalisation - - thunderbird -translation_of: Mozilla/Projects/Thunderbird/Thunderbird_Localization ---- -

Diese Seite richtet sich an aktuelle und zukünftige Lokalisierer Thunderbirds, Mozilla Messagings E-Mail- und Usenet- Client. Sie deckt viele Aspekts ab, die ein Lokalisierer Thunderbirds kennen sollte, wie, notwendige Werkzeuge und wie man Informationen über lokalisationsrelevante Veranstaltungen und verschiedene andere interessante Angelegenheiten bekommt.

- -

Erstellen einer Thunderbird-Lokalisation

- -

Eine neue Lokalisation erstellen (Mercurial) - Dieser Artikel beschreibt, wie du eine neue Lokalisation Thunderbirds erstellen kannst.

- -

Über Repostorien und Entwicklungszweige

- -

Es gibt 3 aktive Repositorien für die Thunderbird-Entwicklung. Der Entwicklungsfortschritt Thunderbirds wird von einem Zweig zum nächsten alle sechs Wochen zusammengeführt.

- - - -

Most locales will being working on comm-aurora. This repository/branch is stable with respect to strings for each six week period. Completing work here means it is ready for the first beta, and you won't need to work on beta branch. Your work will also automatically be carried forward.

- -

Lokalisationsanforderungen

- -

There are not significant restrictions on what locales can change. However, we need to work together on providing search engines for Thunderbird users to use to get the right balance of search engines and the correct options set. For further information see this page.

- -

Lokalisationsübersicht

- -

Die Lokalisations-Übersicht für Thunderbird gibt Lokalisierern eine präzise Übersicht über den aktuellen Zustand ihrer Lokalisationen. Weitere Informationen gibt es auf der  L10n Übersichts-Seite.

- -

A localization will added to the l10n dashboard on request when it has reached a high-level of completion (> 80%) as shown by the compare-locales output. To request the addition of your locale to the dashboard, file a bug in the Thunderbird product/Build Config component.

- -

L10n-relevante Informationen erhalten

- -

Nachrichtengruppen & E-Mail-Verteiler

- -

Localizers of Thunderbird should read the localization newsgroups (mozilla.dev.l10n.announce mozilla.dev.l10n) to stay informed of Thunderbird-specific and general l10n-related items of interest to them. They are further encouraged to read the Thunderbird development newsgroup (mozilla.dev.apps.thunderbird) to stay informed of recent Thunderbird-related developments.

- -

These newsgroups can also be accessed via the dev-l10n-announce@lists.mozilla.org, dev-l10n@lists.mozilla.org (localization mailinglist) or dev-apps-thunderbird@lists.mozilla.org (Thunderbird development mailinglist) mailinglists, which mirror the newsgroups mentioned above. You can subscribe to or unsubscribe from these mailinglists via the web interface at lists.mozilla.org.

- -

Bugzilla

- -

Localizers should watch the thunderbird@localization.bugs mail address (or its alias :tb-l10n) to stay current on bugs that might affect Thunderbird localizers. This can be done by adding this mail address to the "User Watching" section of your Email preferences in bugzilla.

- - - - - -

Sprachumgebungsschichten

- -

Locale tiers reflect locales that we need to have in a good state for release. There are 10 locales in tier 1, which are the most important for Thunderbird, because of their number of Thunderbird users or potential for growth.

- -

These locales are being treated as first-class citizens, as important as en-US, which is to say that any Tier 1 locale that does not meet the requirements may block a final release of Thunderbird.

- -

Schicht 1

- -

The following are P1 (Priorität 1) locales in order of priority:

- -
* de             -  Deutsch
-* fr             -  Französisch
-* ja, ja-JP-mac  -  Japanisch
-* en-GB          -  Britisches Englisch
-* es-ES          -  Spanisch (kontinentaleuropäisch)
-* it             -  Italienisch
-* pl             -  Polnisch
-* ru             -  Russisch
-* nl             -  Niederländisch
-* pt-BR          -  Brasilianisches Portugiesisch
-
- -

Schicht 2

- -

Alle anderen unterstützten Sprachumgebungen befinden sich in der Schicht 2.

-- cgit v1.2.3-54-g00ecf