ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/affero.ext
(Generate patch)

Comparing deliantra/server/ext/affero.ext (file contents):
Revision 1.3 by root, Thu Nov 8 19:43:24 2007 UTC vs.
Revision 1.4 by root, Sat Nov 10 22:41:59 2007 UTC

10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of 11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details. 13# GNU General Public License for more details.
14# 14#
15# The authors can be reached via e-mail to <crossfire@schmorp.de> 15# The authors can be reached via e-mail to <support@deliantra.com>
16 16
17# The intent of this file is to provide the user of the server with 17# The intent of this file is to provide the user of the server with
18# a URL where he/she can download the source code of this program 18# a URL where he/she can download the source code of this program
19# together with any maps and archetype data used to run the server. 19# together with any maps and archetype data used to run the server.
20 20
21# The default uses the location of the pristine release and works 21# The default uses the location of the pristine release and works
22# unless you modify the server, in which case you are required to 22# unless you modify the server, in which case you are required to
23# either update the URL here or, preferably, change the source_url_tar 23# either update the URL here or, preferably, change the source_url_tar
24# and source_url_cvs settings in $CONFDIR/config. 24# and source_url_cvs settings in $CONFDIR/config.
25our $URL_TAR = $cf::CFG{source_url_tar} || "http://dist.schmorp.de/crossfire/"; 25our $URL_TAR = $cf::CFG{source_url_tar} || "http://dist.schmorp.de/deliantra/";
26our $URL_TAR_SERVER = "$URL_TAR/cfserver-" . cf::VERSION . ".tar.bz2"; 26our $URL_TAR_SERVER = "$URL_TAR/cfserver-" . cf::VERSION . ".tar.bz2";
27our $URL_TAR_ARCH = "$URL_TAR/cfarch-" . cf::VERSION . ".tar.bz2"; 27our $URL_TAR_ARCH = "$URL_TAR/cfarch-" . cf::VERSION . ".tar.bz2";
28our $URL_TAR_MAPS = "$URL_TAR/cfmaps-" . cf::VERSION . ".tar.bz2"; 28our $URL_TAR_MAPS = "$URL_TAR/cfmaps-" . cf::VERSION . ".tar.bz2";
29our $URL_CVS = $cf::CFG{source_url_cvs} || "http://software.schmorp.de/pkg/cf.schmorp.de.html"; 29our $URL_CVS = $cf::CFG{source_url_cvs} || "http://software.schmorp.de/pkg/cf.schmorp.de.html";
30 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines