[36573] trunk/www/includes
wsiegrist at apple.com
wsiegrist at apple.com
Tue May 6 19:00:18 PDT 2008
Revision: 36573
http://trac.macosforge.org/projects/macports/changeset/36573
Author: wsiegrist at apple.com
Date: 2008-05-06 19:00:17 -0700 (Tue, 06 May 2008)
Log Message:
-----------
* Changing trac_url to new shorter form
* Changing old Wordpress Blog to new News area
Modified Paths:
--------------
trunk/www/includes/common.inc
trunk/www/includes/header.inc
Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc 2008-05-07 00:50:48 UTC (rev 36572)
+++ trunk/www/includes/common.inc 2008-05-07 02:00:17 UTC (rev 36573)
@@ -16,7 +16,7 @@
######################################################################
# Some useful URL abstractions:
-$trac_url = 'http://trac.macports.org/projects/macports/';
+$trac_url = 'http://trac.macports.org/';
$svn_url = 'http://svn.macports.org/repository/macports/';
$downloads = $svn_url . 'downloads/MacPorts-' . $macports_version_major . '/';
$leopard_dmg = $downloads . 'MacPorts-' . $macports_version_major . '-10.5-Leopard.dmg';
Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc 2008-05-07 00:50:48 UTC (rev 36572)
+++ trunk/www/includes/header.inc 2008-05-07 02:00:17 UTC (rev 36573)
@@ -64,7 +64,7 @@
'Documentation' => $guide_url,
'Support & Development' => $trac_url,
'Contact Us' => 'contact.php',
- 'Blog' => '/blog/'
+ 'News' => '/news/'
);
foreach ($pages as $title => $url) {
if (basename($_SERVER['PHP_SELF']) == $url) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080506/e4560f15/attachment.html
More information about the macports-changes
mailing list