From: <var...@us...> - 2009-11-01 17:35:22
|
Revision: 7250 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7250&view=rev Author: vargenau Date: 2009-11-01 17:35:13 +0000 (Sun, 01 Nov 2009) Log Message: ----------- Normalize header Modified Paths: -------------- trunk/lib/plugin/BlogJournal.php trunk/lib/plugin/FoafViewer.php trunk/lib/plugin/GoTo.php trunk/lib/plugin/JabberPresence.php trunk/lib/plugin/MediawikiTable.php trunk/lib/plugin/NewPagesPerUser.php trunk/lib/plugin/PreferenceApp.php trunk/lib/plugin/Processing.php trunk/lib/plugin/RecentComments.php trunk/lib/plugin/RecentEdits.php trunk/lib/plugin/RecentReferrers.php trunk/lib/plugin/RelatedChanges.php trunk/lib/plugin/RichTable.php trunk/lib/plugin/TexToPng.php trunk/lib/plugin/WikicreoleTable.php Modified: trunk/lib/plugin/BlogJournal.php =================================================================== --- trunk/lib/plugin/BlogJournal.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/BlogJournal.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,7 +1,23 @@ <?php // -*-php-*- rcs_id('$Id$'); /* - * Copyright 2005 $ThePhpWikiProgrammingTeam + * Copyright (C) 2005 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ require_once('lib/plugin/WikiBlog.php'); Modified: trunk/lib/plugin/FoafViewer.php =================================================================== --- trunk/lib/plugin/FoafViewer.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/FoafViewer.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,8 +1,25 @@ <?php rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ -//ini_set('include_path','.;C:/php/pear'); - /** * Basic FoafViewPlugin for PHPWiki. * Modified: trunk/lib/plugin/GoTo.php =================================================================== --- trunk/lib/plugin/GoTo.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/GoTo.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,5 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /** * Display a form with text entry box and 'Go' button. Modified: trunk/lib/plugin/JabberPresence.php =================================================================== --- trunk/lib/plugin/JabberPresence.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/JabberPresence.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,5 +1,25 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + /** * A simple Jabber presence WikiPlugin. * http://wiki.crao.net/index.php/JabberPr%E9sence/Source Modified: trunk/lib/plugin/MediawikiTable.php =================================================================== --- trunk/lib/plugin/MediawikiTable.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/MediawikiTable.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,14 +1,9 @@ <?php // -*-php-*- rcs_id('$Id$'); -/** - MediawikiTablePlugin - A PhpWiki plugin that allows insertion of tables using a Mediawiki-like - syntax. -*/ /* * Copyright (C) 2003 Sameer D. Sahasrabuddhe * Copyright (C) 2005 $ThePhpWikiProgrammingTeam - * Copyright (C) 2008-2009 Alcatel-Lucent + * Copyright (C) 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -49,6 +44,11 @@ * ALONE BASIS." */ +/** + * MediawikiTablePlugin + * A PhpWiki plugin that allows insertion of tables using a Mediawiki-like + * syntax. +*/ class WikiPlugin_MediawikiTable extends WikiPlugin { Modified: trunk/lib/plugin/NewPagesPerUser.php =================================================================== --- trunk/lib/plugin/NewPagesPerUser.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/NewPagesPerUser.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,7 +1,23 @@ <?php // -*-php-*- rcs_id('$Id$'); /* - Copyright 2007 AVL + * Copyright (C) 2007 AVL + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /** Modified: trunk/lib/plugin/PreferenceApp.php =================================================================== --- trunk/lib/plugin/PreferenceApp.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/PreferenceApp.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,14 +1,25 @@ <?php //-*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ -require_once('lib/PageList.php'); -require_once('lib/InlineParser.php'); - -require_once('lib/wikilens/Utils.php'); -require_once('lib/WikiTheme.php'); -require_once('lib/wikilens/Buddy.php'); -require_once('lib/wikilens/RatingsDb.php'); - /** * PreferenceApp is used to analyze a category of items that a group * of people have rated. A user is grouped to be analyzed in the group by @@ -27,6 +38,14 @@ * <<PreferenceApp category="Soda" pageTextLabel="TotalSoda" roundCalc="true" >> */ +require_once('lib/PageList.php'); +require_once('lib/InlineParser.php'); + +require_once('lib/wikilens/Utils.php'); +require_once('lib/WikiTheme.php'); +require_once('lib/wikilens/Buddy.php'); +require_once('lib/wikilens/RatingsDb.php'); + class WikiPlugin_PreferenceApp extends WikiPlugin { Modified: trunk/lib/plugin/Processing.php =================================================================== --- trunk/lib/plugin/Processing.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/Processing.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,26 +1,26 @@ <?php // -*-php-*- rcs_id('$Id$'); -/* -Copyright 2009 $ThePhpWikiProgrammingTeam +/** + * Copyright 2009 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ -This file is part of PhpWiki. - -PhpWiki is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -PhpWiki is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with PhpWiki; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ - -/** +/** * Interface to http://ejohn.org/blog/processingjs/ * Syntax: http://ejohn.org/blog/overview-of-processing/ */ Modified: trunk/lib/plugin/RecentComments.php =================================================================== --- trunk/lib/plugin/RecentComments.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/RecentComments.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,5 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /** * List of basepages with recently added comments. Modified: trunk/lib/plugin/RecentEdits.php =================================================================== --- trunk/lib/plugin/RecentEdits.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/RecentEdits.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,5 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ require_once("lib/plugin/RecentChanges.php"); Modified: trunk/lib/plugin/RecentReferrers.php =================================================================== --- trunk/lib/plugin/RecentReferrers.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/RecentReferrers.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,5 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /** * Analyze our ACCESS_LOG Modified: trunk/lib/plugin/RelatedChanges.php =================================================================== --- trunk/lib/plugin/RelatedChanges.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/RelatedChanges.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,5 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); +/* + * Copyright (C) 2004 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ /** * List of changes on all pages which are linked to from this page. Modified: trunk/lib/plugin/RichTable.php =================================================================== --- trunk/lib/plugin/RichTable.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/RichTable.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,9 +1,5 @@ <?php // -*-php-*- rcs_id('$Id$'); -/** - RichTablePlugin - A PhpWiki plugin that allows insertion of tables using a richer syntax. -*/ /* * Copyright (C) 2003 Sameer D. Sahasrabuddhe * Copyright (C) 2005 $ThePhpWikiProgrammingTeam @@ -26,7 +22,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// error_reporting (E_ALL & ~E_NOTICE); +/** + * RichTablePlugin + * A PhpWiki plugin that allows insertion of tables using a richer syntax. +*/ class WikiPlugin_RichTable extends WikiPlugin Modified: trunk/lib/plugin/TexToPng.php =================================================================== --- trunk/lib/plugin/TexToPng.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/TexToPng.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,23 +1,24 @@ <?php // -*-php-*- rcs_id('$Id$'); /** - Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - - This file is part of PhpWiki. - - PhpWiki is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - PhpWiki is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with PhpWiki; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright (C) 2002 Johannes Große + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpWiki; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ // +---------------------------------------------------------------------+ @@ -28,7 +29,6 @@ // | engines into a gif, png or jpeg file. | // | TexToPng is usage example for WikiPluginCached. | // | | -// | Copyright (C) 2002 Johannes Große (Johannes Große) | // | You may copy this code freely under the conditions of the GPL | // +---------------------------------------------------------------------+ Modified: trunk/lib/plugin/WikicreoleTable.php =================================================================== --- trunk/lib/plugin/WikicreoleTable.php 2009-11-01 17:08:51 UTC (rev 7249) +++ trunk/lib/plugin/WikicreoleTable.php 2009-11-01 17:35:13 UTC (rev 7250) @@ -1,12 +1,7 @@ <?php // -*-php-*- rcs_id('$Id$'); -/** - WikicreoleTablePlugin - A PhpWiki plugin that allows insertion of tables using the Wikicreole - syntax. -*/ /* - * Copyright (C) 2008-2009 Alcatel-Lucent + * Copyright (C) 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -23,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with PhpWiki; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ + */ /* * Standard Alcatel-Lucent disclaimer for contributing to open source @@ -47,6 +42,12 @@ * ALONE BASIS." */ +/** + * WikicreoleTablePlugin + * A PhpWiki plugin that allows insertion of tables using the Wikicreole + * syntax. + */ + class WikiPlugin_WikicreoleTable extends WikiPlugin { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |