[30431] trunk/www

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 27 13:33:29 PDT 2007


Revision: 30431
          http://trac.macosforge.org/projects/macports/changeset/30431
Author:   jmpp at macports.org
Date:     2007-10-27 13:33:28 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
Standardize project name.

Modified Paths:
--------------
    trunk/www/contact.php
    trunk/www/includes/email.inc
    trunk/www/includes/footer.inc
    trunk/www/install.php
    trunk/www/ports.php

Modified: trunk/www/contact.php
===================================================================
--- trunk/www/contact.php	2007-10-27 20:19:26 UTC (rev 30430)
+++ trunk/www/contact.php	2007-10-27 20:33:28 UTC (rev 30431)
@@ -1,11 +1,11 @@
 <?php
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
     /* $Id$ */
-    /* Copyright (c) 2007, MacPorts Organization */
+    /* Copyright (c) 2007, The MacPorts Project. */
     $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
     include_once("$MPWEB/includes/common.inc");
     include_once("$MPWEB/includes/email.inc");
-    print_header('MacPorts -- Contact Us', 'utf-8');
+    print_header('The MacPorts Project -- Contact Us', 'utf-8');
 ?>
 
 
@@ -13,7 +13,7 @@
 
     <h2 class="hdr">Getting in Touch With Us</h2>
 
-    <p>There are a number of ways in which you can get in contact with people involved with the MacPorts project, depending
+    <p>There are a number of ways in which you can get in contact with people involved with The MacPorts Project, depending
     on who you need to contact and the type of support you're looking for:</p>
 
     <ul>
@@ -54,7 +54,7 @@
 
     <h3 class="subhdr" id="Lists">Public Mailing Lists</h3>
 
-    <p>The MacPorts project hosts a number of specialized mailing lists you can freely subscribe to:</p>
+    <p>The MacPorts Project hosts a number of specialized mailing lists you can freely subscribe to:</p>
 
     <ul>
         <li><a href="http://lists.macosforge.org/mailman/listinfo/macports-users/">MacPorts Users</a>
@@ -90,12 +90,12 @@
 
     <!-- we need a link down here pointing to some page detailing the portmgr team - guide authors? ;-) -->
     <p>The private and read-only &ldquo;<?php print obfuscate_email("macports-mgr at lists.macosforge.org"); ?>&rdquo; mailing
-    list is where you should send mail to in case you need to get in touch with the <a href="">MacPorts management team</a>
-    (A.K.A. &ldquo;portmgr&rdquo;), in case you have any administrative request or if you wish to discuss anything you might
-    feel is of private nature (like the interaction between MacPorts and NDA'd software).</p>
+    list is where you should send mail to in case you need to get in touch with the The MacPorts Project's <a href="">
+    management team</a> (A.K.A. &ldquo;portmgr&rdquo;), in case you have any administrative request or if you wish to
+    discuss anything you might feel is of private nature (like the interaction between MacPorts and NDA'd software).</p>
 
-    <p>This is also where you should turn to if you are a developer and/or a contributor interested in joning the MacPorts
-    team with full write access to our SVN repository and Wiki pages, either to work on MacPorts itself or as a ports
+    <p>This is also where you should turn to if you are a developer and/or a contributor interested in joning The MacPorts
+    Project with full write access to our SVN repository and Wiki pages, either to work on MacPorts itself or as a ports
     maintainer. Please read the <a href="<?php print $guide_url . '#project.membership'; ?>">documentation available</a>
     on joining for more information.</p>
 

Modified: trunk/www/includes/email.inc
===================================================================
--- trunk/www/includes/email.inc	2007-10-27 20:19:26 UTC (rev 30430)
+++ trunk/www/includes/email.inc	2007-10-27 20:33:28 UTC (rev 30431)
@@ -1,8 +1,8 @@
 <?php
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
     /* $Id$ */
-    /* Copyright (c) 2004-2007, MacPorts Organization */
-    /* Copyright (c) 2004, OpenDarwin */
+    /* Copyright (c) 2004, OpenDarwin. */
+    /* Copyright (c) 2004-2007, The MacPorts Project. */
 
 
     function obfuscate_email($email) {

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2007-10-27 20:19:26 UTC (rev 30430)
+++ trunk/www/includes/footer.inc	2007-10-27 20:33:28 UTC (rev 30431)
@@ -1,8 +1,8 @@
 <?php
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
     /* $Id$ */
-    /* Copyright (c) 2004-2007, MacPorts Organization */
-    /* Copyright (c) 2004, OpenDarwin */
+    /* Copyright (c) 2004, OpenDarwin. */
+    /* Copyright (c) 2004-2007, The MacPorts Project. */
 ?>
 
 
@@ -10,6 +10,6 @@
 
     <p><a href="http://validator.w3.org/check?uri=referer"><img src="img/valid-xhtml11-blue.png" alt="Valid XHTML 1.1" height="31" width="88" /></a>
     <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px" src="img/vcss.png" alt="Valid CSS!" /></a></p>
-    Copyright &copy; 2002&ndash;<?php print date("Y"); ?>, <a href="http://www.macports.org/">MacPorts</a>.
+    Copyright &copy; 2002&ndash;<?php print date("Y"); ?>, <a href="http://www.macports.org/">The MacPorts Project</a>.
     Hosted by <a href="http://www.macosforge.org">Mac OS Forge</a>. All rights reserved.
 </div>

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2007-10-27 20:19:26 UTC (rev 30430)
+++ trunk/www/install.php	2007-10-27 20:33:28 UTC (rev 30431)
@@ -1,11 +1,11 @@
 <?php
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
     /* $Id$ */
-    /* Copyright (c) 2004-2007, MacPorts Organization */
-    /* Copyright (c) 2004, OpenDarwin */
+    /* Copyright (c) 2004, OpenDarwin. */
+    /* Copyright (c) 2004-2007, The MacPorts Project. */
     $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
     include_once("$MPWEB/includes/common.inc");
-    print_header('MacPorts -- Download &amp; Installation', 'utf-8');
+    print_header('The MacPorts Project -- Download &amp; Installation', 'utf-8');
 ?>
 
 
@@ -156,7 +156,7 @@
 
     <h3 class="subhdr">Other Platforms</h3>
 
-    <p>Running on platforms other than Mac OS X is not the main focus of the MacPorts project, so remaining cross-platform
+    <p>Running on platforms other than Mac OS X is not the main focus of The MacPorts Project, so remaining cross-platform
     is not an actively pursued development goal. Nevertheless, it is not an actively discouraged goal either and as a
     result some experimental support does exist for other POSIX compliant platforms such as *BSD and GNU/Linux.</p>
 

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2007-10-27 20:19:26 UTC (rev 30430)
+++ trunk/www/ports.php	2007-10-27 20:33:28 UTC (rev 30431)
@@ -1,12 +1,12 @@
 <?php
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=php:et:sw=4:ts=4:sts=4 */
     /* $Id$ */
-    /* Copyright (c) 2004-2007, MacPorts Organization */
-    /* Copyright (c) 2004, OpenDarwin */
+    /* Copyright (c) 2004, OpenDarwin. */
+    /* Copyright (c) 2004-2007, The MacPorts Project. */
     $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
     include_once("$MPWEB/includes/common.inc");
     include_once("$MPWEB/includes/email.inc");
-    print_header('MacPorts -- Available Ports', 'utf-8');
+    print_header('The MacPorts Project -- Available Ports', 'utf-8');
     $by = isset($_GET['by']) ? $_GET['by'] : '';
     $substr = isset($_GET['substr']) ? $_GET['substr'] : '';
 ?>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071027/0da23c18/attachment-0001.html


More information about the macports-changes mailing list