www/adium.im 598:48fe9572a936: Fix the URLs for these pages.

commits at adium.im commits at adium.im
Sat Mar 3 10:45:08 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/48fe9572a936
revision:	598:48fe9572a936
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sat Mar 03 10:10:17 2012 +0000

Fix the URLs for these pages.
Subject: www/adium.im 599:d056a7a5bd6d: SEO.

details:	http://hg.adium.im/www/adium.im/rev/d056a7a5bd6d
revision:	599:d056a7a5bd6d
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sat Mar 03 10:44:45 2012 +0000

SEO.

diffs (71 lines):

diff -r d06bd51123fb -r d056a7a5bd6d about/index.php
--- a/about/index.php	Fri Mar 02 11:10:28 2012 +0000
+++ b/about/index.php	Sat Mar 03 10:44:45 2012 +0000
@@ -4,6 +4,8 @@
 <head>
 	<title>Adium - About</title>
 	<meta charset="utf-8">
+	<meta name="description" content="Adium is a free and open source instant messaging application for Mac OS X, written using Mac OS X's Cocoa API, released under the GNU GPL and developed by the Adium team.">
+	<meta name="keywords" content="Adium, info, about, whats new, features, screenshots">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
 	<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 	<link rel="stylesheet" href="/rewrite/assets/styles/global.css">
diff -r d06bd51123fb -r d056a7a5bd6d beta/index.php
--- a/beta/index.php	Fri Mar 02 11:10:28 2012 +0000
+++ b/beta/index.php	Sat Mar 03 10:44:45 2012 +0000
@@ -135,6 +135,8 @@
 	<title>Adium - Beta</title>
 	<meta charset="utf-8">
 <?php if (!$no_template) { ?>
+	<meta name="description" content="The latest and greatest version of Adium. Keep in mind these are not final releases and therefore can contain bugs.">
+	<meta name="keywords" content="Adium, latest, beta, test, new, bugs">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
 	<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 	<link rel="stylesheet" href="/rewrite/assets/styles/global.css">
diff -r d06bd51123fb -r d056a7a5bd6d help/index.php
--- a/help/index.php	Fri Mar 02 11:10:28 2012 +0000
+++ b/help/index.php	Sat Mar 03 10:44:45 2012 +0000
@@ -4,6 +4,8 @@
 <head>
 	<title>Adium - Help</title>
 	<meta charset="utf-8">
+	<meta name="description" content="These pages will get you started using Adium in no time. Including documentation, screencasts, troubleshooting, and solving the more common problems.">
+	<meta name="keywords" content="Adium, help, contribute, screencasts, troublshooting, documentation, problem, issue, solve">
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
 	<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 	<link rel="stylesheet" href="/rewrite/assets/styles/global.css">
diff -r d06bd51123fb -r d056a7a5bd6d index.php
--- a/index.php	Fri Mar 02 11:10:28 2012 +0000
+++ b/index.php	Sat Mar 03 10:44:45 2012 +0000
@@ -95,6 +95,8 @@
 <head>
 	<title>Adium</title>
 	<meta charset="utf-8">
+	<meta name="description" content="Adium is a free open source instant messaging client for Mac OS X with support for several IM networks, including MSN, AIM, Facebook, Twitter and more.">
+	<meta name="keywords" content="IM, Instant Messaging, OS X, Mac, Software, Twitter, Facebook, MSN, AIM, XMPP, ICQ, IRC">
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
 	<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 	<link rel="stylesheet" href="/rewrite/assets/styles/global.css">
@@ -140,8 +142,8 @@
 					
 					<div class="button-container">
 						<a class="button download" href="<?php echo $releases[$os]['link']; ?>">Download</a>
-						<a class="release-notes" href="release-notes">Release Notes</a>
-						<a class="source" href="source">Source</a>
+						<a class="release-notes" href="http://trac.adium.im/wiki/AdiumVersionHistory">Release Notes</a>
+						<a class="source" href="http://trac.adium.im/wiki/GettingAdiumSource">Source</a>
 					</div>
 				</div>
 			</div>
diff -r d06bd51123fb -r d056a7a5bd6d screencasts/index.php
--- a/screencasts/index.php	Fri Mar 02 11:10:28 2012 +0000
+++ b/screencasts/index.php	Sat Mar 03 10:44:45 2012 +0000
@@ -4,6 +4,8 @@
 <head>
 	<title>Adium - Screencasts</title>
 	<meta charset="utf-8">
+	<meta name="description" content="Here you can watch some videos that should get you started with Adium in no time. From Installing Adium all the way to adding and chatting to people.">
+	<meta name="keywords" content="Adium, screencasts, tutorials, getting started, instructions">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
 	<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 	<link rel="stylesheet" href="/rewrite/assets/styles/global.css">




More information about the commits mailing list