This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit f9ed4698da11f29b6fb9e39440e6cc53bda43ad4
Author: Pasi Lallinaho <p...@shimmerproject.org>
Date:   Thu May 18 23:34:50 2017 +0300

    Update links to HTTPS
---
 index.php                             |  2 +-
 pages/about/index.php                 |  2 +-
 pages/about/news.php                  |  2 +-
 pages/about/tour410.php               |  4 ++--
 pages/about/tour44.php                |  8 ++++----
 pages/about/tour46.php                |  8 ++++----
 pages/community/nav.php               |  2 +-
 pages/download/changelogs/4.2.0.php   |  2 +-
 pages/download/changelogs/4.6.2.php   | 10 +++++-----
 pages/download/index.php              |  8 ++++----
 pages/feed.php                        | 10 +++++-----
 pages/frontpage.php                   |  4 ++--
 pages/getinvolved/index.php           |  6 +++---
 pages/header.php                      |  2 +-
 pages/news-array.php                  | 16 ++++++++--------
 pages/projects/index.php              | 22 +++++++++++-----------
 static/slider/src/collases_mobile.svg | 32 ++++++++++++++++----------------
 17 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/index.php b/index.php
index 9999819..372d1df 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@ $uri = trim (strtolower ($uri_a[0]), '/');
 if (isset ($_GET['feed']) && $_GET['feed'] == 'rss2')
 {
   header ('HTTP/1.1 301 Moved Permanently');
-  header ('Location: http://www.xfce.org/feed');
+  header ('Location: https://xfce.org/feed');
   exit;
 }
 
diff --git a/pages/about/index.php b/pages/about/index.php
index 5e8ad27..440c63f 100644
--- a/pages/about/index.php
+++ b/pages/about/index.php
@@ -12,7 +12,7 @@
 </p>
 
 <p>
-  <?php E_('Another priority of Xfce is adherence to standards, specifically 
those defined at <a href="http://freedesktop.org";>freedesktop.org</a>.') ?>
+  <?php E_('Another priority of Xfce is adherence to standards, specifically 
those defined at <a href="https://freedesktop.org";>freedesktop.org</a>.') ?>
 </p>
 
 <p>
diff --git a/pages/about/news.php b/pages/about/news.php
index 0caccd0..57435d5 100644
--- a/pages/about/news.php
+++ b/pages/about/news.php
@@ -4,7 +4,7 @@
 include ('pages/news-array.php');
 
 $head['title'] = R_('News');
-$head['feed'] = 'http://www.xfce.org/feed?lang='.$lang;
+$head['feed'] = 'https://xfce.org/feed?lang='.$lang;
 
 echo '<h1>'.$head['title'].'</h1>';
 
diff --git a/pages/about/tour410.php b/pages/about/tour410.php
index a2695f8..0244a53 100644
--- a/pages/about/tour410.php
+++ b/pages/about/tour410.php
@@ -6,7 +6,7 @@
 
 <h2><?php E_("Online Documentation") ?></h2>
 
-  <p><?php E_("During the 4.10 development we've decided to remove user 
manuals from the packages and move them to an online wiki at <a 
href=\"http://docs.xfce.org\";>docs.xfce.org</a>. The reason for this change is 
to make <a href=\"http://docs.xfce.org/wiki/documentation\";>contributing</a> 
and updating the documentation easier.") ?></p>
+  <p><?php E_("During the 4.10 development we've decided to remove user 
manuals from the packages and move them to an online wiki at <a 
href=\"https://docs.xfce.org\";>docs.xfce.org</a>. The reason for this change is 
to make <a href=\"https://docs.xfce.org/wiki/documentation\";>contributing</a> 
and updating the documentation easier.") ?></p>
 
   <?php print_figure ("about/tour/4.10/online-help.png", R_("When you click a 
Help button Xfce will ask you to go to an online wiki page")) ?>
 
@@ -86,7 +86,7 @@
 
   <h3><?php E_("Mouse and Touchpad") ?></h3>
 
-    <p><?php E_("The <em>mouse and touchpad</em> dialog is capable of handling 
basic Synaptics and Wacom properties in the GUI. A settings daemon running in 
the background handles all kinds of device properties, as documented in the <a 
href=\"http://docs.xfce.org/xfce/xfce4-settings/mouse\";>mouse settings</a> 
wiki.") ?></p>
+    <p><?php E_("The <em>mouse and touchpad</em> dialog is capable of handling 
basic Synaptics and Wacom properties in the GUI. A settings daemon running in 
the background handles all kinds of device properties, as documented in the <a 
href=\"https://docs.xfce.org/xfce/xfce4-settings/mouse\";>mouse settings</a> 
wiki.") ?></p>
 
     <?php print_figure ("about/tour/4.10/settings-mouse.png", R_("Synaptics 
touchpad settings in the <em>mouse and touchpad</em> dialog")) ?>
 
diff --git a/pages/about/tour44.php b/pages/about/tour44.php
index d99a433..bf6ae29 100644
--- a/pages/about/tour44.php
+++ b/pages/about/tour44.php
@@ -52,7 +52,7 @@
 <?php print_figure ('about/tour/4.4/removable-volumes.png', R_('Removable 
Volumes')) ?>
 
 <p>
-  <?php E_('Click on the icon to automatically mount the volume. Right-click 
the icon to unmount the drive or eject the media from the drive. Note however 
that this feature requires <a 
href="http://freedesktop.org/wiki/Software_2fhal";>HAL</a> and is therefore only 
available for Linux 2.6.x and FreeBSD 6.x and above at the time of this writing 
(there is limited removable media support for FreeBSD 4.x and 5.x which does 
not require HAL).') ?>
+  <?php E_('Click on the icon to automatically mount the volume. Right-click 
the icon to unmount the drive or eject the media from the drive. Note however 
that this feature requires <a 
href="https://freedesktop.org/wiki/Software_2fhal";>HAL</a> and is therefore 
only available for Linux 2.6.x and FreeBSD 6.x and above at the time of this 
writing (there is limited removable media support for FreeBSD 4.x and 5.x which 
does not require HAL).') ?>
 </p>
 
 
@@ -124,7 +124,7 @@
 </p>
 
 <p>
-  <?php E_('Most of the additional panel plugins, available via the <a 
href="http://goodies.xfce.org/";>Xfce Goodies Project</a>, have been updated for 
the new panel, and several new plugins were added. For example, the brand new 
<b>xfce4-xfapplet-plugin</b> allows users to add GNOME panel applets to the 
Xfce panel.') ?>
+  <?php E_('Most of the additional panel plugins, available via the <a 
href="https://goodies.xfce.org/";>Xfce Goodies Project</a>, have been updated 
for the new panel, and several new plugins were added. For example, the brand 
new <b>xfce4-xfapplet-plugin</b> allows users to add GNOME panel applets to the 
Xfce panel.') ?>
 </p>
 
 
@@ -176,7 +176,7 @@
 <h2><?php E_('Autostart') ?></h2>
 
 <p>
-  <?php E_('Xfce 4.4.0 implements the new <a 
href="http://freedesktop.org/wiki/Standards_2fautostart_2dspec";>Autostart 
Specification</a> - actually Xfce was the first desktop to implement said 
feature, but the others were faster to release. ;-)') ?>
+  <?php E_('Xfce 4.4.0 implements the new <a 
href="https://freedesktop.org/wiki/Standards_2fautostart_2dspec";>Autostart 
Specification</a> - actually Xfce was the first desktop to implement said 
feature, but the others were faster to release. ;-)') ?>
 </p>
 
 <?php print_figure ('about/tour/4.4/autostart.png', R_('Xfce Autostart 
Editor')) ?>
@@ -215,7 +215,7 @@
 <h2><?php E_('Links') ?></h2>
 
 <ul>
-  <li><a href="http://www.xfce.org/";><?php E_('Xfce website') ?></a></li>
+  <li><a href="https://xfce.org/";><?php E_('Xfce website') ?></a></li>
   <li><a href="http://thunar.xfce.org/";><?php E_('Thunar website') ?></a></li>
 </ul>
 
diff --git a/pages/about/tour46.php b/pages/about/tour46.php
index a1b72ae..f2a78f0 100644
--- a/pages/about/tour46.php
+++ b/pages/about/tour46.php
@@ -35,7 +35,7 @@
 <h2><?php E_("Sound Mixer") ?> <em>(xfce4-mixer)</em></h2>
 
 <p>
-<?php E_('<b>Xfce4 Mixer</b> has been rewritten from scratch to use <a 
href="http://www.gstreamer.net/";>Gstreamer</a>. This allows us to more easily 
support multiple sound systems, the user interface is more polished, and you 
can manage several different sound cards. Additionally, a panel plugin allows 
you to set the system sound quickly using the mouse scroll wheel.') ?>
+<?php E_('<b>Xfce4 Mixer</b> has been rewritten from scratch to use <a 
href="https://gstreamer.freedesktop.org/";>Gstreamer</a>. This allows us to more 
easily support multiple sound systems, the user interface is more polished, and 
you can manage several different sound cards. Additionally, a panel plugin 
allows you to set the system sound quickly using the mouse scroll wheel.') ?>
 </p>
 
 <?php print_figure ('about/tour/4.6/xfce4-mixer.png', R_('New sound mixer')) ?>
@@ -98,7 +98,7 @@
 <?php print_figure ('about/tour/4.6/thunar-wallpaper-plugin.png', R_('Set an 
image in a Thunar folder as wallpaper')) ?>
 
 <p>
-  <?php E_('<b>Thunar</b> now follows the <a 
href="http://freedesktop.org/wiki/Software/xdg-user-dirs";> XDG user 
directories</a> specification; this allows you to have themed and localized 
user folders to store your music, documents, videos, templates, etcetera...') ?>
+  <?php E_('<b>Thunar</b> now follows the <a 
href="https://freedesktop.org/wiki/Software/xdg-user-dirs";> XDG user 
directories</a> specification; this allows you to have themed and localized 
user folders to store your music, documents, videos, templates, etcetera...') ?>
 </p>
 
 <?php print_figure ('about/tour/4.6/thunar-xdg-user-dirs.png', R_('Thunar menu 
for user directories')) ?>
@@ -188,8 +188,8 @@
 <h2><?php E_('Links') ?></h2>
 
 <ul>
-  <li><a href="http://www.xfce.org/";><?php E_('Xfce website') ?></a></li>
-  <li><a href="http://www.xfce.org/projects/thunar";><?php E_('Thunar website') 
?></a></li>
+  <li><a href="https://xfce.org/";><?php E_('Xfce website') ?></a></li>
+  <li><a href="https://xfce.org/projects/thunar";><?php E_('Thunar website') 
?></a></li>
 </ul>
 
 <h2><?php E_('Credits') ?></h2>
diff --git a/pages/community/nav.php b/pages/community/nav.php
index 4210b8e..60d8da8 100644
--- a/pages/community/nav.php
+++ b/pages/community/nav.php
@@ -6,7 +6,7 @@
                </a>
        </li>
        <li>
-               <a href="http://blog.xfce.org";><?php E_('Blog') ?>
+               <a href="https://blog.xfce.org";><?php E_('Blog') ?>
                        <span>&ndash; <?php E_('read what the contributors to 
Xfce have the say') ?></span>
                </a>
        </li>
diff --git a/pages/download/changelogs/4.2.0.php 
b/pages/download/changelogs/4.2.0.php
index e33fd3c..6698508 100644
--- a/pages/download/changelogs/4.2.0.php
+++ b/pages/download/changelogs/4.2.0.php
@@ -10,7 +10,7 @@
   <li>Improved support for Cygwin.</li>
   <li>Support for partial struts in xfwm4, xftaskbar4 and xfce4-panel.</li>
   <li>Freedesktop specifications compliance for menu and icons themes.</li>
-  <li>New file locations based on the Freedesktop.org <a 
href="http://freedesktop.org/wiki/Standards/basedir-spec";>XDG Basedir 
Specification</a> (all Xfce settings are now stored under the 
<tt>~/.config/xfce4/</tt> directory).</li>
+  <li>New file locations based on the Freedesktop.org <a 
href="https://freedesktop.org/wiki/Standards/basedir-spec";>XDG Basedir 
Specification</a> (all Xfce settings are now stored under the 
<tt>~/.config/xfce4/</tt> directory).</li>
   <li>New and updated translations.</li>
   <li>Support for <i>kiosk mode</i>, in which the allowed user actions can be 
restricted in xfce4-session, xfce4-panel, and xfdesktop (see included 
doc/README.Kiosk files).</li>
 </ul>
diff --git a/pages/download/changelogs/4.6.2.php 
b/pages/download/changelogs/4.6.2.php
index 818d936..ed16661 100644
--- a/pages/download/changelogs/4.6.2.php
+++ b/pages/download/changelogs/4.6.2.php
@@ -11,7 +11,7 @@
 </ul>
 
 <h2>Widget Library <em>(libxfcegui4)</em></h2>
-<p>Note that there have been <a 
href="http://git.xfce.org/xfce/libxfcegui4/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
+<p>Note that there have been <a 
href="https://git.xfce.org/xfce/libxfcegui4/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
    of this packages after 4.6.1, hence the version number 4.6.4 in Xfce 
4.6.2.</p>
 <ul>
   <li>Build fixes for GIT.</li>
@@ -20,7 +20,7 @@
 </ul>
 
 <h2>Extension Library <em>(exo)</em></h2>
-<p>Note that there have been <a 
href="http://git.xfce.org/xfce/exo/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
+<p>Note that there have been <a 
href="https://git.xfce.org/xfce/exo/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
    for this packages after 4.6.1, hence the version number 0.3.107 in Xfce 
4.6.2.</p>
 <ul>
   <li>Make the treeview work again with gtk 2.20 (bug #6230).</li>
@@ -72,7 +72,7 @@
 </ul>
 
 <h2>Panel <em>(xfce4-panel)</em></h2>
-<p>Note that there have been <a 
href="http://git.xfce.org/xfce/xfce4-panel/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
+<p>Note that there have been <a 
href="https://git.xfce.org/xfce/xfce4-panel/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
    for this packages after 4.6.1, hence the version number 4.6.4 in Xfce 
4.6.2.</p>
 <ul>
   <li>Destroy windowlist menu in an idle (bug #3853).</li>
@@ -90,7 +90,7 @@
 </ul>
 
 <h2>Settings Manager <em>(xfce4-settings)</em></h2>
-<p>Note that there have been <a 
href="http://git.xfce.org/xfce/xfce4-settings/plain/NEWS?h=xfce-4.6";>standalone 
releases</a>
+<p>Note that there have been <a 
href="https://git.xfce.org/xfce/xfce4-settings/plain/NEWS?h=xfce-4.6";>standalone
 releases</a>
    for this packages after 4.6.1, hence the version number 4.6.5 in Xfce 
4.6.2.</p>
 <ul>
   <li>Port to libxklavier 5.0 API.</li>
@@ -109,7 +109,7 @@
 </ul>
 
 <h2>File Manager <em>(thunar)</em></h2>
-<p>Note that there has been an <a 
href="http://git.xfce.org/xfce/thunar/plain/NEWS?h=xfce-4.6";>individual 
release</a>
+<p>Note that there has been an <a 
href="https://git.xfce.org/xfce/thunar/plain/NEWS?h=xfce-4.6";>individual 
release</a>
    for this packages after 4.6.1, hence the version number 1.0.2 in Xfce 
4.6.2.</p>
 <ul>
   <li>Build fixes for GIT and some cleanups.</li>
diff --git a/pages/download/index.php b/pages/download/index.php
index 227ec39..92d5fad 100644
--- a/pages/download/index.php
+++ b/pages/download/index.php
@@ -9,7 +9,7 @@ $head['title'] = R_('Download');
 <h1><?php echo $head['title'] ?></h1>
 
 <p>
-  <?php E_('Most distributions ship with Xfce in their own packaging format, 
but if you want a newer version or you want to build Xfce from scratch, you can 
find the packages below. Instructions how to compile Xfce can be found <a 
href="http://docs.xfce.org/xfce/building"; class="external">here</a>.') ?>
+  <?php E_('Most distributions ship with Xfce in their own packaging format, 
but if you want a newer version or you want to build Xfce from scratch, you can 
find the packages below. Instructions how to compile Xfce can be found <a 
href="https://docs.xfce.org/xfce/building"; class="external">here</a>.') ?>
 </p>
 
 <h2 id="stable"><?php printf (R_('Stable release %s'), $stable_version) ?></h2>
@@ -24,7 +24,7 @@ $head['title'] = R_('Download');
 
 <h2 id="individual"><?php E_('Individual releases') ?></h2>
 <p>
-  <?php E_('Each package in Xfce can make individual stable or development 
releases, including the core packages (as described in the <a 
href="/about/releasemodel">release model</a>). You can follow the announcements 
of the releases on the <a href="/community/lists">Xfce users mailing list</a>, 
watch the <a href="http://archive.xfce.org/feeds/project/";>release feeds</a> or 
follow the Xfce <a href="http://identi.ca/xfce";>identi.ca channel</a>.') ?>
+  <?php E_('Each package in Xfce can make individual stable or development 
releases, including the core packages (as described in the <a 
href="/about/releasemodel">release model</a>). You can follow the announcements 
of the releases on the <a href="/community/lists">Xfce users mailing list</a>, 
watch the <a href="http://archive.xfce.org/feeds/project/";>release feeds</a> or 
follow the Xfce <a href="https://twitter.com/xfceofficial";>Twitter 
account</a>.') ?>
 </p>
 
 <ul>
@@ -45,10 +45,10 @@ $head['title'] = R_('Download');
 
 <h2 id="distros"><?php E_('Distributions') ?></h2>
 <p>
-  <?php E_('A lot of different distributions provide Xfce packages. Popular 
examples build around Xfce are <a href="http://www.xubuntu.org/";>Xubuntu</a>, 
the <a href="http://spins.fedoraproject.org/xfce/";>Fedora Xfce Spin</a> and <a 
href="http://www.zenwalk.org/";>Zenwalk</a>, but there is a good chance your 
favorite distro provides packages as well.') ?>
+  <?php E_('A lot of different distributions provide Xfce packages. Popular 
examples build around Xfce are <a href="https://xubuntu.org/";>Xubuntu</a>, the 
<a href="https://spins.fedoraproject.org/xfce/";>Fedora Xfce Spin</a> and <a 
href="http://www.zenwalk.org/";>Zenwalk</a>, but there is a good chance your 
favorite distro provides packages as well.') ?>
 </p>
 <p>
-  <?php printf (R_('You can find a more complete list at <a 
href="http://distrowatch.com/search.php?pkg=xfdesktop&amp;pkgver=%s";>DistroWatch.com</a>.'),
 $stable_version) ?>
+  <?php printf (R_('You can find a more complete list at <a 
href="https://distrowatch.com/search.php?pkg=xfdesktop&amp;pkgver=%s";>DistroWatch.com</a>.'),
 $stable_version) ?>
 </p>
 
 <h2 id="artwork"><?php E_('Artwork') ?></h2>
diff --git a/pages/feed.php b/pages/feed.php
index 2446990..043d14b 100644
--- a/pages/feed.php
+++ b/pages/feed.php
@@ -6,7 +6,7 @@ include ('pages/news-array.php');
 function fixup ($str)
 {
   $search = array ('<a href="/');
-  $replace = array ('<a href="https://www.xfce.org/');
+  $replace = array ('<a href="https://xfce.org/');
 
   return str_replace ($search, $replace, $str);
 }
@@ -28,11 +28,11 @@ echo '<?xml version="1.0" encoding="UTF-8"?>'.
      '<channel>'.
        '<title>'.R_('Xfce News').'</title>'.
        '<description>'.R_('Xfce release announcements').'</description>'.
-       '<link>http://www.xfce.org/about/news</link>'.
+       '<link>https://xfce.org/about/news</link>'.
        '<copyright>Olivier Fourdan 1996 - '. date ('Y') .'</copyright>'.
        '<language>'.$lang.'</language>'.
        '<generator>Xfce feed spawner</generator>'.
-       '<atom:link href="https://www.xfce.org/feed?lang='.$lang.'" rel="self" 
type="application/rss+xml" />';
+       '<atom:link href="https://xfce.org/feed?lang='.$lang.'" rel="self" 
type="application/rss+xml" />';
 
 foreach ($news as $item)
 {
@@ -52,11 +52,11 @@ foreach ($news as $item)
             echo '<p>'.fixup ($p).'</p>';
 
     echo   ']]></content:encoded>'.
-           '<link>https://www.xfce.org/about/news/?post='.$stamp.'</link>'.
+           '<link>https://xfce.org/about/news/?post='.$stamp.'</link>'.
            '<dc:creator>'. $item['author'] .'</dc:creator>'.
            '<pubDate>'. date ($format, $stamp) .'</pubDate>'.
            '<category>Xfce News</category>'.
-           '<guid 
isPermaLink="false">https://www.xfce.org/about/news/?post='.$stamp.'</guid>'.
+           '<guid 
isPermaLink="false">https://xfce.org/about/news/?post='.$stamp.'</guid>'.
          '</item>';
 
     if ($item_limit-- < 0)
diff --git a/pages/frontpage.php b/pages/frontpage.php
index 3372b2d..0665460 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -5,7 +5,7 @@ include ('pages/versions.php');
 
 $head['description'] = 'Xfce is a lightweight desktop environment for 
UNIX-like operating systems. It aims to be fast and low on system resources, 
while still being visually appealing and user friendly.';
 $head['keywords'] = 'desktop environment, window manager, desktop, speed, 
lightweight, gtk+, open source, xforms common environment';
-$head['feed'] = 'https://www.xfce.org/feed?lang='.$lang;
+$head['feed'] = 'https://xfce.org/feed?lang='.$lang;
 $head['css'] = '@media screen and (max-width:830px) {
 #slide div#slide-thunar { background-image: url(' . $static_media . 
'/slider/thunar_mobile.png) !important; }
 #slide div#slide-settings { background-image: url(' . $static_media . 
'/slider/settings_mobile.png) !important; }
@@ -69,7 +69,7 @@ $head['css'] = '@media screen and (max-width:830px) {
 
 <div class="column">
        <h2><?php E_('Latest News') ?></h2>
-       <span class="rss"><a href="https://www.xfce.org/feed?lang=<?php echo 
$lang ?>"><?php E_('Subscribe to RSS feed') ?></a></span>
+       <span class="rss"><a href="https://xfce.org/feed?lang=<?php echo $lang 
?>"><?php E_('Subscribe to RSS feed') ?></a></span>
        <?php
                $count = 2;
                foreach ($news as $item)
diff --git a/pages/getinvolved/index.php b/pages/getinvolved/index.php
index 9409911..35b62b5 100644
--- a/pages/getinvolved/index.php
+++ b/pages/getinvolved/index.php
@@ -12,13 +12,13 @@
 <h2><?php E_('Documentation') ?></h2>
 <p>
   <?php E_('There\'s lots of people using and testing Xfce. By providing 
useful and up-to-date documentation, you will make a big impact on helping 
people understand how to make the most of the Xfce Desktop Environment.') ?>
-  <?php learnmore ("http://docs.xfce.org/contribute/documentation";); ?>
+  <?php learnmore ("https://docs.xfce.org/contribute/documentation";); ?>
 </p>
 
 <h2><?php E_('Translation') ?></h2>
 <p>
   <?php E_('Are you fluent in multiple languages? By contributing your 
translations of text to the Xfce Desktop Environment, you will help Xfce be a 
better part of the global market and more accessible to the millions of 
potential users out there.') ?>
-  <?php learnmore ("http://docs.xfce.org/contribute/translate/start";); ?>
+  <?php learnmore ("https://docs.xfce.org/contribute/translate/start";); ?>
 </p>
 
 <h2><?php E_('Development') ?></h2>
@@ -28,7 +28,7 @@
 
 <h2><?php E_('Promotion') ?></h2>
 <p>
-  <?php E_('If you own a blog or website you can greatly help by spreading the 
word and encouraging new users to give Xfce a try. If you have a Identi.ca or 
Twitter account you can also help by reposting any <a 
href="http://identi.ca/xfce";>announcements</a> we make to help us reach a 
larger audience.') ?>
+  <?php E_('If you own a blog or website you can greatly help by spreading the 
word and encouraging new users to give Xfce a try. If you have a Twitter 
account you can also help by reposting any <a 
href="https://twitter.com/xfceofficial";>announcements</a> we make to help us 
reach a larger audience.') ?>
 </p>
 
 <h2><?php E_('Bug Reporting and testing') ?></h2>
diff --git a/pages/header.php b/pages/header.php
index e747917..ebd35b8 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -43,7 +43,7 @@ else
                        <li><a href="https://wiki.xfce.org"; title="Community 
documentation">Wiki</a></li>
                        <li><a href="https://forum.xfce.org"; title="Community 
forums">Forum</a></li>
                        <li><a href="https://bugzilla.xfce.org"; title="Report 
and track bugs">Bugs</a></li>
-                       <li><a href="http://blog.xfce.org"; title="Visit the 
blog">Blog</a></li>
+                       <li><a href="https://blog.xfce.org"; title="Visit the 
blog">Blog</a></li>
                        <li><a href="https://xfce.org/getinvolved/translation"; 
title="Help translating the Xfce project">Translate</a></li>
                        <li><a href="https://git.xfce.org"; title="Project 
repositories">GIT</a></li>
                </ul>
diff --git a/pages/news-array.php b/pages/news-array.php
index 525df1a..ca1b258 100644
--- a/pages/news-array.php
+++ b/pages/news-array.php
@@ -53,13 +53,13 @@ $news = array (
                                '</ul>',
                        ),
                        R_('An online tour of the changes in Xfce 4.12 can be 
viewed here:'),
-                       '<a 
href="http://xfce.org/about/tour";>http://xfce.org/about/tour</a>',
+                       '<a 
href="https://xfce.org/about/tour";>https://xfce.org/about/tour</a>',
                        R_('A detailed overview of the changes between Xfce 
4.10 and Xfce 4.12 releases can be found on the following page:'),
-                       '<a 
href="http://xfce.org/download/changelogs";>http://xfce.org/download/changelogs</a>',
+                       '<a 
href="https://xfce.org/download/changelogs";>https://xfce.org/download/changelogs</a>',
                        R_('This release can be downloaded either as a set of 
individual packages or as a single fat tarball including all these individual 
versions:'),
                        '<a 
href="http://archive.xfce.org/xfce/4.12";>http://archive.xfce.org/xfce/4.12</a>',
                        R_('A warm thank you all the contributors, translators 
and packagers for your efforts in making this release possible. We would also 
like to thank our fantastic users and occasional contributors who submitted bug 
reports, helped us find issues and sometimes provided patches. We are currently 
reviewing all patches sent to us and will include many more fixes to Xfce in 
the next release. We would also like to thank the many people who donated money 
to our project via <a href="https://www [...]
-                       R_('As always, we welcome everyone who would like to 
contribute to the development of Xfce! You can either <a 
href="http://docs.xfce.org/xfce/building";>test Xfce</a> and <a 
href="http://bugzilla.xfce.org";>report bugs</a>, you can help us with <a 
href="https://www.transifex.com/tag/xfce/";>translations</a> and <a 
href="http://docs.xfce.org";>documentation</a>, with <a 
href="https://wiki.xfce.org/design/start";>usability and user experience</a> by 
packaging Xfce into your distribution, and [...]
+                       R_('As always, we welcome everyone who would like to 
contribute to the development of Xfce! You can either <a 
href="https://docs.xfce.org/xfce/building";>test Xfce</a> and <a 
href="https://bugzilla.xfce.org";>report bugs</a>, you can help us with <a 
href="https://www.transifex.com/tag/xfce/";>translations</a> and <a 
href="https://docs.xfce.org";>documentation</a>, with <a 
href="https://wiki.xfce.org/design/start";>usability and user experience</a> by 
packaging Xfce into your distribution,  [...]
                        R_('Best regards,<br />The Xfce development team'))
                ),
        array ('title' => R_('Xfce 4.10 released'),
@@ -77,9 +77,9 @@ $news = array (
                                '<li>'. R_('The window manager can be 
configured to tile windows when dragging them to the screen edges. The tab 
window (Alt+Tab) supports more flexible theming and cursor key navigation.') 
.'</li>'.
                        '</ul>',
                        R_('An online tour of the changes in Xfce 4.10 can be 
viewed here:'),
-                       '<a 
href="http://xfce.org/about/tour";>http://xfce.org/about/tour</a>',
+                       '<a 
href="https://xfce.org/about/tour";>https://xfce.org/about/tour</a>',
                        R_('A detailed overview of the changes compared to Xfce 
4.8 and Xfce 4.10 preview releases can be found on the following page:'),
-                       '<a 
href="http://xfce.org/download/changelogs";>http://xfce.org/download/changelogs</a>',
+                       '<a 
href="https://xfce.org/download/changelogs";>https://xfce.org/download/changelogs</a>',
                        R_('This release can be downloaded either as a set of 
individual packages or as a single fat tarball including all these individual 
versions:'),
                        '<a 
href="http://archive.xfce.org/xfce/4.10";>http://archive.xfce.org/xfce/4.10</a>',
                        R_('Thank you all the contributors, bug reporters, as 
well as translators and packagers for your efforts in making this release 
possible.'),
@@ -102,7 +102,7 @@ $news = array (
                'paragraphs' => array (
                        R_('The Xfce development team is proud to announce the 
first preview release for Xfce 4.10. Together with this preview release, the 
Xfce project announces the feature freeze for the final 4.10 release which is 
set to be pushed out to the world on April 28th, 2012.'),
                        R_('This release incorporates major changes to the core 
of the Xfce desktop environment and hopefully succeeds in fulfilling a number 
of long time requests. Among the most notable updates is the new application 
finder that merges the functionality of the old appfinder and xfrun4. The Panel 
also has a new vertical mode [aka Deskbar] for better space usage on 
wide-screen monitors and a new actions plugin. On the settings side the 
settings helper is integrated in xfsettingsd, saving 1 ru [...]
-                       R_('Another big change for users is the removal of user 
documentation of the packages and introduction of <a 
href="http://docs.xfce.org";>docs.xfce.org</a>. The reason for this change is 
the limited contribution of documentation since Xfce 4.8, so we hope the wiki 
will attract more contributors. The help buttons in the interface still work, 
but you\'ll be asked to open the documentation website in your web browser.'),
+                       R_('Another big change for users is the removal of user 
documentation of the packages and introduction of <a 
href="https://docs.xfce.org";>docs.xfce.org</a>. The reason for this change is 
the limited contribution of documentation since Xfce 4.8, so we hope the wiki 
will attract more contributors. The help buttons in the interface still work, 
but you\'ll be asked to open the documentation website in your web browser.'),
                        R_('Furthermore we dropped xfce-utils. Its content has 
either been removed or moved to other Xfce packages. All other dependency 
changes are listed in the 4.10pre1 ChangeLog. The Xfce core also gained a 
couple of new components because we think they are critical for a minimal 
desktop: xfce4-power-manager (power management), tumbler (thumbnail generation 
for Thunar and other components), garcon (menu library, was already a 
dependency in 4.8), thunar-volman (volume manager for Thunar).'),
                        R_('Of course translations also improved a lot, thanks 
to the amazing work of our translation teams.'),
                        R_('We hope you will enjoy this release. Please give us 
feedback by sharing your thoughts, blogging, tweeting, denting or by filing bug 
reports. With your help, 4.10 will be the best release ever (at least until 
4.12)!'),
@@ -121,9 +121,9 @@ $news = array (
                        R_('We also improved our settings dialogs. The display 
configuration dialog now supports RandR 1.2, detects screens automatically and 
allows our users to pick their favorite resolution, refresh rate, rotation. 
Screens can be configured to either work in clone mode or be placed next to 
each other. Keyboard selection has become easier and more user-friendly. Also, 
the manual settings editor has been updated to be more functional.'),
                        R_('Aside from the features implemented in Xfce, the 
4.8 development cycle brought us a bunch of other goodies. For the first time 
we had a serious release strategy formed after the "Xfce Release and 
Development Model" developed at the Ubuntu Desktop Summit in May 2009. A new 
web application made release management a lot easier. We worked hard on 
improving the situation of Xfce translators which led us to setting up our own 
Transifex server. Something else you will hopefully notice is [...]
                        R_('There is a lot more to discover and we hope a lot 
of you will give Xfce 4.8 a try! There is a brief tour online on'),
-                       '<a 
href="http://xfce.org/about/tour48";>http://xfce.org/about/tour48</a>',
+                       '<a 
href="https://xfce.org/about/tour48";>https://xfce.org/about/tour48</a>',
                        R_('A summary of the changes since the 4.8pre3 preview 
release is available on the following URL (it also includes links to the 
changes introduced in all preview releases):'),
-                       '<a 
href="http://xfce.org/download/changelogs/4.8";>http://xfce.org/download/changelogs/4.8</a>',
+                       '<a 
href="https://xfce.org/download/changelogs/4.8";>https://xfce.org/download/changelogs/4.8</a>',
                        R_('The release can be downloaded either as individual 
releases or as a fat tarball including all these individual versions:'),
                        '<a 
href="http://archive.xfce.org/xfce/4.8/";>http://archive.xfce.org/xfce/4.8/</a>',
                        R_('2011 has just begun and we are already planning for 
the future. The 4.10 schedule will be worked on soon and hopefully, we will be 
able to turn Xfce into a non-profit organization at this year\'s FOSDEM, so 
stay tuned!'),
diff --git a/pages/projects/index.php b/pages/projects/index.php
index 043c554..db9ee92 100644
--- a/pages/projects/index.php
+++ b/pages/projects/index.php
@@ -20,14 +20,14 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Window Manager') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/xfwm4.png')">
     <?php E_('It manages the placement of application windows on the screen, 
provides window decorations and manages workspaces or virtual desktops.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfwm4/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfwm4/start";) ?>
   </p>
 </div>
 <div class="item">
   <h3><?php E_('Panel') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/xfce4-panel.png')">
     <?php E_('The panel is a bar which allows you to have at all times program 
launchers, panel menus, a clock, a desktop switcher and more.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfce4-panel/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfce4-panel/start";) ?>
   </p>
 </div>
 
@@ -35,14 +35,14 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Desktop Manager') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/xfdesktop.png')">
     <?php E_('This program sets the background image and provides a root 
window menu, desktop icons or minimized icons and a windows list.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfdesktop/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfdesktop/start";) ?>
   </p>
 </div>
 <div class="item">
   <h3><?php E_('Session Manager') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/xfce4-session.png')">
     <?php E_('The session manager controls all aspects of the startup and the 
shutdown of the user session.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfce4-session/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfce4-session/start";) ?>
   </p>
 </div>
 
@@ -50,14 +50,14 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Settings Manager') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/xfce4-settings.png')">
     <?php E_('It allows you to configure every detail of your desktop 
environment.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfce4-settings/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfce4-settings/start";) ?>
   </p>
 </div>
 <div class="item">
   <h3><?php E_('Application Finder') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/xfce4-appfinder.png')">
     <?php E_('Allows you to search, launch and find information about 
applications installed on your system.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfce4-appfinder/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfce4-appfinder/start";) ?>
   </p>
 </div>
 
@@ -65,14 +65,14 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Xfce Libraries') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/library.png')">
     <?php E_('They provide additional functions and widgets which ease the 
development of applications.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/exo/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/exo/start";) ?>
   </p>
 </div>
 <div class="item">
   <h3>Xfconf</h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/library.png')">
     <?php E_('Simple client-server configuration storage and query system.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/xfconf/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/xfconf/start";) ?>
   </p>
 </div>
 
@@ -80,7 +80,7 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Thunar File Manager') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/thunar.png')">
     <?php E_('Thunar is a new modern file manager designed from the ground up 
to be fast and easy-to-use.') ?>
-    <?php learnmore ("http://docs.xfce.org/xfce/thunar/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/xfce/thunar/start";) ?>
   </p>
 </div>
 
@@ -101,7 +101,7 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Terminal') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/terminal.png')">
     <?php E_('Terminal is a modern terminal emulator featuring tabs and 
transparent backgrounds.') ?>
-    <?php learnmore ("http://docs.xfce.org/apps/terminal/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/apps/terminal/start";) ?>
   </p>
 </div>
 
@@ -128,7 +128,7 @@ $foo = R_('Learn&nbsp;More&nbsp;&rarr;');
   <h3><?php E_('Image Viewer') ?></h3>
   <p style="background-image: url('<?php echo $static_media; 
?>/projects/ristretto.png')">
     <?php E_('Ristretto is a lightweight image viewer.') ?>
-    <?php learnmore ("http://docs.xfce.org/apps/ristretto/start";) ?>
+    <?php learnmore ("https://docs.xfce.org/apps/ristretto/start";) ?>
   </p>
 </div>
 
diff --git a/static/slider/src/collases_mobile.svg 
b/static/slider/src/collases_mobile.svg
index bea486b..62eb5b1 100644
--- a/static/slider/src/collases_mobile.svg
+++ b/static/slider/src/collases_mobile.svg
@@ -17,7 +17,7 @@
    version="1.1"
    inkscape:version="0.91 r13725"
    sodipodi:docname="collases_mobile.svg"
-   inkscape:export-filename="/home/knome/apps_mobile.png"
+   inkscape:export-filename="/home/knome/slider_src/collase_xfwm4_mobile.png"
    inkscape:export-xdpi="90"
    inkscape:export-ydpi="90">
   <sodipodi:namedview
@@ -27,11 +27,11 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="570.56457"
-     inkscape:cy="72.698163"
+     inkscape:zoom="0.70710678"
+     inkscape:cx="609.3008"
+     inkscape:cy="-57.809547"
      inkscape:document-units="px"
-     inkscape:current-layer="layer1"
+     inkscape:current-layer="layer5"
      showgrid="false"
      units="px"
      showguides="true"
@@ -1632,11 +1632,10 @@
   </g>
   <g
      transform="translate(0,-214.99997)"
-     style="display:none"
+     style="display:inline"
      inkscape:label="Panel"
      id="layer5"
-     inkscape:groupmode="layer"
-     sodipodi:insensitive="true">
+     inkscape:groupmode="layer">
     <image
        width="473.99994"
        height="633.99994"
@@ -1656,17 +1655,18 @@
   </g>
   <g
      transform="translate(0,-214.99997)"
-     style="display:inline"
+     style="display:none"
      inkscape:label="Apps"
      id="layer1"
-     inkscape:groupmode="layer">
+     inkscape:groupmode="layer"
+     sodipodi:insensitive="true">
     <image
        width="886.99988"
        height="520.99994"
        preserveAspectRatio="none"
        id="image8559"
-       x="221.99997"
-       y="224.99997"
+       x="419.99994"
+       y="19.999998"
        
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3cAAAIJCAYAAAAGbMQTAAAABHNCSVQICAgIfAhkiAAAIABJREFU
 eJzsnXeYFEXawH89eXNelg0gC0uGJSuiIphAwQR+inqY0RPhjOd5enecHud5xhMQPfMZz8gZQcWE
 iuScc1jC5rw7Mx2+P5YeZmd7Zno2yCL1e555dru6wlvVoeqt961qiQCmTJmiBYYJBAKBQCAQCAQC
@@ -3124,8 +3124,8 @@ 
o0ePAgBkABATE0MPtEeMMcYYY4wxxsy2du1a2f8Da5VtIxzMZqwAAAAASUVORK5CYII=
        height="328.99997"
        preserveAspectRatio="none"
        id="image8581"
-       x="141.99997"
-       y="296.99997"
+       x="339.99994"
+       y="79.999969"
        
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfAAAAFJCAYAAABkaX9bAAAABHNCSVQICAgIfAhkiAAAIABJREFU
 eJzsnXd4HNW5/z+zs02925JsudtywbhjMLhgMBAg1GACuUCAxDiQciEJuSn8SEiF5CYBklwSejU1
 JjQDDhCawcbGHXfLTVaz+mpXW2bm98dq16vVzO5Kli0L3s/z6NHszJn3vGfa97znnDmjEMeiRYuM
@@ -3922,8 +3922,8 @@ 
EQAkAAEBAdrIRisIgiAIwnMQHh4u+X9jFEsqkv4h7gAAAABJRU5ErkJggg==
        height="363.99997"
        preserveAspectRatio="none"
        id="image8570"
-       x="419.99994"
-       y="319.99997"
+       x="719.99994"
+       y="219.99997"
        
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjEAAAFsCAYAAAA9l+hAAAAABHNCSVQICAgIfAhkiAAAIABJREFU
 eJzsfXegXVWV92+de99Lf+mVdFIILQldWkBARRwbKo7OqKCDjDgW7IXPOiI6ozOgjiMglrGMZehd
 VAg9gYQSUgiE9JD20t57ybv3nPX9sdta+5z7XoJp6Fnwcu89Z5e1117trL32PoQILr74Yo6vlVBC

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to