[28314] trunk/www
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 27 19:28:47 PDT 2007
Revision: 28314
http://trac.macosforge.org/projects/macports/changeset/28314
Author: jmpp at macports.org
Date: 2007-08-27 19:28:47 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
Fix svn props across the board.
Modified Paths:
--------------
trunk/www/admin/add.php
trunk/www/admin/edit.php
trunk/www/admin/index.php
trunk/www/admin/list.php
trunk/www/admin/rss.php
trunk/www/archives.php
trunk/www/downloads.php
trunk/www/emit_portfile.php
trunk/www/getmp.php
trunk/www/help.php
trunk/www/includes/email.inc
trunk/www/includes/footer.inc
trunk/www/includes/header.inc
trunk/www/includes/lang.inc
trunk/www/index.php
trunk/www/ports.php
Property Changed:
----------------
trunk/www/admin/.htaccess
trunk/www/admin/add.php
trunk/www/admin/edit.php
trunk/www/admin/index.php
trunk/www/admin/list.php
trunk/www/admin/rss.php
trunk/www/archives.php
trunk/www/downloads.php
trunk/www/emit_portfile.php
trunk/www/getmp.php
trunk/www/help.php
trunk/www/img/at.gif
trunk/www/img/dp.jpg
trunk/www/img/hexley.png
trunk/www/img/hexley_bg.png
trunk/www/img/li.gif
trunk/www/img/pwd_by_dp1.png
trunk/www/img/vote_img.png
trunk/www/index.php
trunk/www/mp.css
trunk/www/ports.php
Property changes on: trunk/www/admin/.htaccess
___________________________________________________________________
Name: svn:keywords
- Id
Name: svn:mime-type
+ text/plain
Modified: trunk/www/admin/add.php
===================================================================
--- trunk/www/admin/add.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/admin/add.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -3,6 +3,7 @@
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
print_header('MacPorts | Add news', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/admin/add.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/admin/edit.php
===================================================================
--- trunk/www/admin/edit.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/admin/edit.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -3,6 +3,7 @@
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
print_header('MacPorts | Edit news', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/admin/edit.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/admin/index.php
===================================================================
--- trunk/www/admin/index.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/admin/index.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -2,6 +2,7 @@
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
print_header('MacPorts Site Administration', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/admin/index.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/admin/list.php
===================================================================
--- trunk/www/admin/list.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/admin/list.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -3,6 +3,7 @@
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
print_header('MacPorts | List all news', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/admin/list.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/admin/rss.php
===================================================================
--- trunk/www/admin/rss.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/admin/rss.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -2,4 +2,5 @@
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
create_rss();
+ /* $Id$ */
?>
Property changes on: trunk/www/admin/rss.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/archives.php
===================================================================
--- trunk/www/archives.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/archives.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -3,6 +3,7 @@
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">
Property changes on: trunk/www/archives.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/downloads.php
===================================================================
--- trunk/www/downloads.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/downloads.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -2,6 +2,7 @@
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
print_header('MacPorts Downloads', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/downloads.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/emit_portfile.php
===================================================================
--- trunk/www/emit_portfile.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/emit_portfile.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -4,6 +4,7 @@
include_once("$DOCUMENT_ROOT/macports/includes/email.inc");
$portname = basename(dirname($_SERVER['PATH_INFO']));
+/* $Id$ */
?>
<html>
Property changes on: trunk/www/emit_portfile.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/getmp.php
===================================================================
--- trunk/www/getmp.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/getmp.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -2,6 +2,7 @@
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
print_header('Get MacPorts', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/getmp.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Modified: trunk/www/help.php
===================================================================
--- trunk/www/help.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/help.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -2,6 +2,7 @@
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
print_header('Get Help', 'utf-8');
+ /* $Id$ */
?>
<div id="content">
Property changes on: trunk/www/help.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Property changes on: trunk/www/img/at.gif
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/gif
Name: svn:keywords
- Id
Property changes on: trunk/www/img/dp.jpg
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/jpeg
Name: svn:keywords
- Id
Property changes on: trunk/www/img/hexley.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Name: svn:keywords
- Id
Property changes on: trunk/www/img/hexley_bg.png
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/png
Name: svn:keywords
- Id
Property changes on: trunk/www/img/li.gif
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ image/gif
Name: svn:keywords
- Id
Property changes on: trunk/www/img/pwd_by_dp1.png
___________________________________________________________________
Name: svn:keywords
- Id
Name: svn:eol-style
- native
Name: svn:mime-type
+ image/png
Property changes on: trunk/www/img/vote_img.png
___________________________________________________________________
Name: svn:keywords
- Id
Name: svn:eol-style
- native
Name: svn:mime-type
+ image/png
Modified: trunk/www/includes/email.inc
===================================================================
--- trunk/www/includes/email.inc 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/includes/email.inc 2007-08-28 02:28:47 UTC (rev 28314)
@@ -1,6 +1,6 @@
<?php
-# $Id $
+# $Id$
# Copyright (c) 2004, OpenDarwin
function obfuscate_email($email)
Modified: trunk/www/includes/footer.inc
===================================================================
--- trunk/www/includes/footer.inc 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/includes/footer.inc 2007-08-28 02:28:47 UTC (rev 28314)
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<div id="footer">
<span class="languages">English, <a href="/macports/fr/">Français</a>, <a href="/macports/es/">Español</a>,
<a href="/macports/ru/">Russian</a>, <a href="/macports/it/">Italiano</a></span>
Modified: trunk/www/includes/header.inc
===================================================================
--- trunk/www/includes/header.inc 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/includes/header.inc 2007-08-28 02:28:47 UTC (rev 28314)
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<div id="nav">
<div id="logo">
<a href="/macports/" title="MacPorts"><img src="/macports/img/dp.jpg"
Modified: trunk/www/includes/lang.inc
===================================================================
--- trunk/www/includes/lang.inc 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/includes/lang.inc 2007-08-28 02:28:47 UTC (rev 28314)
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<p id="lang">[ <a href="/macports/">English</a>, <a
href="/macports/ja/">Japanese</a>, <a href="/macports/fr/">Français</a>, <a
href="/macports/es/">Español</a> ]</p>
Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/index.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -3,6 +3,7 @@
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">
Property changes on: trunk/www/index.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
Property changes on: trunk/www/mp.css
___________________________________________________________________
Name: svn:mime-type
+ text/css
Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php 2007-08-28 02:28:24 UTC (rev 28313)
+++ trunk/www/ports.php 2007-08-28 02:28:47 UTC (rev 28314)
@@ -5,6 +5,7 @@
print_header('Available Ports', 'utf-8');
$by = isset($_GET['by']) ? $_GET['by'] : '';
$substr = isset($_GET['substr']) ? $_GET['substr'] : '';
+ /* $Id$ */
?>
<center>
<h1>MacPorts Portfiles</h1>
Property changes on: trunk/www/ports.php
___________________________________________________________________
Name: svn:mime-type
+ text/x-php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070827/f130fb70/attachment.html
More information about the macports-changes
mailing list