diff options
Diffstat (limited to 'ychat.buetow.org/content')
| -rw-r--r-- | ychat.buetow.org/content/98.contact.xml | 20 | ||||
| -rw-r--r-- | ychat.buetow.org/content/Documentation.xml | 10 | ||||
| -rw-r--r-- | ychat.buetow.org/content/SVN.xml | 9 | ||||
| -rw-r--r-- | ychat.buetow.org/content/Source-Packages.xml | 10 | ||||
| -rw-r--r-- | ychat.buetow.org/content/home.xml | 31 | ||||
| -rw-r--r-- | ychat.buetow.org/content/license.xml | 30 |
6 files changed, 110 insertions, 0 deletions
diff --git a/ychat.buetow.org/content/98.contact.xml b/ychat.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/ychat.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/ychat.buetow.org/content/Documentation.xml b/ychat.buetow.org/content/Documentation.xml new file mode 100644 index 0000000..6de3507 --- /dev/null +++ b/ychat.buetow.org/content/Documentation.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Documentation</pagetitle> + <text>There are several branches of yChat available. Each branch has its own README file which contains all the documentation stuff. But currently there is only the CURRENT branch active.</text> + <textheader>yChat 0.9 (CURRENT)</textheader> + <text> + <link>https://ssl.buetow.org/repos/ychat/trunk/ychat/README</link> + </text> + <text>Please read the README's very carefully before asking questions. :)</text> +</content> diff --git a/ychat.buetow.org/content/SVN.xml b/ychat.buetow.org/content/SVN.xml new file mode 100644 index 0000000..8401fb4 --- /dev/null +++ b/ychat.buetow.org/content/SVN.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Download through SVN (Subversion)</pagetitle> + <text>yChat can be downloaded from SVN. Use the following steps to do so:</text> + <pretext>svn co https://ssl.buetow.org/repos/ychat/trunk/ychat + cd trunk + more README</pretext> +</content> + diff --git a/ychat.buetow.org/content/Source-Packages.xml b/ychat.buetow.org/content/Source-Packages.xml new file mode 100644 index 0000000..e12b5bb --- /dev/null +++ b/ychat.buetow.org/content/Source-Packages.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Source Packages download</pagetitle> + <text>yChat binaries are not available for download. But source packages can be downloaded.</text> + <text> + <noop>Look at</noop> + <link>ftp://ftp.buetow.org/pub/yChat/</link> + <noop> for all available yChat source packages and at </noop> + </text> +</content> diff --git a/ychat.buetow.org/content/home.xml b/ychat.buetow.org/content/home.xml new file mode 100644 index 0000000..c15ea2b --- /dev/null +++ b/ychat.buetow.org/content/home.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Welcome to yChat</pagetitle> + <important> + <text> + <strong>Important notice:</strong> + <noop>The development of the yChat 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>What is yChat? yChat is an experimental, XML-configurable, fast, very portable, multi-platform Web-based chat server written in C++ and a little subset of C which supports secure SSL sockets using OpenSSL, MySQL databases and is compatible with almost all browsers that support frames and JavaScript. It runs on all servers which are POSIX.4a compatible and use the GNU GCC C++ compiler from 3.1 and up with pthreads enabled. Its developed under the GNU General Public License.</text> + <text> + <noop>If you wanna stay informed, please subscibe at </noop> + <namedlink href="http://freecode.com/projects/yChat">freecode</namedlink> + <noop> to the yChat project. You will receive an email then a new release has been made.</noop> + </text> + <text>PLEASE NOTICE THAT yChat IS NOT Ychat! Ychat is a Yahoo Chat Client while yChat is a web based chat server. So they both handle chatting but are very different and are totally different projects!</text> + <textheader>Changelogs</textheader> + <text> + <noop>The CURRENT (0.9.x) branch changelog can be found at </noop> + <link>https://ssl.buetow.org/repos/ychat/trunk/ychat/CHANGES</link> + </text> + <text> + <noop>The CURRENT (0.9.x) branch todo list can be found at </noop> + <link>https://ssl.buetow.org/repos/ychat/trunk/ychat/TODO</link> + </text> + <text> + <noop>There is no active STABLE branch available atm.</noop> + </text> +</content> diff --git a/ychat.buetow.org/content/license.xml b/ychat.buetow.org/content/license.xml new file mode 100644 index 0000000..330e631 --- /dev/null +++ b/ychat.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>yChat 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> + |
