]> git.mxchange.org Git - mailer.git/commitdiff
Local files added.
authorRoland Häder <roland@mxchange.org>
Wed, 1 Apr 2015 08:18:51 +0000 (10:18 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 2 Sep 2017 23:33:50 +0000 (01:33 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
24 files changed:
inc/modules/guest/action-game.php [new file with mode: 0644]
inc/modules/guest/what-blog.php [new file with mode: 0644]
inc/modules/guest/what-bug-tracker.php [new file with mode: 0644]
inc/modules/guest/what-features.php [new file with mode: 0644]
inc/modules/guest/what-forum.php [new file with mode: 0644]
inc/modules/guest/what-planed.php [new file with mode: 0644]
inc/modules/guest/what-promoter.php [new file with mode: 0644]
inc/modules/guest/what-requirements.php [new file with mode: 0644]
inc/modules/guest/what-svn_download.php [new file with mode: 0644]
inc/modules/guest/what-svn_play_trunk.php [new file with mode: 0644]
inc/modules/guest/what-vote.php [new file with mode: 0644]
inc/modules/guest/what-why_gpl.php [new file with mode: 0644]
templates/de/html/blog.tpl [new file with mode: 0644]
templates/de/html/bug-tracker.tpl [new file with mode: 0644]
templates/de/html/features.tpl [new file with mode: 0644]
templates/de/html/page_footer_links.tpl [new file with mode: 0644]
templates/de/html/planed.tpl [new file with mode: 0644]
templates/de/html/promoter.tpl [new file with mode: 0644]
templates/de/html/register_header.tpl [new file with mode: 0644]
templates/de/html/requirements.tpl [new file with mode: 0644]
templates/de/html/svn_download.tpl [new file with mode: 0644]
templates/de/html/svn_play_trunk.tpl [new file with mode: 0644]
templates/de/html/vote.tpl [new file with mode: 0644]
templates/de/html/why_gpl.tpl [new file with mode: 0644]

diff --git a/inc/modules/guest/action-game.php b/inc/modules/guest/action-game.php
new file mode 100644 (file)
index 0000000..451495b
--- /dev/null
@@ -0,0 +1,59 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 10/10/2003 *
+ * ===================                          Last change: 01/16/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-game.php                                  *
+ * -------------------------------------------------------------------- *
+ * Short description : game menu: register, login, welcome and so on    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Hauptmenue: Anmeldung, Login, Willkommen usw.    *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6367                                                   $ *
+ * $Date:: 2013-01-24 19:51:48 +0100 (Thu, 24 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} elseif (isBlockModeEnabled()) {
+       // Block mode detected
+       return;
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load the include file
+$inc = sprintf('inc/modules/guest/what-%s.php', getWhat());
+if (isIncludeReadable($inc)) {
+       // Ok, we finally load the guest action module
+       loadIncludeOnce($inc);
+} else {
+       addFatalMessage(__FILE__, __LINE__, '{--GUEST_WHAT_404--}');
+}
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-blog.php b/inc/modules/guest/what-blog.php
new file mode 100644 (file)
index 0000000..73576ec
--- /dev/null
@@ -0,0 +1,53 @@
+<?php
+/************************************************************************/
+/* M-XChange v0.1.0                                   Start: 10/19/2003 */
+/* ================                             Last change: 10/19/2003 */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* File              : what-                                            */
+/* -------------------------------------------------------------------- */
+/* Short description :                                                  */
+/* -------------------------------------------------------------------- */
+/* Kurzbeschreibung  :                                                  */
+/* -------------------------------------------------------------------- */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* Copyright (c) 2003 by Roland Haeder                                  */
+/* For more information visit: http://www.autoinstaller.de              */
+/*                                                                      */
+/************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->_finishCallback = 'compactContent';
+$rdf->use_dynamic_display(FALSE);
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+       array(
+               'textinput' => 'hidden',
+               'sitelink'  => 'http://status.mxchange.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://status.mxchange.org/index.php/api/statuses/public_timeline.rss');
+outputHtml($rdf->finish(TRUE));
+outputHtml('</div>');
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-bug-tracker.php b/inc/modules/guest/what-bug-tracker.php
new file mode 100644 (file)
index 0000000..e010b55
--- /dev/null
@@ -0,0 +1,77 @@
+ <?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009)             $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder                           *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->use_dynamic_display(FALSE);
+$rdf->_finishCallback = 'compactContent';
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+       array(
+               'textinput' => 'hidden',
+               'sitelink'  => 'http://bugs.shipsimu.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://bugs.shipsimu.org/issues_rss.php?project_id=0');
+
+$output = $rdf->finish(TRUE);
+if (!empty($output)) {
+       outputHtml($output);
+} // END - if
+
+outputHtml('</div>');
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-features.php b/inc/modules/guest/what-features.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-forum.php b/inc/modules/guest/what-forum.php
new file mode 100644 (file)
index 0000000..58d52ce
--- /dev/null
@@ -0,0 +1,56 @@
+<?php
+/************************************************************************/
+/* M-XChange v0.1.0                                   Start: 10/19/2003 */
+/* ================                             Last change: 10/19/2003 */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* File              : what-                                            */
+/* -------------------------------------------------------------------- */
+/* Short description :                                                  */
+/* -------------------------------------------------------------------- */
+/* Kurzbeschreibung  :                                                  */
+/* -------------------------------------------------------------------- */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* Copyright (c) 2003 by Roland Haeder                                  */
+/* For more information visit: http://www.autoinstaller.de              */
+/*                                                                      */
+/************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->_finishCallback = 'compactContent';
+$rdf->use_dynamic_display(FALSE);
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+       array(
+               'textinput' => 'hidden',
+               'sitelink'  => 'http://forum.ship-simu.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://forum.ship-simu.org/rss.xml');
+$out = trim($rdf->finish(TRUE));
+if (!empty($out)) {
+       outputHtml($out);
+} // END - if
+outputHtml('</div>');
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-planed.php b/inc/modules/guest/what-planed.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-promoter.php b/inc/modules/guest/what-promoter.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-requirements.php b/inc/modules/guest/what-requirements.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-svn_download.php b/inc/modules/guest/what-svn_download.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-svn_play_trunk.php b/inc/modules/guest/what-svn_play_trunk.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-vote.php b/inc/modules/guest/what-vote.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-why_gpl.php b/inc/modules/guest/what-why_gpl.php
new file mode 100644 (file)
index 0000000..9e4dc39
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283                                                   $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
+ *                                                                      *
+ * 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.                                  *
+ *                                                                      *
+ * 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.                         *
+ *                                                                      *
+ * 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., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/templates/de/html/blog.tpl b/templates/de/html/blog.tpl
new file mode 100644 (file)
index 0000000..2fd0625
--- /dev/null
@@ -0,0 +1,28 @@
+<div class="para_title align="center">
+  <strong>Mein Blog, mit StatusNet:</strong>
+</div>
+
+<div class="para">
+       Lange war mein Weblog unter blog.mxchange.org down. Ich hatte
+       &quot;damals&quot; einen recht schwachen Server (<em>austria031</em>) und
+       die Spammer hatten tonnenweise Traffic an in geschickt. Dies hatte dazu
+       gef&uuml;hrt, dass mein Server komplett ausgelastet war, sobald ich den Blog
+       Online nahm. Kaum hatte ich die Software (WordPress ist f&uuml;r mich
+       weiterhin eine bemerkenswerte Software) gel&ouml;scht, war wieder alles im
+       gr&uuml;nnen Bereich, der Load ging zur&uuml;ck und der Rest der Webseite
+       war wieder z&uuml;gig erreichbar.
+</div>
+
+<div class="para">
+       Nun versuche ich den Neustart, mit <a rel="external" target="_blank"
+        title="StatusMet" href="http://status.net">StatusNet</a> und ich muss
+       sagen, dass ich bis jetzt sehr zufrieden damit bin.
+</div>
+
+<div class="para">
+       Hier nun aber der neue Link f&uuml;r die Lesezeichen:
+</div>
+
+<div class="para">
+  <a href="http://status.mxchange.org" target="_blank">http://status.mxchange.org</a>
+</div>
diff --git a/templates/de/html/bug-tracker.tpl b/templates/de/html/bug-tracker.tpl
new file mode 100644 (file)
index 0000000..a95a416
--- /dev/null
@@ -0,0 +1,19 @@
+<div class="para_title">
+       <strong>Bug-Tracker - Bitte hier alle Bugs melden:</strong>
+</div>
+
+<div class="para">
+       Unter der folgenden URL gibt es seit einiger Zeit einen Bug-Tracker, mit dem
+       mein Team und ich aktiv Bugs am tracken (verfolgen) sind.
+</div>
+
+<div class="para">
+       URL: <a href="http://bugs.ship-simu.org" target="_blank" rel="me"
+        title="{?MAIN_TITLE?}-Bugtracker - Powered by Mantis">bugs.ship-simu.org</a>
+</div>
+
+<div class="para">
+       Falls ihr mit diesem nicht vertraut sein solltet, so k&ouml;nnt ihr weiterhin
+       Bugs auch problemlos im <a href="http://forum.ship-simu.org" target="_blank"
+        rel="me" title="{?MAIN_TITLE?}-Community - Support-Forum">Forum</a> melden.
+</div>
diff --git a/templates/de/html/features.tpl b/templates/de/html/features.tpl
new file mode 100644 (file)
index 0000000..87b134a
--- /dev/null
@@ -0,0 +1,58 @@
+<div style="text-align: center">
+       <big><strong>Features von {?MAIN_TITLE?}</strong></big>
+</div>
+
+<div class="para">
+       <strong>Was darf es denn sein? Ozean, Hub oder nur Simulation?</strong>
+</div>
+
+<div class="para">
+       &quot;Ozean? Und das auf einem Server?&quot; - &quot;Aber klar. Lese
+       unten weiter.&quot;
+</div>
+
+<div class="para">
+       Was ein Ozean ist, weist du denke ich mal... Ein grosses Weltmeer, an
+       dem - meistens - viele H&auml;fen angebunden sind. Und so
+       &auml;hnlich ist es auch bei {?MAIN_TITLE?} zu verstehen: Wenn du die
+       Software im Ozean-Modus betreibst, kannst du H&auml;fen anlegen (nur
+       als Admin, damit das Spiel nicht ausser Kontrolle ger&auml;t), und deine
+       Gamer k&ouml;nnen dann ihre Reedereien in den H&auml;fen aufbauen.
+       Maximalgrenzen sind nat&uuml;rlich setzbar!
+</div>
+
+<div class="para">
+       Bei Hubs und Ultra-Hubs sieht das ganz anders aus. Hier stellt das Hub eine
+       Art Vermittlungstelle zwischen den Ozean-Servern dar. Wenn also ein Schiff
+       einen Hafen ausserhalb des eigenen Ozeans anfahren will, so muss der Ozean-
+       Server sich beim Master-Server eine Hub-Liste holen, wo &uuml;berall der
+       Ozean an den Hubs eingebucht ist, in dem sich der gew&uuml;nschte Zielhafen
+       befindet. Das Einbuchen am Hub kann aufgrund des verbrauchten Traffics durch die
+       Spieler dann dem Besitzer des Ozean-Servers in Rechnung gestellt werden.
+       Transfer- oder Abfragevolumen stellen hier eine interessante
+       Verdienstm&ouml;glichkeit dar.
+</div>
+
+<div class="para">
+       Das Ultra-Hub wiederrum stellt ein Verbindungsglied zwischen zwei und mehr
+       Hubs dar. Sie nehmen keine Anfragen von Ozean-Servern an, sondern leiten
+       nur Anfragen zwischen den Hubs weiter. Hubs verbinden Ozean-Server
+       miteinander, Ultra-Hubs die Hubs miteinander.
+</div>
+
+<div class="para">
+       <strong>Nur in Planung:</strong> Die &quot;Simulation&quot; stellt einen
+       Java-Client mit 3D-Grafik und -Sound sogar dar und ist derzeit nur in
+       [<a href="{?URL?}/repos/shipsimu-docs/trunk/" title="Ship-Simu
+        Dokumentation">Planung</a>].
+</div>
+
+<div class="para">
+       <font class="tiny">
+               <strong>Hinweise:</strong><br />
+               <big><strong>&middot;</strong></big>&nbsp;Die hier aufgezeigten
+               Verdienstm&ouml;glichkeiten sind unverbindlich und stellen keine
+               Unternehmensberatung dar.<br />
+               <!--<big><strong>&middot;</strong></big>&nbsp;//-->
+       </font>
+</div>
diff --git a/templates/de/html/page_footer_links.tpl b/templates/de/html/page_footer_links.tpl
new file mode 100644 (file)
index 0000000..41c224b
--- /dev/null
@@ -0,0 +1,28 @@
+<div>
+       <a href="http://www.kacke.de" title="Nokia" target="_blank" rel="external"><img
+        src="http://www.kacke.de/nokia.gif" width="133" height="40"
+        alt="Nokia" title="Nokia" border="0" /></a>
+
+       <a href="http://www.gnu.org/licenses/gpl.html" title="GNU General Public License"
+        target="_blank" rel="external license"><img border="0" alt="GNU GPL v3"
+        src="http://imgpool.mxchange.org/banner/gnu/gplv3-127x51.png" width="127"
+        height="51" /></a>
+
+       <a href="http://www.yacy.net/" rel="external" target="_blank"
+        title="YaCy - Distributed Peer-To-Peer Bases Search Engine"><img
+        src="http://imgpool.mxchange.org/shared/yacy_own_80x15.gif" width="80"
+        height="15" alt="YaCy" border="0" /></a>
+
+       <a href="http://www.projecthoneypot.org?rf=31175" rel="external" target="_blank"
+        title="Project Honeypot - Help Stop Spammers Before They Even Get Your Address!"><img
+        src="http://imgpool.mxchange.org/banner/project_honeypot/mini_phpot_link.gif"
+        width="80" height="15" border="0" alt="Project Honeypot" /></a>
+
+       <a href="http://fsfe.org/campaigns/ilovefs/2013/ilovefs.de.html" rel="external"
+        target="_blank"><img src="http://fsfe.org/campaigns/valentine/vd-i-love-fs-80x15.png"
+        style="border: 0 !important;" alt="I love Free Software!" /></a>
+
+       <!-- <a href="http://www.stop-acta.info" rel="external" target="_blank"><img alt="Stop ACTA!"
+        border="0" src="http://www.stopp-acta.info/files/microacta-en.png"
+        height="15" width="80" /></a> //-->
+</div>
diff --git a/templates/de/html/planed.tpl b/templates/de/html/planed.tpl
new file mode 100644 (file)
index 0000000..b5d117b
--- /dev/null
@@ -0,0 +1,56 @@
+<div style="text-align: center">
+       <big><strong>Planung der Reedereisimulation</strong></big>
+</div>
+
+<div class="para">
+       <strong>1. Die API (Application Programming Interface)</strong>
+</div>
+
+<div class="para">
+       Die API ist vollst&auml;ndig in PHP5 und objektorientiert programmiert.
+       Dies hat viele Vorteile, die in der OOP begr&uuml;ndet sind. Zum einen
+       sind die in den Klassen zu verarbeitenden Daten durch Kapselung besser
+       gesch&uuml;tzt. Zum anderen bringen z.B. das Werfen von Exceptions einen
+       &quot;sauberen&quot; Quellcode mit sich, als zur&uuml;ck gelieferte
+       Status-Codes. Zusammengefasst ist der Quellcode klarer strukturiert und
+       bleibt besser &uuml;berschaubarer und Fehler beim Programmieren k&ouml;nnen
+       somit besser vermieden (aber nicht 100%-ig ausgeschlossen) werden.
+</div>
+
+<div class="para">
+       <strong>2. Prinzipieller Aufbau des Spieles</strong>
+</div>
+
+<div class="para">
+       Die Reedereisimulation soll prim&auml;r auf das Aufbauen von Reedereien, das
+       Bauen von Schiffen und auch das Fahren der gebauten Schiffe ausgelegt sein.
+       In der ersten Phase sollen Reedereien - so wie es in diesem Spiel definiert
+       ist - sich in einem &quot;Gr&uuml;nderhafen&quot; (also wo der
+       Hauptfirmensitz sich befindet) ansiedeln k&ouml;nnen und dann - derzeit -
+       Werften, Terminals bauen und Liegepl&auml;tze schaffen k&ouml;nnen.
+</div>
+
+<div class="para">
+       In der n&auml;chsten Phase geht es dann darum, die Schiffe fahren zu
+       lassen. Hierzu sind nat&uuml;rlich - auch in der ersten Phase - Personal
+       n&ouml;tig, wie z.B. Matrosen und der Kapti&auml;n, wie auch anderes Boden-
+       personal (die Arbeiter im Hafen sind damit gemeint). Auch die Werften und
+       Terminals m&uuml;ssen mit Personal belegt werden.
+</div>
+
+<div class="para">
+       Alles dies kostet dann letztendlich auch Geld (sei es Punkte, Wernis,
+       Klammlose oder Primera, spielt hier erstmal keine Rolle), n&auml;mlich
+       das Gehalt f&uuml;r die Mitarbeiter. Einnahmequellen stellen - wie im
+       echten Leben - die Tickets dar, die die ebenfalls spielbaren Passagiere
+       einkaufen k&ouml;nnen.
+</div>
+
+<div class="para">
+       <strong>3. Mehr...</strong>
+</div>
+
+<div class="para">
+       Wie bei jedem Projekt ist vielleicht mehr in der Zukunft geplant. Schaue
+       daher hier mal ab und an vorbei!
+</div>
diff --git a/templates/de/html/promoter.tpl b/templates/de/html/promoter.tpl
new file mode 100644 (file)
index 0000000..12864f0
--- /dev/null
@@ -0,0 +1,54 @@
+<div class="para" style="text-align: center">
+       <big><strong>Promoter - Texte und Grafiken f&uuml;r {?MAIN_TITLE?}</strong></big>
+</div>
+
+<div class="para" style="text-align: center">
+       <strong>Langer Text:</strong>
+</div>
+
+<div class="para">
+       Das Browser-Game <strong>{?MAIN_TITLE?}</strong> ist eine Wirtschaftssimulation bei dem der
+       Spieler entweder eine Reederei gr&uuml;nden kann, als Kapitain oder Matrose auf
+       einem Schiff arbeiten kann oder auch als Passagier alle im Spiel
+       angemeldeten Weltmeere befahren kann.
+</div>
+
+<div class="para">
+       Zuerst wird ein virtueller Ozean &quot;angelegt&quot;, in dem dann -
+       Begrenzung ist immer m&ouml;glich - St&auml;dte erzeugt und darin H&auml;fen
+       angelegt werden k&ouml;nnen. Es ist maximal ein Hafen pro Stadt
+       empfehlenswert! In diesem Hafen k&ouml;nnen dann Reedereien,
+       Schiffsbauunternehmen oder H&auml;ndler sich niederlassen.
+</div>
+
+<div class="para">
+       Ziel des Spieles ist es dann - je nach dem welchen Charakter der Spieler
+       sein will - ein riesiges Reedereiunternehmen aufzubauen, was sich nicht nur
+       dem Wasser als Transportweg widmet. Oder als Passagier (der Spieler) kann
+       der Spieler bei seinen Fahrten sich mit anderen Spielern treffen (wenn man
+       sich z.B. draussen an der Reeling trifft, ist dann wie im wirklichen Leben
+       ein kommunizieren moeglich).
+</div>
+
+<div class="para">
+       Bei herk&ouml;mmlichen Browserspielen gibt es da jedoch ein Problem: Ein
+       Server muss f&uuml;r viele tausende Spieler herhalten. Dass das auf Dauer
+       nur mit dem Ausbau der Serverfarm klappt, sollte jedem klar sein. Genau
+       hier greift jedoch <strong>{?MAIN_TITLE?}</strong> das Peer-To-Peer-Prinzip auf - aus Sicht der
+       Installation, wo jede <strong>{?MAIN_TITLE?}</strong> Installation ein Peer im gesamten Netzwerk
+       darstellt und dabei seinen Ozean und Haefen zum Anfahren anbietet.
+</div>
+
+<div class="para" style="text-align: center">
+       <strong>Kurzer Text: (zirka 500 Zeichen)</strong>
+</div>
+
+<div class="para">
+       Das Browser-Game <strong>{?MAIN_TITLE?}</strong> ist eine Wirtschaftssimulation bei dem der
+       Spieler entweder eine Reederei gr&uuml;nden, als Kapitain oder Matrose auf einem
+       Schiff arbeiten oder auch als Passagier alle im Spiel angemeldeten Weltmeere
+       befahren kann. Ziel des Spieles ist es dann ein riesiges Reedereiunternehmen
+       aufzubauen, das sp&auml;ter auch auf dem Land agiert. Viele browserbasierte
+       Spiele verwenden das Client-Server-Prinzip, was zu hoher Last f&uuml;hren kann,
+       <strong>{?MAIN_TITLE?}</strong> hingegen das Peer-To-Peer-Prinzip.
+</div>
diff --git a/templates/de/html/register_header.tpl b/templates/de/html/register_header.tpl
new file mode 100644 (file)
index 0000000..8cc8465
--- /dev/null
@@ -0,0 +1 @@
+Anmeldeformular zum {?mt_word?} <strong>{?MAIN_TITLE?}</strong>:
diff --git a/templates/de/html/requirements.tpl b/templates/de/html/requirements.tpl
new file mode 100644 (file)
index 0000000..d42eb2e
--- /dev/null
@@ -0,0 +1,54 @@
+<div style="text-align:center">
+       <big><strong>Voraussetzungen:</strong></big>
+</div>
+
+<div class="para_title">
+       Die Voraussetzungen, um <strong>{?MAIN_TITLE?}</strong> spielen zu
+       k&ouml;nnen, h&auml;ngt ganz davon ab, ob Du es herunterladen oder es
+       Online spielen willst:
+</div>
+
+<div class="para_block" align="center">
+       <div class="para_header">
+               <strong>F&uuml;r Online spielen (*):</strong><br />
+               <span class="tiny">(Aktueller [<a href="{?URL?}/modules.php?module=index&amp;what=svn_download">SVN-Stand</a>])</span>
+       </div>
+
+       <div class="para_content">
+               <strong><big>&middot;</big></strong>&nbsp;XHTML 1.0 kompatibler Browser<br />
+               <strong><big>&middot;</big></strong>&nbsp;<strong>Keine</strong> Downloads
+               und/oder Installationen wie Flash usw.<br />
+       </div>
+</div>
+
+<div class="para_block" align="center">
+       <div class="para_header">
+               <strong>Lokal spielen (*):</strong><br />
+               <span class="tiny">(Aktueller [<a href="{?URL?}/modules.php?module=index&amp;what=svn_download">SVN-Stand</a>])</span>
+       </div>
+
+       <div class="para_content">
+               <strong><big>&middot;</big></strong>&nbsp;[<a href="http://www.subversion.org/"
+                target="_blank" rel="external" title="Subversion Corporation">SVN</a>]-[<a
+                href="http://subversion.tigris.org" target="_blank" rel="external"
+                title="Subversion Project Homepage">Client</a>]. Ich kann hier [<a
+                href="http://tortoisesvn.tigris.org/" target="_blank" rel="external"
+                title="TortoiseSVN Download Page">TortoiseSVN</a>] f&uuml;r
+                Einsteiger empfehlen, wof&uuml;r ich aber keinen Support gebe.<br />
+               <strong><big>&middot;</big></strong>&nbsp;PHP 5.2.x (neuste Version ist
+               ratsam wegen Fixes, usw.)<br />
+               <strong><big>&middot;</big></strong>&nbsp;Apache 2.0 mit PHP-Modul oder PHP
+               als CGI. Einsteiger sollten [<a href="http://www.apachefriends.org/de/index.html"
+                target="_blank" rel="external" title="apache-friends: apache,php,mysql und perl
+                installieren">Apache-Friends von apachefriends.org</a>] mal versuchen.<br />
+               <strong><big>&middot;</big></strong>&nbsp;MySQL oder jede andere Datenbank
+               wird zwar derzeit <strong>nicht</strong> ben&ouml;tigt, in Zukunft mit
+               Sicherheit aber schon!<br />
+       </div>
+</div>
+
+<div class="para_footer" align="center">
+       <strong>(*)</strong>: Derzeit ist das Spiel zwar (noch) nicht spielbar,
+       aber die SVN-Version
+       [<a href="http://svn-play.ship-simu.org/index.php?app=ship-simu" target="_blank" rel="me" title="SVN-Trunk herunterladen">erreichbar</a>].
+</div>
diff --git a/templates/de/html/svn_download.tpl b/templates/de/html/svn_download.tpl
new file mode 100644 (file)
index 0000000..144edc4
--- /dev/null
@@ -0,0 +1,52 @@
+<div style="text-align:center">
+       <big><strong>SVN-Download:</strong></big>
+</div>
+
+<div class="para">
+       Hier m&ouml;chte ich eine kurze Anleitgung geben, wie Du an die
+       SVN-Repository von <strong>{?MAIN_TITLE?}</strong> gelangst, und
+       diese ganz einfach aktuell h&auml;lst. Ich gehe hier davon aus,
+       dass [<a href="http://tortoisesvn.tigris.org/" target="_blank" rel="external"
+        title="TorToiseSVN">TortoiseSVN</a>] und Apache-Friends ([<a href="http://www.apachefriends.org"
+        target="_blank" title="Apache-Friends" rel="external">apachefriends.org</a>],
+        nicht mit Bindestrich eingeben!) installiert ist und funktionst&uuml;chtig
+       ist. Zudem sind keine schweren Modifikationen an der php.ini durch dich
+       vorgenommen.
+</div>
+
+<div class="para">
+       <strong><big>&middot;</big></strong>&nbsp;Lege ein Verzeichnis z.B. unter
+       <em>C:&#92;Downloads&#92;SVN&#92;</em> namens <strong>Ship-Simu</strong>
+       und wechsel in dieses hinein.<br />
+       <strong><big>&middot;</big></strong>&nbsp;Rechtsklicke auf die freie
+       Fl&auml;che und w&auml;hle <strong>Checkout...</strong> aus.<br />
+       <strong><big>&middot;</big></strong>&nbsp;Gebe folgende URL ein: <strong><a
+        href="{?URL?}/repos/ship-simu/trunk/">{?URL?}/repos/ship-simu/trunk/</a></strong><br />
+       <strong><big>&middot;</big></strong>&nbsp;Kontrolliere das Checkout-Verzeichnis,
+       es sollte aber stimmen.<br />
+       <strong><big>&middot;</big></strong>&nbsp;Klicke nun auf
+       <strong>OK</strong> und das Tool l&auml;dt den neusten Trunk herunter.
+</div>
+
+<div class="para">
+       Aktualisieren geht noch einfacher - solange du nichts am Quellcode ge&auml;ndert
+       hast:
+</div>
+
+<div class="para">
+       <strong><big>&middot;</big></strong>&nbsp;Wechsel in das Checkout-Verzeichnis
+       von eben gerade.<br />
+       <strong><big>&middot;</big></strong>&nbsp;Rechtsklicke auf eine freie Stelle.<br />
+       <strong><big>&middot;</big></strong>&nbsp;W&auml;hle SVN-&gt;SVN aktualisieren
+       aus.<br />
+       <strong><big>&middot;</big></strong>&nbsp;Das Tool aktualisiert komplett
+       automatisch den Quellcode.
+</div>
+
+<div class="para">
+       <strong>Noch etwas zu Trunks gesagt:</strong> Hier ist der so genannnte
+       Trunk der aktuelle Entwicklerstand. Du l&auml;dst dir also die neusten
+       &Auml;nderungen herunter, bevor diese als ZIP-Datei zum Download bereit
+       stehen. Der Trunk muss nicht immer funktionieren! Wenn Du eine funktionsf&auml;hige
+       Version suchst, warte am besten auf das erste Release.
+</div>
diff --git a/templates/de/html/svn_play_trunk.tpl b/templates/de/html/svn_play_trunk.tpl
new file mode 100644 (file)
index 0000000..f37a419
--- /dev/null
@@ -0,0 +1,24 @@
+<div style="text-align:center">
+       <big><strong>SVN-Trunk spielen:</strong></big>
+</div>
+
+<div class="para">
+       M&ouml;chtest du dir {?MAIN_TITLE?} einfach nur ansehen? Oder es dir
+       einfach und bequem ohne l&auml;stige Installation mal ausprobieren? Dann
+       spiele <u>kostenlos</u> den SVN-Trunk:
+</div>
+
+<div class="para">
+       [<strong><a href="http://svn-play.ship-simu.org/index.php?app=ship-simu"
+        rel="me" target="_blank" title="Hier SVN-Trunk spielen">Hier
+       <u>kostenlos</u></a></strong>] den SVN-Trunk spielen.
+</div>
+
+<div class="para tiny">
+       <strong>Beachte bitte:</strong> Der Trunk stellt die Entwickler-Version
+       dar und kann auch mal nicht funktionieren. Als Login und Passwort muss du
+       bei der ersten Abfrage <strong>svn</strong> verwenden, um den
+       Htaccess-Schutz passieren zu k&ouml;nnen. Ich habe dies machen m&uuml;ssen,
+       da die momentanige Version nicht schnell genug auf Anfragen reagiert und
+       somit den Server auslasten k&ouml;nnte.
+</div>
diff --git a/templates/de/html/vote.tpl b/templates/de/html/vote.tpl
new file mode 100644 (file)
index 0000000..c403d9c
--- /dev/null
@@ -0,0 +1,31 @@
+<div align="center">
+  <strong>F&uuml;r {?MAIN_TITLE?} abstimmen:</strong>
+</div>
+
+<p align="center">
+<a href="http://www.galaxy-news.de/charts/?op=vote&amp;game_id=2054" rel="external"
+ target="_blank"><img src="http://imgpool.mxchange.org/shared/galaxy-news_vote.gif"
+ border="0" alt="Die besten Browsergames in den Galaxy-News MMOG-Charts!" /></a>
+<a href="http://www.browsergamer.de/" rel="external" target="_blank"><img
+ src="http://www.browsergamer.de/button.php?u=Quix0r" alt="Browsergames kostenlos"
+ width="88" height="31" border="0" title="Browsergames kostenlos" /></a>
+<span style="width:88px; height:31px; display:inline-block; overflow:hidden;
+ background-image:url(http://www.kostenlose-browsergames.de/images/bgbutton.gif);
+ background-repeat:no-repeat; text-align:left;"><a target="_blank" rel="external"
+ href="http://www.kostenlose-browsergames.de" style="width:87px; height:27px;
+ display:inline-block; margin: 4px 0 0 1px;"
+ title="Kostenlose Browsergames">kostenlose browsergames</a></span>
+<a href="http://www.bgame.de/vote.php?game=93" rel="external" target="_blank"><img
+ src="http://imgpool.mxchange.org/banner/vote/bgame-vote_88x31.gif" width="88"
+ height="31" alt="Bei BGame.de fuer {?MAIN_TITLE?} abstimmen" title="Bei BGame.de
+ fuer {?MAIN_TITLE?} - {?SLOGAN?} abstimmen" /></a>
+</p>
+
+<div align="center">
+  <strong>Linkverzeichnisse, die {?MAIN_TITLE?} aufgenommen haben:</strong>
+</div>
+
+<p align="center">
+  <a href="http://www.bunte-suche.de" target="_blank"><img src="http://www.bunte-suche.de/grafik/buntesuche-klein.gif"
+   width="111" height="35" alt="ausgewhlt von bunte-suche.de" border="0" /></a>
+</p>
diff --git a/templates/de/html/why_gpl.tpl b/templates/de/html/why_gpl.tpl
new file mode 100644 (file)
index 0000000..d255fd4
--- /dev/null
@@ -0,0 +1,63 @@
+<div style="text-align: center">
+       <big><strong>Wieso ich die <a href="http://www.gnu.org/licenses/gpl.txt"
+        target="_blank" rel="external" title="Direkt-Link zur Text-Version"
+        rel="external">GNU GPL</a> verwendet habe:</strong></big>
+</div>
+
+<div class="para">
+       Ich m&ouml;chte hier nicht auf rechtliche Fragen (*) oder moralische Dinge
+       eingehen. Mit der Entscheidung, das Spiel unter der GNU GPL freizugeben,
+       werden neue M&ouml;glichkeiten entstehen, einen Verdienst mit dem Spiel zu
+       erziehen. Die klassische Weise, Geld zu verdienen, ist dass der Quellcode -
+       also die Scripte oder &quot;Software&quot; - geheimgehalten wird (dies wird
+       auch als &quot;Close-Source&quot; oder &quot;prohibitory&quot; bezeichnet)
+       und z.B. das Spiel gekauft werden muss, was bei &quot;lokalen&quot;
+       (regul&auml;ren) Spielen der Fall ist.
+</div>
+
+<div class="para">
+       Bei Browser-Spielen k&ouml;nnte man auch den Quellcode geheimhalten, aber
+       nicht die Software verkaufen (das ginge bei Scripten nicht, da diese dann
+       lesbar w&auml;ren). Meistens wird entweder ein kostenloses Spielekonto
+       angeboten, aber mit Werbeeinblendungen (Banner, Layer) versehen, oder der
+       Spieler kann ein werbefreies Account einkaufen, das ihm dann monatlich /
+       j&auml;hrlich eine Geb&uuml;hr kostet. Es gibt hier bestimmt noch weitere
+       M&ouml;glichkeiten, auf die ich aber erstmal nicht weiter eingehen
+       m&ouml;chte - wie z.B. Premium-Features.
+</div>
+
+<div class="para">
+       Mit <strong>{?MAIN_TITLE?}</strong> wird nun (fast) alles anders sein.
+       Zum einem ist die Engine (also die Spielesoftware) frei [<a
+        href="{?URL?}/modules.php?module=index&amp;what=svn_download"
+        title="SVN Download">erh&auml;ltlich</a>]. Zum anderen wird es durch
+       die so genannte Hub-Funktion des Scriptes eine Verdienstm&ouml;glichkeit
+       geben, die ich [<a href="{?URL?}/modules.php?module=index&amp;what=features">hier</a>]
+       n&auml;her erleutert habe.
+</div>
+
+<div class="para">
+       Die eigentliche Motivation, <strong>{?MAIN_TITLE?}</strong> offen zu
+       legen und somit es frei zug&auml;nglich zu machen, ist darin
+       begr&uuml;ndet, dass ich gerne die &quot;Open-Source Gemeinde&quot; um ein
+       weiteres, freies Produkt reicher machen m&ouml;chte. Zudem anderen
+       gef&auml;llt es mir, wie die Nutzer auf freie Software reagieren -
+       n&auml;mlich durchweg positiv. Nat&uuml;rlich gibt es auch an meiner
+       Software M&auml;ngel und man kann es nicht jedem Recht machen, aber daf&uuml;r
+       sind wir zu verschiedene Menschen mit verschiedenen Ansichten.
+</div>
+
+<div class="para">
+       Die Spieledokumentation von A bis Z ist unter der GNU FDL (Free
+       Documentation License) und (bei keiner Angabe) Public Domain, also frei
+       verwendbar, wie du es willst. Mehr dazu
+       [<a href="{?URL?}/modules.php?module=index&what=requirements">hier</a>].
+</div>
+
+<div class="para">
+       <font class="tiny">
+               <strong>(*):</strong>&nbsp;Bitte habe Verst&auml;ndnis daf&uuml;r,
+               dass ich hier keine rechtlichen Fragen dir erkl&auml;ren kann und auch
+               nicht darf. Ich bin kein Rechtsanwalt und kenne micht damit nicht aus.
+       </font>
+</div>