[Xfce4-commits] <www:master> Drop the tips.

Nick Schermer noreply at xfce.org
Tue Apr 17 20:22:23 CEST 2012


Updating branch refs/heads/master
         to 6b87164011e548a356ec6507fc971e9f807fb5f4 (commit)
       from 8bceef5a034294dc0ecb021a4d0c3d7fbe2754ec (commit)

commit 6b87164011e548a356ec6507fc971e9f807fb5f4
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Apr 15 23:20:22 2012 +0200

    Drop the tips.

 pages/frontpage.php |   29 ++++++-----------------------
 1 files changed, 6 insertions(+), 23 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index c46b046..abbffa5 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -11,29 +11,12 @@ $head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
 <div id="slidewrap">
 <div id="slide">
 	<ul>
-		<li>
-			<img src="<?php echo $static_media; ?>/frontpage/slider-desktop.jpg" width="800" height="400" alt="Xfce Desktop" />
-		</li>
-		<li>
-			<img src="<?php echo $static_media; ?>/frontpage/slider-thunar.jpg" width="800" height="400" alt="File Manager" />
-			<p><?php E_('Thunar is the file manager for the Xfce Desktop. It has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options by default.') ?></p>
-		</li>
-		<li>
-			<img src="<?php echo $static_media; ?>/frontpage/slider-settings.jpg" width="800" height="400" alt="Settings" />
-			<p><?php E_('The Xfce Desktop provides all the required settings to configure your hardware, desktop appearance and other desktop-critical settings allowing you to easily manage your system.') ?></p>
-		</li>
-		<li>
-			<img src="<?php echo $static_media; ?>/frontpage/slider-xfwm4.jpg" width="800" height="400" alt="Window Manager" />
-			<p><?php E_('The Xfce Window Manager is the core of the desktop. It can be tuned to make window management quick and predictable. It also features around 100 border styles giving it the look you want!') ?></p>
-		</li>
-		<li>
-			<img src="<?php echo $static_media; ?>/frontpage/slider-panel.jpg" width="800" height="400" alt="Panel" />
-			<p><?php E_('The Xfce Panel can be customized in numerous ways so it provides all the items you need right where you need them. It has three different display modes, transparency and a few dozen different plugins.') ?></p>
-		</li>
-		<li>
-			<img src="<?php echo $static_media; ?>/frontpage/slider-apps.jpg" width="800" height="400" alt="Applications" />
-			<p><?php E_('Beside the core desktop functionality, a number of other applications are developed in the Xfce repositories, like an image viewer, the Midori web browser, task manager, notes plugin and calendar.') ?></p>
-		</li>
+		<li><img src="<?php echo $static_media; ?>/frontpage/slider-desktop.jpg" width="800" height="400" alt="" title="Xfce Desktop" /></li>
+		<li><img src="<?php echo $static_media; ?>/frontpage/slider-thunar.jpg" width="800" height="400" alt="" title="File Manager" /></li>
+		<li><img src="<?php echo $static_media; ?>/frontpage/slider-settings.jpg" width="800" height="400" alt="" title="Settings" /></li>
+		<li><img src="<?php echo $static_media; ?>/frontpage/slider-xfwm4.jpg" width="800" height="400" alt="" title="Window Manager" /></li>
+		<li><img src="<?php echo $static_media; ?>/frontpage/slider-panel.jpg" width="800" height="400" alt="" title="Panel" /></li>
+		<li><img src="<?php echo $static_media; ?>/frontpage/slider-apps.jpg" width="800" height="400" alt="" title="Applications" /></li>
 	</ul>
 </div>
 <div id="slidenavwrap">


More information about the Xfce4-commits mailing list