[Xfce4-commits] <www:nick/gettext> Various page cleanups and gettext converts.

Nick Schermer noreply at xfce.org
Tue Nov 23 22:08:05 CET 2010


Updating branch refs/heads/nick/gettext
         to 37ade1dddd8b3e7750c0103131fe90d50afe567f (commit)
       from 2ab1586887c7e49376a19cb07c2476d5bfc8baf6 (commit)

commit 37ade1dddd8b3e7750c0103131fe90d50afe567f
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 23 22:05:37 2010 +0100

    Various page cleanups and gettext converts.

 pages/about/press.php           |   32 +++---
 pages/community/lists.php       |    6 +-
 pages/development/index.php     |   78 +++---------
 pages/download/distros.php      |  260 ++++++++++++---------------------------
 pages/download/requirements.php |    8 +-
 pages/frontpage.php             |    1 -
 6 files changed, 117 insertions(+), 268 deletions(-)

diff --git a/pages/about/press.php b/pages/about/press.php
index 1e3f60f..3b8f3c0 100644
--- a/pages/about/press.php
+++ b/pages/about/press.php
@@ -3,34 +3,34 @@
 
 <table>
   <tr>
-    <th width="20%" align="left"><h3><?php E_('Date') ?></h3></th>
-    <th width="20%" align="left"><h3><?php E_('Website') ?></h3></th>
-    <th width="60%" align="left"><h3><?php E_('Link') ?></h3></th>
+    <th><?php E_('Date') ?></th>
+    <th><?php E_('Website') ?></th>
+    <th><?php E_('Link') ?></th>
   </tr>
   <tr>
-    <td align="left">2006-06-09</td>
-    <td align="left">LWN</td>
-    <td align="left"><a href="http://lwn.net/Articles/182966/">What next for the Xfce Project?</a></td>
+    <td>2006-06-09</td>
+    <td>LWN</td>
+    <td><a href="http://lwn.net/Articles/182966/">What next for the Xfce Project?</a></td>
   </tr>
   <tr>
-    <td align="left">2006-01-10</td>
-    <td align="left">Tuxmachines</td>
-    <td align="left"><a href="http://www.tuxmachines.org/node/6448">Xtra Fine Computing Environment: xfce4.4 beta 1.</a></td>
+    <td>2006-01-10</td>
+    <td>Tuxmachines</td>
+    <td><a href="http://www.tuxmachines.org/node/6448">Xtra Fine Computing Environment: xfce4.4 beta 1.</a></td>
   </tr>
   <tr>
-    <td align="left">2006-01-10</td>
-    <td align="left">Blog, All about Linux </td>
-    <td align="left"><a href="http://linuxhelp.blogspot.com/2006/01/xfce-42-light-weight-window-manager.html">Xfce 4.2 - A light weight window manager heavy in features.</a></td>
+    <td>2006-01-10</td>
+    <td>Blog, All about Linux </td>
+    <td><a href="http://linuxhelp.blogspot.com/2006/01/xfce-42-light-weight-window-manager.html">Xfce 4.2 - A light weight window manager heavy in features.</a></td>
   </tr>
   <tr>
-    <td align="left">2005-10-01</td>
+    <td>2005-10-01</td>
     <td>Linux Magazine </td>
-    <td align="left"><a href="http://www.linux-magazine.com/issue/57/Xfce_42_Review.pdf">Installing and exploring Xfce 4.2</a></td>
+    <td><a href="http://www.linux-magazine.com/issue/57/Xfce_42_Review.pdf">Installing and exploring Xfce 4.2</a></td>
   </tr>
   <tr>
-    <td align="left">2005-01-11</td>
+    <td>2005-01-11</td>
     <td>Mad Penguin</td>
-    <td align="left"><a href="http://www.madpenguin.org/cms/?m=show&id=3216">Xfce Installer Something To Be Proud Of</a></td>
+    <td><a href="http://www.madpenguin.org/cms/?m=show&id=3216">Xfce Installer Something To Be Proud Of</a></td>
   </tr>
   <tr>
     <td>2004-11-24</td>
diff --git a/pages/community/lists.php b/pages/community/lists.php
index 2d44854..b65ed6f 100644
--- a/pages/community/lists.php
+++ b/pages/community/lists.php
@@ -4,10 +4,10 @@
   <?php E_('<strong>NOTE:</strong> In order to post to these lists, you must first subscribe.') ?>
 </p>
 
-<table cellpadding="2">
+<table>
   <tr>
-    <th align="left"><?php E_('List') ?></th>
-    <th align="left"><?php E_('Description') ?></th>
+    <th><?php E_('List') ?></th>
+    <th><?php E_('Description') ?></th>
   </tr>
   <tr>
     <td><a href="http://foo-projects.org/mailman/listinfo/xfce/">xfce</a></td>
diff --git a/pages/development/index.php b/pages/development/index.php
index da8fb2c..b621f62 100644
--- a/pages/development/index.php
+++ b/pages/development/index.php
@@ -1,92 +1,50 @@
-<h2>Development</h2>
-
-<p>
-Xfce is made possible thanks to the help of volunteers with all kinds
-of skills and talents. Coding is just one way to help –
-translators, documenters, and designers are also welcome!
-This page outlines some of the areas where you could help out.
-</p>
-
-<h3 class="dev" style="background-image: url(/images/development/devel.png);">Xfce core</h3>
-
+<h1><?php E_('Development') ?></h1>
 <p>
-Feel free to join us in developing the next release of Xfce or in helping fix bugs in existing releases.
-<a href="http://bugzilla.xfce.org">Bugzilla</a> and the <a href="http://wiki.xfce.org/releng/4.8/schedule">roadmap</a>
-are good sources of ideas on what needs some love.
+  <?php E_('Xfce is made possible thanks to the help of volunteers with all kinds of skills and talents. Coding is just one way to help – translators, documenters, and designers are also welcome! This page outlines some of the areas where you could help out.') ?>
 </p>
 
+<h2><?php E_('Xfce core') ?></h2>
 <p>
-If you are interested in more details or news about current development efforts, subscribe to the
-<a href="http://foo-projects.org/mailman/listinfo/xfce4-dev">development mailing list</a>.
-The <a href="http://wiki.xfce.org/">wiki</a> also contains a lot of useful information.
+  <?php printf (R_('Feel free to join us in developing the next release of Xfce or in helping fix bugs in existing releases. <a href="http://bugzilla.xfce.org">Bugzilla</a> and the <a href="%s">roadmap</a> are good sources of ideas on what needs some love.'), 'http://wiki.xfce.org/releng/4.8/schedule') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/development/goodies.png);">Goodies</h3>
-
 <p>
-The <a href="http://goodies.xfce.org">Xfce goodies</a> are independent projects related to the
-Xfce desktop. Though they are not part of the official release, they complement
-and enhance the overall desktop, and they also need your help!
-If you want to contribute to one of these, contact that project's maintainer,
-or you could start your own pet project.
-The <a href="http://foo-projects.org/mailman/listinfo/goodies-dev/">Goodies development mailing list</a>
-is there for you if you have any questions.
-</p>
-
-<h3 class="dev" style="background-image: url(/images/development/i18n.png);">Translations</h3>
+  <?php E_('If you are interested in more details or news about current development efforts, subscribe to the <a href="http://foo-projects.org/mailman/listinfo/xfce4-dev">development mailing list</a>. The <a href="http://wiki.xfce.org/">wiki</a> also contains a lot of useful information.') ?></p>
 
+<h2><?php E_('Translations') ?></h2>
 <p>
-Xfce is translated into dozens of languages. Translations are currently managed using
-<a href="https://translations.xfce.org/">Transifex</a>,
-and the <a href="https://translations.xfce.org/help/">help page</a> contains instructions on how to contribute.
-If you have any questions, the
-<a href="http://foo-projects.org/mailman/listinfo/xfce-i18n/">Xfce i18n mailing list</a>
-is there for you!
+  <?php E_('Xfce is translated into dozens of languages. Translations are currently managed using <a href="https://translations.xfce.org/">Transifex</a>. The <a href="https://translations.xfce.org/help/">help page</a> contains instructions on how to contribute. If you have any questions, the <a href="http://foo-projects.org/mailman/listinfo/xfce-i18n/">Xfce i18n mailing list</a> is there for you!') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/development/docs.png);">Documentation</h3>
-
+<h2><?php E_('Documentation') ?></h2>
 <p>
-As you may have noticed, the <a href="/documentation/">Xfce documentation</a> needs some love!
-If you want to join the new documentation effort, please contact us using the
-<a href="http://foo-projects.org/mailman/listinfo/xfce4-dev">development mailing list</a>.
+  <?php E_('As you may have noticed, the <a href="http://docs.xfce.org>">Xfce documentation</a> needs some love! If you want to join the new documentation effort, please contact us using the <a href="http://foo-projects.org/mailman/listinfo/xfce4-dev">development mailing list</a>.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/development/artwork.png);">Artwork</h3>
-
+<h2><?php E_('Goodies') ?></h2>
 <p>
-The <a href="/about/artwork">Xfce Artwork</a> project needs volunteers! Design new icons,
-wallpapers, or window manager themes by following our
-step-by-step example <a href="http://wiki.xfce.org/howto">howto's</a>. Or see how others
-have customized their Xfce desktops on <a href="http://www.xfce-look.org/">Xfce Look</a>.
+  <?php E_('The <a href="http://goodies.xfce.org">Xfce goodies</a> are independent projects related to the Xfce desktop. Though they are not part of the official release, they complement and enhance the overall desktop, and they also need your help! If you want to contribute to one of these, contact that project\'s maintainer, or you could start your own pet project. The <a href="http://foo-projects.org/mailman/listinfo/goodies-dev/">Goodies development mailing list</a>is there for you if you have any questions.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/projects/library.png);">Xfce framework</h3>
 
+<h2><?php E_('Xfce framework') ?></h2>
 <p>
-Xfce provides a framework for developing applications that integrate well in the Xfce desktop environment. This
-framework also provides common and useful functionality not present in the GLib/GTK stack, further easing
-application development.
+  <?php E_('Xfce provides a framework for developing applications that integrate well in the Xfce desktop environment. This framework also provides common and useful functionality not present in the GLib/GTK stack, further easing application development.') ?>
 </p>
 
 <p>
-The <a href="http://foo-projects.org/%7Ebenny/projects/xfce4-dev-tools/">Xfce developer tools</a>
-provide a collection of scripts and M4 macros that are required to build the Xfce core desktop components.
+  <?php E_('The <a href="http://foo-projects.org/%7Ebenny/projects/xfce4-dev-tools/">Xfce developer tools</a> provide a collection of scripts and M4 macros that are required to build the Xfce core desktop components.') ?>
 </p>
 
 <p>
-The <a href="/projects/libraries/">base libraries of Xfce</a> are used by almost
-every Xfce application. Among other things, they provide convenience functions and specialized display widgets.
+  <?php E_('The <a href="/projects/libraries/">base libraries of Xfce</a> are used by almost every Xfce application. Among other things, they provide convenience functions and specialized display widgets.') ?>
 </p>
 
 <p>
-While the core Xfce libraries are targeted at desktop development, <a href="/projects/exo/">exo</a>
-is targeted at application development. It provides custom widgets, a job framework, and a lot of
-other useful functionality for developing applications.
+  <?php E_('Xfce also includes <a href="http://pyxfce.xfce.org/">Python</a>, <a href="http://spuriousinterrupt.org/projects/xfce4-perl">Perl</a>, and <a href="http://xfc.xfce.org/">C++</a> bindings to its libraries.') ?>
 </p>
 
+<h2><?php E_('Artwork') ?></h2>
 <p>
-Xfce also includes <a href="http://pyxfce.xfce.org/">Python</a>,
-<a href="http://spuriousinterrupt.org/projects/xfce4-perl">Perl</a>, and
-<a href="http://xfc.xfce.org/">C++</a> bindings to its libraries.
+  <?php E_('The <a href="/about/artwork">Xfce Artwork</a> project needs volunteers! Design new icons, wallpapers, or window manager themes by following our step-by-step example <a href="http://wiki.xfce.org/howto">howto\'s</a>. Or see how others have customized their Xfce desktops on <a href="http://www.xfce-look.org/">Xfce Look</a>.') ?>
 </p>
diff --git a/pages/download/distros.php b/pages/download/distros.php
index cd62a05..0e07c37 100644
--- a/pages/download/distros.php
+++ b/pages/download/distros.php
@@ -1,217 +1,109 @@
-<h2>Distributions based on Xfce</h2>
+<h1><?php E_('Distributions') ?></h1>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/fedora.png);">
-<a href="http://spins.fedoraproject.org/xfce/">Fedora Xfce Spin</a>
-</h3>
+<h2><?php E_('Distributions based on Xfce') ?></h2>
 
-<p>
- The Fedora Xfce Spin is live cd which is also installable that showcases the Xfce Desktop Environment 
- featuring a mix of high productivity centric applications.
+<h3><a href="http://spins.fedoraproject.org/xfce/">Fedora Xfce Spin</a></h3>
+<p>  
+  <?php E_('The Fedora Xfce Spin is live cd which is also installable that showcases the Xfce Desktop Environment featuring a mix of high productivity centric applications.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/xubuntu.png);">
-<a href="http://www.xubuntu.org/">Xubuntu</a>
-</h3>
+<h3><a href="http://www.xubuntu.org/">Xubuntu</a></h3>
+<p>  
+  <?php E_('Xubuntu is a Linux distribution based on Ubuntu. Unlike its parent Xubuntu uses the light-weight Xfce desktop environment. The distribution includes only GTK+ applications where possible.') ?>
+</p>
 
-<p>
-  Xubuntu is a Linux distribution based on Ubuntu. Unlike its parent Xubuntu uses the light-weight Xfce 
-  desktop environment. The distribution includes only GTK+ applications where possible.
+<h3><a href="http://www.zenwalk.org/">Zenwalk</a></h3>
+<p>  
+  <?php E_('Zenwalk is an operating system based on Slackware. The goal of Zenwalk is being slim and fast using only one application per task combined with the Xfce Desktop. Zenwalk features the latest Linux technology along with a complete programming environment and libraries to provide an ideal platform for application programmers. Zenwalk\'s modular approach also provides a simple way to convert Zenwalk Linux into a finely-tuned modern server (e.g. LAMP, messaging, file sharing).') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/zenwalk.png);">
-<a href="http://www.zenwalk.org/">Zenwalk</a>
-</h3>
+<h3><a href="http://www.mythbuntu.org/">Mythbuntu</a></h3>
+<p>  
+  <?php E_('Mythbuntu is an community supported add-on for Ubuntu focused upon setting up a standalone MythTV based PVR system. It can be used to prepare a standalon system or for integration with an existing MythTV network.') ?>
+</p>
 
-<p>
-  Zenwalk is an operating system based on Slackware. The goal of Zenwalk is being slim and fast using only 
-  one application per task combined with the Xfce Desktop. Zenwalk features the latest Linux technology 
-  along with a complete programming environment and libraries to provide an ideal platform for application 
-  programmers. Zenwalk's modular approach also provides a simple way to convert Zenwalk Linux into a 
-  finely-tuned modern server (e.g. LAMP, messaging, file sharing).
+<h3><a href="http://www.elementmypc.com">Element OS</a></h3>
+<p>  
+  <?php E_('Element OS is a free open source operating system for home theater PCs, media center computers, and set-top boxes. Featuring an innovative "across the room" Xfce-based interface which is designed to be connected to your HDTV for a digital media and internet experience from within the comforts of your own living room or lounge. Element comes loaded with the software needed to stream all forms of Web content and manage your own multimedia library and downloads.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/mythbuntu.png);">
-<a href="http://www.mythbuntu.org/">Mythbuntu</a>
-</h3>
 
-<p>
-  Mythbuntu is an community supported add-on for Ubuntu focused upon setting up
-  a standalone MythTV based PVR system. It can be used to prepare a standalon
-  system or for integration with an existing MythTV network.
+<h3><a href="http://www.dreamlinux.com.br/">Dreamlinux</a></h3>
+<p>  
+  <?php E_('Dreamlinux is a modern and modular GNU/Linux system that can be run directly a CD/DVD/USBStick and optionally be installed to a HDD (IDE, SCSI, SATA, PATA and USB Drive).') ?>
+</p>
+
+<h3><a href="http://www.vectorlinux.com/">VectorLinux</a></h3>
+<p>  
+  <?php E_('Speed, performance, stability -- these are attributes that set VectorLinux apart in the crowded field of Linux distributions. The creators of VectorLinux had a single credo: keep it simple, keep it small and let the end user decide what their operating system is going to be. What has evolved from this concept is perhaps the best little Linux operating system available anywhere.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/elementos.png);">
-<a href="http://www.elementmypc.com">Element OS</a>
-</h3>
+<h3><a href="http://wolvix.org/">Wolvix GNU/Linux</a></h3>
+<p>  
+  <?php E_('Wolvix is a desktop oriented GNU/Linux distribution based on Slackware. It features the Xfce desktop environment and a comprehensive selection of development, graphics, multimedia, network and office applications. It\'s mainly targeted at home users and strives to provide a balance between everyday computing tasks, creativity, work and enjoyment.') ?>
+</p>
 
-<p>
-  Element OS is a free open source operating system for home theater
-  PCs, media center computers, and set-top boxes. Featuring an
-  innovative "across the room" Xfce-based interface which is designed to
-  be connected to your HDTV for a digital media and internet experience
-  from within the comforts of your own living room or lounge. Element
-  comes loaded with the software needed to stream all forms of Web
-  content and manage your own multimedia library and downloads.
+<h3><a href="http://www.kateos.org/">Kate OS</a></h3>
+<p>  
+  <?php E_('Kate OS is a polish GNU/Linux distribution. It is a lightweight binary distribution featuring Xfce as the default desktop environment.') ?>
 </p>
 
- 
-<h3 class="dev" style="background-image: url(/images/download/distros/dreamlinux.png);">
-<a href="http://www.dreamlinux.com.br/">Dreamlinux</a>
-</h3>
-      
-<p>
-  Dreamlinux is a modern and modular GNU/Linux system that can be run directly
-  a CD/DVD/USBStick and optionally be installed to a HDD (IDE, SCSI, SATA, PATA
-  and USB Drive).
+<h3><a href="http://www.salixos.org/">Salix OS</a></h3>
+<p>  
+  <?php E_('Salix is a Linux distribution based on Slackware that is simple, fast and easy to use. Salix is also fully backwards compatible with Slackware, so Slackware users can benefit from Salix repositories, which they can use as an "extra" quality source of software for their favorite distribution. Like a bonsai, Salix is small, light and the product of infinite care.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/vector.png);">
-<a href="http://www.vectorlinux.com/">VectorLinux</a>
-</h3>
+<h2><?php E_('Xfce Live-CD distributions') ?></h2>
+
+<h3><a href="http://www.sam-linux.org/">SAM Linux Desktop</a></h3>
+<p>  
+  <?php E_('SAM Linux Desktop is a self-booting live CD containing a full linux desktop OS. You don\'t have to install it on your harddisk, it runs completely from your cd drive and your RAM.') ?>
+</p>
 
-<p>
-  Speed, performance, stability -- these are attributes that set VectorLinux apart in the
-  crowded field of Linux distributions. The creators of VectorLinux had a single credo: 
-  keep it simple, keep it small and let the end user decide what their operating system 
-  is going to be. What has evolved from this concept is perhaps the best little Linux 
-  operating system available anywhere.
+<h3><a href="http://www.pureos.org/">PureOSlight</a></h3>
+<p>  
+  <?php E_('PureOSlight is a Debian-based liveCD (Debian testing) for french-speaking users. It\'s built with Linux-live scripts from Tomas Matejicek (Slax).') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/wolvix.png);">
-<a href="http://wolvix.org/">Wolvix GNU/Linux</a>
-</h3>
+<h2><?php E_('General distributions with a good Xfce support') ?></h2>
+
+<h3><a href="http://www.debian.org/">Debian</a></h3>
+<p>  
+  <?php E_('Debian is one of the most famous binary distributions, used as a base by many other distributions. It\'s know for its stability, its performances and the wide choice of available applications. The <a href="http://pkg-xfce.alioth.debian.org/">Debian Xfce group</a> takes care of integrating Xfce into Debian to provide a nice user experience.') ?>
+</p>
 
-<p>
-  Wolvix is a desktop oriented GNU/Linux distribution based on Slackware. It
-  features the Xfce desktop environment and a comprehensive selection of
-  development, graphics, multimedia, network and office applications.
-  It's mainly targeted at home users and strives to provide a balance between
-  everyday computing tasks, creativity, work and enjoyment.
+<h3><a href="http://www.mandriva.com/">Mandriva</a></h3>
+<p>  
+  <?php E_('Mandriva Linux is an operating system for your computer. Easy to try. Easy to install. Easy to use. Xfce is of course available, simple to install and configure.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/kateos.png);">
-<a href="http://www.kateos.org/">Kate OS</a>
-</h3>
+<h3><a href="http://www.opensuse.org/en/">OpenSUSE</a></h3>
+<p>  
+  <?php E_('OpenSUSE is a free and Linux-based operating system for your PC, Laptop or Server. You can surf the web, manage your e-mails and photos, do office work, play videos or music and have a lot of fun!') ?>
+</p>
 
-<p>
-  Kate OS is a polish GNU/Linux distribution. It is a lightweight binary distribution featuring Xfce
-  as the default desktop environment.
+<h3><a href="http://www.archlinux.org/">Arch Linux</a></h3>
+<p>  
+  <?php E_('Arch Linux is a simple, agile and lightweight GNU/Linux distribution, and UNIX-like operating system. Arch Linux requires a certain level of intimate knowledge of its configuration and of UNIX-like system methodology.') ?>
 </p>
 
-<h3 class="dev" style="background-image: url(/images/download/distros/salix.png);">
-<a href="http://www.salixos.org/">Salix OS</a>
-</h3>
+<h3><a href="http://www.slackware.com/">Slackware</a></h3>
+<p>  
+  <?php E_('The Official Release of Slackware Linux is an advanced Linux operating system, designed with the twin goals of ease of use and stability as top priorities. Including the latest popular software while retaining a sense of tradition, providing simplicity and ease of use alongside flexibility and power, Slackware brings the best of all worlds to the table.') ?>
+</p>
 
-<p>
- Salix is a Linux distribution based on Slackware that is simple, fast and easy to use. Salix is
- also fully backwards compatible with Slackware, so Slackware users can benefit from Salix 
- repositories, which they can use as an "extra" quality source of software for their favorite 
- distribution. Like a bonsai, Salix is small, light and the product of infinite care. 
+<h3><a href="http://www.gentoo.org/">Gentoo</a></h3>
+<p>  
+  <?php E_('Gentoo is a special flavor of Linux that can be automatically optimized and customized for just about any application or need. Extreme performance, configurability and a top-notch user and developer community are all hallmarks of the Gentoo experience. Gentoo ships the latest Xfce releases and allow you to integrate them in a very performant environment.') ?>
 </p>
 
-<h2>Xfce Live-CD distributions</h2>
-
-<h3 class="dev" style="background-image: url(/images/download/distros/sam.png);">
-<a href="http://www.sam-linux.org/">SAM Linux Desktop</a>
-</h3>
-
-<p>
-  SAM Linux Desktop is a self-booting live CD containing a full linux desktop OS. You don't have to install 
-  it on your harddisk, it runs completely from your cd drive and your RAM.
-</p>
-
-<h3 class="dev" style="background-image: url(/images/download/distros/pureoslight.png);">
-<a href="http://www.pureos.org/">PureOSlight</a>
-</h3>
- 
-<p>
-  PureOSlight is a Debian-based liveCD (Debian testing) for french-speaking users. It's built with Linux-live
-  scripts from Tomas Matejicek (Slax).
-</p>
-
-<h2>General distributions with a good Xfce support</h2>
-
-<h3 class="dev" style="background-image: url(/images/download/debian.png);">
-<a href="http://www.debian.org/">Debian</a>
-</h3>
- 
-<p>
-  Debian is one of the most famous binary distributions, used as a base by many other distributions.
-  It's know for its stability, its performances and the wide choice of available applications. The 
-  <a href="http://pkg-xfce.alioth.debian.org/">Debian Xfce group</a> takes care of integrating Xfce
-  into Debian to provide a nice user experience.
-</p>
-
-<h3 class="dev" style="background-image: url(/images/download/mandriva.png);">
-<a href="http://www.mandriva.com/">Mandriva</a>
-</h3>
- 
-<p>
-  Mandriva Linux is an operating system for your computer. Easy to try. Easy to install. Easy to use.
-  Xfce is of course available, simple to install and configure.
-</p>
-
-<h3 class="dev" style="background-image: url(/images/download/suse.png);">
-<a href="http://www.opensuse.org/en/">OpenSUSE</a>
-</h3>
-
-<p>
-  OpenSUSE is a free and Linux-based operating system for your PC, Laptop or Server. You can surf the 
-  web, manage your e-mails and photos, do office work, play videos or music and have a lot of fun!
-</p> 
-
-<h3 class="dev" style="background-image: url(/images/download/distros/archlinux.png);">
-<a href="http://www.archlinux.org/">Arch Linux</a>
-</h3>
+<h3><a href="http://www.lunar-linux.org/">Lunar Linux</a></h3>
+<p>  
+  <?php E_('Lunar Linux is a source-based distribution. Although there is no native desktop environment in Lunar, it has excellent support for Xfce, mainly because a couple of Xfce developers are also Lunar developers. Another noticeable point: all Xfce servers are running Lunar Linux!') ?>
+</p>
 
-<p>
- Arch Linux is a simple, agile and lightweight GNU/Linux distribution, and UNIX-like operating system.
- Arch Linux requires a certain level of intimate knowledge of its configuration and of UNIX-like system 
- methodology.
-</p>
-
-<h3 class="dev" style="background-image: url(/images/download/distros/slackware.png);">
-<a href="http://www.slackware.com/">Slackware</a>
-</h3>
- 
-<p>
- The Official Release of Slackware Linux is an advanced Linux operating system, designed with the 
- twin goals of ease of use and stability as top priorities. Including the latest popular software 
- while retaining a sense of tradition, providing simplicity and ease of use alongside 
- flexibility and power, Slackware brings the best of all worlds to the table. 
-</p>
-
-<h3 class="dev" style="background-image: url(/images/download/distros/gentoo.png);">
-<a href="http://www.gentoo.org/">Gentoo</a>
-</h3>
- 
-<p>
-  Gentoo is a special flavor of Linux that can be automatically optimized and customized 
-  for just about any application or need. Extreme performance, configurability and a 
-  top-notch user and developer community are all hallmarks of the Gentoo experience. 
-  Gentoo ships the latest Xfce releases and allow you to integrate them in a very
-  performant environment.
-</p>
-
-
-<h3 class="dev" style="background-image: url(/images/download/distros/lunar.png);">
-<a href="http://www.lunar-linux.org/">Lunar Linux</a>
-</h3>
- 
-<p>
-  Lunar Linux is a source-based distribution. Although there is no native desktop environment 
-  in Lunar, it has excellent support for Xfce, mainly because a couple of Xfce developers are 
-  also Lunar developers. Another noticeable point: all Xfce servers are running Lunar Linux!
-</p>
-
-<h3 class="dev" style="background-image: url(/images/download/distros/openbsd.png);">
-<a href="http://www.openbsd.org/">OpenBSD</a>
-</h3>
- 
-<p>
-  The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our 
-  efforts emphasize portability, standardization, correctness, proactive security and integrated 
-  cryptography. OpenBSD supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, 
-  BSD/OS, SunOS and HP-UX.
+<h3><a href="http://www.openbsd.org/">OpenBSD</a></h3>
+<p>  
+  <?php E_('The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography. OpenBSD supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX.') ?>
 </p>
 
diff --git a/pages/download/requirements.php b/pages/download/requirements.php
index 79cb164..6509475 100644
--- a/pages/download/requirements.php
+++ b/pages/download/requirements.php
@@ -19,11 +19,11 @@
 </ol>
 
 <h2><?php E_('Package dependencies') ?></h2>
-<table cellpadding="2">
+<table>
   <tr>
-    <th width="20%"><?php E_('Package') ?></th>
-    <th width="40%"><?php E_('Dependency(-ies)') ?></th>
-    <th width="40%"><?php E_('Optional Dependency(-ies)') ?></th>
+    <th><?php E_('Package') ?></th>
+    <th><?php E_('Dependency(-ies)') ?></th>
+    <th><?php E_('Optional Dependency(-ies)') ?></th>
   </tr>
   <tr>
     <td>xfce4-dev-tools</td>
diff --git a/pages/frontpage.php b/pages/frontpage.php
index 01fca73..2e5e4c5 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -1,4 +1,3 @@
 
 <h1><?php E_('Frontpage'); ?></h1>
 
-



More information about the Xfce4-commits mailing list