public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook/2008.0: hb-install-sparc-disk.xml hb-install-ppc64-disk.xml hb-install-ppc-disk.xml hb-install-hppa-disk.xml
@ 2008-06-24 20:53 Jan Hendrik Grahl (grahl)
  0 siblings, 0 replies; only message in thread
From: Jan Hendrik Grahl (grahl) @ 2008-06-24 20:53 UTC (permalink / raw
  To: gentoo-commits

grahl       08/06/24 20:53:12

  Modified:             hb-install-sparc-disk.xml hb-install-ppc64-disk.xml
                        hb-install-ppc-disk.xml hb-install-hppa-disk.xml
  Log:
  sync ppc-disk,sparc-disk to 1.5,ppc64-disk to 1.4,hppa-disk to 1.6

Revision  Changes    Path
1.3                  xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml?r1=1.2&r2=1.3

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-sparc-disk.xml	6 Mar 2008 05:32:43 -0000	1.2
+++ hb-install-sparc-disk.xml	24 Jun 2008 20:53:11 -0000	1.3
@@ -4,49 +4,20 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml,v 1.2 2008/03/06 05:32:43 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-sparc-disk.xml,v 1.3 2008/06/24 20:53:11 grahl Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2007-03-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Einführung in Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-Wir werden einen guten Einblick in die festplattenbezogenen Aspekte von Gentoo
-Linux und Linux im Allgemeinen, inklusive Linux Dateisystemen, Partitionen und
-Block Devices erhalten.
-Dann, sobald Sie mit den Vor- und Nachteilen von Festplatten und Dateisystemen
-vertraut sind, werden Sie durch den Prozess des Partitionierens und der
-Dateisystemerstellung für Ihre Gentoo Linux Installation geführt.
-</p>
-
-<p>
-Zu Beginn werden wir Ihnen <e>Block Devices</e> vorstellen. Das berühmteste
-Block Device ist wahrscheinlich das, welches das erste IDE-Laufwerk in einem
-Linux System repräsentiert, namentlich <path>/dev/hda</path>. Wenn Ihr System
-SCSI-Laufwerke verwendet, dann wäre Ihre erste Festplatte <path>/dev/sda</path>.
-Serial-ATA-Laufwerke sind ebenso <path>/dev/sda</path>, auch wenn es
-IDE-Laufwerke sind. Wenn Sie das neue libata-Framework im Kernel verwenden
-werden alle Festplatten mit <path>/dev/sd*</path> bezeichnet.
-</p>
-
-<p>
-Block Devices repräsentieren ein abstraktes Interface zur Festplatte.
-Benutzerprogramme können diese Block Devices benutzen, um Ihre Festplatte
-anzusprechen, ohne sich darum zu kümmern, ob Ihre Festplatten IDE, SCSI oder
-irgendwas anderes sind. Das Programm kann den Speicherplatz auf der Festplatte
-einfach als eine Anhäufung von zusammenhängenden, beliebig zugreifbaren
-512-Byte Blöcken ansprechen.
-</p>
 
-</body>
+<subsection>
+<include href="../hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitionen</title>
 <body>
@@ -55,15 +26,12 @@
 Obwohl es theoretisch möglich ist eine ganze Festplatte zu nutzen, um Ihr Linux
 System zu beherbergen, wird dies in der Praxis so gut wie nie gemacht.
 Stattdessen werden komplette Festplatten Block Devices in kleinere, besser
-verwaltbare Block Devices unterteilt. Diese sind als <e>Partitionen</e> oder
-<e>Slices</e> bekannt.
+verwaltbare Block Devices unterteilt. Diese sind als <e>Partitionen</e> bekannt.
 </p>
 
 <p>
 Die erste Partition auf der ersten SCSI Festplatte ist <path>/dev/sda1</path>,
-die zweite <path>/dev/sda2</path> und so weiter. Gleichermaßen sind die ersten
-beiden Partitionen auf der ersten IDE Festplatte <path>/dev/hda1</path> und
-<path>/dev/hda2</path>.
+die zweite <path>/dev/sda2</path> und so weiter.
 </p>
 
 <p>
@@ -90,7 +58,6 @@
 <p>
 Wenn Sie nicht daran interessiert sind ein Partitionsschema zu erstellen, zeigt
 die Aufstellung unten einen passenden Startpunkt für die meisten Systeme auf.
-Für IDE basierte Systeme ersetzten Sie im Folgenden <c>sda</c> mit <c>hda</c>.
 </p>
 
 <p>



1.3                  xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml?r1=1.2&r2=1.3

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc64-disk.xml	6 Mar 2008 05:32:43 -0000	1.2
+++ hb-install-ppc64-disk.xml	24 Jun 2008 20:53:12 -0000	1.3
@@ -4,51 +4,22 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml,v 1.2 2008/03/06 05:32:43 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc64-disk.xml,v 1.3 2008/06/24 20:53:12 grahl Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2008-03-01</date>
+<date>2008-04-01</date>
 
 <section>
 <title>Einführung in Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-Wir werden einen guten Einblick in die festplattenbezogenen Aspekte von Gentoo
-Linux und Linux im Allgemeinen erhalten, inklusive Linux Dateisysteme,
-Partitionen und Block Devices. Dann, sobald Sie mit den Vor- und Nachteilen
-von Festplatten und Dateisystemen vertraut sind, werden Sie durch den Prozess
-des Partitionierens und der Dateisystemerstellung für Ihre Gentoo Linux
-Installation geführt.
-</p>
-
-<p>
-Zu Beginn werden wir Ihnen <e>Block Devices</e> vorstellen. Das berühmteste
-Block Device ist wahrscheinlich das, welches das erste IDE-Laufwerk in einem
-Linux System repräsentiert, namentlich <path>/dev/hda</path>. Wenn Ihr System
-SCSI-Laufwerke verwendet, dann wäre Ihre erste Festplatte <path>/dev/sda</path>.
-Serial-ATA-Laufwerke sind ebenso <path>/dev/sda</path>, auch wenn es
-IDE-Laufwerke sind. Wenn Sie das neue libata-Framework im Kernel verwenden
-werden alle Festplatten mit <path>/dev/sd*</path> bezeichnet.
-</p>
-
-<p>
-Die obigen Block Devices repräsentieren ein abstraktes Interface zur
-Festplatte. Benutzerprogramme können diese Block Devices benutzen um Ihre
-Festplatte anzusprechen, ohne sich darum zu kümmern zu müssen, ob Ihre
-Festplatten IDE, SCSI oder irgendwas anderes sind. Das Programm kann den
-Speicherplatz auf der Festplatte einfach als eine Anhäufung von
-zusammenhängenden, beliebig zugreifbaren 512-Byte Blöcken ansprechen.
-</p>
 
-</body>
+<subsection>
+<include href="../hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
-<title>Partitionen und Slices</title>
+<title>Partitionen</title>
 <body>
 
 <p>
@@ -56,8 +27,7 @@
 System zu beherbergen, wird dies in der Praxis so gut wie nie gemacht.
 Stattdessen werden komplette Festplatten Block Devices in kleinere, besser
 verwaltbare Block Devices unterteilt. Auf den meisten Systemen werden sie
-<e>Partitionen</e> genant. Andere Architekturen benutzen eine ähnliche Technik,
-genannt <e>Slices</e>.
+<e>Partitionen</e> genant.
 </p>
 
 </body>



1.3                  xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml?r1=1.2&r2=1.3

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc-disk.xml	6 Mar 2008 05:32:43 -0000	1.2
+++ hb-install-ppc-disk.xml	24 Jun 2008 20:53:12 -0000	1.3
@@ -4,49 +4,20 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml,v 1.2 2008/03/06 05:32:43 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-ppc-disk.xml,v 1.3 2008/06/24 20:53:12 grahl Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-03-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Einführung in Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-Wir beginnen mit einem guten Einblick in die Festplatten bezogenen Aspekte von
-Gentoo Linux und Linux im allgemeinen, inklusive Linux Dateisystemen,
-Partitionen und Block Devices erhalten. Dann, sobald Sie mit den mehr oder
-weniger komplizierten Eigenschaften von Festplatten und Dateisystemen vertraut
-sind, werden Sie durch den Prozess des Partitionierens und der
-Dateisystemerstellung für Ihre Gentoo Linux Installation geführt.
-</p>
-
-<p>
-Zu Beginn werden wir Ihnen <e>Block Devices</e> vorstellen. Das berühmteste
-Block Device ist wahrscheinlich das, welches das erste IDE-Laufwerk in einem
-Linux System repräsentiert, namentlich <path>/dev/hda</path>. Wenn Ihr System
-SCSI-Laufwerke verwendet, dann wäre Ihre erste Festplatte <path>/dev/sda</path>.
-Serial-ATA-Laufwerke sind ebenso <path>/dev/sda</path>, auch wenn es
-IDE-Laufwerke sind. Wenn Sie das neue libata-Framework im Kernel verwenden
-werden alle Festplatten mit <path>/dev/sd*</path> bezeichnet.
-</p>
-
-<p>
-Das obige Block Device repräsentiert ein abstraktes Interface zur Festplatte.
-Benutzerprogramme können diese Block Device benutzen, um die Festplatte
-anzusprechen, ohne sich darum zu kümmern, ob die Festplatten IDE, SCSI oder
-irgendwas anderes sind. Das Programm kann den Speicherplatz auf der Festplatte
-einfach als eine Anhäufung von zusammenhängenden, beliebig zugreifbaren
-512-Byte Blöcken ansprechen.
-</p>
 
-</body>
+<subsection>
+<include href="../hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitionen</title>
 <body>
@@ -124,25 +95,25 @@
   <th>Beschreibung</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>32k</ti>
   <ti>Keins</ti>
   <ti>Apple Partition Map</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>800k</ti>
   <ti>HFS</ti>
   <ti>Apple Bootstrap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux-Swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda4</path></ti>
+  <ti><path>/dev/sda4</path></ti>
   <ti>Rest der Festplatte</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux-Root</ti>
@@ -186,25 +157,25 @@
   <th>Beschreibung</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>32k</ti>
   <ti>Keins</ti>
   <ti>Apple Partition Map</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>32Mb</ti>
   <ti>ext2</ti>
   <ti>Quik Boot-Partition (nur quik)</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux-Swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda4</path></ti>
+  <ti><path>/dev/sda4</path></ti>
   <ti>Rest der Festplatte</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux-Root</ti>
@@ -236,19 +207,19 @@
   <th>Beschreibung</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>32Mb</ti>
   <ti>affs1 oder ext2</ti>
   <ti>Boot-Partition</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux-Swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>Rest der Festplatte</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux-Root</ti>
@@ -275,19 +246,19 @@
   <th>Beschreibung</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>800k</ti>
   <ti>Keins</ti>
   <ti>PReP Boot-Partition (Type 0x41)</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux-Swap (Type 0x82)</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>Rest der Festplatte</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux-Root (Type 0x83)</ti>
@@ -381,7 +352,7 @@
 </p>
 
 <pre caption="Starten von mac-fdisk">
-# <i>mac-fdisk /dev/hda</i>
+# <i>mac-fdisk /dev/sda</i>
 </pre>
 
 <p>
@@ -468,7 +439,7 @@
 </p>
 
 <pre caption="parted Starten">
-# <i>parted /dev/hda</i>
+# <i>parted /dev/sda</i>
 </pre>
 
 <p>
@@ -550,7 +521,7 @@
 </p>
 
 <pre caption="Erstellung einer Swap-Signatur">
-# <i>mkswap /dev/hda3</i>
+# <i>mkswap /dev/sda3</i>
 </pre>
 
 <p>
@@ -558,7 +529,7 @@
 </p>
 
 <pre caption="Aktivierung der Swap-Partition">
-# <i>swapon /dev/hda3</i>
+# <i>swapon /dev/sda3</i>
 </pre>
 
 <p>
@@ -602,12 +573,12 @@
 
 <p>
 Um zum Beispiel ein ext3-Dateisystem auf der Root-Partition
-(<path>/dev/hda4</path> in unserem Beispiel) zu erstellen, führen Sie folgenden
+(<path>/dev/sda4</path> in unserem Beispiel) zu erstellen, führen Sie folgenden
 Befehl aus:
 </p>
 
 <pre caption="Eine Partition mit einem Dateisystem formatieren">
-# <i>mke2fs -j /dev/hda4</i>
+# <i>mke2fs -j /dev/sda4</i>
 </pre>
 
 <p>
@@ -644,7 +615,7 @@
 </p>
 
 <pre caption="Mounten von Partitionen">
-# <i>mount /dev/hda4 /mnt/gentoo</i>
+# <i>mount /dev/sda4 /mnt/gentoo</i>
 </pre>
 
 <note>



1.3                  xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml?r1=1.2&r2=1.3

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-hppa-disk.xml	6 Mar 2008 05:32:43 -0000	1.2
+++ hb-install-hppa-disk.xml	24 Jun 2008 20:53:12 -0000	1.3
@@ -4,49 +4,20 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml,v 1.2 2008/03/06 05:32:43 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/2008.0/hb-install-hppa-disk.xml,v 1.3 2008/06/24 20:53:12 grahl Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-03-01</date>
+<version>9.1</version>
+<date>2008-04-01</date>
 
 <section>
 <title>Einführung in Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-Wir werden einen guten Einblick in die Festplatten bezogenen Aspekte von Gentoo
-Linux und Linux im allgemeinen, inklusive Linux Dateisystemen, Partitionen und
-Block Devices erhalten. Dann, sobald Sie mit den Vor- und Nachteilen von
-Festplatten und Dateisystemen vertraut sind, werden Sie durch den Prozess
-des Partitionierens und der Dateisystemerstellung für Ihre Gentoo Linux
-Installation geführt.
-</p>
-
-<p>
-Zu Beginn werden wir Ihnen <e>Block Devices</e> vorstellen. Das berühmteste
-Block Device ist wahrscheinlich das, welches das erste IDE-Laufwerk in einem
-Linux System repräsentiert, namentlich <path>/dev/hda</path>. Wenn Ihr System
-SCSI-Laufwerke verwendet, dann wäre Ihre erste Festplatte <path>/dev/sda</path>.
-Serial-ATA-Laufwerke sind ebenso <path>/dev/sda</path>, auch wenn es
-IDE-Laufwerke sind. Wenn Sie das neue libata-Framework im Kernel verwenden
-werden alle Festplatten mit <path>/dev/sd*</path> bezeichnet.
-</p>
-
-<p>
-Das obige Block Device repräsentiert ein abstraktes Interface zur Festplatte.
-Benutzerprogramme können dieses Block Device benutzen, um Ihre Festplatte
-anzusprechen, ohne sich darum zu kümmern, ob Ihre Festplatten IDE, SCSI oder
-irgendwas anderes sind. Das Programm kann den Speicherplatz auf der Festplatte
-einfach als eine Anhäufung von zusammenhängenden, beliebig zugreifbaren
-512-Byte Blöcken ansprechen.
-</p>
 
-</body>
+<subsection>
+<include href="../hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitionen und Slices</title>
 <body>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-24 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 20:53 [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook/2008.0: hb-install-sparc-disk.xml hb-install-ppc64-disk.xml hb-install-ppc-disk.xml hb-install-hppa-disk.xml Jan Hendrik Grahl (grahl)

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