[29012] trunk/www/index.php

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 22:51:20 PDT 2007


Revision: 29012
          http://trac.macosforge.org/projects/macports/changeset/29012
Author:   jmpp at macports.org
Date:     2007-09-12 22:51:20 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
Whitespace changes only.

Modified Paths:
--------------
    trunk/www/index.php

Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php	2007-09-13 05:41:18 UTC (rev 29011)
+++ trunk/www/index.php	2007-09-13 05:51:20 UTC (rev 29012)
@@ -1,62 +1,49 @@
 <?php
-  /* $Id$ */
-  $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
-  include_once("$MPWEB/includes/common.inc");
-  include_once("$MPWEB/includes/news.inc");
-  print_header('MacPorts -- Home', 'utf-8');
+    /* $Id$ */
+    $MPWEB = $_SERVER['DOCUMENT_ROOT'] . dirname($_SERVER['SCRIPT_NAME']);
+    include_once("$MPWEB/includes/common.inc");
+    include_once("$MPWEB/includes/news.inc");
+    print_header('MacPorts -- Home', 'utf-8');
 ?>
-    <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="getmp.php">Get MacPorts</a> section of this site.
-        Also be sure to check out the <a
-        href="http://geeklair.net/new_macports_guide/">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="http://trac.macports.org/projects/macports/wiki">MacPorts
-        Wiki</a>is also a good resource for general and miscellaneous help,
-        specially the ongoing <a
-        href="http://trac.macports.org/projects/macports/wiki/FAQ">FAQ</a>
-        effort.
-      </p>
-      <p>
-        Bug reports, feature requests, and new ports should be submitted as
-        <a href="http://trac.macports.org/projects/macports/newticket">new
-        tickets</a> into our Trac system. Please consult the <a
-        href="http://geeklair.net/new_macports_guide/#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="http://geeklair.net/new_macports_guide/#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="getmp.php">release</a>: <?php print "$mp_version_latest"; ?></b>
-      </p>
-      <div id="news">
+
+<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="getmp.php">Get MacPorts</a>
+    section of this site. Also be sure to check out the <a href="http://geeklair.net/new_macports_guide/">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="http://trac.macports.org/projects/macports/wiki">MacPorts Wiki</a>is also a good resource for general
+    and miscellaneous help, specially the ongoing <a href="http://trac.macports.org/projects/macports/wiki/FAQ">FAQ</a>
+    effort.</p>
+
+    <p>Bug reports, feature requests, and new ports should be submitted as <a href="http://trac.macports.org/projects/macports/newticket">
+    new tickets</a> into our Trac system. Please consult the <a href="http://geeklair.net/new_macports_guide/#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="http://geeklair.net/new_macports_guide/#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="getmp.php">release</a>: <?php print "$mp_version_latest"; ?></b></p>
+
+    <div id="news">
         <h2 class="hdr">Project News</h2>
 <?php
-  print_headlines();
+        print_headlines();
 ?>
         <p>You can also browse our <a href="archives.php">news archives</a>.</p>
-      </div>
     </div>
+
+</div>
+
 <?php
-  print_footer();
+    print_footer();
 ?>

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


More information about the macports-changes mailing list