[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-doc-english
Subject:    Re: Repository location of English documentation files
From:       Oliver Kellogg <olivermkellogg () gmail ! com>
Date:       2023-10-29 14:29:45
Message-ID: CANZbxGnfbTc1HcBhnn3ksM4yCw6N+d4rJhBBb0f=MsVi6mNJog () mail ! gmail ! com
[Download RAW message or body]

> In the Kate's repo
>
> https://invent.kde.org/utilities/kate/-/tree/master/doc?ref_type=heads

Ah! I don't know how I overlooked that, thanks.
At any rate, I find the following bullet from *POT and PO Files Used for
Documentation* confusing:

For the package "EXAMPLE" you will find
[...]
- the translated documentation (in DocBook format) in the directory
l10n-kf5/*$LANGUAGE*/docs/*EXAMPLE*/

It is not true that the translated documentation (in DocBook format) can be
found in the directory
    l10n-kf5/*$LANGUAGE*/docs/*EXAMPLE*/
(there is no such directory).

Cheers

Oliver


On Sun, Oct 29, 2023 at 1:32 PM Yuri Chornoivan <yurchor@ukr.net> wrote:

> неділя, 29 жовтня 2023 р. 14:07:01 EET Oliver Kellogg написано:
> > Hi Yuri,
> >
> > That's also good to know :)
> > However, I was looking for the repo location for the DocBook files of all
> > the KDE apps.
>
> There is no such thing (and never has been afaik). They are extracted by
> update_xml.sh from the git repos when needed.
>
> > Giving more context from *POT and PO Files Used for Documentation* :
> >
> > You can find the English DocBook documentation in subdirectories of the
> > source code for the corresponding package. The POT files and the
> translated
> > PO files and DocBook files for all languages are located in the KDE
> package
> > named *kde-l10n*. For the package "EXAMPLE" you will find
> >
> >    -
> >
> >    the POT files in the directory
> l10n-kf5/templates/docmessages/*EXAMPLE*/
> >    -
> >
> >    the translated PO files in the directory l10n-kdf5/*$LANGUAGE*
> >    /docmessages/*EXAMPLE*/
> >    -
> >
> >    the *English documentation* files in the directory
> >    l10n-kf5/documentation/*EXAMPLE* (you need this file to generate the
> >    translated DocBook file)
> >    -
> >
> >    the translated documentation (in DocBook format) in the directory
> >    l10n-kf5/*$LANGUAGE*/docs/*EXAMPLE*/
> >
> >
> > Taking Kate as an example, for the POT files I see
> > svn+ssh://
> svn@svn.kde.org/home/kde/trunk/l10n-kf6/templates/docmessages/kate
> > and now my question is, where are the Kate DocBook files.
>
> In the Kate's repo
>
> https://invent.kde.org/utilities/kate/-/tree/master/doc?ref_type=heads
>
> Best regards,
> Yuri
>
> >
> > Greetings
> >
> > Oliver
> >
> > On Sun, Oct 29, 2023 at 11:24 AM Yuri Chornoivan <yurchor@ukr.net>
> wrote:
> > > неділя, 29 жовтня 2023 р. 12:09:15 EET Oliver Kellogg написано:
> > > > Hello kde-doc-english,
> > > >
> > > > https://l10n.kde.org/docs/translation-howto/doc-files.html contains:
> > > >    - the *English documentation* files in the directory
> > > >    l10n-kf5/documentation/*EXAMPLE* (you need this file to generate
> the
> > > >    translated DocBook file)
> > > >
> > > > However, looking at https://websvn.kde.org/trunk/l10n-kf5/ there is
> no
> > > > subdirectory documentation.
> > > >
> > > > Could you please clarify where is the origin of the DocBook files in
> the
> > > > repository?
> > > >
> > > > Many thanks,
> > > >
> > > > Oliver
> > > >
> > > > https://eo.l10n.kde.org/teamo.php
> > >
> > > Hi,
> > >
> > > It is here:
> > >
> > > https://websvn.kde.org/trunk/www/areas/l10n/docs/translation-howto/
> > >
> > > Hope this helps.
> > >
> > > Best regards,
> > > Yuri
>
>
>
>
>

[Attachment #3 (text/html)]

<div dir="ltr"><div>&gt; In the Kate&#39;s repo<br>
&gt; <br>
&gt; <a href="https://invent.kde.org/utilities/kate/-/tree/master/doc?ref_type=heads" \
rel="noreferrer" target="_blank">https://invent.kde.org/utilities/kate/-/tree/master/doc?ref_type=heads</a><br>
 <br></div><div>Ah! I don&#39;t know how I overlooked that, thanks.</div><div>At any \
rate, I find the following bullet from *POT and PO Files Used for Documentation* \
confusing:</div><div><br></div><div style="margin-left:40px">For the package \
&quot;EXAMPLE&quot; you will find</div><div style="margin-left:40px">[...]</div><div \
style="margin-left:40px">- the translated documentation (in DocBook format) in the \
directory l10n-kf5/*$LANGUAGE*/docs/*EXAMPLE*/</div><div><br></div><div>It is not \
true that the translated documentation (in DocBook format) can be found in the \
directory</div><div><div>       l10n-kf5/*$LANGUAGE*/docs/*EXAMPLE*/</div><div>(there \
is no such directory).</div><div><br></div><div>Cheers</div><div><br></div><div>Oliver</div><div><br></div></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 29, 2023 at \
1:32 PM Yuri Chornoivan &lt;<a \
href="mailto:yurchor@ukr.net">yurchor@ukr.net</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex">неділя, 29 жовтня 2023 р. 14:07:01 \
EET Oliver Kellogg написано:<br> &gt; Hi Yuri,<br>
&gt; <br>
&gt; That&#39;s also good to know :)<br>
&gt; However, I was looking for the repo location for the DocBook files of all<br>
&gt; the KDE apps.<br>
<br>
There is no such thing (and never has been afaik). They are extracted by <br>
update_xml.sh from the git repos when needed.<br>
<br>
&gt; Giving more context from *POT and PO Files Used for Documentation* :<br>
&gt; <br>
&gt; You can find the English DocBook documentation in subdirectories of the<br>
&gt; source code for the corresponding package. The POT files and the translated<br>
&gt; PO files and DocBook files for all languages are located in the KDE package<br>
&gt; named *kde-l10n*. For the package &quot;EXAMPLE&quot; you will find<br>
&gt; <br>
&gt;      -<br>
&gt; <br>
&gt;      the POT files in the directory \
l10n-kf5/templates/docmessages/*EXAMPLE*/<br> &gt;      -<br>
&gt; <br>
&gt;      the translated PO files in the directory l10n-kdf5/*$LANGUAGE*<br>
&gt;      /docmessages/*EXAMPLE*/<br>
&gt;      -<br>
&gt; <br>
&gt;      the *English documentation* files in the directory<br>
&gt;      l10n-kf5/documentation/*EXAMPLE* (you need this file to generate the<br>
&gt;      translated DocBook file)<br>
&gt;      -<br>
&gt; <br>
&gt;      the translated documentation (in DocBook format) in the directory<br>
&gt;      l10n-kf5/*$LANGUAGE*/docs/*EXAMPLE*/<br>
&gt; <br>
&gt; <br>
&gt; Taking Kate as an example, for the POT files I see<br>
&gt; svn+ssh://<a href="http://svn@svn.kde.org/home/kde/trunk/l10n-kf6/templates/docmessages/kate" \
rel="noreferrer" target="_blank">svn@svn.kde.org/home/kde/trunk/l10n-kf6/templates/docmessages/kate</a><br>
 &gt; and now my question is, where are the Kate DocBook files.<br>
<br>
In the Kate&#39;s repo<br>
<br>
<a href="https://invent.kde.org/utilities/kate/-/tree/master/doc?ref_type=heads" \
rel="noreferrer" target="_blank">https://invent.kde.org/utilities/kate/-/tree/master/doc?ref_type=heads</a><br>
 <br>
Best regards,<br>
Yuri<br>
<br>
&gt; <br>
&gt; Greetings<br>
&gt; <br>
&gt; Oliver<br>
&gt; <br>
&gt; On Sun, Oct 29, 2023 at 11:24 AM Yuri Chornoivan &lt;<a \
href="mailto:yurchor@ukr.net" target="_blank">yurchor@ukr.net</a>&gt; wrote:<br> &gt; \
&gt; неділя, 29 жовтня 2023 р. 12:09:15 EET Oliver Kellogg \
написано:<br> &gt; &gt; &gt; Hello kde-doc-english,<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <a href="https://l10n.kde.org/docs/translation-howto/doc-files.html" \
rel="noreferrer" target="_blank">https://l10n.kde.org/docs/translation-howto/doc-files.html</a> \
contains:<br> &gt; &gt; &gt;      - the *English documentation* files in the \
directory<br> &gt; &gt; &gt;      l10n-kf5/documentation/*EXAMPLE* (you need this \
file to generate the<br> &gt; &gt; &gt;      translated DocBook file)<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; However, looking at <a href="https://websvn.kde.org/trunk/l10n-kf5/" \
rel="noreferrer" target="_blank">https://websvn.kde.org/trunk/l10n-kf5/</a> there is \
no<br> &gt; &gt; &gt; subdirectory documentation.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Could you please clarify where is the origin of the DocBook files in \
the<br> &gt; &gt; &gt; repository?<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Many thanks,<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Oliver<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; <a href="https://eo.l10n.kde.org/teamo.php" rel="noreferrer" \
target="_blank">https://eo.l10n.kde.org/teamo.php</a><br> &gt; &gt; <br>
&gt; &gt; Hi,<br>
&gt; &gt; <br>
&gt; &gt; It is here:<br>
&gt; &gt; <br>
&gt; &gt; <a href="https://websvn.kde.org/trunk/www/areas/l10n/docs/translation-howto/" \
rel="noreferrer" target="_blank">https://websvn.kde.org/trunk/www/areas/l10n/docs/translation-howto/</a><br>
 &gt; &gt; <br>
&gt; &gt; Hope this helps.<br>
&gt; &gt; <br>
&gt; &gt; Best regards,<br>
&gt; &gt; Yuri<br>
<br>
<br>
<br>
<br>
</blockquote></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic