www: cb2cb2a0: inverting order of pages for experiment

caseyho at pidgin.im caseyho at pidgin.im
Sun Dec 14 18:50:26 EST 2008


-----------------------------------------------------------------
Revision: cb2cb2a0d8a0881a8419d86af139076dd5b3725c
Ancestor: 2baff554ae211b3af45e8001488af6aa9609f0f6
Author: caseyho at pidgin.im
Date: 2008-12-14T23:45:19
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/cb2cb2a0d8a0881a8419d86af139076dd5b3725c

Modified files:
        htdocs/home.php htdocs/index.php

ChangeLog: 

inverting order of pages for experiment

-------------- next part --------------
============================================================
--- htdocs/home.php	446d06fbc5ed2baa0c2d83a136370c11a0db9b91
+++ htdocs/home.php	0878c568e77906c3771e4bf87bd52a4a3a9e1c0b
@@ -1,92 +1,73 @@
 <?
-  // This file exists to act as a second version of index.php for website experiment tests.
-  // This needs to always exist, and either redirect to index.php or be the home of an experiment
-
-
   // Update these to match the current page.
   $page['title'] =   "Pidgin, the universal IM client";
-  $page['section'] = "Home2";
-  $page['description'] = "Pidgin is a free and easy to use IM client used by millions. Connect to AIM, MSN, Yahoo, and other IM networks all at once.";
+  $page['section'] = "Home";
+  $page['description'] = "Pidgin is an easy to use and free IM client used by millions. Connect to AIM, Yahoo, MSN and other IM networks all at once.";
 
   include($_SERVER['DOCUMENT_ROOT'] . "/../inc/header.inc");
   include($_SERVER['DOCUMENT_ROOT'] . "/../inc/version.inc");
 ?>
 
-
 <div id="content">
 
-<div class="box_full">
-<div id="main">
-<div></div>
+<div class="box_home">
+<div id="left">
 
-<div id="main_content">
+<div id="version"><img src="/shared/img/logo.text-big.gif" alt="Pidgin" />
+<span class="number"><? echo $pidgin_version; ?></span>
+</div>
 
-
-<h1>IM <strong>all</strong> your friends in one place</h1>
-
-<p>Pidgin is an easy to use and free IM client used by millions.</p>
-
-<ul>
-
-<li>
-<strong>One single program, all of your networks</strong><br>
-Connects to AIM, Yahoo, MSN and more.<br>
-<a href="/shared/img/im_networks.jpg" id="protocols" class="multibox">View supported IM networks</a>
-</li>
-<li>
-<strong>No ads</strong><br>
-100% free and actively supported by the open source community
-</li>
-<li>
-<strong>Simple yet customizable</strong><br>
-An intuitive interface that can be extended by plugins.<br>
-<a href="/shared/img/screens/account-options.jpg" id="screen4" class="multibox">View screenshots</a>
-
-</li>
-</ul>
-
 <?
-include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download_new.inc");
+include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download.inc");
 ?>
 
-<div class="linkbar">
-  <a href="/download/">Other Versions</a> |
+<p class="linkbar">
   <a href="http://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a> |
   <a href="http://developer.pidgin.im/wiki/FAQ" title="Frequently Asked Questions">FAQ</a>
-</div>
+</p>
 
 </div>
 
-<div id="sidebar">
-<a href="/shared/img/blist.jpg" id="screen0" class="multibox">
-  <img src="/shared/img/blist.jpg" alt="Sample IM buddy list">
-</a>
 </div>
 
-</div>
-</div>
-</div>
+<div class="box_home" id="right">
+<div id="main">
 
-<div style="display:none">
+<h1>IM all your friends in one place</h1>
 
-<div class="multiboxD protocols">Pidgin supports these IM networks.  Additional protocols are available through plugins.</div>
+<p>Pidgin is an easy to use and free IM client used by millions. Connect to AIM, MSN, Yahoo, and more IM networks all at once.</p>
 
-<div class="multiboxD screen0">One buddy list, all of your IM networks</div>
+<p>Supported IM networks:</p>
 
-<div class="multiboxD screen4">Manage all your IM accounts from one menu</div>
+<ul class="condensed">
+  <li>AIM</li>
+  <li>Bonjour</li>
+  <li>Gadu-Gadu</li>
+  <li>Google Talk</li>
+  <li>Groupwise</li>
+  <li>ICQ</li>
+</ul>
+<ul class="condensed">
+  <li>IRC</li>
+  <li>MSN</li>
+  <li>MySpaceIM</li>
+  <li>QQ</li>
+  <li>SILC</li>
+</ul>
+<ul class="condensed">
+  <li>SIMPLE</li>
+  <li>Sametime</li>
+  <li>XMPP</li>
+  <li>Yahoo!</li>
+  <li>Zephyr</li>
+</ul>
 
-<a href="/shared/img/screens/blist-status.jpg" id="screen2" class="multibox"></a>
-<div class="multiboxD screen2">Set your status across all IM networks with a single click</div>
+<p class="more"><a href="/about/"><img src="/shared/img/button.learn-more.png" alt="Learn More" width="128" height="32"/></a></p>
 
-<a href="/shared/img/screens/conversation.jpg" id="screen3" class="multibox"></a>
-<div class="multiboxD screen3">Easy to use chat/IM windows</div>
-
-<a href="/shared/img/screens/plugins.jpg" id="screen6" class="multibox"></a>
-<div class="multiboxD screen6">Many plugins are available to help tweak every aspect of Pidgin</div>
-
-
 </div>
+</div>
 
+<!-- This will pull from somewhere else at some point -->
 <!-- p class="more" id="lowblurb">We are aware of the problems connecting to ICQ with Pidgin
 2.4.2 and older. We hope to have a new release and packages out soon to fix
 this. In the meantime, if you compile Pidgin from source you can use this
============================================================
--- htdocs/index.php	425a50eabac29775f34ba038a9efdcbc1d17fd01
+++ htdocs/index.php	89fc5b38ec840d52d0de8a01156542ea0ad5ac13
@@ -14,76 +14,98 @@ d.write('<sc'+'ript src="'+
 <!-- End Google Website Optimizer tracking code -->
 
 
+
 <?
+  // This file exists to act as a second version of index.php for website experiment tests.
+  // This needs to always exist, and either redirect to index.php or be the home of an experiment
+
+
   // Update these to match the current page.
   $page['title'] =   "Pidgin, the universal IM client";
-  $page['section'] = "Home";
-  $page['description'] = "Pidgin is an easy to use and free IM client used by millions. Connect to AIM, Yahoo, MSN and other IM networks all at once.";
+  $page['section'] = "Home2";
+  $page['description'] = "Pidgin is a free and easy to use IM client used by millions. Connect to AIM, MSN, Yahoo, and other IM networks all at once.";
 
   include($_SERVER['DOCUMENT_ROOT'] . "/../inc/header.inc");
   include($_SERVER['DOCUMENT_ROOT'] . "/../inc/version.inc");
 ?>
 
+
 <div id="content">
 
-<div class="box_home">
-<div id="left">
+<div class="box_full">
+<div id="main">
+<div></div>
 
-<div id="version"><img src="/shared/img/logo.text-big.gif" alt="Pidgin" />
-<span class="number"><? echo $pidgin_version; ?></span>
-</div>
+<div id="main_content">
 
+
+<h1>IM <strong>all</strong> your friends in one place</h1>
+
+
 <?
-include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download.inc");
+include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download_new.inc");
 ?>
 
-<p class="linkbar">
-  <a href="http://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a> |
-  <a href="http://developer.pidgin.im/wiki/FAQ" title="Frequently Asked Questions">FAQ</a>
-</p>
+<div class="linkbar">
+  <a href="/download/">Other Versions</a> |
+    <a href="http://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a> |
+      <a href="http://developer.pidgin.im/wiki/FAQ" title="Frequently Asked Questions">FAQ</a>
+      </div>
 
+
+<p>Pidgin is an easy to use and free IM client used by millions.</p>
+
+<ul>
+
+<li>
+<strong>One single program, all of your networks</strong><br>
+Connects to AIM, Yahoo, MSN and more.<br>
+<a href="/shared/img/im_networks.jpg" id="protocols" class="multibox">View supported IM networks</a>
+</li>
+<li>
+<strong>No ads</strong><br>
+100% free and actively supported by the open source community
+</li>
+<li>
+<strong>Simple yet customizable</strong><br>
+An intuitive interface that can be extended by plugins.<br>
+<a href="/shared/img/screens/account-options.jpg" id="screen4" class="multibox">View screenshots</a>
+
+</li>
+</ul>
+
 </div>
 
+<div id="sidebar">
+<a href="/shared/img/blist.jpg" id="screen0" class="multibox">
+  <img src="/shared/img/blist.jpg" alt="Sample IM buddy list">
+</a>
 </div>
 
-<div class="box_home" id="right">
-<div id="main">
+</div>
+</div>
+</div>
 
-<h1>IM all your friends in one place</h1>
+<div style="display:none">
 
-<p>Pidgin is an easy to use and free IM client used by millions. Connect to AIM, MSN, Yahoo, and more IM networks all at once.</p>
+<div class="multiboxD protocols">Pidgin supports these IM networks.  Additional protocols are available through plugins.</div>
 
-<p>Supported IM networks:</p>
+<div class="multiboxD screen0">One buddy list, all of your IM networks</div>
 
-<ul class="condensed">
-  <li>AIM</li>
-  <li>Bonjour</li>
-  <li>Gadu-Gadu</li>
-  <li>Google Talk</li>
-  <li>Groupwise</li>
-  <li>ICQ</li>
-</ul>
-<ul class="condensed">
-  <li>IRC</li>
-  <li>MSN</li>
-  <li>MySpaceIM</li>
-  <li>QQ</li>
-  <li>SILC</li>
-</ul>
-<ul class="condensed">
-  <li>SIMPLE</li>
-  <li>Sametime</li>
-  <li>XMPP</li>
-  <li>Yahoo!</li>
-  <li>Zephyr</li>
-</ul>
+<div class="multiboxD screen4">Manage all your IM accounts from one menu</div>
 
-<p class="more"><a href="/about/"><img src="/shared/img/button.learn-more.png" alt="Learn More" width="128" height="32"/></a></p>
+<a href="/shared/img/screens/blist-status.jpg" id="screen2" class="multibox"></a>
+<div class="multiboxD screen2">Set your status across all IM networks with a single click</div>
 
+<a href="/shared/img/screens/conversation.jpg" id="screen3" class="multibox"></a>
+<div class="multiboxD screen3">Easy to use chat/IM windows</div>
+
+<a href="/shared/img/screens/plugins.jpg" id="screen6" class="multibox"></a>
+<div class="multiboxD screen6">Many plugins are available to help tweak every aspect of Pidgin</div>
+
+
 </div>
-</div>
 
-<!-- This will pull from somewhere else at some point -->
 <!-- p class="more" id="lowblurb">We are aware of the problems connecting to ICQ with Pidgin
 2.4.2 and older. We hope to have a new release and packages out soon to fix
 this. In the meantime, if you compile Pidgin from source you can use this


More information about the Commits mailing list