]> git.mxchange.org Git - mailer.git/blobdiff - docs/mindmap_20080517.html
Documentation moved to new repository 'shipsimu-docs'
[mailer.git] / docs / mindmap_20080517.html
diff --git a/docs/mindmap_20080517.html b/docs/mindmap_20080517.html
deleted file mode 100644 (file)
index 67a14c9..0000000
+++ /dev/null
@@ -1,755 +0,0 @@
-<html>
-<head>
-<title>Ship-Simu Ship-Simulation</title>
-<style type="text/css">
-    span.foldopened { color: white; font-size: xx-small;
-    border-width: 1; font-family: monospace; padding: 0em 0.25em 0em 0.25em; background: #e0e0e0;
-    VISIBILITY: visible;
-    cursor:pointer; }
-
-
-    span.foldclosed { color: #666666; font-size: xx-small;
-    border-width: 1; font-family: monospace; padding: 0em 0.25em 0em 0.25em; background: #e0e0e0;
-    VISIBILITY: hidden;
-    cursor:pointer; }
-
-    span.foldspecial { color: #666666; font-size: xx-small; border-style: none solid solid none;
-    border-color: #CCCCCC; border-width: 1; font-family: sans-serif; padding: 0em 0.1em 0em 0.1em; background: #e0e0e0;
-    cursor:pointer; }
-
-    li { list-style: none; }
-
-    span.l { color: red; font-weight: bold; }
-
-    a:link {text-decoration: none; color: black; }
-    a:visited {text-decoration: none; color: black; }
-    a:active {text-decoration: none; color: black; }
-    a:hover {text-decoration: none; color: black; background: #eeeee0; }
-
-</style>
-<!-- ^ Position is not set to relative / absolute here because of Mozilla -->
-</head>
-<body>
-
-<script language="JavaScript">
-   // Here we implement folding. It works fine with MSIE5.5, MSIE6.0 and
-   // Mozilla 0.9.6.
-
-   if (document.layers) {
-      //Netscape 4 specific code
-      pre = 'document.';
-      post = ''; }
-   if (document.getElementById) {
-      //Netscape 6 specific code
-      pre = 'document.getElementById("';
-      post = '").style'; }
-   if (document.all) {
-      //IE4+ specific code
-      pre = 'document.all.';
-      post = '.style'; }
-
-function layer_exists(layer) {
-   try {
-      eval(pre + layer + post);
-      return true; }
-   catch (error) {
-      return false; }}
-
-function show_layer(layer) {
-   eval(pre + layer + post).position = 'relative'; 
-   eval(pre + layer + post).visibility = 'visible'; }
-
-function hide_layer(layer) {
-   eval(pre + layer + post).visibility = 'hidden';
-   eval(pre + layer + post).position = 'absolute'; }
-
-function hide_folder(folder) {
-    hide_folding_layer(folder)
-    show_layer('show'+folder);
-
-    scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
-}
-
-function show_folder(folder) {
-    // Precondition: all subfolders are folded
-
-    show_layer('hide'+folder);
-    hide_layer('show'+folder);
-    show_layer('fold'+folder);
-
-    scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
-
-    var i;
-    for (i=1; layer_exists('fold'+folder+'_'+i); ++i) {
-       show_layer('show'+folder+'_'+i); }
-}
-function show_folder_completely(folder) {
-    // Precondition: all subfolders are folded
-
-    show_layer('hide'+folder);
-    hide_layer('show'+folder);
-    show_layer('fold'+folder);
-
-    scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
-
-    var i;
-    for (i=1; layer_exists('fold'+folder+'_'+i); ++i) {
-       show_folder_completely(folder+'_'+i); }
-}
-
-
-
-function hide_folding_layer(folder) {
-   var i;
-   for (i=1; layer_exists('fold'+folder+'_'+i); ++i) {
-       hide_folding_layer(folder+'_'+i); }
-
-   hide_layer('hide'+folder);
-   hide_layer('show'+folder);
-   hide_layer('fold'+folder);
-
-   scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
-}
-
-function fold_document() {
-   var i;
-   var folder = '1';
-   for (i=1; layer_exists('fold'+folder+'_'+i); ++i) {
-       hide_folder(folder+'_'+i); }
-}
-
-function unfold_document() {
-   var i;
-   var folder = '1';
-   for (i=1; layer_exists('fold'+folder+'_'+i); ++i) {
-       show_folder_completely(folder+'_'+i); }
-}
-
-</script>
-<SPAN class=foldspecial onclick="fold_document()">All +</SPAN>
-<SPAN class=foldspecial onclick="unfold_document()">All -</SPAN>
-<p><span style="font-size: 150%;font-family: SansSerif, sans-serif; font-weight: bold; ">Ship-Simu Ship-Simulation</span>
-<ul><li><span id="show1_1" class="foldclosed" onClick="show_folder('1_1')" style="POSITION: absolute">+</span> <span id="hide1_1" class="foldopened" onClick="hide_folder('1_1')">-</Span>
-<span style="font-size: 133%;font-family: SansSerif, sans-serif; font-weight: bold; ">Browser-Game</span>
-<ul id="fold1_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_1" class="foldclosed" onClick="show_folder('1_1_1')" style="POSITION: absolute">+</span> <span id="hide1_1_1" class="foldopened" onClick="hide_folder('1_1_1')">-</Span>
-Tick-based simulation
-<ul id="fold1_1_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_1_1" class="foldclosed" onClick="show_folder('1_1_1_1')" style="POSITION: absolute">+</span> <span id="hide1_1_1_1" class="foldopened" onClick="hide_folder('1_1_1_1')">-</Span>
-Cronological job (cron)
-<ul id="fold1_1_1_1" style="POSITION: relative; VISIBILITY: visible;"><li>Addional requirement for installation
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_2" class="foldclosed" onClick="show_folder('1_1_2')" style="POSITION: absolute">+</span> <span id="hide1_1_2" class="foldopened" onClick="hide_folder('1_1_2')">-</Span>
-Click-based simulation
-<ul id="fold1_1_2" style="POSITION: relative; VISIBILITY: visible;"><li>User clicks a button, action performed
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_3" class="foldclosed" onClick="show_folder('1_1_3')" style="POSITION: absolute">+</span> <span id="hide1_1_3" class="foldopened" onClick="hide_folder('1_1_3')">-</Span>
-Pseudo-3D graphics
-<ul id="fold1_1_3" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_3_1" class="foldclosed" onClick="show_folder('1_1_3_1')" style="POSITION: absolute">+</span> <span id="hide1_1_3_1" class="foldopened" onClick="hide_folder('1_1_3_1')">-</Span>
-Still graphics
-<ul id="fold1_1_3_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_3_1_1" class="foldclosed" onClick="show_folder('1_1_3_1_1')" style="POSITION: absolute">+</span> <span id="hide1_1_3_1_1" class="foldopened" onClick="hide_folder('1_1_3_1_1')">-</Span>
-Different ships
-<ul id="fold1_1_3_1_1" style="POSITION: relative; VISIBILITY: visible;"><li>Passenger ship
-
-</li>
-<li>Oil tanker
-
-</li>
-<li>Container ship
-
-</li>
-<li>Misc small ships
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_3_1_2" class="foldclosed" onClick="show_folder('1_1_3_1_2')" style="POSITION: absolute">+</span> <span id="hide1_1_3_1_2" class="foldopened" onClick="hide_folder('1_1_3_1_2')">-</Span>
-Buildings
-<ul id="fold1_1_3_1_2" style="POSITION: relative; VISIBILITY: visible;"><li>Shipyard
-
-</li>
-<li>Dry dock
-
-</li>
-<li>Terminal building
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_3_1_3" class="foldclosed" onClick="show_folder('1_1_3_1_3')" style="POSITION: absolute">+</span> <span id="hide1_1_3_1_3" class="foldopened" onClick="hide_folder('1_1_3_1_3')">-</Span>
-Vehicles
-<ul id="fold1_1_3_1_3" style="POSITION: relative; VISIBILITY: visible;"><li>Container carrier
-
-</li>
-<li>Crane
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_3_1_4" class="foldclosed" onClick="show_folder('1_1_3_1_4')" style="POSITION: absolute">+</span> <span id="hide1_1_3_1_4" class="foldopened" onClick="hide_folder('1_1_3_1_4')">-</Span>
-All pics should be self-shooted
-<ul id="fold1_1_3_1_4" style="POSITION: relative; VISIBILITY: visible;"><li>This avoids copyright conflicts
-
-</li>
-<li>The requested buildings/vehicles must be found in reality
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_3_2" class="foldclosed" onClick="show_folder('1_1_3_2')" style="POSITION: absolute">+</span> <span id="hide1_1_3_2" class="foldopened" onClick="hide_folder('1_1_3_2')">-</Span>
-Slightly moved graphics (GIF)
-<ul id="fold1_1_3_2" style="POSITION: relative; VISIBILITY: visible;"><li>Water surface
-
-</li>
-<li>Sky texture
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_4" class="foldclosed" onClick="show_folder('1_1_4')" style="POSITION: absolute">+</span> <span id="hide1_1_4" class="foldopened" onClick="hide_folder('1_1_4')">-</Span>
-Fully XHTML 1.0
-<ul id="fold1_1_4" style="POSITION: relative; VISIBILITY: visible;"><li>Latest Internet standard
-
-</li>
-<li>Older browsers will make lesser trouble
-
-</li>
-<li><span id="show1_1_4_1" class="foldclosed" onClick="show_folder('1_1_4_1')" style="POSITION: absolute">+</span> <span id="hide1_1_4_1" class="foldopened" onClick="hide_folder('1_1_4_1')">-</Span>
-Should validate with the W3C HTML Validator
-<ul id="fold1_1_4_1" style="POSITION: relative; VISIBILITY: visible;"><li><a href="http://validator.w3.org" target="_blank"><span class=l>~</span>&nbsp;http://validator.w3.org
-</a>
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_5" class="foldclosed" onClick="show_folder('1_1_5')" style="POSITION: absolute">+</span> <span id="hide1_1_5" class="foldopened" onClick="hide_folder('1_1_5')">-</Span>
-<span style="font-family: SansSerif, sans-serif; ">Design is CSS-based</span>
-<ul id="fold1_1_5" style="POSITION: relative; VISIBILITY: visible;"><li>Themes are possible
-
-</li>
-
-</ul>
-</li>
-<li>Nice AJAX features
-
-</li>
-<li><span id="show1_1_6" class="foldclosed" onClick="show_folder('1_1_6')" style="POSITION: absolute">+</span> <span id="hide1_1_6" class="foldopened" onClick="hide_folder('1_1_6')">-</Span>
-News on the front page (home)
-<ul id="fold1_1_6" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_6_1" class="foldclosed" onClick="show_folder('1_1_6_1')" style="POSITION: absolute">+</span> <span id="hide1_1_6_1" class="foldopened" onClick="hide_folder('1_1_6_1')">-</Span>
-The news source can be choosen from different
-<ul id="fold1_1_6_1" style="POSITION: relative; VISIBILITY: visible;"><li>Previously typed and stored in database
-
-</li>
-<li><span id="show1_1_6_1_1" class="foldclosed" onClick="show_folder('1_1_6_1_1')" style="POSITION: absolute">+</span> <span id="hide1_1_6_1_1" class="foldopened" onClick="hide_folder('1_1_6_1_1')">-</Span>
-Local XML files
-<ul id="fold1_1_6_1_1" style="POSITION: relative; VISIBILITY: visible;"><li><span style="font-family: SansSerif, sans-serif; ">Hint: Created by external generators</span>
-
-</li>
-
-</ul>
-</li>
-<li>Remote XMLs like RSS feeds
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_6_2" class="foldclosed" onClick="show_folder('1_1_6_2')" style="POSITION: absolute">+</span> <span id="hide1_1_6_2" class="foldopened" onClick="hide_folder('1_1_6_2')">-</Span>
-The typer can choose a category
-<ul id="fold1_1_6_2" style="POSITION: relative; VISIBILITY: visible;"><li>New categories can be suggested by the typer
-
-</li>
-<li>An admin can create new categories
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_6_3" class="foldclosed" onClick="show_folder('1_1_6_3')" style="POSITION: absolute">+</span> <span id="hide1_1_6_3" class="foldopened" onClick="hide_folder('1_1_6_3')">-</Span>
-Comments are allowable
-<ul id="fold1_1_6_3" style="POSITION: relative; VISIBILITY: visible;"><li>Logged-in users
-
-</li>
-<li><span id="show1_1_6_3_1" class="foldclosed" onClick="show_folder('1_1_6_3_1')" style="POSITION: absolute">+</span> <span id="hide1_1_6_3_1" class="foldopened" onClick="hide_folder('1_1_6_3_1')">-</Span>
-Guests as well
-<ul id="fold1_1_6_3_1" style="POSITION: relative; VISIBILITY: visible;"><li>Secured with CAPTCHA
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_6_4" class="foldclosed" onClick="show_folder('1_1_6_4')" style="POSITION: absolute">+</span> <span id="hide1_1_6_4" class="foldopened" onClick="hide_folder('1_1_6_4')">-</Span>
-One object for all news should be fine
-<ul id="fold1_1_6_4" style="POSITION: relative; VISIBILITY: visible;"><li>Do not use one object per news entry!
-
-</li>
-<li><span id="show1_1_6_4_1" class="foldclosed" onClick="show_folder('1_1_6_4_1')" style="POSITION: absolute">+</span> <span id="hide1_1_6_4_1" class="foldopened" onClick="hide_folder('1_1_6_4_1')">-</Span>
-The object receives a "Requestable" object
-<ul id="fold1_1_6_4_1" style="POSITION: relative; VISIBILITY: visible;"><li>Obtain page number and sent comment data from it
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_7" class="foldclosed" onClick="show_folder('1_1_7')" style="POSITION: absolute">+</span> <span id="hide1_1_7" class="foldopened" onClick="hide_folder('1_1_7')">-</Span>
-<span style="font-size: 116%;font-family: SansSerif, sans-serif; font-weight: bold; ">Strict coding guidelines for better PHP code</span>
-<ul id="fold1_1_7" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_7_1" class="foldclosed" onClick="show_folder('1_1_7_1')" style="POSITION: absolute">+</span> <span id="hide1_1_7_1" class="foldopened" onClick="hide_folder('1_1_7_1')">-</Span>
-<span style="font-family: SansSerif, sans-serif; font-weight: bold; ">General code structure</span>
-<ul id="fold1_1_7_1" style="POSITION: relative; VISIBILITY: visible;"><li>Fully object-oriented
-
-</li>
-<li>Use of different but practical design patterns
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_7_2" class="foldclosed" onClick="show_folder('1_1_7_2')" style="POSITION: absolute">+</span> <span id="hide1_1_7_2" class="foldopened" onClick="hide_folder('1_1_7_2')">-</Span>
-<span style="font-family: SansSerif, sans-serif; font-weight: bold; ">Documentation</span>
-<ul id="fold1_1_7_2" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_7_2_1" class="foldclosed" onClick="show_folder('1_1_7_2_1')" style="POSITION: absolute">+</span> <span id="hide1_1_7_2_1" class="foldopened" onClick="hide_folder('1_1_7_2_1')">-</Span>
-In-line documentation
-<ul id="fold1_1_7_2_1" style="POSITION: relative; VISIBILITY: visible;"><li>Script header with full copyright and license as requested by GNU GPL 3
-
-</li>
-<li>Method headers with Doxygen compatible tags
-
-</li>
-<li>Comments above single lines for better understanding what is happening
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_1_7_2_2" class="foldclosed" onClick="show_folder('1_1_7_2_2')" style="POSITION: absolute">+</span> <span id="hide1_1_7_2_2" class="foldopened" onClick="hide_folder('1_1_7_2_2')">-</Span>
-Files in directory "docs"
-<ul id="fold1_1_7_2_2" style="POSITION: relative; VISIBILITY: visible;"><li>COPYING*
-
-</li>
-<li>Conception
-
-</li>
-<li>NEWS
-
-</li>
-<li>README
-
-</li>
-<li>ArgoUML diagram
-
-</li>
-<li>FreeMind document
-
-</li>
-<li>THANKS
-
-</li>
-<li>minmap_yyyymmdd.html
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span style="font-family: SansSerif, sans-serif; font-weight: bold; ">Folding of the code</span>
-
-</li>
-<li><span style="font-family: SansSerif, sans-serif; font-weight: bold; ">Tabs and spaces</span>
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2" class="foldclosed" onClick="show_folder('1_2')" style="POSITION: absolute">+</span> <span id="hide1_2" class="foldopened" onClick="hide_folder('1_2')">-</Span>
-<span style="font-size: 133%;font-family: SansSerif, sans-serif; font-weight: bold; ">How does a shipping company work?</span>
-<ul id="fold1_2" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_1" class="foldclosed" onClick="show_folder('1_2_1')" style="POSITION: absolute">+</span> <span id="hide1_2_1" class="foldopened" onClick="hide_folder('1_2_1')">-</Span>
-Start as a founder by selecting a harbor
-<ul id="fold1_2_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_1_1" class="foldclosed" onClick="show_folder('1_2_1_1')" style="POSITION: absolute">+</span> <span id="hide1_2_1_1" class="foldopened" onClick="hide_folder('1_2_1_1')">-</Span>
-Construct neccessary buildings
-<ul id="fold1_2_1_1" style="POSITION: relative; VISIBILITY: visible;"><li>Make contract with construction companies
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_1_2" class="foldclosed" onClick="show_folder('1_2_1_2')" style="POSITION: absolute">+</span> <span id="hide1_2_1_2" class="foldopened" onClick="hide_folder('1_2_1_2')">-</Span>
-Order ship parts
-<ul id="fold1_2_1_2" style="POSITION: relative; VISIBILITY: visible;"><li>Fron your partners
-
-</li>
-<li>On global market
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_1_3" class="foldclosed" onClick="show_folder('1_2_1_3')" style="POSITION: absolute">+</span> <span id="hide1_2_1_3" class="foldopened" onClick="hide_folder('1_2_1_3')">-</Span>
-Make contracts with other companies
-<ul id="fold1_2_1_3" style="POSITION: relative; VISIBILITY: visible;"><li>Construct ships for your partner
-
-</li>
-<li>Drive constructed ships by your partner
-
-</li>
-
-</ul>
-</li>
-<li>Build ship parts and trade them
-
-</li>
-<li><span id="show1_2_1_4" class="foldclosed" onClick="show_folder('1_2_1_4')" style="POSITION: absolute">+</span> <span id="hide1_2_1_4" class="foldopened" onClick="hide_folder('1_2_1_4')">-</Span>
-Become CEO and manage your company
-<ul id="fold1_2_1_4" style="POSITION: relative; VISIBILITY: visible;"><li>Nominate department managers
-
-</li>
-<li>Recruit new employees
-
-</li>
-<li>Pay salery to your employees
-
-</li>
-
-</ul>
-</li>
-<li>Let other gamer manage your company
-
-</li>
-<li><span id="show1_2_1_5" class="foldclosed" onClick="show_folder('1_2_1_5')" style="POSITION: absolute">+</span> <span id="hide1_2_1_5" class="foldopened" onClick="hide_folder('1_2_1_5')">-</Span>
-Compare prices
-<ul id="fold1_2_1_5" style="POSITION: relative; VISIBILITY: visible;"><li>Make a purchase computation system
-
-</li>
-
-</ul>
-</li>
-<li>Manage a journey
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_2" class="foldclosed" onClick="show_folder('1_2_2')" style="POSITION: absolute">+</span> <span id="hide1_2_2" class="foldopened" onClick="hide_folder('1_2_2')">-</Span>
-Or start as an employee
-<ul id="fold1_2_2" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_2_1" class="foldclosed" onClick="show_folder('1_2_2_1')" style="POSITION: absolute">+</span> <span id="hide1_2_2_1" class="foldopened" onClick="hide_folder('1_2_2_1')">-</Span>
-Start as a simple sailor
-<ul id="fold1_2_2_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_2_1_1" class="foldclosed" onClick="show_folder('1_2_2_1_1')" style="POSITION: absolute">+</span> <span id="hide1_2_2_1_1" class="foldopened" onClick="hide_folder('1_2_2_1_1')">-</Span>
-And end up as a captain
-<ul id="fold1_2_2_1_1" style="POSITION: relative; VISIBILITY: visible;"><li>Control your ship (depends on client)
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_2_2" class="foldclosed" onClick="show_folder('1_2_2_2')" style="POSITION: absolute">+</span> <span id="hide1_2_2_2" class="foldopened" onClick="hide_folder('1_2_2_2')">-</Span>
-Or start as a shipbuilder
-<ul id="fold1_2_2_2" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_2_2_1" class="foldclosed" onClick="show_folder('1_2_2_2_1')" style="POSITION: absolute">+</span> <span id="hide1_2_2_2_1" class="foldopened" onClick="hide_folder('1_2_2_2_1')">-</Span>
-Repair ships
-<ul id="fold1_2_2_2_1" style="POSITION: relative; VISIBILITY: visible;"><li>Renew the painting
-
-</li>
-<li>Fix broken things
-
-</li>
-
-</ul>
-</li>
-<li>Build up new ships
-
-</li>
-
-</ul>
-</li>
-<li>As an officer
-
-</li>
-<li>As a cleaner
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_3" class="foldclosed" onClick="show_folder('1_2_3')" style="POSITION: absolute">+</span> <span id="hide1_2_3" class="foldopened" onClick="hide_folder('1_2_3')">-</Span>
-Create a board of managers
-<ul id="fold1_2_3" style="POSITION: relative; VISIBILITY: visible;"><li>Only for bigger comanpies
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_4" class="foldclosed" onClick="show_folder('1_2_4')" style="POSITION: absolute">+</span> <span id="hide1_2_4" class="foldopened" onClick="hide_folder('1_2_4')">-</Span>
-Design your own ships
-<ul id="fold1_2_4" style="POSITION: relative; VISIBILITY: visible;"><li>From templates (default ships)
-
-</li>
-<li>Or your complete freely designed layout
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_5" class="foldclosed" onClick="show_folder('1_2_5')" style="POSITION: absolute">+</span> <span id="hide1_2_5" class="foldopened" onClick="hide_folder('1_2_5')">-</Span>
-Ride constructed ships
-<ul id="fold1_2_5" style="POSITION: relative; VISIBILITY: visible;"><li>Make sail plans
-
-</li>
-<li><span id="show1_2_5_1" class="foldclosed" onClick="show_folder('1_2_5_1')" style="POSITION: absolute">+</span> <span id="hide1_2_5_1" class="foldopened" onClick="hide_folder('1_2_5_1')">-</Span>
-Transportate cargo or humans
-<ul id="fold1_2_5_1" style="POSITION: relative; VISIBILITY: visible;"><li>Make your passengers happy
-
-</li>
-<li>Load containers and bring them to other harbors
-
-</li>
-<li>Transportate oil from ricks to the refineries
-
-</li>
-
-</ul>
-</li>
-<li>Depends on used client
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_6" class="foldclosed" onClick="show_folder('1_2_6')" style="POSITION: absolute">+</span> <span id="hide1_2_6" class="foldopened" onClick="hide_folder('1_2_6')">-</Span>
-Earn a lot (virtual/real) money
-<ul id="fold1_2_6" style="POSITION: relative; VISIBILITY: visible;"><li>Sell a journey
-
-</li>
-<li>Trade with goods
-
-</li>
-<li>Construct ships for other companies
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_2_7" class="foldclosed" onClick="show_folder('1_2_7')" style="POSITION: absolute">+</span> <span id="hide1_2_7" class="foldopened" onClick="hide_folder('1_2_7')">-</Span>
-Play as a passenger
-<ul id="fold1_2_7" style="POSITION: relative; VISIBILITY: visible;"><li>Order a jorney to your desired destionation
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_3" class="foldclosed" onClick="show_folder('1_3')" style="POSITION: absolute">+</span> <span id="hide1_3" class="foldopened" onClick="hide_folder('1_3')">-</Span>
-<span style="font-size: 133%;font-family: SansSerif, sans-serif; font-weight: bold; ">Multi-Player Mode</span>
-<ul id="fold1_3" style="POSITION: relative; VISIBILITY: visible;"><li>Networked over hubs
-
-</li>
-<li><span id="show1_3_1" class="foldclosed" onClick="show_folder('1_3_1')" style="POSITION: absolute">+</span> <span id="hide1_3_1" class="foldopened" onClick="hide_folder('1_3_1')">-</Span>
-Big map which holds all harbors
-<ul id="fold1_3_1" style="POSITION: relative; VISIBILITY: visible;"><li>Seperated into small maps to cluster the load over the network
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_4" class="foldclosed" onClick="show_folder('1_4')" style="POSITION: absolute">+</span> <span id="hide1_4" class="foldopened" onClick="hide_folder('1_4')">-</Span>
-Java client
-<ul id="fold1_4" style="POSITION: relative; VISIBILITY: visible;"><li>Real-time simulation
-
-</li>
-<li><span id="show1_4_1" class="foldclosed" onClick="show_folder('1_4_1')" style="POSITION: absolute">+</span> <span id="hide1_4_1" class="foldopened" onClick="hide_folder('1_4_1')">-</Span>
-OpenGL (3D Graphics)
-<ul id="fold1_4_1" style="POSITION: relative; VISIBILITY: visible;"><li>JOGL
-
-</li>
-
-</ul>
-</li>
-<li>OpenAL (3D sound)
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_5" class="foldclosed" onClick="show_folder('1_5')" style="POSITION: absolute">+</span> <span id="hide1_5" class="foldopened" onClick="hide_folder('1_5')">-</Span>
-"Faked" Single-Player
-<ul id="fold1_5" style="POSITION: relative; VISIBILITY: visible;"><li>Locally installed version
-
-</li>
-<li>Does not connect to other hubs
-
-</li>
-<li><span id="show1_5_1" class="foldclosed" onClick="show_folder('1_5_1')" style="POSITION: absolute">+</span> <span id="hide1_5_1" class="foldopened" onClick="hide_folder('1_5_1')">-</Span>
-"Save games" should be incompatible with MP mode
-<ul id="fold1_5_1" style="POSITION: relative; VISIBILITY: visible;"><li>Avoids cheating
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_6" class="foldclosed" onClick="show_folder('1_6')" style="POSITION: absolute">+</span> <span id="hide1_6" class="foldopened" onClick="hide_folder('1_6')">-</Span>
-Sand-Box Mode
-<ul id="fold1_6" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_6_1" class="foldclosed" onClick="show_folder('1_6_1')" style="POSITION: absolute">+</span> <span id="hide1_6_1" class="foldopened" onClick="hide_folder('1_6_1')">-</Span>
-The player can test the game
-<ul id="fold1_6_1" style="POSITION: relative; VISIBILITY: visible;"><li>Some people like to "explore" the game
-
-</li>
-<li>Or just wanna have a look
-
-</li>
-
-</ul>
-</li>
-<li><span style="font-family: SansSerif, sans-serif; ">There are no competitors</span>
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_7" class="foldclosed" onClick="show_folder('1_7')" style="POSITION: absolute">+</span> <span id="hide1_7" class="foldopened" onClick="hide_folder('1_7')">-</Span>
-Modern-epoche game
-<ul id="fold1_7" style="POSITION: relative; VISIBILITY: visible;"><li>Age: 1950+
-
-</li>
-<li>The abstraction level is kept low
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_8" class="foldclosed" onClick="show_folder('1_8')" style="POSITION: absolute">+</span> <span id="hide1_8" class="foldopened" onClick="hide_folder('1_8')">-</Span>
-License
-<ul id="fold1_8" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_8_1" class="foldclosed" onClick="show_folder('1_8_1')" style="POSITION: absolute">+</span> <span id="hide1_8_1" class="foldopened" onClick="hide_folder('1_8_1')">-</Span>
-The game
-<ul id="fold1_8_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_8_1_1" class="foldclosed" onClick="show_folder('1_8_1_1')" style="POSITION: absolute">+</span> <span id="hide1_8_1_1" class="foldopened" onClick="hide_folder('1_8_1_1')">-</Span>
-Ship-Simu is licensed under the GNU GPL 3 or any newer version
-<ul id="fold1_8_1_1" style="POSITION: relative; VISIBILITY: visible;"><li>See docs/COPYING.software
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_8_2" class="foldclosed" onClick="show_folder('1_8_2')" style="POSITION: absolute">+</span> <span id="hide1_8_2" class="foldopened" onClick="hide_folder('1_8_2')">-</Span>
-This document
-<ul id="fold1_8_2" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_8_2_1" class="foldclosed" onClick="show_folder('1_8_2_1')" style="POSITION: absolute">+</span> <span id="hide1_8_2_1" class="foldopened" onClick="hide_folder('1_8_2_1')">-</Span>
-This mind-map is licensed under the GNU FDL 1.2 or any newer version
-<ul id="fold1_8_2_1" style="POSITION: relative; VISIBILITY: visible;"><li>See docs/COPYING.documents
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><span id="show1_9" class="foldclosed" onClick="show_folder('1_9')" style="POSITION: absolute">+</span> <span id="hide1_9" class="foldopened" onClick="hide_folder('1_9')">-</Span>
-Data exchange protocol
-<ul id="fold1_9" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_9_1" class="foldclosed" onClick="show_folder('1_9_1')" style="POSITION: absolute">+</span> <span id="hide1_9_1" class="foldopened" onClick="hide_folder('1_9_1')">-</Span>
-Default is an own small format
-<ul id="fold1_9_1" style="POSITION: relative; VISIBILITY: visible;"><li>Reduces traffic between servers
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_9_2" class="foldclosed" onClick="show_folder('1_9_2')" style="POSITION: absolute">+</span> <span id="hide1_9_2" class="foldopened" onClick="hide_folder('1_9_2')">-</Span>
-Easy rewriteable to e.g. XML
-<ul id="fold1_9_2" style="POSITION: relative; VISIBILITY: visible;"><li>Other clients (Flash) can also connect
-
-</li>
-
-</ul>
-</li>
-<li>Java and browser client can play together
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_10" class="foldclosed" onClick="show_folder('1_10')" style="POSITION: absolute">+</span> <span id="hide1_10" class="foldopened" onClick="hide_folder('1_10')">-</Span>
-Optional Pillory
-<ul id="fold1_10" style="POSITION: relative; VISIBILITY: visible;"><li>To make e.g. nazi activity public
-
-</li>
-<li>Shall keep bad players away
-
-</li>
-<li><span id="show1_10_1" class="foldclosed" onClick="show_folder('1_10_1')" style="POSITION: absolute">+</span> <span id="hide1_10_1" class="foldopened" onClick="hide_folder('1_10_1')">-</Span>
-Requires some "game-moderator" access level to manage
-<ul id="fold1_10_1" style="POSITION: relative; VISIBILITY: visible;"><li>The moderator shall have an extra flag e.g. "pillory_accessable"
-
-</li>
-
-</ul>
-</li>
-<li><span id="show1_10_2" class="foldclosed" onClick="show_folder('1_10_2')" style="POSITION: absolute">+</span> <span id="hide1_10_2" class="foldopened" onClick="hide_folder('1_10_2')">-</Span>
-Players, companies et cetera should be lockable
-<ul id="fold1_10_2" style="POSITION: relative; VISIBILITY: visible;"><li>The moderator can choose wether to lock with pillory entry or just locking down
-
-</li>
-
-</ul>
-</li>
-
-</ul>
-</li>
-<li><a href="http://www.ship-simu.org" target="_blank"><span class=l>~</span>&nbsp;http://www.ship-simu.org
-</a>
-
-</li>
-
-</ul><SCRIPT language=JavaScript>
-fold_document();
-</SCRIPT>
-</body>
-</html>