diff options
| -rw-r--r-- | default/config.xml | 2 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/Download.xml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/default/config.xml b/default/config.xml index 54e461f..de3dc53 100644 --- a/default/config.xml +++ b/default/config.xml @@ -9,7 +9,7 @@ <imagesurl>%%documentsurl%%images/</imagesurl> <stylesurl>%%documentsurl%%styles/</stylesurl> <whitespace> </whitespace> - <pubftp>ftp://ftp.buetow.org/pub</pubftp> + <pubftp>FTP HAS BEEN DISABLED</pubftp> </variables> <rules> <!-- Possible rules-params: --> diff --git a/netcalendar.buetow.org/content/Download.xml b/netcalendar.buetow.org/content/Download.xml index 1444c2c..a6173ff 100644 --- a/netcalendar.buetow.org/content/Download.xml +++ b/netcalendar.buetow.org/content/Download.xml @@ -3,14 +3,14 @@ <pagetitle>Download</pagetitle> <textheader>Bytecode compiled Jar archives</textheader> <text>Here you can download the latest bytecode compiled Jar archives. You need a Java 5 runtime environment. Just unpack the zip-file and double click on the .jar file! The calendar comes with a sample database. You may delete all the events first.</text> - <text> - <noop>Look at</noop> - <hyperlink>ftp://ftp.buetow.org/pub/NetCalendar</hyperlink> - <noop>for all available binaries!</noop> - </text> <textheader>Source code</textheader> <text> <noop>The sourcecode can be obtained from git as follows</noop> <pretext>git clone git://git.buetow.org/netcalendar.git</pretext> </text> + <textheader>Zip Files</textheader> + <text> + <noop>The zip files can be obtained from git as well:</noop> + <pretext>git clone -b packages git://git.buetow.org/netcalendar.git netcalendar-packages</pretext> + </text> </content> |
