www: 338afbdc: Forgot to add the new test homepage.

caseyho at pidgin.im caseyho at pidgin.im
Thu Dec 11 22:30:45 EST 2008


-----------------------------------------------------------------
Revision: 338afbdccbed02026c761c6c1d3896d5e4b4c4ab
Ancestor: 07ef9fba2fc3d8d7559081cca1e615cbe691057f
Author: caseyho at pidgin.im
Date: 2008-12-12T03:25:08
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/338afbdccbed02026c761c6c1d3896d5e4b4c4ab

Added files:
        htdocs/home.php

ChangeLog: 

Forgot to add the new test homepage.


-------------- next part --------------
============================================================
--- htdocs/home.php	3d969e03f37b530ffe2ead0680de6ee73c2a1091
+++ htdocs/home.php	3d969e03f37b530ffe2ead0680de6ee73c2a1091
@@ -0,0 +1,111 @@
+<?
+  // 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.";
+
+  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="main_content">
+
+
+<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, Windows Live 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");
+?>
+
+<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>
+
+</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 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">Hundreds of plugins are available to help tweak every aspect of Pidgin</div>
+
+
+</div>
+
+<!-- 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
+<a href="pidgin-2.4.2-icq6.patch">patch</a> to fix it.</p -->
+
+<? /* 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