[28322] trunk/www

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 27 22:56:10 PDT 2007


Revision: 28322
          http://trac.macosforge.org/projects/macports/changeset/28322
Author:   jmpp at macports.org
Date:     2007-08-27 22:56:10 -0700 (Mon, 27 Aug 2007)

Log Message:
-----------
Relocate Id fields.

Modified Paths:
--------------
    trunk/www/archives.php
    trunk/www/downloads.php
    trunk/www/emit_portfile.php
    trunk/www/getmp.php
    trunk/www/help.php
    trunk/www/includes/footer.inc
    trunk/www/includes/header.inc
    trunk/www/includes/lang.inc
    trunk/www/index.php
    trunk/www/ports.php

Modified: trunk/www/archives.php
===================================================================
--- trunk/www/archives.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/archives.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,9 +1,9 @@
   <?php
+    /* $Id$ */
     $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
     include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
     include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
     print_header('MacPorts -- News Archive', 'utf-8');
-    /* $Id$ */
   ?>
 
     <div id="content">

Modified: trunk/www/downloads.php
===================================================================
--- trunk/www/downloads.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/downloads.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,8 +1,8 @@
   <?php
+    /* $Id$ */
     $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
     include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
     print_header('MacPorts -- Downloads', 'utf-8');
-    /* $Id$ */
   ?>
 
     <div id="content">

Modified: trunk/www/emit_portfile.php
===================================================================
--- trunk/www/emit_portfile.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/emit_portfile.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,10 +1,8 @@
 <?php
-
+/* $Id$ */
 $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
 include_once("$DOCUMENT_ROOT/macports/includes/email.inc");
-
 $portname = basename(dirname($_SERVER['PATH_INFO']));
-/* $Id$ */
 ?>
 
 <html>

Modified: trunk/www/getmp.php
===================================================================
--- trunk/www/getmp.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/getmp.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,8 +1,8 @@
   <?php
+    /* $Id$ */
     $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
     include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
     print_header('MacPorts -- Download & Installation', 'utf-8');
-    /* $Id$ */
   ?>
 
     <div id="content">

Modified: trunk/www/help.php
===================================================================
--- trunk/www/help.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/help.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,8 +1,8 @@
   <?php
+    /* $Id$ */
     $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
     include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
     print_header('MacPorts -- Help', 'utf-8');
-    /* $Id$ */
   ?>
 
 	<div id="content">

Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/includes/footer.inc	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,5 +1,5 @@
+    <div id="footer">
 <!-- $Id$ -->
-    <div id="footer">
         <span class="languages">English, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a href="/macports/es/">Espa&ntilde;ol</a>,
             <a href="/macports/ru/">Russian</a>, <a href="/macports/it/">Italiano</a></span>
         Copyright &copy; 2002-<? print date("Y"); ?>, <a href="http://www.macports.org/">MacPorts</a>. All rights reserved. | 

Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/includes/header.inc	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,5 +1,5 @@
+      <div id="nav">
 <!-- $Id$ -->
-      <div id="nav">
 	<div id="logo">
 	  <a href="/macports/" title="MacPorts"><img src="/macports/img/dp.jpg"
 	    alt="MacPorts" /></a>

Modified: trunk/www/includes/lang.inc
===================================================================
--- trunk/www/includes/lang.inc	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/includes/lang.inc	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,4 +1,5 @@
+      <p id="lang">
 <!-- $Id$ -->
-      <p id="lang">[ <a href="/macports/">English</a>, <a
+         [ <a href="/macports/">English</a>, <a
 	href="/macports/ja/">Japanese</a>, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a
 	href="/macports/es/">Espa&ntilde;ol</a> ]</p>

Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/index.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,9 +1,9 @@
   <?php
+    /* $Id$ */
     $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
     include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
     include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
     print_header('MacPorts -- Home', 'utf-8');
-    /* $Id$ */
   ?>
 
     <div id="content">

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2007-08-28 04:43:14 UTC (rev 28321)
+++ trunk/www/ports.php	2007-08-28 05:56:10 UTC (rev 28322)
@@ -1,11 +1,11 @@
 <?php
+        /* $Id$ */
 	$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
 	include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
 	include_once("$DOCUMENT_ROOT/macports/includes/email.inc");
 	print_header('MacPorts -- Available Ports', 'utf-8');
 	$by = isset($_GET['by']) ? $_GET['by'] : '';
 	$substr = isset($_GET['substr']) ? $_GET['substr'] : '';
-        /* $Id$ */
 ?>
 	<center>
 	<h1>MacPorts Portfiles</h1>

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


More information about the macports-changes mailing list