From: <var...@us...> - 2012-10-02 09:03:30
|
Revision: 8368 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8368&view=rev Author: vargenau Date: 2012-10-02 09:03:19 +0000 (Tue, 02 Oct 2012) Log Message: ----------- Whitespace only Modified Paths: -------------- trunk/lib/HtmlElement5.php trunk/lib/PagePerm.php trunk/lib/PageType.php trunk/lib/Request.php trunk/lib/RssParser.php trunk/lib/RssWriter.php trunk/lib/RssWriter2.php trunk/lib/SemanticWeb.php trunk/lib/Template.php trunk/lib/TextSearchQuery.php trunk/lib/Units.php trunk/lib/WikiCallback.php trunk/lib/WikiPlugin.php trunk/lib/WikiPluginCached.php trunk/lib/WikiTheme.php trunk/lib/WikiUser.php trunk/lib/WikiUserNew.php trunk/lib/XmlElement.php trunk/lib/XmlParser.php trunk/lib/XmlRpcClient.php trunk/lib/plugin/RateIt.php trunk/lib/plugin/WantedPages.php trunk/lib/plugin/WantedPagesOld.php trunk/lib/stdlib.php trunk/lib/upgrade.php trunk/lib/ziplib.php Modified: trunk/lib/HtmlElement5.php =================================================================== --- trunk/lib/HtmlElement5.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/HtmlElement5.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /** * Code for writing the HTML subset of XML. * @author: Jeff Dairiki Modified: trunk/lib/PagePerm.php =================================================================== --- trunk/lib/PagePerm.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/PagePerm.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* * Copyright 2004,2007 $ThePhpWikiProgrammingTeam Modified: trunk/lib/PageType.php =================================================================== --- trunk/lib/PageType.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/PageType.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* * Copyright 1999,2000,2001,2002,2003,2004,2005,2006 $ThePhpWikiProgrammingTeam Modified: trunk/lib/Request.php =================================================================== --- trunk/lib/Request.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/Request.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* * Copyright (C) 2002,2004,2005,2006,2009 $ThePhpWikiProgrammingTeam Modified: trunk/lib/RssParser.php =================================================================== --- trunk/lib/RssParser.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/RssParser.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /** * Simple RSSParser Class Modified: trunk/lib/RssWriter.php =================================================================== --- trunk/lib/RssWriter.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/RssWriter.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /* * Code for creating RSS 1.0. */ Modified: trunk/lib/RssWriter2.php =================================================================== --- trunk/lib/RssWriter2.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/RssWriter2.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /* * Code for creating RSS 2.0 * Author: Reini Urban for PhpWiki Modified: trunk/lib/SemanticWeb.php =================================================================== --- trunk/lib/SemanticWeb.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/SemanticWeb.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /** * What to do on ?format=rdf What to do on ?format=owl * Modified: trunk/lib/Template.php =================================================================== --- trunk/lib/Template.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/Template.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,6 +1,5 @@ -<?php //-*-php-*- +<?php - require_once 'lib/ErrorManager.php'; /** An HTML template. Modified: trunk/lib/TextSearchQuery.php =================================================================== --- trunk/lib/TextSearchQuery.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/TextSearchQuery.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /** * A text search query, converting queries to PCRE and SQL matchers. * Modified: trunk/lib/Units.php =================================================================== --- trunk/lib/Units.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/Units.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /** * * Interface to man units(1), /usr/share/units.dat Modified: trunk/lib/WikiCallback.php =================================================================== --- trunk/lib/WikiCallback.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/WikiCallback.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php //-*-php-*- +<?php /** Modified: trunk/lib/WikiPlugin.php =================================================================== --- trunk/lib/WikiPlugin.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/WikiPlugin.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php //-*-php-*- +<?php class WikiPlugin Modified: trunk/lib/WikiPluginCached.php =================================================================== --- trunk/lib/WikiPluginCached.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/WikiPluginCached.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /* * Copyright (C) 2002 Johannes Große * Copyright (C) 2004,2007 Reini Urban Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/WikiTheme.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /* Copyright (C) 2002,2004,2005,2006,2008,2009,2010 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. Modified: trunk/lib/WikiUser.php =================================================================== --- trunk/lib/WikiUser.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/WikiUser.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php //-*-php-*- +<?php // It is anticipated that when userid support is added to phpwiki, Modified: trunk/lib/WikiUserNew.php =================================================================== --- trunk/lib/WikiUserNew.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/WikiUserNew.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php //-*-php-*- +<?php /* Copyright (C) 2004,2005,2006,2007,2009,2010 $ThePhpWikiProgrammingTeam * Copyright (C) 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent * Copyright (C) 2009-2010 Roger Guignard, Alcatel-Lucent Modified: trunk/lib/XmlElement.php =================================================================== --- trunk/lib/XmlElement.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/XmlElement.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /** * Code for writing XML. * @package Markup Modified: trunk/lib/XmlParser.php =================================================================== --- trunk/lib/XmlParser.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/XmlParser.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /** * Base XmlParser Class. Modified: trunk/lib/XmlRpcClient.php =================================================================== --- trunk/lib/XmlRpcClient.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/XmlRpcClient.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*- php -*- +<?php /* Copyright (C) 2002, Lawrence Akka <la...@us...> * Copyright (C) 2004,2005,2006 $ThePhpWikiProgrammingTeam Modified: trunk/lib/plugin/RateIt.php =================================================================== --- trunk/lib/plugin/RateIt.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/plugin/RateIt.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* * Copyright 2004,2007,2009 $ThePhpWikiProgrammingTeam Modified: trunk/lib/plugin/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/plugin/WantedPages.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* * Copyright (C) 2002, 2004 $ThePhpWikiProgrammingTeam Modified: trunk/lib/plugin/WantedPagesOld.php =================================================================== --- trunk/lib/plugin/WantedPagesOld.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/plugin/WantedPagesOld.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* * This file is part of PhpWiki. Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/stdlib.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /* * Copyright 1999-2008 $ThePhpWikiProgrammingTeam * Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/upgrade.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php //-*-php-*- +<?php /* * Copyright 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam Modified: trunk/lib/ziplib.php =================================================================== --- trunk/lib/ziplib.php 2012-10-02 08:59:57 UTC (rev 8367) +++ trunk/lib/ziplib.php 2012-10-02 09:03:19 UTC (rev 8368) @@ -1,4 +1,4 @@ -<?php +<?php /** * GZIP stuff. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |