Module: docs
Branch: master
Commit: 10256aade45d9a1efdaeff5ac39201d280bb53ba
URL: http://source.winehq.org/git/docs.git/?a=commit;h=10256aade45d9a1efdaeff5ac…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Jul 18 00:48:29 2013 +0200
wineusr: Avoid empty end tags.
---
en/wineusr-getting.sgml | 10 +++++-----
en/wineusr-glossary.sgml | 13 ++++++-------
en/wineusr-introduction.sgml | 16 ++++++++--------
3 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/en/wineusr-getting.sgml b/en/wineusr-getting.sgml
index 746ea7a..8efcdfc 100644
--- a/en/wineusr-getting.sgml
+++ b/en/wineusr-getting.sgml
@@ -164,10 +164,10 @@
to compile the package. In the terminal window, after having
navigated to the Wine source tree, run the following commands:
<screen>
- <prompt>$ </><userinput>./configure</>
- <prompt>$ </><userinput>make depend</>
- <prompt>$ </><userinput>make</>
- <prompt># </><userinput>make install</>
+ <prompt>$ </prompt><userinput>./configure</userinput>
+ <prompt>$ </prompt><userinput>make depend</userinput>
+ <prompt>$ </prompt><userinput>make</userinput>
+ <prompt># </prompt><userinput>make install</userinput>
</screen>
The last command requires root privileges. Although you should
never run Wine as root, you will need to install it this way.
@@ -180,7 +180,7 @@
source folder that you used to install Wine using the terminal.
Then, run the following command:
<screen>
- <prompt># </><userinput>make uninstall</>
+ <prompt># </prompt><userinput>make uninstall</userinput>
</screen>
This command will require root privileges, and should remove all of
the Wine binary files from your system. It will not, however,
diff --git a/en/wineusr-glossary.sgml b/en/wineusr-glossary.sgml
index 8afcc8a..247cb69 100644
--- a/en/wineusr-glossary.sgml
+++ b/en/wineusr-glossary.sgml
@@ -63,8 +63,7 @@ EXAMPLE:
In a <glossterm>terminal</glossterm>, simply run them via:
</para>
<screen>
- <prompt>$ </><userinput><replaceable>editorname</replaceable>
- <replaceable>filename</replaceable></>
+ <prompt>$ </prompt><userinput><replaceable>editorname</replaceable> <replaceable>filename</replaceable></userinput>
</screen>
</glossdef>
</glossentry>
@@ -83,13 +82,13 @@ EXAMPLE:
If you want to change an environment variable, you could run:
</para>
<screen>
- <userinput>export <replaceable>MYVARIABLE</>=<replaceable>mycontent</></userinput>
+ <userinput>export <replaceable>MYVARIABLE</replaceable>=<replaceable>mycontent</replaceable></userinput>
</screen>
<para>
For deleting an environment variable, use:
</para>
<screen>
- <userinput>unset <replaceable>MYVARIABLE</></userinput>
+ <userinput>unset <replaceable>MYVARIABLE</replaceable></userinput>
</screen>
</glossdef>
</glossentry>
@@ -124,7 +123,7 @@ EXAMPLE:
<glossterm>Terminal</glossterm> window, then run:
</para>
<screen>
- <prompt>$ </><userinput>su -</>
+ <prompt>$ </prompt><userinput>su -</userinput>
</screen>
<para>
This will prompt you for the password of the root user of your system,
@@ -132,7 +131,7 @@ EXAMPLE:
that require special root privileges. The root account is indicated by the
</para>
<screen>
- <prompt># </>
+ <prompt># </prompt>
</screen>
<para>
prompt, whereas '$' indicates a normal user account.
@@ -179,7 +178,7 @@ EXAMPLE:
shell program, simply type:
</para>
<screen>
- <userinput>bash</>
+ <userinput>bash</userinput>
</screen>
<para>
in the terminal window.
diff --git a/en/wineusr-introduction.sgml b/en/wineusr-introduction.sgml
index ea087cd..bb578e4 100644
--- a/en/wineusr-introduction.sgml
+++ b/en/wineusr-introduction.sgml
@@ -64,14 +64,14 @@
Get a distribution as indicated in <link
linkend="getting-wine">Getting Wine</link> and see
the <ulink url="http://www.winehq.org/site/download">Wine
- Downloads</> page. For the casual or new user the simplest
+ Downloads</ulink> page. For the casual or new user the simplest
is to get a packaged version for your distribution.
</para>
</listitem>
<listitem>
<para>
Optionally configure wine using the <link
- linkend="config-wine-main"><emphasis><filename>winecfg</></>
+ linkend="config-wine-main"><emphasis><filename>winecfg</filename></emphasis>
</link> command. Wine should work without any
additional configuration options.
</para>
@@ -79,7 +79,7 @@
<listitem>
<para>
To test your installation run wine's notepad clone
- using the <filename>wine notepad</> command.
+ using the <filename>wine notepad</filename> command.
</para>
</listitem>
<listitem>
@@ -91,14 +91,14 @@
</listitem>
<listitem>
<para>
- Run wine using the <link
- linkend="running"><emphasis><filename>wine</>
- <filename>filespec/appname.exe</></></link> command.
+ Run wine using the <link
+ linkend="running"><emphasis><filename>wine</filename>
+ <filename>filespec/appname.exe</filename></emphasis></link> command.
</para>
<para>
The first command you will run will be to install an application.
- Typically something like <filename>wine
- /media/cdrom/setup.exe</> or the equivalent path might be used
+ Typically something like <command>wine /media/cdrom/setup.exe</command>
+ or the equivalent path might be used
to install an application from CD.
</para>
</listitem>
Module: website
Branch: master
Commit: cab39df3421ed53b5b87b133b45b1742bf4992e5
URL: http://source.winehq.org/git/website.git/?a=commit;h=cab39df3421ed53b5b87b1…
Author: Volkan Gezer <volkangezer(a)gmail.com>
Date: Fri Jul 19 01:09:18 2013 +0200
Update Turkish translation for 1.6 release
Best regards,
Volkan GEZER
volkangezer(a)gmail.com
>From 105f8838f08374c0bd01fd1eb0a7b1ef67e83acc Mon Sep 17 00:00:00 2001
From: Volkan Gezer <volkangezer(a)gmail.com>
Date: Fri, 19 Jul 2013 01:07:59 +0200
Subject: Add Turkish translation for 1.6 release
---
news/tr/2013071801.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/news/tr/2013071801.xml b/news/tr/2013071801.xml
new file mode 100644
index 0000000..5039616
--- /dev/null
+++ b/news/tr/2013071801.xml
@@ -0,0 +1,10 @@
+<news>
+<date>18 Temmuz 2013</date>
+<title>Wine 1.6 Yayınlandı</title>
+<body>
+<p> Wine takımı, artık kullanılabilir olan kararlı Wine 1.6 sürümünü duyurmaktan gurur duyuyor.</p>
+<p> Bu sürüm 16 aylık geliştirme çabasını ve yaklaşık 10.000 bağımsız değişikliği göstermektedir. Temel değişiklikler yeni Mac sürücüsü, pencere saydamlığı için tam destek ve .NET uygulama desteği için yeni Mono paketidir.</p>
+<p> Genel olarak birçok ilerlemenin yanında, yeni birçok oyun ve uygulama desteği ilerletildi. Önemli değişikliklerin özeti için <a href="{$root}/announce/1.6">sürüm notları</a> sayfasını okuyun.</p>
+<p><p>Kaynak <a href="http://prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2">artık kullanılabilir</a>.
+İnşa sürecindeki ikili paketler kısa zaman içinde <a href="{$root}/download">indirme</a> konumunda yerini alacaktır.
+</p></body></news>
Module: website
Branch: master
Commit: 17cafe523ee64e406efc3b241c3be03353af5ee0
URL: http://source.winehq.org/git/website.git/?a=commit;h=17cafe523ee64e406efc3b…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Thu Jul 18 15:17:46 2013 -0500
remove "below"
does not make sense in this context
---
news/en/2013071801.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/news/en/2013071801.xml b/news/en/2013071801.xml
index c2292cc..5d9d41f 100644
--- a/news/en/2013071801.xml
+++ b/news/en/2013071801.xml
@@ -4,7 +4,7 @@
<body>
<p> The Wine team is proud to announce that the stable release Wine 1.6 is now available.</p>
<p> This release represents 16 months of development effort and around 10,000 individual changes. The main highlights are the new Mac driver, the full support for window transparency, and the new Mono package for .NET applications support.</p>
-<p> It also contains a lot of improvements across the board, as well as support for many new applications and games. See the <a href="{$root}/announce/1.6">release notes</a> below for a summary of the major changes.</p>
+<p> It also contains a lot of improvements across the board, as well as support for many new applications and games. See the <a href="{$root}/announce/1.6">release notes</a> for a summary of the major changes.</p>
<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2">available now</a>.
Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
</p></body></news>
Module: website
Branch: master
Commit: 302d3821b95edc290acc1a66617f7c19be651205
URL: http://source.winehq.org/git/website.git/?a=commit;h=302d3821b95edc290acc1a…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Thu Jul 18 21:51:57 2013 +0200
Wine 1.6 freigegeben
---
news/de/2013071801.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/news/de/2013071801.xml b/news/de/2013071801.xml
new file mode 100644
index 0000000..bcf2079
--- /dev/null
+++ b/news/de/2013071801.xml
@@ -0,0 +1,12 @@
+<news>
+<date>18. Juli 2012</date>
+<title>Wine 1.6 freigegeben</title>
+<body>
+<p> Das Wine Team ist stolz zu verkünden, dass die stabile Version Wine 1.6 jetzt verfügbar ist.</p>
+<p> Dieses Release repräsentiert 16 Monate Entwicklungsaufwand und um die 10.000 verschiedene Änderungen. Die hauptsächlichen Highlights sind der neue Mac Treiber, die vollständige Unterstützung für transparente Fenster und das neue Mono Paket für die Unterstützung von .NET Anwendungen.</p>
+<p> Es enthält auch eine Menge Verbesserungen in allen Bereichen und unterstützt viele neue Anwendungen und Spiele. In den <a href="{$root}/announce/1.6">Versionshinweisen (en)</a> finden Sie eine Zusammenfassung der wichtigsten Änderungen.</p>
+<p></p>
+<p>Der Quellcode ist jetzt <a href="http://prdownloads.sourceforge.net/wine/wine-1.6.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>
Module: website
Branch: master
Commit: 085bd641b2ce13ddab3b465af165f63e288ba8f7
URL: http://source.winehq.org/git/website.git/?a=commit;h=085bd641b2ce13ddab3b46…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Jul 18 21:25:01 2013 +0200
French translation for release 1.6
---
news/fr/2013071801.xml | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/news/fr/2013071801.xml b/news/fr/2013071801.xml
new file mode 100644
index 0000000..49d38b9
--- /dev/null
+++ b/news/fr/2013071801.xml
@@ -0,0 +1,18 @@
+<news>
+<date>18 juillet 2013</date>
+<title>Sortie de Wine 1.6</title>
+<body>
+<p> L'équipe de Wine est fière d'annoncer la disponibilité de la version stable 1.6 de Wine.</p>
+<p> Cette version représente 15 mois d'efforts de développement et plus de 10 000 changements
+individuels. Les points forts principaux sont le nouveau pilote Mac, la prise en charge complète de
+la transparence des fenêtres et le nouveau paquet Mono pour la prise en charges des applications
+.NET.</p>
+<p> Elle comprend également quantité d'améliorations dans tous les domaines, ainsi que la prise en
+charge de nombreuses nouvelles applications et jeux. Voyez les <a href="{$root}/announce/1.6">notes
+de version</a> pour un résumé des changements principaux.</p>
+<p><p>Le <a
+href="http://prdownloads.sourceforge.net/wine/wine-1.6.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: a2491205acdac440265debd0f7e1ee5034b48273
URL: http://source.winehq.org/git/website.git/?a=commit;h=a2491205acdac440265deb…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jul 18 20:50:10 2013 +0200
Add a link to the 1.6 announcement.
---
news/en/2013071801.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/news/en/2013071801.xml b/news/en/2013071801.xml
index 50e5c30..c2292cc 100644
--- a/news/en/2013071801.xml
+++ b/news/en/2013071801.xml
@@ -4,7 +4,7 @@
<body>
<p> The Wine team is proud to announce that the stable release Wine 1.6 is now available.</p>
<p> This release represents 16 months of development effort and around 10,000 individual changes. The main highlights are the new Mac driver, the full support for window transparency, and the new Mono package for .NET applications support.</p>
-<p> It also contains a lot of improvements across the board, as well as support for many new applications and games. See the release notes below for a summary of the major changes.</p>
+<p> It also contains a lot of improvements across the board, as well as support for many new applications and games. See the <a href="{$root}/announce/1.6">release notes</a> below for a summary of the major changes.</p>
<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2">available now</a>.
Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
</p></body></news>
Module: website
Branch: master
Commit: 48eaab296dd7b46faccbcbef7b1fe43f45aac35e
URL: http://source.winehq.org/git/website.git/?a=commit;h=48eaab296dd7b46faccbcb…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jul 18 20:05:21 2013 +0200
Wine release 1.6
---
news/en/2013071801.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/news/en/2013071801.xml b/news/en/2013071801.xml
new file mode 100644
index 0000000..50e5c30
--- /dev/null
+++ b/news/en/2013071801.xml
@@ -0,0 +1,10 @@
+<news>
+<date>July 18, 2013</date>
+<title>Wine 1.6 Released</title>
+<body>
+<p> The Wine team is proud to announce that the stable release Wine 1.6 is now available.</p>
+<p> This release represents 16 months of development effort and around 10,000 individual changes. The main highlights are the new Mac driver, the full support for window transparency, and the new Mono package for .NET applications support.</p>
+<p> It also contains a lot of improvements across the board, as well as support for many new applications and games. See the release notes below for a summary of the major changes.</p>
+<p><p>The source is <a href="http://prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>