From: <var...@us...> - 2014-07-25 14:49:23
|
Revision: 9007 http://sourceforge.net/p/phpwiki/code/9007 Author: vargenau Date: 2014-07-25 14:49:17 +0000 (Fri, 25 Jul 2014) Log Message: ----------- phpwiki.org --> phpwiki.fr Modified Paths: -------------- trunk/config/config-default.ini trunk/config/config-dist.ini trunk/configurator.php trunk/lib/IniConfig.php trunk/lib/SemanticWeb.php trunk/lib/plugin/LdapSearch.php trunk/lib/plugin/ModeratedPage.php trunk/lib/plugin/RecentChanges.php trunk/lib/plugin/RssFeed.php trunk/locale/README trunk/locale/fr/pgsrc/Aide%2FPluginInclureUnCadre trunk/pgsrc/Help%2FFrameIncludePlugin trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/shamino_com/templates/browse-footer.tmpl Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/config/config-default.ini 2014-07-25 14:49:17 UTC (rev 9007) @@ -147,7 +147,7 @@ ; COPYRIGHTPAGE_TITLE = Creative Commons License 1.0 ; COPYRIGHTPAGE_URL = http://creativecommons.org/licenses/by/1.0/ AUTHORPAGE_TITLE = "The PhpWiki Programming Team" -AUTHORPAGE_URL = "http://phpwiki.org/ThePhpWikiProgrammingTeam" +AUTHORPAGE_URL = "http://phpwiki.fr/ThePhpWikiProgrammingTeam" TOC_FULL_SYNTAX = true ENABLE_MARKUP_COLOR = true Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/config/config-dist.ini 2014-07-25 14:49:17 UTC (rev 9007) @@ -89,7 +89,7 @@ ; Needed for FacebookLike plugin ;ENABLE_OPEN_GRAPH = true -; Needs babycart installed. See http://phpwiki.org/SpamAssassinIntegration +; Needs babycart installed. See http://phpwiki.fr/SpamAssassinIntegration ; Optionally define BABYCART_PATH. Default: /usr/local/bin/babycart ;ENABLE_SPAMASSASSIN = true @@ -1006,7 +1006,7 @@ ; COPYRIGHTPAGE_URL = "http://creativecommons.org/licenses/by/2.0/" ; see http://creativecommons.org/learn/licenses/ for variations ;AUTHORPAGE_TITLE = The PhpWiki Programming Team -;AUTHORPAGE_URL = http://phpwiki.org/ThePhpWikiProgrammingTeam +;AUTHORPAGE_URL = http://phpwiki.fr/ThePhpWikiProgrammingTeam ; Allow full markup in headers to be parsed by the CreateToc plugin. ; Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/configurator.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -1464,7 +1464,7 @@ new _define_commented_optional('AUTHORPAGE_TITLE', "The PhpWiki Programming Team", " Default Author Names"); $properties["AUTHORPAGE_URL"] = - new _define_commented_optional('AUTHORPAGE_URL', "http://phpwiki.org/ThePhpWikiProgrammingTeam", " + new _define_commented_optional('AUTHORPAGE_URL', "http://phpwiki.fr/ThePhpWikiProgrammingTeam", " Default Author URL"); $properties["TOC_FULL_SYNTAX"] = Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/lib/IniConfig.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -779,7 +779,7 @@ // If user has not defined DATA_PATH, we want to use relative URLs. if (!defined('DATA_PATH')) { // fix similar to the one suggested by jkalmbach for - // installations in the webrootdir, like "http://phpwiki.org/HomePage" + // installations in the webrootdir, like "http://phpwiki.fr/HomePage" if (!defined('SCRIPT_NAME')) define('SCRIPT_NAME', deduce_script_name()); $temp = dirname(SCRIPT_NAME); Modified: trunk/lib/SemanticWeb.php =================================================================== --- trunk/lib/SemanticWeb.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/lib/SemanticWeb.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -72,7 +72,7 @@ ... (facts and rules described in XML) * * Links: - * http://phpwiki.org/SemanticWeb, + * http://phpwiki.fr/SemanticWeb, * http://en.wikipedia.org/wiki/Knowledge_representation * http://www.ontoweb.org/ * http://www.semwebcentral.org/ (OWL on top of FusionForge) Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/lib/plugin/LdapSearch.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -24,7 +24,7 @@ * WikiPlugin which searches an LDAP directory. * * Uses the config.ini constants as defaults. - * See http://phpwiki.org/LdapSearchPlugin + * See http://phpwiki.fr/LdapSearchPlugin * TODO: Return a pagelist on certain attributes * * Usage Samples: Modified: trunk/lib/plugin/ModeratedPage.php =================================================================== --- trunk/lib/plugin/ModeratedPage.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/lib/plugin/ModeratedPage.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -29,7 +29,7 @@ * * Not yet ready! part 3/3 is missing: The moderator approve/reject methods. * - * See http://phpwiki.org/PageModeration + * See http://phpwiki.fr/PageModeration * Author: ReiniUrban */ Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/lib/plugin/RecentChanges.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -749,7 +749,7 @@ printf("<body class=\"sidebar\">\n"); $html->PrintXML(); - echo '<a href="http://www.feedvalidator.org/check.cgi?url=http://phpwiki.org/RecentChanges?format=rss"><img src="themes/default/buttons/valid-rss.png" alt="[Valid RSS]" title="Validate the RSS feed" width="44" height="15" /></a>'; + echo '<a href="http://www.feedvalidator.org/check.cgi?url=http://phpwiki.fr/RecentChanges?format=rss"><img src="themes/default/buttons/valid-rss.png" alt="[Valid RSS]" title="Validate the RSS feed" width="44" height="15" /></a>'; printf("\n</body>\n"); printf("</html>\n"); Modified: trunk/lib/plugin/RssFeed.php =================================================================== --- trunk/lib/plugin/RssFeed.php 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/lib/plugin/RssFeed.php 2014-07-25 14:49:17 UTC (rev 9007) @@ -37,7 +37,7 @@ { return array('feed' => "", 'description' => "", - 'url' => "", //"http://phpwiki.org/RecentChanges?format=rss", + 'url' => "", //"http://phpwiki.fr/RecentChanges?format=rss", 'maxitem' => 0, 'titleonly' => false, 'debug' => false, Modified: trunk/locale/README =================================================================== --- trunk/locale/README 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/locale/README 2014-07-25 14:49:17 UTC (rev 9007) @@ -22,7 +22,7 @@ Phpwiki uses the DEFAULT_LANGUAGE internally, when no $GLOBALS['LANG'] is given. With certain starter script which set $LANG you can easily provide a multi-lingual wiki. For convenience provide some InterWikiMap entries for easier switching to the other -languages then. See http://phpwiki.org/MultiLingualWiki +languages then. See http://phpwiki.fr/MultiLingualWiki Phpwiki uses GNU gettext tools to provide and maintain multi-lingual messages for different languages. Even if you are already familiar Modified: trunk/locale/fr/pgsrc/Aide%2FPluginInclureUnCadre =================================================================== --- trunk/locale/fr/pgsrc/Aide%2FPluginInclureUnCadre 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/locale/fr/pgsrc/Aide%2FPluginInclureUnCadre 2014-07-25 14:49:17 UTC (rev 9007) @@ -17,7 +17,7 @@ Exemples: pour inclure une page depuis un autre site, utilisez l'argument <b>src</b> : {{{ -<<FrameInclude src="http://phpwiki.org/">> +<<FrameInclude src="http://phpwiki.fr/">> }}} Pour inclure une page depuis ce wiki, utilisez l'argument <b>page</b> : Modified: trunk/pgsrc/Help%2FFrameIncludePlugin =================================================================== --- trunk/pgsrc/Help%2FFrameIncludePlugin 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/pgsrc/Help%2FFrameIncludePlugin 2014-07-25 14:49:17 UTC (rev 9007) @@ -15,7 +15,7 @@ To include a page from another site, use the **src** attribute: {{{ -<<FrameInclude src="http://phpwiki.org/">> +<<FrameInclude src="http://phpwiki.fr/">> }}} To include a page from within this wiki, use the **page** attribute: Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-07-25 14:49:17 UTC (rev 9007) @@ -1,6 +1,6 @@ <?php // <hr class="printer" /> ?> <div class="visualClear"></div> - <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div> + <div id="f-poweredbyico"><a href="http://www.phpwiki.fr/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div> <ul id="f-list"> <li id="f-lastmod"> <?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?> </li> @@ -8,19 +8,19 @@ <?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?> <?php echo WikiLink(_("Copyrights")) ?> <?php } else { ?> - <a class="internal" href="http://www.phpwiki.org/Copyrights" title ="PhpWiki:Copyrights">Copyrights</a> + <a class="internal" href="http://www.phpwiki.fr/Copyrights" title ="PhpWiki:Copyrights">Copyrights</a> <?php } ?> </b> for details).<br /></li> <?php if ($request->_dbi->isWikiPage(_("About".WIKI_NAME))) { ?> <?php echo WikiLink(_("About".WIKI_NAME)) ?> <?php } else { ?> - <li id="f-about"><a href="http://www.phpwiki.org/PhpWiki" title ="PhpWiki:About">About PhpWiki</a></li> + <li id="f-about"><a href="http://www.phpwiki.fr/PhpWiki" title ="PhpWiki:About">About PhpWiki</a></li> <?php } ?> <li id="f-disclaimer"> <?php if ($request->_dbi->isWikiPage(_("GeneralDisclaimer"))) { ?> <?php echo WikiLink(_("GeneralDisclaimer")) ?> <?php } else { ?> - <a href="http://www.phpwiki.org/GeneralDisclaimer" title ="PhpWiki:Disclaimer">Disclaimer</a> + <a href="http://www.phpwiki.fr/GeneralDisclaimer" title ="PhpWiki:Disclaimer">Disclaimer</a> <?php } ?> </li> </ul> Modified: trunk/themes/shamino_com/templates/browse-footer.tmpl =================================================================== --- trunk/themes/shamino_com/templates/browse-footer.tmpl 2014-07-25 14:06:38 UTC (rev 9006) +++ trunk/themes/shamino_com/templates/browse-footer.tmpl 2014-07-25 14:49:17 UTC (rev 9007) @@ -5,5 +5,5 @@ <?php } ?> <span class="editdate"><?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?></span> <br /> -<a href="<?php echo PHPWIKI_BASE_URL ?>"><?php echo WIKI_NAME?></a> created with <a href="http://phpwiki.org/">PhpWiki</a> © 1998-2007 | <?php echo WikiLink(_("TermsOfUse")) ?> +<a href="<?php echo PHPWIKI_BASE_URL ?>"><?php echo WIKI_NAME?></a> created with <a href="http://phpwiki.fr/">PhpWiki</a> © 1998-2007 | <?php echo WikiLink(_("TermsOfUse")) ?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |