www: 57e9ccaa: Remove Casey's bucket test home page. I...

markdoliner at pidgin.im markdoliner at pidgin.im
Thu Jun 9 14:15:22 EDT 2011


----------------------------------------------------------------------
Revision: 57e9ccaa0ffca706b5a2d757c72ba110d4f43a90
Parent:   95e361a5af1d37aa8b031a56e76a9299d32ecc34
Author:   markdoliner at pidgin.im
Date:     06/09/11 14:09:45
Branch:   im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/57e9ccaa0ffca706b5a2d757c72ba110d4f43a90

Changelog: 

Remove Casey's bucket test home page.  I can't find any references to this,
but I also don't remember what method was used to decide whether to use this
or index.php, so maybe I'm just not looking in the right place.

Changes against parent 95e361a5af1d37aa8b031a56e76a9299d32ecc34

  dropped  htdocs/home.php

-------------- next part --------------
============================================================
--- htdocs/home.php	5256c9107770537b1e861905c0abc1c463ee0d20
+++ /dev/null	
@@ -1,147 +0,0 @@
-<?php
-  // 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 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_full">
-<div id="main">
-<div></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 id="main_content">
-
-<?php
-include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.download_new.inc");
-?>
-<br />
-
-<h1>IM <strong>all</strong> your friends in one place</h1>
-
-
-
-<?php if($_GET['v'] == "2") { ?> 
-<p>Pidgin is an easy to use and free IM client used by millions.</p>
-
-<div style="font-size:125%">
-<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" target="_new">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>
-
-<p class="more"><a href="/about/"><img
-src="/shared/img/button.learn-more.png" alt="Learn More" width="128"
-height="32"/></a></p>
-
-
-<?php } else { ?>
-
-
-<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>
-
-<p>Supported IM networks:</p>
-
-<ul class="condensed">
-  <li>AIM</li>
-  <li>Bonjour</li>
-  <li>Gadu-Gadu</li>
-  <li>Google Talk</li>
-  <li>Groupwise</li>
-  <li>ICQ</li>
-  <li>IRC</li>
-  <li>MSN</li>
-  <li>MySpaceIM</li>
-  <li>SILC</li>
-  <li>SIMPLE</li>
-  <li>Sametime</li>
-  <li>XMPP</li>
-  <li>Yahoo!</li>
-  <li>Zephyr</li>
-</ul>
-
-<p class="more"><a href="/about/"><img 
-src="/shared/img/button.learn-more.png" alt="Learn More" width="128" 
-height="32"/></a>
-</p>
-
-<?php } ?>
-
-</div>
-</div>
-</div>
-
-<?php /*
-<div style="display:none">
-
-<div class="multiboxD protocols">Pidgin supports these IM networks.  Additional protocols are available through plugins.</div>
-
-<div class="multiboxD screen0">One buddy list, all of your IM networks</div>
-
-<div class="multiboxD screen4">Manage all your IM accounts from one menu</div>
-
-<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>
-*/ ?>
-
-
-<?php /* Avoid outputting this stuff yet.
-<!-- These are not ready to go yet -->
- <div class="box_full">
-
-<div id="newsbrief">
-Test
-</div>
-
-<div id="blogbrief">
-Test
-</div>
-
-</div> */ ?>
-
-</div>
-
-<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/footer.inc"); ?>


More information about the Commits mailing list