From: <var...@us...> - 2014-11-20 13:27:21
|
Revision: 9348 http://sourceforge.net/p/phpwiki/code/9348 Author: vargenau Date: 2014-11-20 13:27:16 +0000 (Thu, 20 Nov 2014) Log Message: ----------- Fix links to PhpWiki website Modified Paths: -------------- trunk/config/config-dist.ini trunk/lib/Request.php trunk/lib/SemanticWeb.php trunk/lib/pdf.php trunk/lib/plugin/ExternalSearch.php trunk/lib/plugin/LdapSearch.php trunk/lib/plugin/ModeratedPage.php trunk/lib/plugin/RawHtml.php trunk/lib/plugin/RssFeed.php trunk/locale/README trunk/locale/de/pgsrc/Hilfe%2FPhpWiki trunk/locale/es/pgsrc/Ayuda%2FPhpWiki trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien trunk/locale/fr/pgsrc/Aide%2FPhpWiki trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki trunk/locale/it/pgsrc/Aiuto%2FPhpWiki trunk/locale/nl/pgsrc/Help%2FPhpWiki trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki trunk/locale/zh/pgsrc/Help%2FLinkIcons trunk/locale/zh/pgsrc/Help%2FPhpWiki trunk/pgsrc/Help%2FLinkIcons trunk/pgsrc/Help%2FPhpWiki trunk/pgsrc/Help%2FRssFeedPlugin trunk/pgsrc/PhpWikiRecentChanges trunk/themes/blog/templates/sidebar.tmpl Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/config/config-dist.ini 2014-11-20 13:27:16 UTC (rev 9348) @@ -89,7 +89,7 @@ ; Needed for FacebookLike plugin ;ENABLE_OPEN_GRAPH = true -; Needs babycart installed. See http://phpwiki.fr/SpamAssassinIntegration +; Needs babycart installed. ; Optionally define BABYCART_PATH. Default: /usr/local/bin/babycart ;ENABLE_SPAMASSASSIN = true Modified: trunk/lib/Request.php =================================================================== --- trunk/lib/Request.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/Request.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -380,7 +380,6 @@ // Even if they are sending the accept-encoding gzip header! // wget is, Mozilla, and MSIE no. // Of the RSS readers only MagpieRSS 0.5.2 is. http://www.rssgov.com/rssparsers.html - // See also http://phpwiki.sourceforge.net/phpwiki/KnownBugs if ($compress and $this->getArg('format') and strstr($this->getArg('format'), 'rss') Modified: trunk/lib/SemanticWeb.php =================================================================== --- trunk/lib/SemanticWeb.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/SemanticWeb.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -72,7 +72,7 @@ ... (facts and rules described in XML) * * Links: - * http://phpwiki.fr/SemanticWeb, + * http://phpwiki.fr/Help/SemanticRelations, * http://en.wikipedia.org/wiki/Knowledge_representation * http://www.ontoweb.org/ * http://www.semwebcentral.org/ (OWL on top of FusionForge) Modified: trunk/lib/pdf.php =================================================================== --- trunk/lib/pdf.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/pdf.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -25,7 +25,6 @@ //define("USE_EXTERNAL_HTML2PDF", "htmldoc --quiet --format pdf14 --jpeg --webpage --no-toc --no-title %s"); /** * handler for format=pdf - * http://phpwiki.sourceforge.net/phpwiki/PhpWikiToDocBookAndPDF * htmldoc or ghostscript + html2ps or docbook (dbdoclet, xsltproc, fop) * http://www.easysw.com/htmldoc */ @@ -81,8 +80,7 @@ // check hook for external converters if (defined('USE_EXTERNAL_HTML2PDF') and USE_EXTERNAL_HTML2PDF - ) { // See http://phpwiki.sourceforge.net/phpwiki/PhpWikiToDocBookAndPDF - // htmldoc or ghostscript + html2ps or docbook (dbdoclet, xsltproc, fop) + ) { // htmldoc or ghostscript + html2ps or docbook (dbdoclet, xsltproc, fop) Header('Content-Type: application/pdf'); $request->discardOutput(); $request->buffer_output(false /*'nocompress'*/); Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/plugin/ExternalSearch.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -22,7 +22,6 @@ /** * Redirect to an external web site based on form input. - * See http://phpwiki.sourceforge.net/phpwiki/ExternalSearchPlugin * * useimage sample: ExternalSearch Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/plugin/LdapSearch.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -24,7 +24,7 @@ * WikiPlugin which searches an LDAP directory. * * Uses the config.ini constants as defaults. - * See http://phpwiki.fr/LdapSearchPlugin + * See http://phpwiki.fr/Help/LdapSearchPlugin * TODO: Return a pagelist on certain attributes * * Usage Samples: Modified: trunk/lib/plugin/ModeratedPage.php =================================================================== --- trunk/lib/plugin/ModeratedPage.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/plugin/ModeratedPage.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -29,7 +29,7 @@ * * Not yet ready! part 3/3 is missing: The moderator approve/reject methods. * - * See http://phpwiki.fr/PageModeration + * See http://phpwiki.fr/Help/ModeratedPagePlugin * Author: ReiniUrban */ Modified: trunk/lib/plugin/RawHtml.php =================================================================== --- trunk/lib/plugin/RawHtml.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/plugin/RawHtml.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -40,7 +40,6 @@ * ENABLE_RAW_HTML_SAFE: * - Allow some sort of "safe" html tags and attributes. * Unsafe attributes are automatically stripped. (Experimental!) - * See http://phpwiki.sourceforge.net/phpwiki/allowing%20safe%20HTML */ /** Modified: trunk/lib/plugin/RssFeed.php =================================================================== --- trunk/lib/plugin/RssFeed.php 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/lib/plugin/RssFeed.php 2014-11-20 13:27:16 UTC (rev 9348) @@ -121,10 +121,13 @@ { if (!$request) $request =& $GLOBALS['request']; extract($args); - if (empty($title)) $title = _("RssFeed"); - if (empty($url)) $url = 'http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss'; + if (empty($title)) + $title = _("RssFeed"); + if (empty($url)) + $url = 'http://phpwiki.fr/RecentChanges?format=rss'; $argstr = "url=$url"; - if (isset($maxitem) and is_numeric($maxitem)) $argstr .= " maxitem=$maxitem"; + if (isset($maxitem) and is_numeric($maxitem)) + $argstr .= " maxitem=$maxitem"; return $this->makeBox($title, $this->run($request->_dbi, $argstr, $request, $basepage)); } Modified: trunk/locale/README =================================================================== --- trunk/locale/README 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/README 2014-11-20 13:27:16 UTC (rev 9348) @@ -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.fr/MultiLingualWiki +languages then. Phpwiki uses GNU gettext tools to provide and maintain multi-lingual messages for different languages. Even if you are already familiar Modified: trunk/locale/de/pgsrc/Hilfe%2FPhpWiki =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/de/pgsrc/Hilfe%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:52 +0000 +Date: Thu, 20 Nov 2014 14:24:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Hilfe%2FPhpWiki; @@ -9,6 +9,5 @@ Sie verwenden jetzt gerade PhpWiki. Faszinierend, oder? Besuchen Sie die Website von PhpWiki unter -http://phpwiki.sourceforge.net/ und schauen Sie PhpWiki in Aktion an -unter http://phpwiki.sourceforge.net/phpwiki/ (und natürlich auch -hier :-)). +[[http://phpwiki.sourceforge.net/]] und schauen Sie PhpWiki in Aktion an +unter [[http://phpwiki.fr]] (und natürlich auch hier :-)). Modified: trunk/locale/es/pgsrc/Ayuda%2FPhpWiki =================================================================== --- trunk/locale/es/pgsrc/Ayuda%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/es/pgsrc/Ayuda%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:51 +0000 +Date: Thu, 20 Nov 2014 14:25:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Ayuda%2FPhpWiki; @@ -8,6 +8,5 @@ Esta usando PhpWiki en este momento. ¿No es increible? -Visite nuestra web en http://phpwiki.sourceforge.net/ y vea PhpWiki -en acción en http://phpwiki.sourceforge.net/phpwiki/. - +Visite nuestra web en [[http://phpwiki.sourceforge.net/]] y vea PhpWiki +en acción en [[http://phpwiki.fr]]. Modified: trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien =================================================================== --- trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Wed, 19 Nov 2014 15:29:12 +0000 +Date: Thu, 20 Nov 2014 14:25:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Aide%2FIc%C3%B4nesDeLien; @@ -35,9 +35,9 @@ === URL === * Adresse électronique [PhpWiki-talk mailing list|mailto:php...@li...] -* Lien http normal [Page d'accueil de PhpWiki|http://phpwiki.sourceforge.net/phpwiki/] -* Lien http sécurisé [PhpWiki's Home Page|https://phpwiki.sourceforge.net/phpwiki/] -* Serveur ftp ftp://ftp.sourceforge.net/ +* Lien http normal [[http://phpwiki.fr|Page d'accueil de PhpWiki]] +* Lien https sécurisé [[https://phpwiki.fr|Page d'accueil de PhpWiki]] +* Serveur ftp [[ftp://ftp.sourceforge.net/]] //Une icône générique est affichée pour les autres liens d'un type moins commun.// * news://nntp.news.com] Modified: trunk/locale/fr/pgsrc/Aide%2FPhpWiki =================================================================== --- trunk/locale/fr/pgsrc/Aide%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/fr/pgsrc/Aide%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:46 +0000 +Date: Thu, 20 Nov 2014 14:25:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Aide%2FPhpWiki; @@ -9,8 +9,7 @@ Vous utilisez ~PhpWiki en ce moment même. Incroyable, n'est-ce pas ? Visitez notre page d'accueil (en anglais) sur [[http://phpwiki.sourceforge.net/]] -et voyez ~PhpWiki en action sur [[http://phpwiki.sourceforge.net/phpwiki/]] -(et bien sûr, ici aussi :-)). +et voyez ~PhpWiki en action sur [[http://phpwiki.fr]] (et bien sûr, ici aussi :-)). <noinclude> ---- Modified: trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss =================================================================== --- trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:46 +0000 +Date: Thu, 20 Nov 2014 14:25:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Aide%2FPluginRessourcesRss; @@ -49,10 +49,10 @@ === Exemples -* sources ~PhpWikiRss pour PhpWiki:RecentChanges : +* sources ~PhpWikiRss {{{ - <<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> + <<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges" + url=http://phpwiki.fr/RecentChanges?format=rss>> }}} * [PhpWikiDemo:sidebar/] _Exemple barre verticale_ Modified: trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki =================================================================== --- trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:46 +0000 +Date: Thu, 20 Nov 2014 14:25:52 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=ModifsR%C3%A9centesPhpWiki; @@ -6,5 +6,5 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<RssFeed feed=PhpWikiRecentChanges description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> +<<RssFeed feed=PhpWikiRecentChanges description="PhpWiki RecentChanges" + url=http://phpwiki.fr/RecentChanges?format=rss>> Modified: trunk/locale/it/pgsrc/Aiuto%2FPhpWiki =================================================================== --- trunk/locale/it/pgsrc/Aiuto%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/it/pgsrc/Aiuto%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:44 +0000 +Date: Thu, 20 Nov 2014 14:25:47 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Aiuto%2FPhpWiki; @@ -8,5 +8,5 @@ Stai usando PhpWiki in questo momento. Incredibile, vero? -Visita la nostra home page su http://phpwiki.sourceforge.net e guarda -PhpWiki in azione su http://phpwiki.sourceforge.net/phpwiki/. +Visita la nostra home page su [[http://phpwiki.sourceforge.net]] e guarda +PhpWiki in azione su [[http://phpwiki.fr]]. Modified: trunk/locale/nl/pgsrc/Help%2FPhpWiki =================================================================== --- trunk/locale/nl/pgsrc/Help%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/nl/pgsrc/Help%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:49 +0000 +Date: Thu, 20 Nov 2014 14:25:20 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FPhpWiki; @@ -8,6 +8,6 @@ Je gebruikt PhpWiki nu, op dit moment. Ongelooflijk, nietwaar? -Bezoek onze thuispagina op http://phpwiki.sourceforge.net/ en zie PhpWiki -in actie op http://phpwiki.sourceforge.net/phpwiki/. +Bezoek onze thuispagina op [[http://phpwiki.sourceforge.net/]] en zie PhpWiki +in actie op [[http://phpwiki.fr]]. Modified: trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki =================================================================== --- trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:48 +0000 +Date: Thu, 20 Nov 2014 14:25:15 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Hj%C3%A4lp%2FPhpWiki; @@ -8,5 +8,5 @@ Du använder ~PhpWiki just nu. Otroligt eller hur? -Besök vår hemsida på http://phpwiki.sourceforge.net/ och se hur -~PhpWiki fungerar på http://phpwiki.sourceforge.net/phpwiki/. +Besök vår hemsida på [[http://phpwiki.sourceforge.net/]] och se hur +~PhpWiki fungerar på [[http://phpwiki.fr]]. Modified: trunk/locale/zh/pgsrc/Help%2FLinkIcons =================================================================== --- trunk/locale/zh/pgsrc/Help%2FLinkIcons 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/zh/pgsrc/Help%2FLinkIcons 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Wed, 19 Nov 2014 16:21:30 +0000 +Date: Thu, 20 Nov 2014 14:25:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FLinkIcons; @@ -33,9 +33,9 @@ ===URLs * Email address [PhpWiki-talk mailing list|mailto:php...@li...] -* Normal http link [PhpWiki's Home Page|http://phpwiki.sourceforge.net/phpwiki/] -* Secure http link [PhpWiki's Home Page|https://phpwiki.sourceforge.net/phpwiki/] -* File transfer ftp://ftp.sourceforge.net/ +* Normal http link [[http://phpwiki.fr|PhpWiki's Home Page]] +* Secure https link [[https://phpwiki.fr|PhpWiki's Home Page]] +* File transfer [[ftp://ftp.sourceforge.net/]] ''A generic icon is shown for other less common link types.'' Modified: trunk/locale/zh/pgsrc/Help%2FPhpWiki =================================================================== --- trunk/locale/zh/pgsrc/Help%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/locale/zh/pgsrc/Help%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:50 +0000 +Date: Thu, 20 Nov 2014 14:25:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FPhpWiki; @@ -8,8 +8,8 @@ 你現在正在使用 PhpWiki. 很難以置信,不是嗎? -參訪我們位於 http://phpwiki.sourceforge.net 的首頁並參閱這兒的 PhpWiki -http://phpwiki.sourceforge.net/phpwiki/. +參訪我們位於 [[http://phpwiki.sourceforge.net]] 的首頁並參閱這兒的 PhpWiki +[[http://phpwiki.fr]]. <noinclude> ---- Modified: trunk/pgsrc/Help%2FLinkIcons =================================================================== --- trunk/pgsrc/Help%2FLinkIcons 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/pgsrc/Help%2FLinkIcons 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Wed, 19 Nov 2014 15:29:32 +0000 +Date: Thu, 20 Nov 2014 14:24:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FLinkIcons; @@ -34,9 +34,9 @@ === URLs === * Email address [[mailto:php...@li...|PhpWiki-talk mailing list]] -* Normal http link [[http://phpwiki.sourceforge.net/phpwiki/|PhpWiki's Home Page]] -* Secure http link [[https://phpwiki.sourceforge.net/phpwiki/|PhpWiki's Home Page]] -* File transfer ftp://ftp.sourceforge.net/ +* Normal http link [[http://phpwiki.fr|PhpWiki's Home Page]] +* Secure http link [[https://phpwiki.fr|PhpWiki's Home Page]] +* File transfer [[ftp://ftp.sourceforge.net]] //A generic icon is shown for other less common link types.// Modified: trunk/pgsrc/Help%2FPhpWiki =================================================================== --- trunk/pgsrc/Help%2FPhpWiki 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/pgsrc/Help%2FPhpWiki 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:57 +0000 +Date: Thu, 20 Nov 2014 14:24:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FPhpWiki; @@ -8,9 +8,8 @@ You are using ~PhpWiki at this very moment. Incredible, ain't it? -Visit our home page at http://phpwiki.sourceforge.net/ and see ~PhpWiki -in action at http://phpwiki.sourceforge.net/phpwiki/ (and of course -here too :-)). +Visit our home page at [[http://phpwiki.fr]] and see ~PhpWiki +in action at [[http://phpwiki.fr]] (and of course here too :-)). <noinclude> ---- Modified: trunk/pgsrc/Help%2FRssFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FRssFeedPlugin 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/pgsrc/Help%2FRssFeedPlugin 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:57 +0000 +Date: Thu, 20 Nov 2014 14:24:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=Help%2FRssFeedPlugin; @@ -48,8 +48,8 @@ === ~PhpWikiRss feed for [[PhpWiki:RecentChanges]] === {{{ -<<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> +<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges" + url=http://phpwiki.fr/RecentChanges?format=rss>> }}} <noinclude> Modified: trunk/pgsrc/PhpWikiRecentChanges =================================================================== --- trunk/pgsrc/PhpWikiRecentChanges 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/pgsrc/PhpWikiRecentChanges 2014-11-20 13:27:16 UTC (rev 9348) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:57 +0000 +Date: Thu, 20 Nov 2014 14:24:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=PhpWikiRecentChanges; @@ -6,8 +6,8 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<RssFeed feed=PhpWikiRecentChanges description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> +<<RssFeed feed=PhpWikiRecentChanges description="PhpWiki RecentChanges" + url=http://phpwiki.fr/RecentChanges?format=rss>> ---- [[PhpWikiDocumentation]] Modified: trunk/themes/blog/templates/sidebar.tmpl =================================================================== --- trunk/themes/blog/templates/sidebar.tmpl 2014-11-20 11:12:40 UTC (rev 9347) +++ trunk/themes/blog/templates/sidebar.tmpl 2014-11-20 13:27:16 UTC (rev 9348) @@ -33,7 +33,7 @@ printXml($box->format()); /* $box = new PluginSidebarBox("RssFeed", - array('url' => 'http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss', + array('url' => 'http://phpwiki.fr/RecentChanges?format=rss', 'title' => _("PhpWiki News"))); printXml($box->format()); */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |