<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[30043] trunk/www</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/30043">30043</a></dd>
<dt>Author</dt> <dd>jmpp@macports.org</dd>
<dt>Date</dt> <dd>2007-10-18 18:23:49 -0700 (Thu, 18 Oct 2007)</dd>
</dl>

<h3>Log Message</h3>
<pre>Silly whitespace changes, but since nobody else is reading this at the moment... ;-)</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwwwcontactphp">trunk/www/contact.php</a></li>
<li><a href="#trunkwwwincludesheaderinc">trunk/www/includes/header.inc</a></li>
<li><a href="#trunkwwwinstallphp">trunk/www/install.php</a></li>
<li><a href="#trunkwwwportsphp">trunk/www/ports.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwwwcontactphp"></a>
<div class="modfile"><h4>Modified: trunk/www/contact.php (30042 => 30043)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/contact.php        2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/contact.php        2007-10-19 01:23:49 UTC (rev 30043)
</span><span class="lines">@@ -7,9 +7,9 @@
</span><span class="cx">     print_header('MacPorts -- Contact Us', 'utf-8');
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;div id=&quot;content&quot;&gt;
</span><span class="cx"> 
</span><del>-
</del><span class="cx">     &lt;h2 class=&quot;hdr&quot;&gt;Getting in Touch With Us&lt;/h2&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;p&gt;There are a number of ways in which you can get in contact with the MacPorts project, either the core developers
</span><span class="lines">@@ -98,6 +98,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;?php
</span><span class="cx">     print_footer();
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwwwincludesheaderinc"></a>
<div class="modfile"><h4>Modified: trunk/www/includes/header.inc (30042 => 30043)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/includes/header.inc        2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/includes/header.inc        2007-10-19 01:23:49 UTC (rev 30043)
</span><span class="lines">@@ -5,11 +5,14 @@
</span><span class="cx">     global $mp_version_major, $trac_url, $svn_url, $downloads, $guide_url;
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;h1&gt;&lt;a href=&quot;http://www.macports.org/&quot; title=&quot;MacPorts&quot;&gt;&lt;span class=&quot;accessibility&quot;&gt;MacPorts&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p class=&quot;accessibility&quot;&gt;&lt;a href=&quot;#content&quot;&gt;Skip to Content&lt;/a&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;div id=&quot;header&quot;&gt;
</span><ins>+
</ins><span class="cx">     &lt;a id=&quot;download&quot; href=&quot;install.php&quot;&gt;&lt;span class=&quot;accessibility&quot;&gt;Download MacPorts&lt;/span&gt;&lt;/a&gt;
</span><span class="cx">     &lt;span class=&quot;accessibility&quot;&gt;View site in&lt;/span&gt;
</span><span class="cx">     &lt;span&gt;&lt;a href=&quot;#&quot; id=&quot;language&quot;&gt;&lt;img src=&quot;img/en-enabled.png&quot; alt=&quot;English&quot; width=&quot;30&quot; height=&quot;48&quot; /&gt;&lt;/a&gt;&lt;/span&gt;
</span><span class="lines">@@ -18,7 +21,9 @@
</span><span class="cx">     &lt;/span&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;div id=&quot;navigation&quot;&gt;
</span><ins>+
</ins><span class="cx">     &lt;dl&gt;
</span><span class="cx">         &lt;dt&gt;Getting Started&lt;/dt&gt;
</span><span class="cx">         &lt;dd&gt;
</span><span class="lines">@@ -68,5 +73,6 @@
</span><span class="cx">     &lt;/dl&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;p class=&quot;warning&quot;&gt; Warning: This is just a test installation of a new design for the MacPorts project page,
</span><span class="cx"> official site is located at &lt;a href=&quot;http://www.macports.org&quot;&gt;http://www.macports.org&lt;/a&gt; as always.&lt;/p&gt;
</span></span></pre></div>
<a id="trunkwwwinstallphp"></a>
<div class="modfile"><h4>Modified: trunk/www/install.php (30042 => 30043)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/install.php        2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/install.php        2007-10-19 01:23:49 UTC (rev 30043)
</span><span class="lines">@@ -6,9 +6,9 @@
</span><span class="cx">     print_header('MacPorts -- Download &amp;amp; Installation', 'utf-8');
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;div id=&quot;content&quot;&gt;
</span><span class="cx"> 
</span><del>-
</del><span class="cx">     &lt;h2 class=&quot;hdr&quot;&gt;Installing MacPorts&lt;/h2&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;p&gt;MacPorts version &lt;?php print $mp_version_major; ?&gt; is available in binary form as dmg disk images for &lt;a
</span><span class="lines">@@ -138,6 +138,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;?php
</span><span class="cx">   print_footer();
</span><span class="cx"> ?&gt;
</span></span></pre></div>
<a id="trunkwwwportsphp"></a>
<div class="modfile"><h4>Modified: trunk/www/ports.php (30042 => 30043)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/ports.php        2007-10-18 23:44:51 UTC (rev 30042)
+++ trunk/www/ports.php        2007-10-19 01:23:49 UTC (rev 30043)
</span><span class="lines">@@ -9,9 +9,9 @@
</span><span class="cx">     $substr = isset($_GET['substr']) ? $_GET['substr'] : '';
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;div id=&quot;content&quot;&gt;
</span><span class="cx"> 
</span><del>-
</del><span class="cx">     &lt;h2 class=&quot;hdr&quot;&gt;MacPorts Portfiles&lt;/h2&gt;
</span><span class="cx"> 
</span><span class="cx">     &lt;p&gt;
</span><span class="lines">@@ -219,6 +219,7 @@
</span><span class="cx"> ?&gt;
</span><span class="cx"> &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+
</ins><span class="cx"> &lt;?php
</span><span class="cx">     print_footer();
</span><span class="cx"> ?&gt;
</span></span></pre>
</div>
</div>

</body>
</html>