|
From: <var...@us...> - 2019-03-31 18:21:55
|
Revision: 10066
http://sourceforge.net/p/phpwiki/code/10066
Author: vargenau
Date: 2019-03-31 18:21:52 +0000 (Sun, 31 Mar 2019)
Log Message:
-----------
http://phpwiki.demo.free.fr
Modified Paths:
--------------
trunk/PhpWiki.wsdl
trunk/config/config-default.ini
trunk/config/config-dist.ini
trunk/configurator.php
trunk/lib/IniConfig.php
trunk/lib/SemanticWeb.php
trunk/lib/interwiki.map
trunk/lib/plugin/LdapSearch.php
trunk/lib/plugin/ModeratedPage.php
trunk/lib/plugin/RecentChanges.php
trunk/lib/plugin/RssFeed.php
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/soapscripts/README
trunk/soapscripts/createpage
trunk/soapscripts/createpagefromfile
trunk/soapscripts/fulltextsearch
trunk/soapscripts/getallpagenames
trunk/soapscripts/getcurrentrevision
trunk/soapscripts/getpage
trunk/soapscripts/getpagemeta
trunk/soapscripts/getpagerevision
trunk/soapscripts/getpluginsynopsis
trunk/soapscripts/listlinks
trunk/soapscripts/listplugins
trunk/soapscripts/listrelations
trunk/soapscripts/recentchanges
trunk/soapscripts/replacestring
trunk/soapscripts/titlesearch
trunk/themes/MonoBook/templates/browse-footer.tmpl
trunk/themes/blog/templates/sidebar.tmpl
trunk/themes/fusionforge/interwiki.map
trunk/themes/shamino_com/templates/browse-footer.tmpl
Modified: trunk/PhpWiki.wsdl
===================================================================
--- trunk/PhpWiki.wsdl 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/PhpWiki.wsdl 2019-03-31 18:21:52 UTC (rev 10066)
@@ -358,7 +358,7 @@
<service name="wikiService">
<port name="wikiPortType" binding="tns:wikiBinding">
- <soap:address location="http://phpwiki.fr/SOAP.php" />
+ <soap:address location="http://phpwiki.demo.free.fr/SOAP.php" />
</port>
</service>
</definitions>
Modified: trunk/config/config-default.ini
===================================================================
--- trunk/config/config-default.ini 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/config/config-default.ini 2019-03-31 18:21:52 UTC (rev 10066)
@@ -142,7 +142,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.fr/The%20PhpWiki%20programming%20team"
+AUTHORPAGE_URL = "http://phpwiki.demo.free.fr/The%20PhpWiki%20programming%20team"
TOC_FULL_SYNTAX = true
ENABLE_MARKUP_COLOR = true
Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/config/config-dist.ini 2019-03-31 18:21:52 UTC (rev 10066)
@@ -986,7 +986,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.fr/The%20PhpWiki%20programming%20team
+;AUTHORPAGE_URL = http://phpwiki.demo.free.fr/The%20PhpWiki%20programming%20team
; Allow full markup in headers to be parsed by the CreateToc plugin.
;
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/configurator.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1385,7 +1385,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.fr/The%20PhpWiki%20programming%20team", "
+ new _define_commented_optional('AUTHORPAGE_URL', "http://phpwiki.demo.free.fr/The%20PhpWiki%20programming%20team", "
Default Author URL");
$properties["TOC_FULL_SYNTAX"] =
Modified: trunk/lib/IniConfig.php
===================================================================
--- trunk/lib/IniConfig.php 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/IniConfig.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -742,7 +742,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.fr/HomePage"
+ // installations in the webrootdir, like "http://phpwiki.demo.free.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 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/SemanticWeb.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -95,7 +95,7 @@
... (facts and rules described in XML)
*
* Links:
- * http://phpwiki.fr/Help/SemanticRelations,
+ * http://phpwiki.demo.free.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/interwiki.map
===================================================================
--- trunk/lib/interwiki.map 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/interwiki.map 2019-03-31 18:21:52 UTC (rev 10066)
@@ -88,7 +88,7 @@
PersonalTelco http://www.personaltelco.net/index.cgi/
php-function http://www.php.net/%s
php-lookup http://www.php.net/manual-lookup.php?pattern=
-PhpWiki http://phpwiki.fr/
+PhpWiki http://phpwiki.demo.free.fr/
PhpWikiSvn https://sourceforge.net/p/phpwiki/code/HEAD/tree/trunk/
Pikie http://pikie.darktech.org/cgi/pikie?
PlWikiPedia http://pl.wikipedia.org/wiki/
Modified: trunk/lib/plugin/LdapSearch.php
===================================================================
--- trunk/lib/plugin/LdapSearch.php 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/plugin/LdapSearch.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -27,7 +27,7 @@
* WikiPlugin which searches an LDAP directory.
*
* Uses the config.ini constants as defaults.
- * See http://phpwiki.fr/Help/LdapSearchPlugin
+ * See http://phpwiki.demo.free.fr/Help/LdapSearchPlugin
* TODO: Return a pagelist on certain attributes
*
* Usage Samples:
Modified: trunk/lib/plugin/ModeratedPage.php
===================================================================
--- trunk/lib/plugin/ModeratedPage.php 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/plugin/ModeratedPage.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -31,7 +31,7 @@
*
* Not yet ready! part 3/3 is missing: The moderator approve/reject methods.
*
- * See http://phpwiki.fr/Help/ModeratedPagePlugin
+ * See http://phpwiki.demo.free.fr/Help/ModeratedPagePlugin
* Author: Reini Urban
*/
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/plugin/RecentChanges.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -751,7 +751,7 @@
printf("<body class=\"sidebar\">\n");
$html->printXML();
- 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>';
+ echo '<a href="http://www.feedvalidator.org/check.cgi?url=http://phpwiki.demo.free.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 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/lib/plugin/RssFeed.php 2019-03-31 18:21:52 UTC (rev 10066)
@@ -41,7 +41,7 @@
{
return array('feed' => "",
'description' => "",
- 'url' => "", //"http://phpwiki.fr/RecentChanges?format=rss",
+ 'url' => "", //"http://phpwiki.demo.free.fr/RecentChanges?format=rss",
'maxitem' => 0,
'titleonly' => false,
'debug' => false,
@@ -128,7 +128,7 @@
if (empty($title))
$title = _("RssFeed");
if (empty($url))
- $url = 'http://phpwiki.fr/RecentChanges?format=rss';
+ $url = 'http://phpwiki.demo.free.fr/RecentChanges?format=rss';
$argstr = "url=$url";
if (isset($maxitem) and is_numeric($maxitem))
$argstr .= " maxitem=$maxitem";
Modified: trunk/locale/de/pgsrc/Hilfe%2FPhpWiki
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/de/pgsrc/Hilfe%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:23 +0000
+Date: Sun, 31 Mar 2019 19:53:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Hilfe%2FPhpWiki;
@@ -10,4 +10,4 @@
Besuchen Sie die Website von PhpWiki unter
[[http://phpwiki.sourceforge.net/]] und schauen Sie PhpWiki in Aktion an
-unter [[http://phpwiki.fr]] (und natürlich auch hier :-)).
+unter [[http://phpwiki.demo.free.fr]] (und natürlich auch hier :-)).
Modified: trunk/locale/es/pgsrc/Ayuda%2FPhpWiki
===================================================================
--- trunk/locale/es/pgsrc/Ayuda%2FPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/es/pgsrc/Ayuda%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:17 +0000
+Date: Sun, 31 Mar 2019 19:53:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Ayuda%2FPhpWiki;
@@ -9,4 +9,4 @@
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.fr]].
+en acción en [[http://phpwiki.demo.free.fr]].
Modified: trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien
===================================================================
--- trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:17 +0000
+Date: Sun, 31 Mar 2019 19:53:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Aide%2FIc%C3%B4nesDeLien;
@@ -35,8 +35,8 @@
=== URL ===
* Adresse électronique [[mailto:php...@li...|PhpWiki-talk mailing list]]
-* Lien http normal [[http://phpwiki.fr|Page d'accueil de PhpWiki]]
-* Lien https sécurisé [[https://phpwiki.fr|Page d'accueil de PhpWiki]]
+* Lien http normal [[http://phpwiki.demo.free.fr|Page d'accueil de PhpWiki]]
+* Lien https sécurisé [[https://phpwiki.demo.free.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.//
Modified: trunk/locale/fr/pgsrc/Aide%2FPhpWiki
===================================================================
--- trunk/locale/fr/pgsrc/Aide%2FPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/fr/pgsrc/Aide%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:17 +0000
+Date: Sun, 31 Mar 2019 19:53:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Aide%2FPhpWiki;
@@ -9,7 +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.fr]] (et bien sûr, ici aussi :-)).
+et voyez ~PhpWiki en action sur [[http://phpwiki.demo.free.fr]] (et bien sûr, ici aussi :-)).
<noinclude>
----
Modified: trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss
===================================================================
--- trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:17 +0000
+Date: Sun, 31 Mar 2019 19:53:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Aide%2FPluginRessourcesRss;
@@ -48,7 +48,7 @@
* sources ~PhpWikiRss
{{{
<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"
- url=http://phpwiki.fr/RecentChanges?format=rss>>
+ url=http://phpwiki.demo.free.fr/RecentChanges?format=rss>>
}}}
* [[PhpWikiDemo:sidebar/]] _Exemple barre verticale_
Modified: trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki
===================================================================
--- trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:17 +0000
+Date: Sun, 31 Mar 2019 19:53:21 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=ModifsR%C3%A9centesPhpWiki;
@@ -7,4 +7,4 @@
Content-Transfer-Encoding: binary
<<RssFeed feed=PhpWikiRecentChanges description="PhpWiki RecentChanges"
- url=http://phpwiki.fr/RecentChanges?format=rss>>
+ url=http://phpwiki.demo.free.fr/RecentChanges?format=rss>>
Modified: trunk/locale/it/pgsrc/Aiuto%2FPhpWiki
===================================================================
--- trunk/locale/it/pgsrc/Aiuto%2FPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/it/pgsrc/Aiuto%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:22 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Aiuto%2FPhpWiki;
@@ -9,4 +9,4 @@
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.fr]].
+PhpWiki in azione su [[http://phpwiki.demo.free.fr]].
Modified: trunk/locale/nl/pgsrc/Help%2FPhpWiki
===================================================================
--- trunk/locale/nl/pgsrc/Help%2FPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/nl/pgsrc/Help%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:26 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPhpWiki;
@@ -9,5 +9,5 @@
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.fr]].
+in actie op [[http://phpwiki.demo.free.fr]].
Modified: trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki
===================================================================
--- trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:27 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Hj%C3%A4lp%2FPhpWiki;
@@ -9,4 +9,4 @@
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.fr]].
+~PhpWiki fungerar på [[http://phpwiki.demo.free.fr]].
Modified: trunk/locale/zh/pgsrc/Help%2FLinkIcons
===================================================================
--- trunk/locale/zh/pgsrc/Help%2FLinkIcons 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/zh/pgsrc/Help%2FLinkIcons 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:20 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FLinkIcons;
@@ -33,8 +33,8 @@
===URLs
* Email address [PhpWiki-talk mailing list|mailto:php...@li...]
-* Normal http link [[http://phpwiki.fr|PhpWiki's Home Page]]
-* Secure https link [[https://phpwiki.fr|PhpWiki's Home Page]]
+* Normal http link [[http://phpwiki.demo.free.fr|PhpWiki's Home Page]]
+* Secure https link [[https://phpwiki.demo.free.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 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/locale/zh/pgsrc/Help%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:20 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPhpWiki;
@@ -9,7 +9,7 @@
你現在正在使用 PhpWiki. 很難以置信,不是嗎?
參訪我們位於 [[http://phpwiki.sourceforge.net]] 的首頁並參閱這兒的 PhpWiki
-[[http://phpwiki.fr]].
+[[http://phpwiki.demo.free.fr]].
<noinclude>
----
Modified: trunk/pgsrc/Help%2FLinkIcons
===================================================================
--- trunk/pgsrc/Help%2FLinkIcons 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/pgsrc/Help%2FLinkIcons 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FLinkIcons;
@@ -29,8 +29,8 @@
=== URLs ===
* Email address [[mailto:php...@li...|PhpWiki-talk mailing list]]
-* Normal http link [[http://phpwiki.fr|PhpWiki's Home Page]]
-* Secure http link [[https://phpwiki.fr|PhpWiki's Home Page]]
+* Normal http link [[http://phpwiki.demo.free.fr|PhpWiki's Home Page]]
+* Secure http link [[https://phpwiki.demo.free.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 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/pgsrc/Help%2FPhpWiki 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPhpWiki;
@@ -8,8 +8,8 @@
You are using ~PhpWiki at this very moment. Incredible, ain't it?
-Visit our home page at [[http://phpwiki.fr]] and see ~PhpWiki
-in action at [[http://phpwiki.fr]] (and of course here too :-)).
+Visit our home page at [[http://phpwiki.demo.free.fr]] and see ~PhpWiki
+in action at [[http://phpwiki.demo.free.fr]] (and of course here too :-)).
<noinclude>
----
Modified: trunk/pgsrc/Help%2FRssFeedPlugin
===================================================================
--- trunk/pgsrc/Help%2FRssFeedPlugin 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/pgsrc/Help%2FRssFeedPlugin 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FRssFeedPlugin;
@@ -49,7 +49,7 @@
{{{
<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"
- url=http://phpwiki.fr/RecentChanges?format=rss>>
+ url=http://phpwiki.demo.free.fr/RecentChanges?format=rss>>
}}}
<noinclude>
Modified: trunk/pgsrc/PhpWikiRecentChanges
===================================================================
--- trunk/pgsrc/PhpWikiRecentChanges 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/pgsrc/PhpWikiRecentChanges 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Sun, 31 Mar 2019 19:53:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=PhpWikiRecentChanges;
@@ -7,7 +7,7 @@
Content-Transfer-Encoding: binary
<<RssFeed feed=PhpWikiRecentChanges description="PhpWiki RecentChanges"
- url=http://phpwiki.fr/RecentChanges?format=rss>>
+ url=http://phpwiki.demo.free.fr/RecentChanges?format=rss>>
----
[[PhpWikiDocumentation]]
Modified: trunk/soapscripts/README
===================================================================
--- trunk/soapscripts/README 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/README 2019-03-31 18:21:52 UTC (rev 10066)
@@ -16,4 +16,4 @@
* titlesearch
The WSDL file is taken from environment variable PHPWIKI_WSDL_URL.
-If this variable is not set, http://phpwiki.fr/PhpWiki.wsdl is used.
+If this variable is not set, http://phpwiki.demo.free.fr/PhpWiki.wsdl is used.
Modified: trunk/soapscripts/createpage
===================================================================
--- trunk/soapscripts/createpage 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/createpage 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/createpagefromfile
===================================================================
--- trunk/soapscripts/createpagefromfile 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/createpagefromfile 2019-03-31 18:21:52 UTC (rev 10066)
@@ -17,7 +17,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/fulltextsearch
===================================================================
--- trunk/soapscripts/fulltextsearch 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/fulltextsearch 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/getallpagenames
===================================================================
--- trunk/soapscripts/getallpagenames 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/getallpagenames 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/getcurrentrevision
===================================================================
--- trunk/soapscripts/getcurrentrevision 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/getcurrentrevision 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/getpage
===================================================================
--- trunk/soapscripts/getpage 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/getpage 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/getpagemeta
===================================================================
--- trunk/soapscripts/getpagemeta 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/getpagemeta 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/getpagerevision
===================================================================
--- trunk/soapscripts/getpagerevision 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/getpagerevision 2019-03-31 18:21:52 UTC (rev 10066)
@@ -11,7 +11,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/getpluginsynopsis
===================================================================
--- trunk/soapscripts/getpluginsynopsis 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/getpluginsynopsis 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/listlinks
===================================================================
--- trunk/soapscripts/listlinks 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/listlinks 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/listplugins
===================================================================
--- trunk/soapscripts/listplugins 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/listplugins 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/listrelations
===================================================================
--- trunk/soapscripts/listrelations 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/listrelations 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/recentchanges
===================================================================
--- trunk/soapscripts/recentchanges 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/recentchanges 2019-03-31 18:21:52 UTC (rev 10066)
@@ -11,7 +11,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/replacestring
===================================================================
--- trunk/soapscripts/replacestring 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/replacestring 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/soapscripts/titlesearch
===================================================================
--- trunk/soapscripts/titlesearch 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/soapscripts/titlesearch 2019-03-31 18:21:52 UTC (rev 10066)
@@ -7,7 +7,7 @@
$wsdl = getenv('PHPWIKI_WSDL_URL');
if ($wsdl === false) {
- $wsdl = "http://phpwiki.fr/PhpWiki.wsdl";
+ $wsdl = "http://phpwiki.demo.free.fr/PhpWiki.wsdl";
}
try {
Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl
===================================================================
--- trunk/themes/MonoBook/templates/browse-footer.tmpl 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2019-03-31 18:21:52 UTC (rev 10066)
@@ -1,7 +1,7 @@
<footer role="contentinfo">
<?php // <hr class="printer" /> ?>
<div class="clear-floats"></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>
+ <div id="f-poweredbyico"><a href="http://phpwiki.demo.free.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>
<li id="f-copyright">All text is available under the terms of the <a class="internal" href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> (see <b>
@@ -8,19 +8,19 @@
<?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?>
<?php echo WikiLink(_("Copyrights")) ?>
<?php } else { ?>
- <a class="internal" href="http://www.phpwiki.fr/Copyrights">Copyrights</a>
+ <a class="internal" href="http://phpwiki.demo.free.fr/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.fr/Help/PhpWiki">About PhpWiki</a></li>
+ <li id="f-about"><a href="http://phpwiki.demo.free.fr/Help/PhpWiki">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.fr/GeneralDisclaimer">Disclaimer</a>
+ <a href="http://phpwiki.demo.free.fr/GeneralDisclaimer">Disclaimer</a>
<?php } ?>
</li>
</ul>
Modified: trunk/themes/blog/templates/sidebar.tmpl
===================================================================
--- trunk/themes/blog/templates/sidebar.tmpl 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/themes/blog/templates/sidebar.tmpl 2019-03-31 18:21:52 UTC (rev 10066)
@@ -33,7 +33,7 @@
printXml($box->format());
/*
$box = new PluginSidebarBox("RssFeed",
- array('url' => 'http://phpwiki.fr/RecentChanges?format=rss',
+ array('url' => 'http://phpwiki.demo.free.fr/RecentChanges?format=rss',
'title' => _("PhpWiki News")));
printXml($box->format());
*/
Modified: trunk/themes/fusionforge/interwiki.map
===================================================================
--- trunk/themes/fusionforge/interwiki.map 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/themes/fusionforge/interwiki.map 2019-03-31 18:21:52 UTC (rev 10066)
@@ -19,7 +19,7 @@
MoinMoin http://moinmoin.wikiwikiweb.de/
php-function http://www.php.net/%s
php-lookup http://www.php.net/manual-lookup.php?pattern=
-PhpWiki http://phpwiki.fr/
+PhpWiki http://phpwiki.demo.free.fr/
PhpWikiSvn https://sourceforge.net/p/phpwiki/code/HEAD/tree/trunk/
SourceForge http://sourceforge.net/
TWiki http://twiki.org/cgi-bin/view/
Modified: trunk/themes/shamino_com/templates/browse-footer.tmpl
===================================================================
--- trunk/themes/shamino_com/templates/browse-footer.tmpl 2019-03-31 11:29:22 UTC (rev 10065)
+++ trunk/themes/shamino_com/templates/browse-footer.tmpl 2019-03-31 18:21:52 UTC (rev 10066)
@@ -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.fr/">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.demo.free.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.
|