diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-15 11:33:47 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-15 11:33:47 +0100 |
| commit | d6a800e162ff6eb6a5adfb7201ffb14943b2d4b7 (patch) | |
| tree | 44d39e9926106a8b2e4ba81caa9416072b4a199e | |
| parent | 9c2be04aade944eb6d0d34e00cc4afb03e533e29 (diff) | |
no ftp
| -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> |
