Skip to content

Commit

Permalink
Item109: Finally reached the end of the renaming of
Browse files Browse the repository at this point in the history
TWikiPreferences to Default/SitePreferences in trunk


git-svn-id: http://svn.foswiki.org/trunk/TWikiDeploymentSpiderAddOn@527 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 10, 2008
1 parent 52d9b96 commit 48ef40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twiki-deployment-spider.pl
Expand Up @@ -16,7 +16,7 @@

# Description:
# 1 Locates TWiki installs (uses Google SOAP API)
# 2 Finds common information from TWikiPreferences
# 2 Finds common information from DefaultPreferences
# 2 Catalog users
# 2 Discovers webs
# 3 Writes found information information into a TWiki topic
Expand Down Expand Up @@ -121,7 +121,7 @@ package TWikiSite;
| Number of users | $self->user_count() |
| Users | http://sitename/..../Main/TWikiUsers
| Webs names |
| TWiki prefs | http://sitename/..../TWiki/TWikiPreferences
| TWiki prefs | http://sitename/..../TWiki/DefaultPreferences
| Plugins installed |
| Main skin |
Expand Down Expand Up @@ -222,7 +222,7 @@ sub reg_site {
# print "$siteurl: \n";
# print "\t$baseurl \n";
my $site = new TWikiSite ($siteurl);
my @webs = get_wikiweblist($baseurl."/TWiki/TWikiPreferences", $siteurl);
my @webs = get_wikiweblist($baseurl."/TWiki/DefaultPreferences", $siteurl);
$site->webs(@webs);

$site->home(get_home($baseurl));
Expand Down

0 comments on commit 48ef40b

Please sign in to comment.