diff --git a/core/lib/Foswiki.spec b/core/lib/Foswiki.spec index f56dae989f..beb2720d9c 100644 --- a/core/lib/Foswiki.spec +++ b/core/lib/Foswiki.spec @@ -1278,7 +1278,7 @@ $Foswiki::cfg{PluginsOrder} = 'TWikiCompatibilityPlugin,SpreadSheetPlugin'; # **STRING 80 EXPERT** # Extensions Repositories Search List
# Foswiki extension repositories are just Foswiki webs that are organised in the -# same way as the Plugins web on Foswiki.org. The 'Find more extensions' link +# same way as the Extensions web on Foswiki.org. The 'Find more extensions' link # above searches these repositories for installable extensions. To set up an # extensions repository: #
    @@ -1286,12 +1286,11 @@ $Foswiki::cfg{PluginsOrder} = 'TWikiCompatibilityPlugin,SpreadSheetPlugin'; #
  1. Copy the FastReport page from Foswiki:Extensions.FastReport to your new web
  2. #
  3. Set the WEBFORMS variable in WebPreferences to PackageForm
  4. #
-# The page for each extension must have the Foswiki form PackageForm, +# The page for each extension must have the PackageForm (copy from Foswiki.org), # and should have the packaged extension attached as a zip and/or # tgz file. #

-# This setting is a semicolon-separated list of repository specifications, each in the format: name=(listurl,puburl). -# For Extensions with the same name in both repositories, the one in the last repository will be chosen, so foswiki should be last for maximum compatibility. +# The search list is a semicolon-separated list of repository specifications, each in the format: name=(listurl,puburl) # where: #

# For example, -# twiki.org=(http://twiki.org/cgi-bin/view/Plugins/,http://twiki.org/p/pub/Plugins/); -# foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/);

+# twiki.org=(http://twiki.org/cgi-bin/view/Plugins/,http://twiki.org/p/pub/Plugins/);foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/);

+# For Extensions with the same name in more than one repository, the last matching repository in the list will be chosen, so Foswiki.org should always be last in the list for maximum compatibility. $Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/)'; 1;