Changeset 28314 for trunk/www


Ignore:
Timestamp:
Aug 28, 2007, 2:28:47 AM (17 years ago)
Author:
jmpp@…
Message:

Fix svn props across the board.

Location:
trunk/www
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/admin/.htaccess

    • Property svn:keywords deleted
    • Property svn:mime-type set to text/plain
  • trunk/www/admin/add.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    55    print_header('MacPorts | Add news', 'utf-8');
     6    /* $Id$ */
    67  ?>
    78
  • trunk/www/admin/edit.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    55    print_header('MacPorts | Edit news', 'utf-8');
     6    /* $Id$ */
    67  ?>
    78
  • trunk/www/admin/index.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44    print_header('MacPorts Site Administration', 'utf-8');
     5    /* $Id$ */
    56  ?>
    67
  • trunk/www/admin/list.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    55    print_header('MacPorts | List all news', 'utf-8');
     6    /* $Id$ */
    67  ?>
    78
  • trunk/www/admin/rss.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    33  include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    44  create_rss();
     5  /* $Id$ */
    56?>
  • trunk/www/archives.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    55    print_header('MacPorts Home', 'utf-8');
     6    /* $Id$ */
    67  ?>
    78
  • trunk/www/downloads.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44    print_header('MacPorts Downloads', 'utf-8');
     5    /* $Id$ */
    56  ?>
    67
  • trunk/www/emit_portfile.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    55
    66$portname = basename(dirname($_SERVER['PATH_INFO']));
     7/* $Id$ */
    78?>
    89
  • trunk/www/getmp.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44    print_header('Get MacPorts', 'utf-8');
     5    /* $Id$ */
    56  ?>
    67
  • trunk/www/help.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    33    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    44    print_header('Get Help', 'utf-8');
     5    /* $Id$ */
    56  ?>
    67
  • trunk/www/img/at.gif

    • Property svn:keywords deleted
    • Property svn:mime-type changed from application/octet-stream to image/gif
  • trunk/www/img/dp.jpg

    • Property svn:keywords deleted
    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • trunk/www/img/hexley.png

    • Property svn:keywords deleted
    • Property svn:mime-type changed from application/octet-stream to image/png
  • trunk/www/img/hexley_bg.png

    • Property svn:keywords deleted
    • Property svn:mime-type changed from application/octet-stream to image/png
  • trunk/www/img/li.gif

    • Property svn:keywords deleted
    • Property svn:mime-type changed from application/octet-stream to image/gif
  • trunk/www/img/pwd_by_dp1.png

    • Property svn:eol-style deleted
    • Property svn:keywords deleted
    • Property svn:mime-type set to image/png
  • trunk/www/img/vote_img.png

    • Property svn:eol-style deleted
    • Property svn:keywords deleted
    • Property svn:mime-type set to image/png
  • trunk/www/includes/email.inc

    r28303 r28314  
    11<?php
    22
    3 # $Id $
     3# $Id$
    44# Copyright (c) 2004, OpenDarwin
    55
  • trunk/www/includes/footer.inc

    r28303 r28314  
     1<!-- $Id$ -->
    12    <div id="footer">
    23        <span class="languages">English, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a href="/macports/es/">Espa&ntilde;ol</a>,
  • trunk/www/includes/header.inc

    r28303 r28314  
     1<!-- $Id$ -->
    12      <div id="nav">
    23        <div id="logo">
  • trunk/www/includes/lang.inc

    r28303 r28314  
     1<!-- $Id$ -->
    12      <p id="lang">[ <a href="/macports/">English</a>, <a
    23        href="/macports/ja/">Japanese</a>, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a
  • trunk/www/index.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    44    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    55    print_header('MacPorts Home', 'utf-8');
     6    /* $Id$ */
    67  ?>
    78
  • trunk/www/mp.css

    • Property svn:mime-type set to text/css
  • trunk/www/ports.php

    • Property svn:mime-type set to text/x-php
    r28303 r28314  
    66        $by = isset($_GET['by']) ? $_GET['by'] : '';
    77        $substr = isset($_GET['substr']) ? $_GET['substr'] : '';
     8        /* $Id$ */
    89?>
    910        <center>
Note: See TracChangeset for help on using the changeset viewer.