You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Ilia Soldis <s0...@tversu.ru> on 2002/09/13 17:28:58 UTC

[PATCH] build.xml - support for the Russian language in KOI8-R

I've made a new patch (previous should be ignored) of build.xml.
Now it supports transformation into Russian in KOI8-R
Can anyone submit it?

And, by the way, i've made a webpage that has all the information about the
Russian translation effort. It's address is:
http://apache.tversu.ru:90

Can anyone help me in posting it at the translation page?

Index: build.xml
===================================================================
RCS file: /home/cvspublic/site-tools/httpd-docs-build/build.xml,v
retrieving revision 1.9
diff -u -r1.9 build.xml
--- build.xml   6 Sep 2002 16:50:47 -0000       1.9
+++ build.xml   13 Sep 2002 14:46:43 -0000
@@ -33,11 +33,17 @@
         <patternset refid="excludes" />
     </patternset>

+    <patternset id="ru.koi8-r-allxml">
+        <include name="**/*.xml.ru" />
+        <patternset refid="excludes" />
+    </patternset>
+
     <patternset id="allxml">
         <patternset refid="en-allxml" />
         <patternset refid="de-allxml" />
         <patternset refid="ja.jis-allxml" />
         <patternset refid="pt-br-allxml" />
+        <patternset refid="ru.koi8-r-allxml" />
     </patternset>

     <!-- This target is for output of HTML pages via XSLT -->
@@ -175,6 +181,33 @@
                style="../style/manual.pt-br.xsl">
             <mapper type="glob" from="*.xml.pt-br" to="*.html.pt-br" />
             <patternset refid="pt-br-allxml" />
+        </style>
+
+        <!-- Transform all Russian KOI8-R documents -->
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.ru.xsl">
+
+            <mapper type="glob" from="*.xml.ru" to="*.html.ru.koi8-r" />
+            <patternset>
+              <include name="mod/directives.xml.ru" />
+              <include name="mod/index.xml.ru" />
+            </patternset>
+        </style>
+
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.ru.xsl">
+            <mapper type="glob" from="*.xml.ru" to="*.html.ru.koi8-r" />
+            <depth min="1" max="1" />
+            <patternset refid="ru.koi8-r-allxml" />
+        </style>
+
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.ru.xsl">
+            <mapper type="glob" from="*.xml.ru" to="*.html.ru.koi8-r" />
+            <patternset refid="ru.koi8-r-allxml" />
         </style>

     </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: [PATCH] build.xml - support for the Russian language in KOI8-R

Posted by Ilia Soldis <s0...@tversu.ru>.
Very strange message. I didn't send it again!


----- Original Message -----
From: "Ilia Soldis" <s0...@tversu.ru>
To: <do...@httpd.apache.org>
Sent: Friday, September 13, 2002 7:28 PM
Subject: [PATCH] build.xml - support for the Russian language in KOI8-R


> I've made a new patch (previous should be ignored) of build.xml.
> Now it supports transformation into Russian in KOI8-R
> Can anyone submit it?
>
> And, by the way, i've made a webpage that has all the information about
the
> Russian translation effort. It's address is:
> http://apache.tversu.ru:90
>
> Can anyone help me in posting it at the translation page?
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvspublic/site-tools/httpd-docs-build/build.xml,v
> retrieving revision 1.9
> diff -u -r1.9 build.xml
> --- build.xml   6 Sep 2002 16:50:47 -0000       1.9
> +++ build.xml   13 Sep 2002 14:46:43 -0000
> @@ -33,11 +33,17 @@
>          <patternset refid="excludes" />
>      </patternset>
>
> +    <patternset id="ru.koi8-r-allxml">
> +        <include name="**/*.xml.ru" />
> +        <patternset refid="excludes" />
> +    </patternset>
> +
>      <patternset id="allxml">
>          <patternset refid="en-allxml" />
>          <patternset refid="de-allxml" />
>          <patternset refid="ja.jis-allxml" />
>          <patternset refid="pt-br-allxml" />
> +        <patternset refid="ru.koi8-r-allxml" />
>      </patternset>
>
>      <!-- This target is for output of HTML pages via XSLT -->
> @@ -175,6 +181,33 @@
>                 style="../style/manual.pt-br.xsl">
>              <mapper type="glob" from="*.xml.pt-br" to="*.html.pt-br" />
>              <patternset refid="pt-br-allxml" />
> +        </style>
> +
> +        <!-- Transform all Russian KOI8-R documents -->
> +        <style basedir="../"
> +               destdir="../"
> +               style="../style/manual.ru.xsl">
> +
> +            <mapper type="glob" from="*.xml.ru" to="*.html.ru.koi8-r" />
> +            <patternset>
> +              <include name="mod/directives.xml.ru" />
> +              <include name="mod/index.xml.ru" />
> +            </patternset>
> +        </style>
> +
> +        <style basedir="../"
> +               destdir="../"
> +               style="../style/manual.ru.xsl">
> +            <mapper type="glob" from="*.xml.ru" to="*.html.ru.koi8-r" />
> +            <depth min="1" max="1" />
> +            <patternset refid="ru.koi8-r-allxml" />
> +        </style>
> +
> +        <style basedir="../"
> +               destdir="../"
> +               style="../style/manual.ru.xsl">
> +            <mapper type="glob" from="*.xml.ru" to="*.html.ru.koi8-r" />
> +            <patternset refid="ru.koi8-r-allxml" />
>          </style>
>
>      </target>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
> For additional commands, e-mail: docs-help@httpd.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org