You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Илья Солдатенко <rk...@tversu.ru> on 2005/01/28 12:15:17 UTC

translation issues

As I can see https://svn.apache.org/repos/asf/httpd/httpd/trunk/ contains 
full Apache distributive.
But what should I checkout if I want to translate:
1) httpd-docs-2.0
2) httpd-docs-2.1

And one more question. All documents that were translated into Russian up to 
this moment now contains such line:

<This translation may be out of date. Check the English version for recent 
changes>

What should I do to remove it? (Is it possible at all? - or may be this line 
is mandatory)


----- Original Message ----- 
From: "Erik Abele" <er...@codefaktor.de>
To: <do...@httpd.apache.org>
Sent: Wednesday, January 26, 2005 12:26 AM
Subject: Re: CLA


> On 25.01.2005, at 21:33, Ilia Soldatenko wrote:
>
>> Hello.
>>
>> Once I was registered as a commiter to apache documentation project. I 
>> could connect to apache web server and commit translated documents via 
>> cvs. Then I was asked to sign Contributor License Agreement. I did so and 
>> sent it at 1901 Munsey Drive, Forest Hill, MD 21050-2747, U.S.A. at the 5 
>> of March 2004. I send it with notification which returned at 17 March 
>> 2004 indicating that it was recieved.
>>
>> But now I'm trying to connect to cvs.apache.org but the server refuses my 
>> connections telling me that I haven't signed CLA.
>>
>> What should I do in this situation?
>
> Since your CLA was actually on file, I've just re-enabled your account and 
> so you should be able to login again now. Let root@ know if you need your 
> password reset.
>
> Ah, and btw, we're now using Subversion instead of CVS so you might want 
> to run 'svnpasswd' after logging into www.apache.org and reading 
> http://www.apache.org/dev/version-control.html.
>
> You'll find the new repository at 
> https://svn.apache.org/repos/asf/httpd/httpd/trunk/ - and please note that 
> the SSL cert is currently expired.
>
> Cheers,
> Erik
>
>> Ilia Soldis 



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


Re: translation issues

Posted by André Malo <nd...@perlig.de>.
* Илья Солдатенко wrote:

> As I can see https://svn.apache.org/repos/asf/httpd/httpd/trunk/ contains
> full Apache distributive.
> But what should I checkout if I want to translate:
> 1) httpd-docs-2.0
> 2) httpd-docs-2.1

https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/ for 2.1 and 
https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/docs/ for 2.0.

> And one more question. All documents that were translated into Russian up
> to this moment now contains such line:
>
> <This translation may be out of date. Check the English version for
> recent changes>
>
> What should I do to remove it? (Is it possible at all? - or may be this
> line is mandatory)

This line occurs if the english revision, which the translation refers to 
was modified. You can have it in Russian by translating the text in 
style/lang/ru.xml. However, here's an example how to work with it:

https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/docs/manual/install.xml.ru 
contains the comment

<!-- English Revision: 97974:106849 (outdated) -->

on the top. This means, the English revision you've used while translating 
is 97974 and the current one (of the English) is 106849. To get the 
differences between these two revisions, cd into the manual directory and 
type:

svn diff -r 97974:106849 install.xml

When you've applied the differences to the translation, change the comment 
on the top to:

<!-- English Revision: 106849 -->

and rebuild the docs.
Oh... the build tools are now in 
http://svn.apache.org/repos/asf/httpd/docs-build/trunk/, so to get them, 
change into the manual directory and just check them out:

svn co http://svn.apache.org/repos/asf/httpd/docs-build/trunk build

Welcome back :-)

nd
-- 
"Solides und umfangreiches Buch"
                                          -- aus einer Rezension

<http://pub.perlig.de/books.html#apache2>

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