[website] Delete Ubuntu and Debian Downloads pages

Rosanne DiMesio dimesio at earthlink.net
Tue Dec 22 12:27:34 CST 2015


Instructions are now on the wiki.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 templates/de/download/ubuntu.template    |  66 -------------
 templates/en/download/debian.template    | 162 -------------------------------
 templates/en/download/ubuntu.template    |  63 ------------
 templates/es/download/deb.template       | 112 ---------------------
 templates/fr/download/ubuntu.template    |  67 -------------
 templates/pl/download/ubuntu.template    |  63 ------------
 templates/pt/download/ubuntu.template    |  61 ------------
 templates/tr/download/ubuntu.template    |  50 ----------
 templates/uk/download/ubuntu.template    |  57 -----------
 templates/zh-cn/download/ubuntu.template |  51 ----------
 10 files changed, 752 deletions(-)
 delete mode 100644 templates/de/download/ubuntu.template
 delete mode 100644 templates/en/download/debian.template
 delete mode 100644 templates/en/download/ubuntu.template
 delete mode 100644 templates/es/download/deb.template
 delete mode 100644 templates/fr/download/ubuntu.template
 delete mode 100644 templates/pl/download/ubuntu.template
 delete mode 100644 templates/pt/download/ubuntu.template
 delete mode 100644 templates/tr/download/ubuntu.template
 delete mode 100644 templates/uk/download/ubuntu.template
 delete mode 100644 templates/zh-cn/download/ubuntu.template

diff --git a/templates/de/download/ubuntu.template b/templates/de/download/ubuntu.template
deleted file mode 100644
index 0d3d36f..0000000
--- a/templates/de/download/ubuntu.template
+++ /dev/null
@@ -1,66 +0,0 @@
-<!--TITLE:[Installation von aktuellen Wine-Versionen unter Ubuntu]-->
-<!--BLURB:[Installation von aktuellen Wine-Versionen unter Ubuntu]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Wine für Ubuntu und Ubuntu-Varianten
-<a href="http://www.debian.org/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu und Ubuntu-Varianten (wie Kubuntu) beziehen ihre Software
-aus <i>Paketen</i> die in <i>Repositories</i> untergebracht sind. Ubuntus Standard-Repository enthält
-bereits ein Wine-Paket des "stable"-Zweigs. Wenn Sie allerdings auf dem neuesten Stand bleiben möchten,
-können Sie nach folgender Anleitung eine aktuelle Entwicklungsversion installieren.
-</p>
-
-<p><b>Ubuntu-Derivate:</b> Diese Pakete und Anweisungen sind auf Ubuntu und dessen <a href="http://wiki.ubuntu.com/UbuntuFlavors">offiziell anerkannten Varianten (en)</a> ausgelegt.
-Benutzer von anderen Ubuntu-Derivaten (z.B. Linux Mint) können diese Pakete ebenfalls verwenden, sie sollten allerdings beachten, dass Probleme, die durch Unterschiede zwischen den Derivaten
-und der offiziellen Ubuntu-Distribution entstehen, keine Fehler in Wine oder diesen Paketen darstellen. Derartige Probleme werden nicht von WineHQ unterstützt und sollten
-ausschließlich an die jeweiligen Distributionen gemeldet werden.</p>
-
-<h2>Hinzufügen des PPA-Repositories:</h2>
-
-<p>Öffnen Sie den Paketquellen-Einstellungsdialog, indem Sie im 
-<b>Software-Center</b> den Menüeintrag <b>Bearbeiten -> Software-Paketquellen</b> auswählen.
-Klicken Sie im Reiter <b>Andere Software</b> auf <b>Hinzufügen</b>.</p>
-
-<img src="{$root}/images/distro/de_ubuntu-ppa.png" width="756" height="472" alt="Software-Paketquellen" border="0">
-
-<p>Kopieren Sie die folgende Zeile in das Eingabefeld:</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Warnung: Betapakete</h2>
-
-<p><i>Die hier angebotenen Versionen 1.7.x sind Betapakete. Das bedeutet, dass sie
-in regelmäßigen Abständen
-<a href="http://wiki.winehq.org/RegressionTesting">Regressionen</a> erleiden, wodurch
-eine Aktualisierung die Funktionalität unter Wine beeinträchtigen kann. Wenn die stabile Version
-Wine 1.6 mit ihren Anwendungen funktioniert, möchten Sie diese Betapakete möglicherweise nicht benutzen.</i></p>
-
-<h2>Installieren von Wine:</h2>
-
-<p>Sobald Sie das PPA-Repository hinzugefügt haben, können Sie Wine installieren.</p>
-
-<p><i>Für die aktuellste Wine 1.7 Beta,
-<a href="apt://wine1.7">klicken Sie diesen Link, um das Paket 'wine1.7' zu installieren</a>.</i></p>
-<p><i>Für die ältere, stabile Version Wine 1.6,
-<a href="apt://wine1.6">klicken Sie diesen Link, um das Paket 'wine1.6' zu installieren</a>.</i></p>
-
-<h2>Aktualisierung auf eine neue Ubuntuversion</h2>
-
-<p>Wenn Sie ihr gesamtes System aktualisieren, zum Beispiel von Ubuntu 13.10 auf
-14.04, müssen Sie zu dieser Seite zurückkehren und das Repository erneut hinzufügen.
-Die eingebaute Aktualisierungsverwaltung wird das Wine-Repository nicht automatisch übernehmen.</p>
-
-<h2>Alternative Kommandozeileninstruktionen für die Wine-Installation:</h2>
-
-<p>Es ist auch möglich, das Hinzufügen des PPA und die Installation der Pakete wie folgt mit der Kommandozeile durchzuführen.
-Diese Methode könnte sich für Ubuntu-Varianten und Derivate, bei denen die obigen Anweisungen nicht zutreffen,
-als nützlich erweisen.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Aktualisieren Sie anschließend die APT-Paketinformationen durch Ausführen von '<b>sudo apt-get
-update</b>'. Sie können Wine nun durch Ausführen von '<b>sudo apt-get
-install wine1.7</b>' im Terminal installieren.</p>
-
-<p>Wenn Sie das PPA manuell durchsuchen möchten, können Sie dessen <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">Seite auf Launchpad</a> benutzen.</p>
diff --git a/templates/en/download/debian.template b/templates/en/download/debian.template
deleted file mode 100644
index 00c611b..0000000
--- a/templates/en/download/debian.template
+++ /dev/null
@@ -1,162 +0,0 @@
-<!--TITLE:[Installing the latest Wine on Debian]-->
-<!--BLURB:[Installing the latest Wine on Debian]-->
-
-
-<h1 class="title">
-<a href="https://www.debian.org/" target="_new">
-<img src="{$root}/images/distro/debian.png" width="50" height="50"
-  alt="Debian Logo" border="0"></a>
-Wine on Debian
-<a href="https://www.debian.org/" target="_new">
-<img src="{$root}/images/distro/debian.png" width="50" height="50"
-  alt="Debian Logo" border="0"></a>
-</h1>
-
-<p>
-You can directly install software for Debian from <i>.deb</i> package
-files, but using the APT package manager (or a front-end such as
-Aptitude or Synaptic) to get software from the official Debian repos is
-much safer and cleaner. Here are instructions and hints for installing
-your preferred version of Wine, the Debian way....
-</p>
-
-
-<h2>For 32-Bit Debian</h2>
-
-<p>
-So long as your package system is configured correctly and
-up-to-date, grabbing Wine should be simple, whether you use Debian
-<i>stable</i>, <i>testing</i>, or <i>unstable</i>. On <b>32-bit</b>
-Debian, you can install a stable release of Wine with a single
-<i>apt-get</i> command:
-</p>
-
-<pre>sudo apt-get install wine</pre>
-
-<p>
-Starting with Debian Jessie (release 8.0), there is also a package of
-Wine's development release that can be installed alongside the stable
-release:
-</p>
-
-<pre>sudo apt-get install wine-development</pre>
-
-<p>
-Note that you currently need to use the command
-'<b>wine-development</b>' instead of '<b>wine</b>' to run the
-development version from the command-line.
-</p>
-
-<p>
-You should be able to closely track upstream with the
-"wine-development" package. While the version on <i>stable</i> will only
-upgrade with each major Debian release, current packages for users on
-<i>stable</i> will be regularly available from
-<a href="http://backports.debian.org/"
-  target="_new">Debian Backports</a> (see below for details).
-
-Similarly, the packages in <i>testing</i> and <i>unstable</i> won't be
-updated while Debian is in its biennial code-freeze. Advanced users that
-<i>really</i> need a packaged, cutting-edge version of Wine during those
-months can still find it in
-<a href="https://wiki.debian.org/DebianExperimental"
-  target="_new">Debian <i>experimental</i></a>.
-</p>
-
-
-<h2>On 64-Bit Debian</h2>
-
-<p>
-Even if your system uses <b>64-bit</b> Debian, you probably still
-want a Wine installation that can run 32-bit Windows applications. To
-install 32-bit application support, just make sure your system is
-configured to pull in 32-bit packages and the index is updated
-first:
-</p>
-
-<pre>
-sudo dpkg --add-architecture i386
-sudo apt-get update
-sudo apt-get install wine-development
-</pre>
-
-<p>Starting with Debian Stretch, you can also install Wine on 64-bit ARM
-systems:</p>
-
-<pre>
-sudo dpkg --add-architecture armhf
-sudo apt-get update
-sudo apt-get install wine-development
-</pre>
-
-
-<h2>Debian Backports</h2>
-
-<p>
-If you are on <i>stable</i> and want a newer version of
-"wine-development", starting with Debian Jessie, you can grab a version
-in sync with upstream from Debian Backports. To install it, you need to
-enable the Backports repo first by adding the following line to one of
-your <i>sources.list</i> files:
-</p>
-
-<pre>
-deb http://httpredir.debian.org/debian/ jessie-backports main
-</pre>
-
-<p>
-You can do this either through Synaptic
-  (<b>Settings -> Repositories -> Other Software -> Add</b>)
-or by editing the <i>sources.list</i> file directly
-  ('<b>sudo editor /etc/apt/sources.list</b>').
-Then once you've added your sources, update your package index
-  (<b>Reload</b> in Synaptic or '<b>sudo apt-get update</b>' on the
-  command-line).
-</p>
-
-<p>
-If you don't mind possibly upgrading other dependencies to Backports
-versions too, you can install everything from the command-line in one
-swoop:
-</p>
-
-<pre>sudo apt-get install -t jessie-backports wine-development</pre>
-
-<p>If you want to be more selective about keeping <i>stable</i>
-dependencies though, you can use the form:</p>
-
-<pre>sudo apt-get install wine-development/jessie-backports</pre>
-
-<p>
-However, if any other packages need to be installed or updated, this
-method will abort with a list of such packages. You can selectively
-install those from either <i>stable</i> or Backports, then repeat the
-command to install "wine-development/jessie-backports".
-</p>
-
-
-<h2>More Information</h2>
-
-<p>For more info, you can see the Debian package site:</p>
-
-<ul><li>
-<a href="https://packages.debian.org/wine"
-  target="_new">wine</a> (stable release)
-</li>
-
-<li>
-<a href="https://packages.debian.org/wine-development"
-  target="_new">wine-development</a> (development release)
-</li></ul>
-
-<p>There are also useful wiki pages out there too:</p>
-
-<ul><li>
-<a href="http://wiki.winehq.org/Debian"
-  target="_new">Debian on the Wine Wiki</a>
-</li>
-
-<li>
-<a href="https://wiki.debian.org/Wine"
-  target="_new">Wine on the Debian Wiki</a>
-</li></ul>
diff --git a/templates/en/download/ubuntu.template b/templates/en/download/ubuntu.template
deleted file mode 100644
index 0fbd4d1..0000000
--- a/templates/en/download/ubuntu.template
+++ /dev/null
@@ -1,63 +0,0 @@
-<!--TITLE:[Installing the latest Wine on Ubuntu]-->
-<!--BLURB:[Installing the latest Wine on Ubuntu]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Wine for Ubuntu and Ubuntu flavors
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu and Ubuntu flavors (such as Kubuntu) obtain software from 
-<i>packages</i> which are stored in <i>repositories</i>. Ubuntu's default
-repository includes a Wine package built from the stable branch, however if you want to stay up to date with the
-latest development release you can obtain it by following these instructions.
-</p>
-
-<p><b>Ubuntu Derivatives:</b> These packages and instructions are designed for Ubuntu and <a href="http://wiki.ubuntu.com/UbuntuFlavors">recognized flavors</a>. Users of Ubuntu derivatives are welcome to use these packages, but should keep in mind that problems caused by differences between the derivative distro and mainline Ubuntu are neither Wine bugs nor packaging bugs, and should be reported to the  distro in question.</p>
-
-<h2>Adding the PPA Repository:</h2>
-
-<p>Open the Software Sources menu by launching the <b>Ubuntu Software 
-Center</b> and selecting <b>Edit->Software Sources</b>. Choose the <b>Other 
-Software</b> tab and click <b>Add</b>.</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Software Center->Edit->Software Sources->Other Software" border="0">
-
-<p>Then, <b>copy and paste the line below</b>.</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Warning: Beta packages</h2>
-
-<p><i>The 1.7 packages here are beta packages.  This means they will 
-periodically suffer from 
-<a href="http://wiki.winehq.org/RegressionTesting">regressions</a>, and as a result an 
-update may break functionality in Wine. If the stable 1.6 Wine version works 
-for you, then you may not want to use these beta packages.</i></p>
-
-<h2>Installing Wine:</h2>
-
-<p>Once you have added the repository, you are ready to install.</p>
-
-<p><i>To get the most recent Wine 1.7 beta, 
-<a href="apt://wine1.7">click this link to install the wine1.7 package</a>.</i></p>
-<p><i>To install the older, stable Wine 1.6 version, 
-<a href="apt://wine1.6">click this link to install the wine1.6 package</a>.</i></p>
-
-<h2>Upgrading to a new version of Ubuntu</h2>
-
-<p>If you are upgrading the entire system, such as going from Ubuntu 13.10 to 
-14.04, you will need to come back to this page and add the repository again. 
-The built in update manager will not switch the Wine repository automatically.
-</p>
-
-<h2>Alternative Command Line Instructions for Installing Wine:</h2>
-
-<p>It is also possible to add the PPA and install via the terminal. This
-may be useful on Ubuntu flavors and derivatives.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Then update APT package information by running '<b>sudo apt-get 
-update</b>'. You can now install Wine by typing '<b>sudo apt-get 
-install wine1.7</b>'.</p>
-
-<p>If you'd like to browse the PPA manually, you can <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">visit its Launchpad page</a>.</p>
diff --git a/templates/es/download/deb.template b/templates/es/download/deb.template
deleted file mode 100644
index 5b60a5b1..0000000
--- a/templates/es/download/deb.template
+++ /dev/null
@@ -1,112 +0,0 @@
-<!--TITLE:[Wine para distribuciones basadas en Debian]-->
-<!--BLURB:[Wine para distribuciones basadas en Debian]-->
-
-<h1 class="title"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Linux" border="0">
-Wine para Ubuntu, Debian y distribuciones basadas en Debian
-<img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></h1>
-
-<p>Ubuntu y otras distribuciones basadas en Debian utilizan una herramienta
-especial para el manejo de paquetes conocida como APT. APT es capaz de
-auto-mágicamente instalar todas las dependencias necesitadas por un
-paquete de software, así también como de mantenerlo actualizado a
-través del rastreo de los que son conocidos como repositorios APT.
-Ubuntu posee su propio repositorio de software que incluye a Wine, sin
-embargo nosotros mantenemos aqui uno propio con los últimos paquetes
-beta disponibles para su descarga.
-
-<h2>Advertencia: Paquetes Beta</h2>
-
-<p><i>Los paquetes aquí disponibles son
-beta. Esto quiere decir que periodicamente sufren de regresiones y como
-resultado de una actualizacion la funcionalidad de Wine puede ser
-comprometida. Si la última versión estable de Wine le sirve a usted,
-entonces tal vez no quiera usar los paquetes beta.</i></p>
-
-<h2>Añadir el repositorio APT WineHQ:</h2>
-
-<p>Abra el menú de Orígenes del software a través de <b>Sistema->Administracion->Orígenes del Software</b>. Seleccione el tab <b>Otro software</b> y haga click en <b>Añadir</b>.</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Sistema->Administracion->Orígenes del Software" border="0">
-
-<p>Entonces <b>copie y pegue una de las lineas debajo</b> de acuerdo a la versión de Ubuntu que está usando:</p>
-
-<p><b>Para Ubuntu Karmic (9.10):</b><br>
-<i>ppa:ubuntu-wine/ppa</i></p>
-<p><b>Para Ubuntu Jaunty (9.04):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"</i></p>
-<p><b>Para Ubuntu Intrepid (8.10):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"</i></p>
-<p><b>Para Ubuntu Hardy (8.04):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"</i></p>
-
-<h2>Autenticando el repositorio APT WineHQ (9.04 y anteriores):</h2>
-
-<p>Luego de añadir el repositorio, también debe añadir la clave del repositorio a la lista de claves autenticas de su sistema. <b>Los usuarios de Ubuntu 9.10 deben evitar este paso</b>.</p>
-
-<p>Para Ubuntu 9.04 y anteriores, 
-<b><a href="http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg">descargue 
-y guarde la clave de Scott Ritchie</a> (boton derecho del mouse -> guardar como) 
-en su escritorio. Luego abra el tab de <b>autenticación</b>, haga click en 
-<b>Importar clave</b> y seleccione el archivo que acaba de guardar 
-(<b>Scott Ritchie.gpg<b>). Es recomendable borrar este archivo luego de 
-realizar este paso.</p>
-
-<img src="{$root}/images/distro/ubuntu-softwaresources2.png" width="531" height="509" alt="System->Administration->Software Sources->Authentication" border="0">
-
-<h2>Instalando Wine:</h2>
-
-<p>Haga click en <b>cerrar</b> para finalizar, y luego haga click en 
-<b>recargar</b> cuando salga el aviso sobre la informacion del software 
-disponible. Si ya tiene Wine instalado el gestor de actualizaciónes le 
-informará de la publicación de las versiones beta para su actualización. Si no 
-ha instalado Wine todavía, vaya a <b>Aplicaciones->Centro de Software de 
-Ubuntu</b> y busque por <b>Wine</b> o simplemente haga 
-<a href="apt://wine">click en este enlace</a>.</p>
-
-<h2>Actualizando a una nueva versión de Ubuntu</h2>
-
-<p>Si usted está actualizando el sistema entero, como por ejemplo desde Ubuntu 
-8.04 a Ubuntu 8.10, necesitara volver a esta página y añadir el repositorio 
-para la nueva versión arriba.</p>
-
-<h2>Paquetes .deb antiguos.</h2>
-
-<p>Como el repositorio APT sólo contiene los últimos paquetes, las versiones 
-antiguas estan dispoibles en el 
-<a href="http://wine.budgetdedicated.com/archive/index.html">archivo de paquetes .deb de WineHQ</a>.</p>
-
-<h2>Instrucciones de linea de comando alternativas para instalar Wine:</h2>
-
-<p>También es posible añadir los repositorios Wine y realizar la instalación a 
-través de la linea de comandos como sigue. Esto puede ser útil en Kubuntu, 
-Xubuntu y otros derivados de Ubuntu. Necesitara correr los siguiente en una 
-Terminal.</p>
-
-<h3>Para Karmic (9.10):</h3>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<h3>Para 9.04 y anteriores:</h3>
-<p>Agregue la clave del repositorio a la lista de claves auténtenticas de sus 
-sistema copiando los siguiente en una Terminal:</p>
-
-<p><i>wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -</i></p>
-
-<p>Luego debe añadir el repositorio a la lista de fuentes APT de su sistema de 
-acuerdo a la versión de Ubuntu que corre:</p>
-
-<p><b>Para Ubuntu Jaunty (9.04):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>Para Ubuntu Intrepid (8.10):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>Para Ubuntu Hardy (8.04):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-
-<p>Luego actualice la información de APT corriendo 
-'<b>sudo apt-get update</b>'. Ahora puede instalar Wine normalmente o tipeando 
-'<b>sudo apt-get install wine</b>' en la terminal.</p>
-
-<br>
-<p><i>Webhosting muy rápido y fiable para repositorios APT suministrado 
-amablemente por <a href="http://www.budgetdedicated.com/">budgetdedicated.com
-</a>.</i></p>
diff --git a/templates/fr/download/ubuntu.template b/templates/fr/download/ubuntu.template
deleted file mode 100644
index 23b1f47..0000000
--- a/templates/fr/download/ubuntu.template
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--TITLE:[Installer la dernière version de Wine sur Ubuntu]-->
-<!--BLURB:[Installer la dernière version de Wine sur Ubuntu]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Logo Ubuntu" border="0"></a>
-Wine pour Ubuntu et distributions dérivées
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Logo Ubuntu" border="0"></a></h1>
-
-<p>Ubuntu et les distributions dérivées (comme Kubuntu) fournissent des
-logiciels sous forme de <i>paquets</i> qui sont stockés dans des
-<i>dépôts</i>. Le dépôt par défaut d'Ubuntu inclut Wine. Néanmoins, si vous
-voulez rester à jour avec le dernier paquet Wine, vous pouvez
-utiliser le dépôt WineHQ en suivant les instructions ci-dessous.
-</p>
-
-<h2>Ajout du dépôt PPA de WineHQ</h2>
-
-<p>Ouvrez le menu Sources de logiciels en allant sur <b>Applications->Logithèque
-Ubuntu</b>, puis <b>Édition->Sources de logiciels</b>. Sélectionnez
-l'onglet <b>Autres logiciels</b> et cliquez sur <b>Ajouter</b>.</p>
-
-<img src="{$root}/images/distro/fr_ubuntu-ppa.png" width="702" height="467"
-alt="Système->Administration->Sources de logiciels->Autres logiciels" border="0">
-
-<p>Ensuite, <b>entrez la ligne suivante</b> :</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Avertissement : paquets bêta</h2>
-
-<p><i>Les paquets 1.7 sont des paquets bêta, c.-à-d. qu'ils
-peuvent à l'occasion souffrir de
-<a href="http://wiki.winehq.org/RegressionTesting">régressions</a>. Par conséquent, une
-mise à jour peut casser une fonctionnalité dans Wine. Si la version stable 1.4
-de Wine fonctionne dans votre cas, vous ne devriez pas utiliser de paquets bêta.</i></p>
-
-
-<h2>Installation de Wine</h2>
-
-<p>Une fois le dépôt PPA de WineHQ ajouté, l'installation peut se
-poursuivre.</p>
-
-<p><i>Pour la version bêta 1.7 la plus récente,
-<a href="apt://wine1.7">utilisez ce lien pour installer le paquet wine1.7</a>.</i></p>
-<p><i>Pour la version stable 1.6 (plus ancienne)
-<a href="apt://wine1.6">utilisez ce lien pour installer le paquet wine1.6</a>.</i></p>
-
-<h2>Mise à niveau vers une nouvelle version d'Ubuntu</h2>
-
-<p>Si vous mettez à niveau le système entier, par exemple en passant d'Ubuntu
-13.10 à 14.04, vous devrez revenir sur cette page et ré-ajouter le dépôt. Le
-gestionnaire de mises à jour intégré n'utilisera pas automatiquement le
-dépôt Wine.
-</p>
-
-<h2>Installation alternative de Wine via la ligne de commande</h2>
-
-<p>Il est également possible d'ajouter le PPA Wine et de procéder à
-l'installation en utilisant le terminal. Cela peut être utile sous
-Kubuntu, Xubuntu ou d'autres distributions dérivées.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Mettez ensuite à jour les informations sur les paquets d'APT en exécutant
- « <b>sudo apt-get update</b> ». Vous pouvez dès lors installer Wine en tapant
- « <b>sudo apt-get install wine1.7</b> ».</p>
-
-<p>Si vous voulez parcourir manuellement le PPA, vous pouvez <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">visiter sa page Launchpad</a>.</p>
diff --git a/templates/pl/download/ubuntu.template b/templates/pl/download/ubuntu.template
deleted file mode 100644
index 15ff028..0000000
--- a/templates/pl/download/ubuntu.template
+++ /dev/null
@@ -1,63 +0,0 @@
-<!--TITLE:[Wgrywanie najnowszego Wine pod Ubuntu]-->
-<!--BLURB:[Wgrywanie najnowszego Wine pod Ubuntu]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Wine dla Ubuntu i jego pochodnych
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu i pochodne Ubuntu (takie jak Kubuntu) pozyskują oprogramowanie z 
-<i>paczek</i>, które są przechowywane w <i>repozytoriach</i>. Domyślne repozytorium Ubuntu
-zawiera stabilne wydania. Najnowsze paczki Wine znajdują się na WineHQ.
-Aby z nich skorzystać wykonaj poniższe instrukcje.
-</p>
-
-<p><b>Pochodne Ubuntu:</b> Te paczki i instrukcje są  zostały opracowane dla Ubuntu oraz jego <a href="http://wiki.ubuntu.com/UbuntuFlavors">uznawanych odmian</a>. Użytkownicy systemów pochodnych do Ubuntu mogą używać tych paczek, lecz powinni być świadomi, że problemy wywołane różnicami pomiędzy pochodnym distro, a Ubuntu nie są ani błędami Wine, ani błędami pakowania i powinny być zgłaszane do distro, na którym ten problem występuje.</p>
-
-<h2>Dodawanie repozytorium WineHQ PPA:</h2>
-
-<p>Otwórz źródła oprogramowania z menu <b>Aplikacje->Centrum Oprogramowania
-Ubuntu</b>, następnie wybierz <b>Edycja->Źródła oprogramowania</b>. Przejdź na zakładkę <b>Oprogramowanie 
-osób trzecich</b> i naciśnij <b>Dodaj...</b>.</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Software Center->Edit->Software Sources->Other Software" border="0">
-
-<p>Następnie, <b>wklej poniższy wiersz</b>.</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Uwaga: paczki beta</h2>
-
-<p><i>Paczki 1.7 są paczkami beta.  Oznacza to, że będą
-okresowo cierpieć z powodu 
-<a href="http://wiki.winehq.org/RegressionTesting">regresji</a>, a uaktualnianie do nich
-może popsuć funkcjonalność Wine. Jeżeli wersja stabilna Wine {$config_stable_release} działa bez problemu
-to wgrywanie tych paczek może nie być konieczne.</i></p>
-
-<h2>Wgrywanie Wine:</h2>
-
-<p>Skoro już dodałeś/aś repozytorium WineHQ PPA to jesteś gotowy/a do wgrywania.</p>
-
-<p><i>Aby używać najnowszego Wine {$config_master_release}, 
-<a href="apt://wine1.7">naciśnij na to dowiazanie, aby wgrać paczkę wine1.7</a>.</i></p>
-<p><i>Aby używać ostatniej stabilnej wersji Wine {$config_stable_release}, 
-<a href="apt://wine1.6">naciśnij na to dowiazanie, aby wgrać paczkę wine1.6</a>.</i></p>
-
-<h2>Unowocześnienie do nowej wersji Ubuntu</h2>
-
-<p>Jeżeli unowocześniasz cały system np. przechodzisz z
-Ubuntu 13.10 na 14.04, to będziesz musiał/a wrócić do tej strony i
-dodać repozytorium do nowej wersji systemu. Wbudowany program do zarządzania uaktualnieniami sam nie zmieni repozytorium Wine.
-</p>
-
-<h2>Alternatywne polecenia wiersza poleceń do wgrania Wine:</h2>
-
-<p>Istnieje możliwość dodania repozytoriów Wine i wgrywanie z wiersza poleceń. 
-Jest to użyteczne w przypadku Kubuntu, Xubuntu, i innych pochodnych Ubuntu.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Następnie zaktualizuj informacje o paczkach APT wpisując '<b>sudo apt-get 
-update</b>'. Teraz możesz wgrać Wine wpisując w terminalu '<b>sudo apt-get 
-install wine1.7</b>'.</p>
-
-<p>Aby ręcznie ręcznie przeglądać PPA, odwiedź <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">jego stronę na Launchpad</a>.</p>
diff --git a/templates/pt/download/ubuntu.template b/templates/pt/download/ubuntu.template
deleted file mode 100644
index 306a859..0000000
--- a/templates/pt/download/ubuntu.template
+++ /dev/null
@@ -1,61 +0,0 @@
-<!--TITLE:[Instalando o Wine mais recente no Ubuntu]-->
-<!--BLURB:[Instalando o Wine mais recente no Ubuntu]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Wine para o Ubuntu e derivativos do Ubuntu
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu e derivativas do Ubuntu (como o Kubuntu) obtém seus aplicativos de
-<i>pacotes</i> que são guardados em <i>repositórios</i>. O repositório padrão
-do Ubuntu inclui o Wine, entretanto se você quiser se manter a par dos pacotes
-mais recentes do Wine você pode usar o repositório do WineHQ seguindo estas instruções.
-</p>
-
-<h2>Adicionando o repositório PPA do WineHQ:</h2>
-
-<p>Acesse o menu 'Fontes de Aplicativos' abrindo o <b>Centro de Aplicativos do Ubuntu</b>
-e selecionando <b>Editar->Fontes de Aplicativos</b>. Escolha a aba
-<b>Aplicativos de Terceiros</b> e clique <b>Adicionar</b>.</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Software Center->Edit->Software Sources->Other Software" border="0">
-
-<p>Depois, <b>copie e cole a linha abaixo</b>.</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Aviso: Pacotes Beta</h2>
-
-<p><i>Os pacotes da versão 1.5 são pacotes beta. Isto quer dizer que
-eles podem sofrer <a href="http://wiki.winehq.org/RegressionTesting">regressões</a>
-periodicamente, e como resultado, prejudicar a funcionalidade do Wine.
-Caso o pacote estável da versão 1.4 do Wine funcione bem no seu sistema, talvez
-você prefira não usar estes pacotes beta.</i></p>
-
-<h2>Instalando o Wine:</h2>
-
-<p>Depois de adicionar o repositório PPA do WineHQ, você está pronto para instalar.</p>
-
-<p><i>Para adquirir a versão mais recente do Wine 1.5 beta,
-<a href="apt://wine1.5">clique neste link para instalar o pacote wine1.5</a>.</i></p>
-<p><i>Para instalar a versão mais antiga e estável do Wine 1.4,
-<a href="apt://wine1.4">clique neste link para instalar o pacote wine1.4</a>.</i></p>
-
-<h2>Atualizando para uma versão mais nova do Ubuntu</h2>
-
-<p>Caso você esteja fazendo a atualização de sistema, como por exemplo ao atualizar do Ubuntu 11.10 para 12.04,
-você precisará voltar nesta página e adicionar o repositório novamente.
-O gerenciador de atualizações padrão não irá fazer a mudança de repositório automaticamente.
-</p>
-
-<h2>Instruções alternativas de linha de comando para instalar o Wine:</h2>
-
-<p>Também é possível adicionar a PPA do Wine e fazer a instalação via terminal. Isto
-pode ser útil no Kubuntu, Xubuntu e outras derivativas de Ubuntu.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Então atualize a informação de pacotes APT com o comando '<b>sudo apt-get
-update</b>'. Você agora pode instalar o Wine digitando '<b>sudo apt-get
-install wine1.5</b>'.</p>
-
-<p>Caso você queira navegar a PPA manualmente, você pode <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">visitar a página no Launchpad</a>.</p>
diff --git a/templates/tr/download/ubuntu.template b/templates/tr/download/ubuntu.template
deleted file mode 100644
index 6631385..0000000
--- a/templates/tr/download/ubuntu.template
+++ /dev/null
@@ -1,50 +0,0 @@
-<!--TITLE:[Ubuntu üzerine son sürüm Wine Kurmak]-->
-<!--BLURB:[Ubuntu üzerine son sürüm Wine Kurmak]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Ubuntu ve Ubuntu türevleri için Wine
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu ve Ubuntu türevleri (Kubuntu benzeri) yazılımları <i>depo</i> adı verilen <i>paketlerden</i> indirirler. Ubuntu'nun öntanımlı deposu Wine'ı içermektedir; ancak her zaman en son sürüm Wine'ı edinmek isterseniz, aşağıdaki adımları takip ederek WineHQ'yu kullanabilirsiniz.
-</p>
-
-<h2>WineHQ PPA Deposunu Eklemek:</h2>
-
-<p>Yazılım Kaynakları menüsünü <b>Ubuntu Yazılım Merkezi</b>'ni açarak seçin ve ardından <b>Düzenle->Yazılım Kaynakları</b> tıklayın. <b>Diğer Yazılım</b> sekmesini tıklayın ve <b>Ekle</b> seçin.</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Yazılım Merkezi->Düzenle->Yazılım Kaynakları->Diğer Yazılım" border="0">
-
-<p>Ardından, <b>aşağıdaki satırı kopyalayın ve yapıştırın</b>.</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Uyarı: Beta paketleri</h2>
-
-<p><i>Buradaki 1.5 paketleri, beta paketleridir. Bu da sıkça 
-<a href="http://wiki.winehq.org/RegressionTesting">gerileme</a> yaşanılabileceğini ve sonuç olarak bir güncelleme ile Wine içerisinde işlevsel bozukluklara sebep olabileceğini gösterir. Eğer Wine 1.4 sürümü sizin için çalışıyorsa, bu beta paketleri kullanmak istemeyebilirsiniz.</i></p>
-
-<h2>Wine kurulumu:</h2>
-
-<p>WineHQ PPA Deposunu ekledikten sonra kurma işlemi için hazırsınız..</p>
-
-<p><i>En son Wine 1.5 beta sürümünü almak için,
-<a href="apt://wine1.5">bu bağlantıya tıklayın ve wine1.5 paketini kurun</a>.</i></p>
-<p><i>Daha eski kararlı Wine 1.4 sürümünü almak için,
-<a href="apt://wine1.4">bu bağlantıya tıklayın ve wine1.4 paketini kurun</a>.</i></p>
-
-<h2>Ubuntu'nun yeni sürümüne yükseltmek</h2>
-
-<p>Eğer tüm sisteminizi yükseltiyorsanız (Örneğin Ubuntu 12.10'dan Ubuntu 13.04'e), bu sayfaya tekrar gelip, depoyu yeniden eklemeniz gerekir. Dahili güncelleme yöneticisi, Wine deposunu otomatik olarak değiştirmeyecektir.
-</p>
-
-<h2>Wine Kurulumu için Alternatif Komut Satırı Talimatları:</h2>
-
-<p>Uçbirim kullanarak Wine PPA'sını eklemek ve kurmak da mümkündür. Bu; Kubuntu, Xubuntu ve diğer Ubuntu türevleri için kullanışlı olabilir.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Ardından '<b>sudo apt-get 
-update</b>' çalıştırarak APT paket bilgisini güncelleyin. Artık Wine'ı '<b>sudo apt-get 
-install wine1.5</b>' yazarak kurabilirsiniz.</p>
-
-<p>Eğer PPA'yı el ile gezmek isterseniz, <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">Launchpad sayfasını</a> ziyaret edebilirsiniz.</p>
diff --git a/templates/uk/download/ubuntu.template b/templates/uk/download/ubuntu.template
deleted file mode 100644
index b3f9fe5..0000000
--- a/templates/uk/download/ubuntu.template
+++ /dev/null
@@ -1,57 +0,0 @@
-<!--TITLE:[Встановлення версії для Ubuntu]-->
-<!--BLURB:[Встановлення версії для Ubuntu]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Wine для Ubuntu та сімейства Ubuntu
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu та сімество Ubuntu (як Kubuntu) отримують програмне забезпечення у вигляді 
-<i>пакунків</i> які розміщуються у <i>репозиторіях</i>. Репозиторії Ubuntu за
-замовчуванням мають Wine, однак якщо ви хочете мати останні версії пакунків Wine, прочтіть наступні іструкції.
-</p>
-
-<h2>Додавання репозиторія WineHQ:</h2>
-
-<p>Open the Software Sources menu by launching the <b>Ubuntu Software 
-Center</b> and selecting <b>Edit->Software Sources</b>. Choose the <b>Other 
-Software</b> tab and click <b>Add</b>.</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Software Center->Edit->Software Sources->Other Software" border="0">
-
-<p>Потім, <b>скопіюйте та вставте рядок який вказано нижче</b>.</p>
-
-<p><i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>Попередження: Розробницькі пакунки</h2>
-
-<p><i>Пакунки версії 1.7 це розробницькі пакунки. Це означає, що вони періодично можуть містити 
-<a href="http://wiki.winehq.org/RegressionTesting">регресії</a>, і в разі оновлень може постраждати функціональність. 
-Якщо версія 1.6 добре працює, тоді ви можете не використовувати ці розробницькі пакунки.</i></p>
-
-<h2>Встановлення Wine:</h2>
-
-<p>Після додавання репозиторія WineHQ PPA, ви готові до встановлення Wine.</p>
-
-<p><i>Щоб встановити найсвіжішу розробницьку версію Wine 1.7, 
-<a href="apt://wine1.7">клікніть на це посилання</a>.</i></p>
-<p><i>Щоб встановити стабільну версію Wine 1.6, 
-<a href="apt://wine1.6">клікніть на це посилання</a>.</i></p>
-
-<h2>Оновлення до нової версії Ubuntu</h2>
-
-<p>Якщо ви оновили систему з Ubuntu 13.10 до 14.04, вам потрібно знову додати репозиторій. 
-Вбудований менеджер оновлень не перемикає репозиторій Wine автоматично.
-</p>
-
-<h2>Альтернативні команди та інструкції для встановлення Wine:</h2>
-
-<p>Також можна додати репозиторій та встановити Wine використовуючи термінал. Це може бути корисно на 
-Kubuntu, Xubuntu та інших дистрибутивах Ubuntu.</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>Потім оновіть APT запустивши команду '<b>sudo apt-get 
-update</b>'. Тепер ви можете встановити Wine набравши команду '<b>sudo apt-get 
-install wine1.7</b>'.</p>
-
-<p>Якщо ви хочете подивитися репозиторій власноруч, перейдіть на <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">сторінку у Launchpad</a>.</p>
diff --git a/templates/zh-cn/download/ubuntu.template b/templates/zh-cn/download/ubuntu.template
deleted file mode 100644
index 41372d7..0000000
--- a/templates/zh-cn/download/ubuntu.template
+++ /dev/null
@@ -1,51 +0,0 @@
-<!--TITLE:[给 Ubuntu 安装最新的 Wine]-->
-<!--BLURB:[给 Ubuntu 安装最新的 Wine]-->
-
-<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
-Ubuntu 及其衍生版
-<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-
-<p>Ubuntu 和 Ubuntu 的衍生版(比如 Kubuntu)从<i>源</i>获取软件的<i>安装包</i>。
-Ubuntu 的源默认包含了 Wine,当然,如果你想更新到最新版本的 Wine,那么请按照这个说明使用 WineHQ 的源。
-</p>
-
-<h2>添加 WineHQ PPA 源:</h2>
-
-<p>启动 <b>Ubuntu 软件中心</b>,通过<b>编辑->软件源</b>来打开软件源菜单。
-选择<b>其他软件</b>选项并点击<b>添加</b>。</p>
-
-<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="Software Center->Edit->Software Sources->Other Software" border="0">
-
-<p>接着, <b>复制并粘贴下面这行代码</b>。</p>
-
-<i>ppa:ubuntu-wine/ppa</i></p>
-
-<h2>警告:Beta 版安装包</h2>
-
-<p><i>版本 1.7 的安装包是 beta 版的安装包。 这意味着他们可能偶尔遭受<a href="http://wiki.winehq.org/RegressionTesting">退化(regressions)</a>,结果是一个更新可能破坏 Wine 的(原有)功能。
-所以,如果稳定版的 Wine 1.6 已经能够为你工作,你或许不太想用 beta 版的安装包。</i></p>
-
-<h2>安装 Wine:</h2>
-
-<p>一旦你已经添加了 WineHQ PPA 源,你就已经可以开始安装了。</p>
-
-<p><i>获取最新的 Wine 1.7 beta,
-<a href="apt://wine1.7">点击这个链接来安装 wine1.7 的安装包</a>。</i></p>
-<p><i>安装旧版但稳定的 Wine 1.6,
-<a href="apt://wine1.6">点击这个链接来安装 wine1.6 的安装包</a>。</i></p>
-
-<h2>更新 Ubuntu 到一个新的版本</h2>
-
-<p>如果你更新了整个系统,比如从 Ubuntu 13.10 到 14.04,你需要回到这个页面并重新添加软件源。内置的更新管理器是不会自动开启 Wine 源的。</p>
-
-<h2>使用命令行来安装 Wine:</h2>
-
-<p>可以通过终端来添加 Wine PPA 并安装 Wine。这个方法对 Kubuntu、Xubuntu 和其他 Ubuntu 衍生版同样有效。</p>
-
-<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-
-<p>接着运行 ‘<b>sudo apt-get 
-update</b>’ 来更新 APT 的包信息。 现在你就可以使用 ‘<b>sudo apt-get 
-install wine1.7</b>’ 来安装 Wine 了。</p>
-
-<p>如果你想亲自浏览 PPA,可以<a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">访问它的 Launchpad 页面</a>。</p>
-- 
1.8.4.5




More information about the wine-patches mailing list