Changeset 866


Ignore:
Timestamp:
11/23/08 06:11:28 (4 years ago)
Author:
SvenDowideit
Message:

Item175: replace twiki.org links with foswiki.org ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki.spec

    r844 r866  
    1414# As per the GPL, removal of this notice is prohibited. 
    1515# 
    16 # This configuration file is held in 'twiki/lib' directory. You can edit 
     16# This configuration file is held in 'foswiki/lib' directory. You can edit 
    1717# this file directly to set your configuration, but it's much MUCH better 
    1818# to leave this file untouched and create a new file called "LocalSite.cfg" 
     
    8888 
    8989# **STRING** 
    90 # If your host has aliases (such as both www.twiki.org and twiki.org, and some IP addresses) 
     90# If your host has aliases (such as both www.foswiki.org and foswiki.org, and some IP addresses) 
    9191# you need to list them to tell Foswiki that redirecting to them is OK. Foswiki uses redirection 
    9292# as part of its normal mode of operation when it changes between editing and viewing. 
     
    100100# **PATH M** 
    101101# This is the 'cgi-bin' part of URLs used to access the Foswiki bin 
    102 # directory e.g. <code>/twiki/bin</code><br /> 
     102# directory e.g. <code>/foswiki/bin</code><br /> 
    103103# Do <b>not</b> include a trailing /. 
    104104# <p /> 
    105 # See http://twiki.org/cgi-bin/view/Support.ShorterUrlCookbook for more information on setting up 
     105# See http://foswiki.org/Support.ShorterUrlCookbook for more information on setting up 
    106106# Foswiki to use shorter script URLs. 
    107 # $Foswiki::cfg{ScriptUrlPath} = '/twiki/bin'; 
     107# $Foswiki::cfg{ScriptUrlPath} = '/foswiki/bin'; 
    108108 
    109109# **URLPATH M** 
    110 # Attachments URL path e.g. /twiki/pub 
     110# Attachments URL path e.g. /foswiki/pub 
    111111# <p /><b>Security Note:</b> files in this directory are *not* 
    112112# protected by Foswiki access controls. If you require access controls, you 
    113113# will have to use webserver controls (e.g. .htaccess on Apache) 
    114 # $Foswiki::cfg{PubUrlPath} = '/twiki/pub'; 
     114# $Foswiki::cfg{PubUrlPath} = '/foswiki/pub'; 
    115115 
    116116# **PATH M** 
    117 # Attachments store (file path, not URL), must match /twiki/pub e.g. 
    118 # /usr/local/twiki/pub 
    119 # $Foswiki::cfg{PubDir} = '/home/httpd/twiki/pub'; 
     117# Attachments store (file path, not URL), must match /foswiki/pub e.g. 
     118# /usr/local/foswiki/pub 
     119# $Foswiki::cfg{PubDir} = '/home/httpd/foswiki/pub'; 
    120120 
    121121# **PATH M** 
    122 # Template directory e.g. /usr/local/twiki/templates 
    123 # $Foswiki::cfg{TemplateDir} = '/home/httpd/twiki/templates'; 
     122# Template directory e.g. /usr/local/foswiki/templates 
     123# $Foswiki::cfg{TemplateDir} = '/home/httpd/foswiki/templates'; 
    124124 
    125125# **PATH M** 
    126 # Topic files store (file path, not URL) e.g. /usr/local/twiki/data 
    127 # $Foswiki::cfg{DataDir} = '/home/httpd/twiki/data'; 
     126# Topic files store (file path, not URL) e.g. /usr/local/foswiki/data 
     127# $Foswiki::cfg{DataDir} = '/home/httpd/foswiki/data'; 
    128128 
    129129# **PATH M** 
    130 # Translation files directory (file path, not URL) e.g. /usr/local/twiki/locales 
    131 # $Foswiki::cfg{LocalesDir} = '/home/httpd/twiki/po'; 
     130# Translation files directory (file path, not URL) e.g. /usr/local/foswiki/locales 
     131# $Foswiki::cfg{LocalesDir} = '/home/httpd/foswiki/po'; 
    132132 
    133133# **PATH M** 
     
    153153# verification.</li> 
    154154# </ul> 
    155 # $Foswiki::cfg{WorkingDir} = '/home/httpd/twiki/working'; 
     155# $Foswiki::cfg{WorkingDir} = '/home/httpd/foswiki/working'; 
    156156 
    157157# **STRING 10** 
     
    221221# up expired sessions using CGI processes. Instead you should use a cron 
    222222# job to clean up expired sessions. The standard maintenance cron script 
    223 # <tt>tools/tick_twiki.pl</tt> includes this function. 
     223# <tt>tools/tick_foswiki.pl</tt> includes this function. 
    224224$Foswiki::cfg{Sessions}{ExpireAfter} = 21600; 
    225225 
     
    505505 
    506506# **BOOLEAN EXPERT** 
    507 # Build the path to /twiki/bin from the URL that was used to get this 
     507# Build the path to /foswiki/bin from the URL that was used to get this 
    508508# far. This can be useful when rewriting rules or redirection are used 
    509509# to shorten URLs. Note that displayed links are incorrect after failed 
     
    523523# **BOOLEAN EXPERT** 
    524524# Remove port number from URL. If set, and a URL is given with a port 
    525 # number e.g. http://my.server.com:8080/twiki/bin/view, this will strip 
     525# number e.g. http://my.server.com:8080/foswiki/bin/view, this will strip 
    526526# off the port number before using the url in links. 
    527527$Foswiki::cfg{RemovePortNumber}  = $FALSE; 
     
    551551# e-mail addresses and control the activities of benign robots. These 
    552552# should be enough to handle intranet requirements. Administrators of 
    553 # public (internet) sites are strongly recommended to investigate the 
    554 # <a href="http://twiki.org/cgi-bin/view/Plugins/BlackListPlugin"> 
    555 # BlackListPlugin </a> 
     553# public (internet) sites are strongly recommended to install  
     554# <a href="http://foswiki.org/Extensions/AntiSpamPlugin"> 
     555# AntiSpamPlugin </a> 
    556556 
    557557# **STRING 50** 
     
    917917# algorithm, which may work better on your configuration. 
    918918# Note that there is an alternative algorithm available from 
    919 # http://twiki.org/cgi-bin/view/Plugins/NativeSearchContrib, that often 
     919# http://foswiki.org/Extensions/NativeSearchContrib, that often 
    920920# gives better performance with mod_perl and Speedy CGI. 
    921921$Foswiki::cfg{RCS}{SearchAlgorithm} = 'Foswiki::Store::SearchAlgorithms::Forking'; 
     
    10071007# Mail domain sending mail, required if you are using Net::SMTP. SMTP 
    10081008# requires that you identify the server sending mail. If not set,  
    1009 # Net::SMTP will guess it for you. Example: twiki.your.company. 
     1009# Net::SMTP will guess it for you. Example: foswiki.your.company. 
    10101010# <b>CAUTION</b> This setting can be overridden by a setting of SMTPSENDERHOST 
    10111011# in SitePreferences. Make sure you delete that setting if you are using a 
     
    12211221# <ol> 
    12221222# <li>Create a Foswiki web to contain the repository</li> 
    1223 # <li>Copy the <tt>FastReport</tt> page from <a href="http://twiki.org/cgi-bin/view/Plugins/FastReport?raw=on">Foswiki:Extensions.FastReport</a> to your new web</li> 
    1224 # <li> Copy the <tt>PackageForm</tt> page from <a href="http://twiki.org/cgi-bin/view/Plugins/PackageForm?raw=on">Foswiki:Extensions.PackageForm</a> to your new web</li> 
     1223# <li>Copy the <tt>FastReport</tt> page from <a href="http://foswiki.org/Extensions/FastReport?raw=on">Foswiki:Extensions.FastReport</a> to your new web</li> 
    12251224# <li> Set the <tt>WEBFORMS</tt> variable in WebPreferences to <tt>PackageForm</tt></li> 
    12261225# </ol> 
     
    12371236# </ul> 
    12381237# For example,<code> 
    1239 # foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Plugins/); 
     1238# foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/); 
    12401239# twiki.org=(http://twiki.org/cgi-bin/view/Plugins/,http://twiki.org/p/pub/Plugins/);</code><p /> 
    1241 $Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Plugins/)'; 
     1240$Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/)'; 
    124212411; 
Note: See TracChangeset for help on using the changeset viewer.