[31410] trunk/www

jmpp at macports.org jmpp at macports.org
Thu Nov 22 09:35:48 PST 2007


Revision: 31410
          http://trac.macosforge.org/projects/macports/changeset/31410
Author:   jmpp at macports.org
Date:     2007-11-22 09:35:48 -0800 (Thu, 22 Nov 2007)

Log Message:
-----------
Move old index page into legacy dir.

Added Paths:
-----------
    trunk/www/legacy/index.php

Removed Paths:
-------------
    trunk/www/index_old.php

Deleted: trunk/www/index_old.php
===================================================================
--- trunk/www/index_old.php	2007-11-22 17:34:50 UTC (rev 31409)
+++ trunk/www/index_old.php	2007-11-22 17:35:48 UTC (rev 31410)
@@ -1,59 +0,0 @@
-<?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$ */
-    $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
-    include_once("$MPWEB/includes/common.inc");
-    print_header('MacPorts -- Home', 'utf-8');
-?>
-
-<!--
-Things we should address when rewriting this page:
- *) project description (general information, including project license & latest available release);
- *) mission goals;
- *) brief ports tree description (monolithic, no 'stable' and 'unstable' trees, for instance) and total number of available ports, cue to 'ports.php';
- *) system requirements, cue to 'install.php';
- *) FAQ reference as a cue to "Support & Development" section & project guide;
- *) how to contribute and/or join, cue to 'contact.php';
- *) News section, linking to wordpress blog;
- *) something else?
--->
-
-<div id="content">
-
-    <h2 class="hdr">Introduction to MacPorts</h2>
-
-    <p>The MacPorts Project's main goal is to provide an easy way to install various open-source software
-    products on the <a href="http://www.apple.com/macosx/">Mac OS X</a> operating system.</p>
-
-    <p>There are currently about <?php echo ports_count(); ?> completed and usable <a href="ports.php">ports</a>,
-    with more being added on a regular basis. You can track recently added ports by subscribing to the
-    <a href="http://lists.macosforge.org/mailman/listinfo/macports-changes">macports-changes</a> mailing list.</p>
-
-    <p>For more information on obtaining and installing MacPorts, please see the <a href="install.php">installing
-    MacPorts</a> section of this site. Also be sure to check out the <a href="<?php print $guide_url; ?>">documentation</a>,
-    and if and if you have questions or run into problems, you can get help at our <a href="help.php">help section</a>.
-    The <a href="<?php print $trac_url . 'wiki'; ?>">MacPorts Wiki</a> is also a good resource for general and
-    miscellaneous help, specially the ongoing <a href="<?php print $trac_url . 'wiki/FAQ'; ?>">FAQ</a>
-    effort.</p>
-
-    <p>Bug reports, feature requests, and new ports should be submitted as <a href="<?php print $trac_url . 'newticket'; ?>">
-    new tickets</a> into our Trac system. Please consult the <a href="<?php print $guide_url . '#project.tickets'; ?>">
-    documentation</a> to improve the processing of your ticket(s).</p>
-
-    <p>For information on becoming an official member of the MacPorts project with write access to our subversion
-    repository, please consult the <a href="<?php print $guide_url . '#project.membership'; ?>">relevant documentation</a>
-    detailing our membership requirements and resulting duties &amp; benefits from holding a MacPorts account.</p>
-
-    <p><b>Current MacPorts <a href="install.php">release</a>: <?php print $mp_version_latest; ?></b></p>
-
-    <div id="news">
-
-        <h2 class="hdr">Project News &amp; Blog</h2>
-
-    </div>
-
-</div>
-
-<?php
-    print_footer();
-?>

Copied: trunk/www/legacy/index.php (from rev 31386, trunk/www/index_old.php)
===================================================================
--- trunk/www/legacy/index.php	                        (rev 0)
+++ trunk/www/legacy/index.php	2007-11-22 17:35:48 UTC (rev 31410)
@@ -0,0 +1,59 @@
+<?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$ */
+    $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
+    include_once("$MPWEB/includes/common.inc");
+    print_header('MacPorts -- Home', 'utf-8');
+?>
+
+<!--
+Things we should address when rewriting this page:
+ *) project description (general information, including project license & latest available release);
+ *) mission goals;
+ *) brief ports tree description (monolithic, no 'stable' and 'unstable' trees, for instance) and total number of available ports, cue to 'ports.php';
+ *) system requirements, cue to 'install.php';
+ *) FAQ reference as a cue to "Support & Development" section & project guide;
+ *) how to contribute and/or join, cue to 'contact.php';
+ *) News section, linking to wordpress blog;
+ *) something else?
+-->
+
+<div id="content">
+
+    <h2 class="hdr">Introduction to MacPorts</h2>
+
+    <p>The MacPorts Project's main goal is to provide an easy way to install various open-source software
+    products on the <a href="http://www.apple.com/macosx/">Mac OS X</a> operating system.</p>
+
+    <p>There are currently about <?php echo ports_count(); ?> completed and usable <a href="ports.php">ports</a>,
+    with more being added on a regular basis. You can track recently added ports by subscribing to the
+    <a href="http://lists.macosforge.org/mailman/listinfo/macports-changes">macports-changes</a> mailing list.</p>
+
+    <p>For more information on obtaining and installing MacPorts, please see the <a href="install.php">installing
+    MacPorts</a> section of this site. Also be sure to check out the <a href="<?php print $guide_url; ?>">documentation</a>,
+    and if and if you have questions or run into problems, you can get help at our <a href="help.php">help section</a>.
+    The <a href="<?php print $trac_url . 'wiki'; ?>">MacPorts Wiki</a> is also a good resource for general and
+    miscellaneous help, specially the ongoing <a href="<?php print $trac_url . 'wiki/FAQ'; ?>">FAQ</a>
+    effort.</p>
+
+    <p>Bug reports, feature requests, and new ports should be submitted as <a href="<?php print $trac_url . 'newticket'; ?>">
+    new tickets</a> into our Trac system. Please consult the <a href="<?php print $guide_url . '#project.tickets'; ?>">
+    documentation</a> to improve the processing of your ticket(s).</p>
+
+    <p>For information on becoming an official member of the MacPorts project with write access to our subversion
+    repository, please consult the <a href="<?php print $guide_url . '#project.membership'; ?>">relevant documentation</a>
+    detailing our membership requirements and resulting duties &amp; benefits from holding a MacPorts account.</p>
+
+    <p><b>Current MacPorts <a href="install.php">release</a>: <?php print $mp_version_latest; ?></b></p>
+
+    <div id="news">
+
+        <h2 class="hdr">Project News &amp; Blog</h2>
+
+    </div>
+
+</div>
+
+<?php
+    print_footer();
+?>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071122/c86de6db/attachment.html


More information about the macports-changes mailing list