From 5a8c41ea063ea5b6b60a7047a98a0054d23bdb8d Mon Sep 17 00:00:00 2001 From: zytek <> Date: Wed, 28 Aug 2002 11:29:14 +0000 Subject: [PATCH] - work at PL translation in progress --- i18n/pl/guide/docbook/PLD-Guide/PLD-Guide.xml | 182 ++++++++++++++++++ i18n/pl/guide/docbook/PLD-Guide/contact.xml | 8 + i18n/pl/guide/docbook/PLD-Guide/make | 7 + 3 files changed, 197 insertions(+) create mode 100644 i18n/pl/guide/docbook/PLD-Guide/PLD-Guide.xml create mode 100644 i18n/pl/guide/docbook/PLD-Guide/contact.xml create mode 100755 i18n/pl/guide/docbook/PLD-Guide/make diff --git a/i18n/pl/guide/docbook/PLD-Guide/PLD-Guide.xml b/i18n/pl/guide/docbook/PLD-Guide/PLD-Guide.xml new file mode 100644 index 00000000..b43469d6 --- /dev/null +++ b/i18n/pl/guide/docbook/PLD-Guide/PLD-Guide.xml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + PLD Linux Distribution Guide + $Date$ + + Sergiusz + Pawlowicz + + IT-ZONE +
ser-pldg@it-zone.org
+
+ + Document Maintainer + +
+ + Rafal + Kleger-Rudomin + + PLD +
klakier@pld.org.pl
+
+ PLD Installer Author +
+ + Michal + Moskal + + PLD +
malekith@pld-linux.org
+
+ PLD Installer Author, writes PLD-Guide www machinery +
+ + Marcin + Chojnowski + + PLD +
martii@pld-linux.org
+
+ Concepts Author +
+ + Mariusz + Mazur + + PLD +
mmazur@pld-linux.org
+
+ Describes package management +
+ + Artur + Wroblewski + + PLD +
wrobell@ite.pl
+
+ Preparing Python packages +
+ + Everything we know about PLD Linux Distribution + + + + + 0.01 + 2002-02-02 + SP + + Converted and integrated from html files. + + + +
+ + The PLD Project + + Intro + + &concept; + &logo; + &getting-pld; + &enduser; + &developer; + &contact; + + &people; + &gfdl; + + + Installation manual + &installer; + + + Administrator's manual + &admin-basics; + &admin-sysconfig; + &admin-netconfig; + &admin-sysadm; + &admin-security; + &admin-overview; + + + Developer's docs + &devel-general; + &devel-rpms; + &devel-projects; + &inst-theory; + + +
+ + + diff --git a/i18n/pl/guide/docbook/PLD-Guide/contact.xml b/i18n/pl/guide/docbook/PLD-Guide/contact.xml new file mode 100644 index 00000000..49494bb6 --- /dev/null +++ b/i18n/pl/guide/docbook/PLD-Guide/contact.xml @@ -0,0 +1,8 @@ +
+ Kontakt + + Mo?esz skontaktowa? si? z nami + przez adres poczty elektronicznej: + feedback@pld.org.pl + +
diff --git a/i18n/pl/guide/docbook/PLD-Guide/make b/i18n/pl/guide/docbook/PLD-Guide/make new file mode 100755 index 00000000..817d3f26 --- /dev/null +++ b/i18n/pl/guide/docbook/PLD-Guide/make @@ -0,0 +1,7 @@ +#!/bin/bash +DEST=/home/httpd/html/tmp/PLD-Guide/ +rm -rf $DEST +umask 022 +mkdir $DEST +docbook2html --output $DEST PLD-Guide.xml +chmod -R a+rX $DEST/