From 3ae7996cf36ac32ffe7d05dd3c7acbf19cc557dc Mon Sep 17 00:00:00 2001 From: CrawfordCurrie Date: Mon, 6 Apr 2009 18:09:00 +0000 Subject: [PATCH] Item1050: improving the doc for how to set up / understand extensions repositories git-svn-id: http://svn.foswiki.org/branches/Release01x00@3381 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- core/lib/Foswiki.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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;