Module: docs
Branch: master
Commit: ba4be23d7ee7729e7c5355392b43c736565fc118
URL: http://source.winehq.org/git/docs.git/?a=commit;h=ba4be23d7ee7729e7c5355392…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 15 17:22:38 2013 +0200
winedev: 'doc-html' make target doesn't exist anymore.
---
en/winedev-documentation.sgml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/en/winedev-documentation.sgml b/en/winedev-documentation.sgml
index 9f30b87..3ca0060 100644
--- a/en/winedev-documentation.sgml
+++ b/en/winedev-documentation.sgml
@@ -574,11 +574,12 @@
<para>
You can also generate HTML output for the API documentation, in this case the
- make command is <command>make doc-html</command> in the dll directory,
- or <command>make htmlpages</command> from the root. The output will be
+ make command is <command>make htmlpages</command> in the dll directory,
+ or from the root. The output will be
placed by default under <filename>documentation/html</filename>. Similarly
- you can create SGML source code to produce the <emphasis>Wine Api Guide</emphasis>
- with the command <command>make sgmlpages</command>.
+ you can create SGML/XML Docbook source code to produce the <emphasis>Wine API
+ Guide</emphasis> with the command <command>make sgmlpages</command>/<command>make
+ xmlpages</command> respectively.
</para>
</sect2>
</sect1>
Module: docs
Branch: master
Commit: 411ba3448ba50eab1c85dc2c6e10b8800698752d
URL: http://source.winehq.org/git/docs.git/?a=commit;h=411ba3448ba50eab1c85dc2c6…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Aug 15 17:22:37 2013 +0200
winedev: configure.ac is used instead of configure.in.
---
en/winedev-coding.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/en/winedev-coding.sgml b/en/winedev-coding.sgml
index 69f2479..b5eb660 100644
--- a/en/winedev-coding.sgml
+++ b/en/winedev-coding.sgml
@@ -309,7 +309,7 @@ code
<para>
This first step is to make <command>autoconf</command> check
- for this header. In <filename>configure.in</filename> you
+ for this header. In <filename>configure.ac</filename> you
add a segment like this in the section that checks for
header files (search for "header files"):
</para>
@@ -363,7 +363,7 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H))
function. To solve this problem you would add
<function>memmove</function> to the list of functions that
<command>autoconf</command> checks for. In
- <filename>configure.in</filename> you search for
+ <filename>configure.ac</filename> you search for
<function>AC_CHECK_FUNCS</function> and add
<function>memmove</function> (you will notice that someone
already did this for this particular function).
Module: website
Branch: master
Commit: 6e6e437db58327777385f59c5b87f1a00e093ded
URL: http://source.winehq.org/git/website.git/?a=commit;h=6e6e437db58327777385f5…
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Sat Aug 3 14:29:25 2013 +0200
Polish translation for release 1.7.0
---
news/pl/2013080202.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/pl/2013080202.xml b/news/pl/2013080202.xml
new file mode 100644
index 0000000..2bc717d
--- /dev/null
+++ b/news/pl/2013080202.xml
@@ -0,0 +1,17 @@
+<news>
+<date>Sierpień 2, 2013</date>
+<title>Wydano Wine 1.7.0</title>
+<body>
+<p> Wydanie rozwojowe Wine 1.7.0 jest już dostępne.</p>
+<p> <a href="{$root}/announce/1.7.0">Co nowego</a> w tym wydaniu:
+<ul>
+ <li>Wsparcie dla pionowego tekstu w sterowniku Postscript.</li>
+ <li>Od teraz używana jest wersja 2 liblcms zamiast wersji 1.</li>
+ <li>Dane unikodu uaktualnione do Unikodu 6.2.0.</li>
+ <li>Wsparcie dla elementów sterujących hiperodnośników w instalatorach.</li>
+ <li>Ulepszone wsparcie dla atrybutów XML.</li>
+ <li>Rozmaite poprawki błędów.</li>
+</ul>
+<p>Źródło jest <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.0.tar.bz2">już dostępne</a>.
+Paczki binarne są w trakcie budowy i ukażą się wkrótce w przeznaczonych dla nich <a href="{$root}/download">pobieralniach</a>.
+</p></body></news>
Module: website
Branch: master
Commit: e3bea0fe995486d5a9f568680b5bb4a966820867
URL: http://source.winehq.org/git/website.git/?a=commit;h=e3bea0fe995486d5a9f568…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Sat Aug 3 11:42:38 2013 +0200
Add French translation for Documentation page
---
templates/fr/documentation.template | 77 +++++++++++++++++++++++++++++++++++
1 files changed, 77 insertions(+), 0 deletions(-)
diff --git a/templates/fr/documentation.template b/templates/fr/documentation.template
new file mode 100644
index 0000000..9462163
--- /dev/null
+++ b/templates/fr/documentation.template
@@ -0,0 +1,77 @@
+<!--TITLE:[Documentation]-->
+<!--BLURB:[Documentation]-->
+
+<h1 class="title">Documentation</h1>
+
+ <h2>Guides</h2>
+ <ul>
+ <li>
+ <a href="{$root}/docs/wineusr-guide/index">Guide de l'utilisateur de Wine</a><br>
+ Comment utiliser et configurer Wine pour exécuter des applications Windows.<br>
+ <span class=small> <b>formats:</b>
+ <a href="{$root}/docs/wineusr-guide/index">en ligne</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.html">HTML</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.pdf">PDF</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.ps">PostScript</a>
+ </span>
+ </li><br>
+
+ <li>
+ <a href="{$root}/docs/winelib-guide/index">Guide de l'utilisateur de Winelib</a><br>
+ Comment utiliser Wine pour porter des applications Windows sous Linux.<br>
+ <span class=small> <b>formats:</b>
+ <a href="{$root}/docs/winelib-guide/index">en ligne</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.html">HTML</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.pdf">PDF</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.ps">PostScript</a>
+ </span>
+ </li><br>
+
+ <li>
+ <a href="{$root}/docs/winedev-guide/index">Guide du développeur Wine</a><br>
+ Comment devenir un développeur Wine.<br>
+ <span class=small> <b>formats:</b>
+ <a href="{$root}/docs/winedev-guide/index">en ligne</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.html">HTML</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.pdf">PDF</a> |
+ <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.ps">PostScript</a>
+ </span>
+ </li><br>
+
+ <li>
+ <a href="{$root}/howto">Comment aider à faire fonctionner des applications sous Wine</a><br>
+ Un petit guide pour ceux qui veulent donner un coup de main.<br>
+ </li>
+ </ul>
+
+ <h2>Pages de manuel</h2>
+ <ul>
+ <li><a href="{$root}/docs/wine">Page de manuel de wine</a>
+ <br>Options de ligne de commande de l'exécutable <strong>wine</strong>.</li><br>
+
+ <li><a href="{$root}/docs/wineserver">Page de manuel de wineserver</a>
+ <br>Options de ligne de commande de l'exécutable <strong>wineserver</strong>.</li><br>
+
+ <li><a href="{$root}/docs/winebuild">Page de manuel de winebuild</a>
+ <br>Options de ligne de commande de l'exécutable <strong>winebuild</strong>.</li><br>
+
+ <li><a href="{$root}/docs/winedump">Page de manuel de winedump</a>
+ <br>Options de ligne de commande de l'exécutable <strong>winedump</strong>.</li><br>
+
+ <li><a href="{$root}/docs/winemaker">Page de manuel de winemaker</a>
+ <br>Options de ligne de commande du script <strong>winemaker</strong>.</li><br>
+
+ <li><a href="{$root}/docs/widl">Page de manuel de widl</a>
+ <br>Options de ligne de commande du compilateur d'IDL.</li><br>
+
+ <li><a href="{$root}/docs/wmc">Page de manuel de wmc</a>
+ <br>Options de ligne de commande du compilateur de messages.</li><br>
+
+ <li><a href="{$root}/docs/wrc">Page de manuel de wrc</a>
+ <br>Options de ligne de commande du compilateur de ressources.</li><br>
+
+ <li><a href="{$root}/docs/winegcc">Page de manuel de winegcc</a>
+ <br>Options de ligne de commande du compilateur <strong>winegcc</strong>.</li><br>
+ </ul>
+
+<p> </p>
Module: website
Branch: master
Commit: 15a82ce8b0e67ec4554b2b029b3e5095cd3e7c24
URL: http://source.winehq.org/git/website.git/?a=commit;h=15a82ce8b0e67ec4554b2b…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Fri Aug 2 22:13:37 2013 +0200
French translation for release 1.7.0
---
news/fr/2013080202.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/news/fr/2013080202.xml b/news/fr/2013080202.xml
new file mode 100644
index 0000000..dbddc1b
--- /dev/null
+++ b/news/fr/2013080202.xml
@@ -0,0 +1,16 @@
+<news>
+<date>2 août 2013</date>
+<title>Sortie de Wine 1.7.0</title>
+<body>
+<p> La version de développement 1.7.0 de Wine est disponible.</p>
+<p> <a href="{$root}/announce/1.7.0">Nouveautés</a> de cette version :
+<ul>
+ <li>Prise en charge du texte vertical dans le pilote PostScript.</li>
+ <li>Version 2 de liblcms désormais utilisée au lieu de la version 1.</li>
+ <li>Données Unicode à jour avec Unicode 6.2.0.</li>
+ <li>Contrôles hyperliens pris en charge dans les programmes d'installation.</li>
+ <li>Prise en charge améliorée des attributs XML.</li>
+ <li>Diverses corrections de bogues.</li>
+</ul></p>
+<p><p>Le <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.0.tar.bz2">code source</a> est disponible dès à présent. Les paquets binaires sont en cours de construction, et apparaîtront sous peu sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>
Module: website
Branch: master
Commit: ddd419bc4cdfa1d1fa854b17341ef45a6a78b7c8
URL: http://source.winehq.org/git/website.git/?a=commit;h=ddd419bc4cdfa1d1fa854b…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Fri Aug 2 20:36:56 2013 +0200
Wine 1.7.0 freigegeben
---
news/de/2013080202.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/news/de/2013080202.xml b/news/de/2013080202.xml
new file mode 100644
index 0000000..7e68b96
--- /dev/null
+++ b/news/de/2013080202.xml
@@ -0,0 +1,17 @@
+<news>
+<date>2. August 2013</date>
+<title>Wine 1.7.0 freigegeben</title>
+<body>
+<p> Die Entwicklungsversion 1.7.0 von Wine ist jetzt verfügbar.</p>
+<p> <a href="{$root}/announce/1.7.0">Neuerungen (en)</a> in dieser Version:</p>
+<ul>
+ <li>Unterstützung für vertikalen Text im Postscript Treiber.</li>
+ <li>Version 2 der liblcms wird nun anstelle von Version 1 verwendet.</li>
+ <li>Unicode Daten auf Unicode 6.2.0 aktualisiert.</li>
+ <li>Unterstützung für Hyperlink Steuerelemente in Installer.</li>
+ <li>Verbesserte Unterstützung für XML Attribute.</li>
+ <li>Verschiedene Fehlerbehebungen.</li>
+</ul>
+<p>Der Quellcode ist jetzt <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.0.tar.bz2">verfügbar</a>.
+Binärpakete werden gerade erstellt und stehen bald auf den jeweiligen <a href="{$root}/download">Downloadseiten</a> zur Verfügung.
+</p></body></news>