diff options
Diffstat (limited to 'netcalendar.buetow.org')
| -rw-r--r-- | netcalendar.buetow.org/OBSOLETEPROJECT | 1 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/98.contact.xml | 20 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/Download.xml | 17 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/SVN-Download.xml | 7 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/Screenshots.xml | 8 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/home.xml | 28 | ||||
| -rw-r--r-- | netcalendar.buetow.org/content/license.xml | 30 | ||||
| -rw-r--r-- | netcalendar.buetow.org/htdocs/images/award.gif | bin | 0 -> 9647 bytes | |||
| -rw-r--r-- | netcalendar.buetow.org/htdocs/images/award.org.gif | bin | 0 -> 9647 bytes | |||
| -rw-r--r-- | netcalendar.buetow.org/htdocs/images/head.jpg | bin | 0 -> 32194 bytes | |||
| -rw-r--r-- | netcalendar.buetow.org/htdocs/images/screenshot.png | bin | 0 -> 217299 bytes |
11 files changed, 111 insertions, 0 deletions
diff --git a/netcalendar.buetow.org/OBSOLETEPROJECT b/netcalendar.buetow.org/OBSOLETEPROJECT new file mode 100644 index 0000000..e2892c3 --- /dev/null +++ b/netcalendar.buetow.org/OBSOLETEPROJECT @@ -0,0 +1 @@ +NetCalendar is a network capable calendar application. NetCalendar has a server and a client part which communicate over a TCP/IP network. It also supports secure sockets using SSL. NetCalendar can also be used as a stand-alone application. NetCalendar does not use an SQL database but rather the database of the classic Unix "calendar" program. diff --git a/netcalendar.buetow.org/content/98.contact.xml b/netcalendar.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/netcalendar.buetow.org/content/98.contact.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Contact Me/Us</pagetitle> + <text> + <noop>Please use the </noop> + <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink> + <noop> for any considerations of this humble programming project or any other programming project of mine.</noop> + </text> + <text> + <noop>But you may also use other methods such as listed </noop> + <namedlink href="http://contact.buetow.org">on this site</namedlink> + <noop> for example.</noop> + </text> + <text> + <noop>If you are interested in other projects please visit </noop> + <link>http://dev.buetow.org</link> + <noop> :)</noop> + </text> +</content> + diff --git a/netcalendar.buetow.org/content/Download.xml b/netcalendar.buetow.org/content/Download.xml new file mode 100644 index 0000000..ee18184 --- /dev/null +++ b/netcalendar.buetow.org/content/Download.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <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> + <link>ftp://ftp.buetow.org/pub/NetCalendar</link> + <noop>for all available binaries!</noop> + </text> + <textheader>Source code</textheader> + <text> + <noop>The sourcecode can be obtained from </noop> + <namedlink href="?site=SVN-Download">SVN</namedlink> + <noop> (Subversion).</noop> + </text> +</content> diff --git a/netcalendar.buetow.org/content/SVN-Download.xml b/netcalendar.buetow.org/content/SVN-Download.xml new file mode 100644 index 0000000..17008c9 --- /dev/null +++ b/netcalendar.buetow.org/content/SVN-Download.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Download through SVN (Subversion)</pagetitle> + <text>NetCalendar can be downloaded from SVN. Use the following steps to do so:</text> + <pretext>svn co https://ssl.buetow.org/repos/netcalendar/</pretext> +</content> + diff --git a/netcalendar.buetow.org/content/Screenshots.xml b/netcalendar.buetow.org/content/Screenshots.xml new file mode 100644 index 0000000..72ab8d4 --- /dev/null +++ b/netcalendar.buetow.org/content/Screenshots.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Screenshot</pagetitle> + <text> + <noop>Here the obligatory screenshot of the NetCalendar:</noop> + </text> + <cimg href="%%documentsurl%%images/screenshot.png" /> +</content> diff --git a/netcalendar.buetow.org/content/home.xml b/netcalendar.buetow.org/content/home.xml new file mode 100644 index 0000000..7271948 --- /dev/null +++ b/netcalendar.buetow.org/content/home.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>NetCalendar</pagetitle> + <important> + <text> + <strong>Important notice:</strong> + <noop>The development of NetCalendar has been stalled. In near future, there will be no further development on this project. This project always was a proof of concept only. For current programming projects please visit </noop> + <link>http://dev.buetow.org</link> + <noop> and enjoy :)</noop> + </text> + </important> + <text>NetCalendar is a network capable calendar application. NetCalendar has a server and a client part which communicate over a TCP/IP network. It also supports secure sockets using SSL. NetCalendar can also be used as a stand-alone application. NetCalendar does not use an SQL database but rather the database of the classic Unix "calendar" program.</text> + <text> + <noop>Its initial motivaion was a programming project at the </noop> + <namedlink href="http://www.fh-aachen.de">Aachen University of Applied Sciences</namedlink> + <noop> for the object oriented programming class. But it became much more than just that! If you want to stay informed, please subscibe at </noop> + <namedlink href="http://freecode.com/projects/netcalendar">freecode</namedlink> + <noop> to the netcalendar project. You will receive an email then a new release has been made.</noop> + </text> + <textheader>Sun Feb 08th 2009 - NetCalendar 1.0 released</textheader> + <text>The "NetCalendar 1.0" has been finally released. It has been almost 3 years since 1.0 RC5. However, only a few things have changed. NetCalendar now supports secure sockets using SSL. And the documentation is now completely in english (a part of it used to be in german). I've also managed to include a few cosmetic fixes as well (e.g. new splash screen). </text> + <textheader>Thu May 18th 2006 - Website up</textheader> + <text> + <noop>The initial website of the NetCalendar application is up an running using the </noop> + <namedlink href="http://xerl.buetow.org">Xerl Template Engine</namedlink> + <noop> as its base. All new releases will be anounced here. Currently 1.0 Release Candidate 5 is ready for download.</noop> + </text> +</content> diff --git a/netcalendar.buetow.org/content/license.xml b/netcalendar.buetow.org/content/license.xml new file mode 100644 index 0000000..1b65623 --- /dev/null +++ b/netcalendar.buetow.org/content/license.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>License</pagetitle> + <text> + <noop>NetCalendar is (C) by Paul Buetow.</noop> + </text> + <textheader>GNU General Public license</textheader> + <text> + <noop> + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + </noop> + <newline /> <newline /> + <noop> + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + </noop> + <newline /> <newline /> + <noop> + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + </noop> + </text> +</content> + diff --git a/netcalendar.buetow.org/htdocs/images/award.gif b/netcalendar.buetow.org/htdocs/images/award.gif Binary files differnew file mode 100644 index 0000000..4526f63 --- /dev/null +++ b/netcalendar.buetow.org/htdocs/images/award.gif diff --git a/netcalendar.buetow.org/htdocs/images/award.org.gif b/netcalendar.buetow.org/htdocs/images/award.org.gif Binary files differnew file mode 100644 index 0000000..4526f63 --- /dev/null +++ b/netcalendar.buetow.org/htdocs/images/award.org.gif diff --git a/netcalendar.buetow.org/htdocs/images/head.jpg b/netcalendar.buetow.org/htdocs/images/head.jpg Binary files differnew file mode 100644 index 0000000..b2299ad --- /dev/null +++ b/netcalendar.buetow.org/htdocs/images/head.jpg diff --git a/netcalendar.buetow.org/htdocs/images/screenshot.png b/netcalendar.buetow.org/htdocs/images/screenshot.png Binary files differnew file mode 100644 index 0000000..c239a28 --- /dev/null +++ b/netcalendar.buetow.org/htdocs/images/screenshot.png |
