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.5 by root, Fri Feb 3 03:01:44 2012 UTC vs.
Revision 1.6 by root, Mon Oct 29 23:33:58 2012 UTC

4# the accompanying file COPYING.Affero for details. 4# the accompanying file COPYING.Affero for details.
5# 5#
6# This file is free software: you can redistribute it and/or modify 6# This file is free software: you can redistribute it and/or modify
7# it under the terms of the GNU Affero General Public License as published by 7# it under the terms of the GNU Affero General Public License as published by
8# the Free Software Foundation, version 3 of the License only. 8# the Free Software Foundation, version 3 of the License only.
9# 9#
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 <support@deliantra.com> 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.
25CONF URL_CVS : source_url_cvs} = "http://software.schmorp.de/pkg/cf.schmorp.de.html"; 25CONF URL_CVS : source_url_cvs = "http://software.schmorp.de/pkg/cf.schmorp.de.html";
26CONF URL_TAR : source_url_tar} = "http://dist.schmorp.de/deliantra/"; 26CONF URL_TAR : source_url_tar = "http://dist.schmorp.de/deliantra/";
27
27our $URL_TAR_SERVER = "$URL_TAR/cfserver-" . cf::VERSION . ".tar.bz2"; 28our $URL_TAR_SERVER = "$URL_TAR/cfserver-" . cf::VERSION . ".tar.bz2";
28our $URL_TAR_ARCH = "$URL_TAR/cfarch-" . cf::VERSION . ".tar.bz2"; 29our $URL_TAR_ARCH = "$URL_TAR/cfarch-" . cf::VERSION . ".tar.bz2";
29our $URL_TAR_MAPS = "$URL_TAR/cfmaps-" . cf::VERSION . ".tar.bz2"; 30our $URL_TAR_MAPS = "$URL_TAR/cfmaps-" . cf::VERSION . ".tar.bz2";
30 31
31cf::register_command sourcecode => sub { 32cf::register_command sourcecode => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines