[Adium-commits] www/adiumx.com 160:9f04f16f17fc: Notating changes in the beta page.

adium-commits at adiumx.com adium-commits at adiumx.com
Fri Apr 24 12:16:29 UTC 2009


details:	http://hg.adiumx.com/www/adiumx.com/rev/9f04f16f17fc
revision:	160:9f04f16f17fc
author:		Zachary West <zacw at adiumx.com>
date:		Fri Apr 24 08:16:29 2009 -0400

Notating changes in the beta page.

diffstat:

 beta/index.php |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 2b544466e1ce -r 9f04f16f17fc beta/index.php
--- a/beta/index.php	Fri Apr 24 08:14:38 2009 -0400
+++ b/beta/index.php	Fri Apr 24 08:16:29 2009 -0400
@@ -7,8 +7,11 @@
 // In the appcast, use <http://beta.adiumx.com/?notemplate=1> as the appcast URL.
 // This will load the beta page without any template (so clean inside Sparkle)
 
-// If we're asked to not display the main website, this is being displayed in Sparkle.
-$noTemplate = (isset($_GET['notemplate']));
+// Update $versions and $repo below.
+// $repo specifies what repo on hg.adiumx.com to link to, and the $versions array
+// controls the actual contents.
+
+// --- Configure starting here ---
 
 $versions = array(
 		/*
@@ -34,6 +37,12 @@
 			);
 
 $repo = "adium-1.3";
+
+// --- You shouldn't need to edit below ---
+
+// If we're asked to not display the main website, this is being displayed in Sparkle.
+$noTemplate = (isset($_GET['notemplate']));
+
 $latest = $versions[0];
 
 ?>




More information about the commits mailing list