[Adium-commits] www/adiumx.com 158:8de3fd081b8b: 1.3.4 beta page.
adium-commits at adiumx.com
adium-commits at adiumx.com
Fri Apr 24 12:12:28 UTC 2009
details: http://hg.adiumx.com/www/adiumx.com/rev/8de3fd081b8b
revision: 158:8de3fd081b8b
author: Zachary West <zacw at adiumx.com>
date: Fri Apr 24 08:12:27 2009 -0400
1.3.4 beta page.
diffstat:
beta/index.php | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r 5481881fb21d -r 8de3fd081b8b beta/index.php
--- a/beta/index.php Fri Apr 24 04:38:02 2009 -0700
+++ b/beta/index.php Fri Apr 24 08:12:27 2009 -0400
@@ -12,15 +12,28 @@
$versions = array(
/*
+ Keep this example entry around.
+ Copy it below for actual use.
+
array(
"ver" => "1.3.4b1",
"rev" => "???",
"date" => "2009-04-24",
- "md5" => "c94754b2d7c3d5609c47612efedf32da"
+ "md5" => "c94754b2d7c3d5609c47612efedf32da",
+ "dsa" => ""
)
- */
+ */
+
+ array(
+ "ver" => "1.3.4b1",
+ "rev" => "2de64a15fa0c",
+ "date" => "2009-04-24",
+ "md5" => "c94754b2d7c3d5609c47612efedf32da",
+ "dsa" => ""
+ )
);
+$repo = "adium-1.3";
$latest = $versions[0];
?>
@@ -31,11 +44,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<?php
if(!$noTemplate) {
- include('../scripts/slogan.php');
?>
- <title>
- Adium Beta - <?php echo RandomSlogan() ?>
- </title>
+ <title>Adium Beta</title>
<link rel="stylesheet" type="text/css" href="http://adiumx.com/styles/layoutstyle.css">
<link rel="stylesheet" type="text/css" href="http://adiumx.com/styles/defaultstyle.css">
<link rel="shortcut icon" href="http://adiumx.com/favicon.ico">
@@ -80,7 +90,7 @@
<div class="version">
<div class="summary">
<h3>Version <?=$version["ver"]?> (<?=$version["date"]?>)</h3>
- <p>SVN Revision: <a class="changeset" href="http://trac.adiumx.com/changeset/<?=$version["rev"]?>"><?=$version["rev"]?></a></p>
+ <p>Revision: <a class="changeset" href="http://hg.adiumx.com/<?=$repo?>/rev/<?=$version["rev"]?>"><?=$version["rev"]?></a></p>
</div>
<?php
readfile(sprintf("../changelogs/%s.htmlfrag", $version["ver"]));
More information about the commits
mailing list