Creating some content and structure for the Gemini Management website
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
deleted file mode 100644
index 9dd172c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="up" href="index.html" title="Gemini Web Programmer Guide"><link rel="prev" href="index.html" title="Gemini Web Programmer Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
deleted file mode 100644
index d828a36..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/index.html
deleted file mode 100644
index 7b8016e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web Programmer Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.0.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
deleted file mode 100644
index 6c28636..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini.web" module="gemini-web-programmer-guide" revision="2.0.0.RELEASE" status="integration" publication="20110818142207"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
deleted file mode 100644
index 7f0cdc1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
deleted file mode 100644
index 44a6e6a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.0.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
deleted file mode 100644
index 5b6e675..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
+++ /dev/null
@@ -1,284 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 188 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gaqco4U]+\(khY]MAt<df/H:U,bm[WLkBBV5ocoEdNJqus1e5B.(;@pn_>mUq+="SA?A>2#pr-O#Y$HmG`7=*27^:a@hhRhODlc)R"kK7@]#)-BA#-j%e2Xbg\g8VQVu%+hEH^1/9+!YJ*aJ8lL"QYQ'#QVUNT=cp"--U]LFutnVb*\NI;?k8G4Q3~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 286 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/e9oHkB&;KZP'm"1%Ai"-bb]-]6\-R]K-@=BflOqP[C=U)6PPThnGaB%`G`m9l$TZEmq/FI11^>j2N59?E%Y"cdVhJM=j.NekS4\-1VsaFp=(X-!`\=Gi6<\;Sa%9REA^qhWp]C1]c3dC0#oWJ3V.)o#9T]Jd($'IV.[uVTc_TXW"GM^q1,<l(*2/X+Mq=3',m.V<FY9&m8&Jgrbc8+NIug)Mf2WUuqF)G>)*()KCXd6T9DUAFIHaZKn[+V$]QdcuTf#](DL-ZuYBLA@qu]!UE'O~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
-endstream
-endobj
-17 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 16 0 R
->>
-endobj
-18 0 obj
-<< /Length 511 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbW?Vc;.'ZJu,.IJF-YgPie4Dk?>NQH8RI5!i=.&.+K"Ea1g>ILfBM940^H@,(`kM1e\Li2Z5TEI=fVT=EB,%.E>^b`5%N^p>@E!Qhr2[H"k%HSRV%eUYUX)HC59<ju&#DA.b&91^6!hD\p$ZeW>#h`.&U%(s&9pL+FSZKsIK`RlG'OkRu4$]++OJV;(X?SJs`("\5Wj7On.2lKT7@f?'P[1>*>pc]Z,U-6B6l.aGf9#-;S]a"Xj0cpTkF#"qq(YfEMcciH[78);<-Mh&<Vk%dX'dq+8^P4H4?@r:UFr[;6<D_^(K!8Wf_Y2>2!p\A)cOH?94b)?ADd;D'm![)VG^hs#W"JeMfq..&WN[#)&Z/K?("bkd_Em&IQp5mk[4GB90effYsVf.Kk&;Y!\DC2HCohH?,g:X!I@%iE+j*sE/LA%3_^ri+n>>/3Pi*9:CW%72+?XK'Gl8F+CpF;.`iAt\YGa;&?$)Hf)Cjt%t$5\Mms8]k="reIK?<"lb3~>
-endstream
-endobj
-19 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 18 0 R
-/Annots 20 0 R
->>
-endobj
-20 0 obj
-[
-21 0 R
-]
-endobj
-21 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-22 0 obj
-<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
-endstream
-endobj
-23 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 22 0 R
->>
-endobj
-26 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 24 0 R
- /Next 28 0 R
- /A 25 0 R
->> endobj
-28 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 24 0 R
- /Prev 26 0 R
- /Next 29 0 R
- /A 27 0 R
->> endobj
-29 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 24 0 R
- /First 30 0 R
- /Last 30 0 R
- /Prev 28 0 R
- /Count -1
- /A 13 0 R
->> endobj
-30 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 29 0 R
- /A 15 0 R
->> endobj
-31 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-32 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-33 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 6
-/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 24 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-24 0 obj
-<<
- /First 26 0 R
- /Last 29 0 R
->> endobj
-25 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-xref
-0 34
-0000000000 65535 f 
-0000004218 00000 n 
-0000004310 00000 n 
-0000004530 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000350 00000 n 
-0000000456 00000 n 
-0000000567 00000 n 
-0000000673 00000 n 
-0000001050 00000 n 
-0000001172 00000 n 
-0000001206 00000 n 
-0000004631 00000 n 
-0000001342 00000 n 
-0000004697 00000 n 
-0000001479 00000 n 
-0000001692 00000 n 
-0000001800 00000 n 
-0000002403 00000 n 
-0000002526 00000 n 
-0000002553 00000 n 
-0000002746 00000 n 
-0000002995 00000 n 
-0000004763 00000 n 
-0000004814 00000 n 
-0000003103 00000 n 
-0000004879 00000 n 
-0000003344 00000 n 
-0000003540 00000 n 
-0000003726 00000 n 
-0000003887 00000 n 
-0000003995 00000 n 
-0000004105 00000 n 
-trailer
-<<
-/Size 34
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-4945
-%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01.html
deleted file mode 100644
index 9661e7f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01s02.html" title="1.2&nbsp;About This Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
deleted file mode 100644
index cd30133..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.2&nbsp;About This Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch01.html" title="1.&nbsp;Overview"><link rel="prev" href="ch01.html" title="1.&nbsp;Overview"><link rel="next" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2&nbsp;About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">1.&nbsp;Overview</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02.html
deleted file mode 100644
index 2286060..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.&nbsp;Installing Gemini Web</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch01s02.html" title="1.2&nbsp;About This Guide"><link rel="next" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;Installing Gemini Web</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
deleted file mode 100644
index ae029a4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
-					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
-					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03.html
deleted file mode 100644
index 7634796..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
deleted file mode 100644
index 9eed45c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
deleted file mode 100644
index 6afdc85..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/index.html
deleted file mode 100644
index e4d6903..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2010 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ivy.xml
deleted file mode 100644
index f4830a7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini.web" module="gemini-web-user-guide" revision="2.0.0.RELEASE" status="integration" publication="20110818142207"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
deleted file mode 100644
index 5a2df76..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
deleted file mode 100644
index 6228cc3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
+++ /dev/null
@@ -1,272 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2010 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
-					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
-					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
deleted file mode 100644
index 94207a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
+++ /dev/null
@@ -1,1115 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 381 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU>u/?\'Sc)R/'d7B3!<DSlWlBUd:cu/l@nh]FfZfjMdb+rIrDq0Bp4r%0'IA&%dt(@'Z'Tf#W+kf*.h8r(h!tEJ>!AWi-#\T0h%=^0Pu##5ud>7b#P9R4ba:)*$m=7VD*<nMdbRYX6d'R2gVICn-7lqQV/M:FfED0b":>+!_Y6,38A.De4QFTln1qDg$^TsZ?,]V8]MF";8`s.=6BJ9l>l8Q$eG7tbpam/.)sA3*sqZ5I/bXtnpF@PaHN]l*fO;R]03Y5I):R2I;3EfU2e1j02?\3k.Bf@Z8Q1g+.J,eCu<3G\abC5R&Wl/16b4WL2+%l:AV;;ASe?rL[<jN/:I#LjsR!YW=%mE:?lUs=R!,rZ=fS^i!2ZoRka~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 625 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/h;/_pX&BE]".K#PseAE+*IdB+!AX_+`6)q;+&#;1a26\rJP-7)3$"0PsGmo\&4T'5T36B2?]ArH>T7)"%!$s<m6,&oo?o(.m0OFrr!!<eQ'F*\t%=ZXp@TBZpE$$D5U]a+o0%V?>;$tR$DXP:^OFK3O#sb0j@KMUC7Kb'c+Xhq#"L7CjbEf+ZB05.i6"3">@c6M8Gr**'1pT?n0hZVV!?pchE<o..)VjDX&6d2]IFh_]I=d8&Z62rh>N>s]+pr<CeBefm_b.@`0_5h3%+]LCb<lf&:1TcaSl=W/fc<+d;t\L7FfsjBU<uD0ENsMZ`bI.$@)&t3Xd_;=a?i$Q56Eu5ifeMHck+W3O`&)5WgI8q>2F5C)Qu8!cg)u9U&D>IKU8_$>02)poEQ=o?]3OPpa13ZP!s)=9s;52T!uOW#C1g780%B!&aZ%I7k*#:e#K.3N21P>bOP5s4>1br\m?!(:KHt`U[44/.TiGYQ.7BcQE52J0=$$[S8lc9WGTWH.&\c.@*6(/CN%J"n\V&]K)Tm6O'7ajO8<G`m(D+<WM3udWW!rEe9o\9m""9^Ap8jkWLbA-?qB=\[l,<&1]*:t/2Q%9+;4,B`9!L2n'1FVIu,F0<r~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-16 0 R
-18 0 R
-20 0 R
-22 0 R
-24 0 R
-26 0 R
-28 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 627.536 221.664 615.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 614.336 211.992 602.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 601.136 196.992 589.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 21 0 R
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 587.936 298.32 575.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 23 0 R
-/H /I
->>
-endobj
-24 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 574.736 169.332 562.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 25 0 R
-/H /I
->>
-endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 561.536 392.64 549.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 27 0 R
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 548.336 299.988 536.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 29 0 R
-/H /I
->>
-endobj
-30 0 obj
-<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
-endstream
-endobj
-31 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 30 0 R
->>
-endobj
-32 0 obj
-<< /Length 770 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gasan966RV&AI`dFEA!n/V/0=k-U-rS^+%=BmXN?OH$J%"[iL3j*tEEYdGa`p2GPIG/)jO?ei]I]*B-LJpe?2c4'([JnF-g.%9*4nfr`L5<s4KISL0_6W4m+3:^e%d,aF[kSGZXGN^uC5Fm<qBT*AH&B&X05j0)=S5<D.a^\1`Pr.6!WoAWI&><S^`5>I%JLj5B$eaODp1j.cCom+l'fD>3d.U#mAL;Fpe<N1tpYp@H7&8rfYm6cY/P,K=biG)!oW"M?OOK0HT]`[7`E&kL[Y<B%H!/$]<;I-O:[9;tah"V!(0l@2Gb$=TgQRoD"L!?5B0X-=>n,f_0X\cl0Hl]b[`35gYqX+4N"rc,nQpfN<9)bT%^N_JJL9YYA;VaO78EguZ1I=(+e[?u3Na0+T8"\W!4ricOm@eTar-Z,O9Oiuf$7@[5!GJ$*P,(P&=1RIkVH^..Mm')M6@?l1IL-uQ_C'q.-;K!e5e\EWfra.9Z4>9@I:"<*V;&5h^[8N4kQU]]"WrBWC8i'*2i0C9N+g=\f4hG$OaFF#LK9hIQ+LeDO]WE9f(4:m25MDs3'mSZcl%9i0t/1*`W<;IQuu;$Q+&6=2-.p`k_$O*_fZpKYMY$NArXRACS^k;.^.D"Y[Yddc.eL<=Nh3,u6$&A-)tQm@"q&LY?niL1=>]En=t)*37j;NPW,%FK*\gR,KfIco`*LV>lM5#0cE\(3[Ksr^g`k`oq2411"9\,JR/2(?SaO4tl'aKo*bpThjBULg<&k!Nhd!aT~>
-endstream
-endobj
-33 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 32 0 R
-/Annots 34 0 R
->>
-endobj
-34 0 obj
-[
-35 0 R
-]
-endobj
-35 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-36 0 obj
-<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
-endstream
-endobj
-37 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 36 0 R
->>
-endobj
-38 0 obj
-<< /Length 2333 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=->Ar7S'Roe[d/&t,0eH;Q/IqrP2=4QUBU9Pa[Ug:dS$pkhU+=>_ZA8DP*F3r(;nf>%!K#C<o)$]mAFHCjaa;';P^(c$3O5d;Lfu_7V,h7Cg[[['\E@)FNV1=,,M1M6q*#*J(:r)Ia##HD,`1!8^A^E7i\]6<^5CUOoqs\G<84/KkQZCF/aa1BZHa5f'iZ8]IE=l(^@1&D/k"QsE@o=,C+(H<fP$\U7A[u*era1]HgO`*nrlb*-r*3SUXit1KYOPM-2o&pbH*rq[A-mdB".=[HB-M0j1Td4bdN\5&EpN`l?S-DM4=-q"W=T\GKJ8HA5hKs$%gL`,ap#Mm4slp<pY8rqEAX>XbRG<LjG#)49,gKEC4MO1!_3WCg"B3=>gIjh^YbKdBB=WBd]CPXPO,W6[>phMXBeA;O/X)"s/o;ge:lf0Hup'\(4@UksDp5P$F5e^^<)U2:qLli:U2^$>Y!]%TH'3\"Wn'oCDe!0C%Yi/CR!VMc110R7BU#(k6#=*D3fclAo61F%A33.0,i[$YLcteY(.R\VS^-?/FjJT,3k[pOMU0^*'erICL/fKm8G4gBq!$a;gZ_`su'b4Fg/9/2j=l\LY!$&b@:)k(:[%('!A,O4`N]g!mH9l3"[S6fcD$;M>2$0Xd+iR"L+<;iPX2p8LuEe=[Q,NEofQ`*5L[QkqN)<D-+hJufNss.-7V+uV'mC^d_UGe-AZISQ"]lbVAo2KR0[01O_XpQ.r6Ghp5>\aO[>fT%)4gO<p(ID1\A!eVlGEg4cC>0:+:L!qDAjH-Bq3SRO[C/$gH6pt,b#3akq:)5dW"dH_i+,nSL!<.G`1k,0_M`.;og#$K#@?4od&lWB(^.THJ/r[J:HC%t6's@*OMeBXgTPu+I!CC@%cFQ/1qFZ'a,47`7kMS*CZpKlg_?0(D]5SOCH6"L%,:ITLYdL,f^GIT$PmstVd$8:FF-lk>Dhfc*a@5`=hHad/l?BiJN\9AB/j!*LB;dB*1D(@=LH='S6Q%n+Fl$;\.P)'/]%W%giNPOC[+SrHf8XC:m>@dL)H".e0!],PO_lEq[<SVfT[JA2IC,p_hKQYGch$S4>fZFnHEI!W$B(of;T8kQTnGa:H+<n9r[j`),.rP_dAdQ!a<h\4ojku-Y_"d;M2-4pCDY9);m-:KXYtg]Qp0Sqb8NH589*^@oKI%-fX],?B#lTFZe'aZRNO?CE,Q>Fj/pXKOVTY[E3I85F[EjH*@@S>1uE#bHa/TgZa#GLG.CXje&@Ek^!=&$ksD3;)#GGB-Oql.5QfjZ1t1,iNrq(UT0ks7cTo15!=&0$PefbD+[bGDF]7@?9'FFaCmQb2l<iTor0e?*a/e1t567A@B_+Ps2@1gR1MF_M<b?ZI0$H&]IU@'1Q!>hrd)h`oo?$MJJ'A@PIVdGD*YL<GWSG^;BErh&#eIB52^C)tc$@W]R1:OSc%rV24#@ooYo]t%514t$16s[eA=;=iFV7M@W=QD:HhoDtPLVrF+KVSfE**UO1$*B*#cp^%Z_g:%d`d>.+Dm4><oEl:d.auf6AG\=o-G73N<-A9$fD=EP,M[O"ACFBhM7CmR!-i1OT8o7gHj2^qce,#;;DsP$HMg:XF!%ti7?(<l-<ji\f<hF1S5;P1"1%?-?lEb7=#tH2)$?iNDa,ka^:YjT(!R$,PO"d+\_=;W<>$WP$ro?(n7L+?\c-&h$2/)'_\P632[39,q)3CETQ/hN&"<01O%d6(s_OAkn0Dq61%r6:>m+1:d'!42V`&DV_-WC9"*=%2Xie?mVk%"5t0'C2</YOV&^Mp/-#nE';X2jc6+tR8AKKK,oH+i"%Pq2JOJNr.rZ*"*SAI,9"<mGO,B<>F4u>*+h+udX8T'RW2,+D/N3%.0%;=UT]]QCF5*XNET2)RER2<.*W$0J$ODGRX`"HA!qHir4`iu`'a]9P@"A1ulD#N-$p'G-bNX4=m:C#Vk>AONH#XeUJNZkW?mI*/*9)-mk%hM#&?-Fb^.feN"Q0,.T`:^1AX4lrG[kR"'PQs&;tsHc1eqA)PlJMsQi[_bbqJA&]$+mR;MUCMp+GRLQUiqc[/u[kQND:Mf/&S"T%#]:.Y5eiFtF,]Z<NiPS-4CUbr;E>`soH5aj-Jb3NWmL\m?s('%U(]C#;`\N,&P_QaiTA>*D\b*fTV`9Wm>&8eFrI`c5:TdQ,#Q4E[sp8LKf:+!'W=U<s]_'1FFel96/Un,fIFi%l(,XGh4o?UNh7b@BCq1%'[n/GB"ZXY$U!C'd)(c,;`u%Gn@)M3FnSH>WA;l+RO!Ea,F,s,D%U_kH*id(+2@=/*K*YPWef>J##tB])`=$*a@=*\b#%~>
-endstream
-endobj
-39 0 obj
-<</Type /XObject
-/Subtype /Image
-/Name /Im1
-/Length 382
-/Width 25
-/Height 24
-/BitsPerComponent 8
-/ColorSpace /DeviceRGB
-/Filter [ /ASCII85Decode /FlateDecode ]
->>
-stream
-Gatn$+VKD]&4Lq-:;TFZ#nDYUi=T`S!eW`^l4ERsJ!rruA1;@sF:.BKrRpNaqek*ceP+jG@@lXj)#CrgSu2P2Z>A:h#m@_ORTpP#hRHqfrF((7'dLf2Y(dl8\J]^45gh%V8IB2P7t["_MUjm.JnFpJ4hPL`2UD!+Y!\Y`psh(hJng`$bHeE)UCP`15=S^+,H7p[Wf5,1G]mBE*bOKmPBoTs9C3Wt\fF8B;Eeih;\VDa;-ZGak)8`/WrAaX$e-i0fJ9.DD[X9HC%*-$24LMB[mf99P:rW,_qrr`XdB<Jm\3?APbodddSUnE,mu),<&:kB.Pg\k#Ke_+#01G1L('i8PS'P:N9V(>C<YLVUN9O-nYP!\O*(S2*3##)d^P5I~>
-endstream
-endobj
-40 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 38 0 R
-/Annots 41 0 R
->>
-endobj
-41 0 obj
-[
-42 0 R
-43 0 R
-44 0 R
-45 0 R
-46 0 R
-47 0 R
-48 0 R
-49 0 R
-]
-endobj
-42 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 162.648 609.986 267.312 597.986 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.java.com/)
-/S /URI >>
-/H /I
->>
-endobj
-43 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 535.136 151.992 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-44 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 304.308 535.136 482.292 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar)
-/S /URI >>
-/H /I
->>
-endobj
-45 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 354.444 521.936 404.436 509.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-46 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 346.644 483.536 396.636 471.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.eclipse.org/gemini/web/download)
-/S /URI >>
-/H /I
->>
-endobj
-47 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 285.312 418.736 349.308 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/5/5e/Config.ini.zip)
-/S /URI >>
-/H /I
->>
-endobj
-48 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 372.636 418.736 485.928 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip)
-/S /URI >>
-/H /I
->>
-endobj
-49 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 416.616 279.918 511.26 267.918 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
-/S /URI >>
-/H /I
->>
-endobj
-50 0 obj
-<< /Length 263 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GarW2b79+X&4Q>@`@N1[$3aVcR]+VVN=0l[0M3"(Ub)uSh@be_A"#57G>;c<;L"+B$5"R-LoV?/c&3^O0="_o6^D`/iuCGh8&$RtTpM\[R+$/IqPH^e[5#@i^/N&!aY2@_p,,9=(VTf?3kJ$Fe.6E#ENDu\K.9`j!YW9d`9u)29ru.t:XeZ12#/j=AsJ0HV7dr=9t`)*N74c8).\I$:*uLXS:*$8Bcb<)mVc<HMYg\f2qNP3NGPHO"('hG=2K:c-C7q`~>
-endstream
-endobj
-51 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 50 0 R
->>
-endobj
-52 0 obj
-<< /Length 3163 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gatm>lYkjm&c]RpKjY&Q"c0_K6SC9_i9osaG=Zc+o+jgC(58jOg-W3q<mo^4s1Ui`LD$G3V"P&^d[]9Wo-T7]=,Z/nggZMXenVOqXeu?1D"si-?k_:8"%n74=f\[tO#NSVDd>*D,D"#>a*R>#9/lCi4qGgr9>@t8AZ\-rgo(aJ^eNu;3:SD43RN_LRb4m%e#.Z!I$X_tS*ctUYN<>;=_6>9/Gno114Ml+fmqEcAfS8+/.?<Z@@YKQKBlX();mQ,+J,NgDWNcOA$q]!rq5D>55&=pa*(!'\4-E\9`*/.mr.5:R6HC?<:?_+IZ\nQ$*bMl2Z;f2()>Voe`+?%)Q!-"eli@6,H`Tu/LQR_[[%JV0Xhul/=ZEpB>%LCMn^n$Y?KZXam-=hoB:DRMV#M>^4oh@RpC-[^`+us.1AnuG=Xg,*iZ=;d7P<e[?-b[BM:$8EedTQq#4]p/R=EYBR&1Y*%i/<rVSW4fs1_WELIbJ^;`WDB)UmuT"W'Xfaeeoh(HmoIUJ?_d^@jVfsf!"lCh#49A"a+\O"78m]0sRCYcE\^N)hn-#A@H9PBpB>j:'^Qc)`7:"mGXqfJCM@`Daq"pRb,NA'N6r&rdR7HsZ%2m]8+!m-#>Bb%hrrn<cG3tRCh^qS/`Wc9R^OBe0Vn`I^pcfcTY[m2$OdIpUHE6u)W3.s3EgP.EqkW7R:A1f&)oODllET1Oee<(gA4(F/3$!pJr,YDm4mXgSh\7fu>i0Mp=Y6kiGbfLs]A4H=1j2<"c"2&9k1S2L+#!smo5tTGM+13eFfmjLqj<G#ghj!qZZ:@ZYAk:.L@>]c1@4RePb-g#XqZN#rZ7NiQMB=0GO)Q9]`J?_$9M:6<?%=t)98ko"B[jW8,T3i'mY1%N*Z):o^gS/Qmqs6HIJ<QHRq6H?F65jcLjC*)1+KX.)_q2Sc+>*>#B"WDOltgJAKF<33MV6kWQ#5t>K91#a,bRA:p4m74MgdcJS80u%$a^$dSB](FoaZ+)$Gm(mTNHL&`:0oN_>c">Ih*^EE7aG#!Y@j+AsF<Ikrt>[Q&JfmF=#C$DLkC9]7s-@\-%eJSHW-TTnh/oq7^0'VphjH'N_,L&T^OB>T=742=/c^<O:)>29lXiQ63<T.;k1Ec#(1]tL5[^?gUunn)ZVe$k\@Ec^>LrbSM=Qr@.U`r)a.3EGW4&57%,H:33hH#gs#Tf#bIn/!Kl0R6r2N-7OA;sa_4I+tbh>lZpg8>ulNYB.JJD;2T\&tE<3.&&>cpZ4G_9hgeJK"15_p_Xui!aiulJ+pG&p#h+f02-.HY+YXhTe\'M0rRQp)\='p1\=7U\(V(!n1-m8R3&KZ7T5[AP_;KqHao=fbsIOCQp1PSCAfX/C.&k@r^=W'r#q.,_B_lD&nSU!T>G%bo6)'"d;mR97#UjmVhD*cKY[O"_SlqJ]>Tgo<jlrW@60$_6EH2C*.?sXWIf]s"83NQ)GqD)&iO82#Y%^eG%Kb8h*+>@ORkK0L(dBe-.X;0<m.27T*d9D6Tbh?&Ook+Ln4[BMf0[T>o8Ad)&!(;B4ViiM+Q!3<";[?`ZXt(90qM(<i[lH9'EP=Y8/,@,d:K3Y!ilCBGGGs[Pu<jnZ%i(kROAAN2uLL-G!SCr1!tW\\tu3nm0f]fGCm.>PVcl,9h:OjY>/:0*F3p8$+U1G8sL!kCA04[Ekfn)Y_&>k;`h1E54p3e75$Pe#4N3SEM:<]Ru5b'#N4"1l1Ta.:;&SU/Y^jJAhQdj43PKM,:__?26j%:=pZ_r$n/qa\rDbToKfYXFd-$5`PaiI>ZLK1Kmd1B_54@Xj0\qe0@k[V[i>;d5[sCZGF]L2'1"VlRj]H_54<a:4imd&9(#XWB/ERc`i4&_19]M#\:$oJ@I:'h'CFTC)4fh4P(G.>p#tN9RT1>Gj<]A`C'p(*R\k+LMKTK]?JUcI2V2/IV7(`*3).$7(`rn<]YcC$'R[s$'d;IR3H5Sm`Xt.JnqY(f261RdnhsQnG+bB[<nPeg4Z&G$DmQJl>'bE+eYju21i`gLSLp;l9m#9AEq1$kmX:kL8DPCEt_4OK(7NN0UZ"u.F,cJ$F:nIqYKP-VZr1gfNCMPEGE^*3>'G<?/iCn=Tm"N4qm*l&PTshdte#:Siq'o;[Lo_J)[Q,0j"nqCDs)8A>W'[hR%6hkd'e5MDY1+IbB>Ce2Jo3lkWCI>BLAKZIL77HV\`8M^XX1mH%d4+0BH'%B\1Hrq<T<kkbqR:91qi44-K.T'C,LmGeqqS_RaIP.bT>P/i!6aKiT?UM;0;;to0q>=0`X/(8O=2\hY'j_6Gjb<3A!S\GYI/l\;,mS:M-f>uKrpg5BFF(H19G\<)f)6R`em+,T*kV_<ON.0H?RgY^6Y4kPc3aq',E!@@N>P-q[fqERi/Z0][J8rhB93,'Z!GAXL$^&W=[ZFYp<Elp7a0`L+->3oA@cObH7:9-@Alg!-d,tK5(JZVmRR*9A>!`@7[QQi_$nHU>G,5cQIJt"BpTSq(*J(Vp6s*1R@ao$4/>/RKYk]TcD[P-Y70&J+Sl&AbXIpk.YeS>`8NMaV4_I0U2-ZH*dd!/bV;M'+%>BAZX_>=KIb[ie3boZJSu'^7>'!Q>!QHO-B[Ga15_:Z17s8>:4P(@PREtqsXi"p$+/aE]S_L>jroU/1?3YMr1=YO1V]sGJ_pMQOJ*(d<b<k28..3sdO%#@"nCH!\k]-JRX<[#dqbVIF].^qd@b$Q0=Q?cQ3NS1g7Z9&9`a.o)a[`AI_E-&XFJ/[:gXC\]rQDakV6Z((h0eB`8VFKMs2gY'>#OPn6+<Bn/#Gn=LE7e1p;SL[ksFSAT9:P3J9/Sh_>(:OZuA/1rJu*cp!]FM\NL-\Hu^rC=QhO*0]Euerc1WtQMX4s#)CPgp,Q+NAXUS-)+Tm+j$tY7)<8@ncIo'7D1:PTI",U'6*jRqKJ!N>RW28e.pSXF'/P6LP>SuLAMGL*CqJ545h/*NX/*k(/j7;$kI(%_koQXe@s(3Q63)W.&r1),gS4FE'N8$S^+;Ktd:D(gfp`B#RHIoa4H@"V;g%O.6,A0)O1M]8TmLIJJ%6U46^i9()[*-HVKPg*.l@QpSCa9K"A.-Z`3hBrBAoA3Ch6Is:XU),4\&J4.SLT)'kb6&-k;8o<5!Qn>BI)dq#,O1lcm%god#Sshkc\QMN@c<M3ZN6~>
-endstream
-endobj
-53 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 52 0 R
-/Annots 54 0 R
->>
-endobj
-54 0 obj
-[
-55 0 R
-56 0 R
-]
-endobj
-55 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 407.604 602.936 531.588 590.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-56 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 292.932 256.383 491.208 244.383 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-57 0 obj
-<< /Length 2826 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6l]9dY'*#[qKt^goCfn@mfAM0kOlh3!m<)^A^u[b!A_JJ+&m\A?fDg7hOsLPd;X<rf+BW>8n!W&ALO$A>qsMMGnU0=WS)'Y$m-d'WKtj2mL%$_?16Md.ZRMIF]_^pjd;.o>*4bR.=.9;=mJPShHj1)6`*oH:',&>8q:hOOCfn[AInb%4K$K;Q"lUP1IKHeR+I3bDA5sl;2tG%1^:VTBRSL3ZT`CeXPM"jOlr\_Y$gltL6]%4.6skh/2klmNct[p8B!`\@427UHM+7G:>1#L>kf:gn[b\7Vr+71r*6XSJ4r"L>a@4WU%Vh1&h0YS4Q?FC>JkBPg7mGJua3XC2T"aiCGMY6HQinZO9mlsLng#"diqrE!k:_=4I?"$8A$iOeG#0&<?5QZ^U<RcGNq+Tu?;"4a'lViTWJ,GA3)F<G5'DcA)ZR_m1@&&#I8.ltLD8LK76aFBZKAs'4d(hj@s+^)C<EiG=q+N]-TBj+q(9l1MV(%rSZ%t(oIqWFBY&"nh'i-/8&V%f)XLV[LuT)]^:-(+,1hX.B[R,No"G&2O>-Lb8&tn+ZW0,F+qeX4-9R`(ltauiPs!njN3O<E$KqNhU?l0G;R9gmTT-=g$WdLV<QU,5%nWmME/:-UcHu2kOKi@YN\s46R[R:J-u+]s/3hL=bOVO;qRG5VEfUl58b[h;\_Kf9R^d7&iWoBXZ^gQL0ls*@RLuT2;?FG_!!fjceY9Db'nE=*3Gi`?b9<nt3(%<;^f((1c/E,NYdFR1h-]@`UFZ--hWTXBT98Gei&FWE/"@+d7B!Vu][.mS+0(9<.4sH%Lo1n=b"4>Q5Yhd>=VV>BLq&kV.5kc8RVJOc&76e*-P&)=HHd=U*iCf)6N/*cL13N!5DZY/CUaL^p1MQZA&Eqf60_F4=`[+!#?ODHC<+?/X#ardA)*oL[]YR,!%a[+'L6/4i3IX69lTftrVcZ^,$IXbk\qlK6Hs<e6gY0p#:0"jeW.--qlm89P91EEVctGC:)ti<7Lt7QN88gd<OJPRTNrOm.a:[>&'PH)_Q18fNY6WZN2oQB86R'9>mg7#i[@i12#RFPVMdO[\Be`k"sTT\S\^?H?:^^,8]fJpBX^TrSAf6m6^"sQ.cEi6ksctiFG,d+C'0%'YAQ=pO-1PVI<7X&cp;J8Q83m@\c2*O`70NiR`>duaXnP4/Oe9<,0\g[5]<S\c]:Z!;I/+=]n/*+OHnF6CRdE&3*Mk5B.)2,Kde$M(Pa!Ls(WYc@';r.4_HpVI;#a?k,Fi].m=?XKS2D2k2DZq4s?cREaZ1sGlUt/Fr2BATm=qDl7mlCpql"<2NfY(,,E&Co#Bg26s%fL?FGY;5"GE$r'B62!WpJ/YO)dhYAlB[+in8#q!H[/W1S&TStif6"YQTC1g&+InhjL[I>HG:8?EP,pGTToJiC?\qM>u#b9uCbb)HYl&1Vn@]\>miK<,$,dH[NL`<0ftIXFO25SN.G#8i*(:k]cBGHm'>Tc):5kHr$'$Qp0tQT$i$(661CS)O:RJfQT9dnj$r%DuQg4(-RhBoH.4^cD<./02mVdZ,B7H*J3aC3G:*WTQjab/1AQda"bb/DCM@d4f(u#"^dag6jl)UZ=4X=tQE]Vj=824uh,f&\0=6?4IROXE]"QZAd*7CA([Op0A"Li1VG$Rb^S"q0iCY-rkD9TFEJt7Frlu1a9Y/pH<[/5-Ap1.B&]PW>Hor5.!S+.J?rB-W\j9f[,3M!S;A&J-R:q=bT_pELl\QUnb6ML9Nm.W`p"--X*l\A8WA)&s$RcYM'"i-e]?\7j4A00c+lUdn+9&eGQ:_N0A,:,Fk^c:>NF<RmMs+>MW(#nW86&k1e1We`?p]Sa'2MJJU9^FNdmiK>7pelG]250@-pim#b,BZdurY@+^6NaWVCe2X(]]V'.BB\oelON,=KTb3:+&gO<^4DtP_mM.=nfAjlUkD6H;*@`Z4_!i-FA'_*!Nb_aqGMfH(E)]hcAq_nokj-EO[J[PEJ6G_S>>Q<"`?6;de6;k4YCr>RX#+qO&)Kradb0/^^&"0K>4eL&r]QCiQ<YppCo9hc7iS<eb%.K7>g11r&3-H)OH!AYLD@LdP2&$7u7HobGF5JalXDY'G:,-97.<+2fVO039[?j1V7G8*_j--:jiFL"'D1.DReNZ2Q0CqaHLPG3>#?LDQcd0Adal?eiCs)I]=?W_F51[lDLNo/&Qu/u=Chpd-N\iua%:_(IabVkng$a\m#CL'jgXU'AHdN+98#2B%]RZoO&I:Mn>:jPnYUIH%[T5&2[LCqtXBjHrXG8$G2Hk%(!20>4+Q\l^A*Il"\J)*UB\,kd9?:u_Y%Ve/ngfN%''c:*o3;No^%U*4@$Xb9Ab/@OP@S2OFup2L3%bKoDsmV;)npHDrSZIB?GBb;,*,,W;M'oXJb..YVJoe'7Yu20*q0)VpMMc"f6_.:UQ/$0h!p9Y-rh&b@KUOSm"0p\!%d+G=Nk&er"/*SCmN<!`_01f2eoB*PQ5[l`_CBuFs9B/,"1ct`r@R.moHDNB1/s=Grm;e_M')NU@?\&?T*&]DjDrlMg?6cQ7ucCd3.bW7]Gqh,X>KR>YF_.6C?/02<4W`lUPqJ8Gf7aTu\Dp46JQ3V#8GJ@>IX\-DcoqY01+V82V.`[)k!rm49T4-W6aYmq/?#3o@68X]Hf#=D.iQ,))W&@d\Uo3Dq&,9auRq;AB0E1OiEaJq<cHl%C4M/E.WH4&I2e5Q:TXS'B96$D"`%Y?r9+4;Zd.%Tu4NYQ&P%Dp1QTr!P=8^adq#1BbAT-;*BphrJ6:*J1WX`)j_Nd)((`GX9^4(<;WW2h@S&]gZoHb?n8=:j)~>
-endstream
-endobj
-58 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 57 0 R
-/Annots 59 0 R
->>
-endobj
-59 0 obj
-[
-60 0 R
-61 0 R
-]
-endobj
-60 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 91.656 160.96 214.308 148.96 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
-/S /URI >>
-/H /I
->>
-endobj
-61 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 259.152 147.76 441.468 135.76 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-62 0 obj
-<< /Length 3201 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6D/YnG(B3`/JYJ:(?.BbZ$ZFSHUIch->BQgs-;mmuXt!mf-Zh(f!6<3rhh(rN0'4(2Rh'Z*IEpS1cZu4u]UbE3CkFKP)7ReGANWYb@DNI3HjcN+^/&#%)n.?X5Hh6O.ZD9s`g#/q^V.4BpWYA[P;j)i=Jj?<CpRFqBqD"GGn;W\FO<5HI3$NRAb5e9ZC2#DoD:Z(A2tDd:Z>s\YXsI09OcF4^O0`Z0B=n@7/<>(`da!&cRk2?LY0")Q1QbZBY_`qq4(sDjQ^&(((qLWan.$F\RJf*#U+5<&SAk-,StBf7h?2j]#k>=kNH.pObu-?42#etiO.9G%"9iT2WEg@i^un]GaYA.G0"TtXE7b(:B$iLlATZ5`e8W%poX^6)53^HAT6oHLGr!Q_]k]>)I)66nup0sD2h:4N4n>4'P)T^+J!i5>!Oa9a7UL0BE;.gT^Y?oH4dQu%2@LmINM>V7V:?Al8id#X!na@j,+@9LpdT0-iO+p)^I3;Rp8JB]LoYNRoT!O%mD#_G9B.6^G>."L2;[b2%gf)na#$'p1n4iY%9L)PuMiD;S&&ANj[?K40t$ak6Q,M;#q9m51q'Uar"fp&4iL?9k<?R6T\1KAU`PA[EHFg>0&\.*4rTIO/>U\?6Nu4n&b/NC*(#hlUE24.Jep<gUE%,Lf3s0i$lH`DcODc/a))5T-9*d\0c'4T*X$FUd@TBV"qYuPG`An<5NdB]W>Y6j(I%-%G,n"*SMPZ]_:@^X1d!]U!oP,^7tc'&_)Pm$:/nUpAHkoP#bT7)F1";EM'5)m]J1?TDn\+_udp^ESI]dR*%FBj96:_^'5OrH($9BF*qC^7i0T7+<1aA-r(5F%2DAQ^`LDhUY7dk/f0BTXV"^G$DSa2c6Q]TrL+bsLI&'3R&["?*Tl(/[8<gHhrF9(-$XT8&IrLELp&:!A]l*!R'>U:'Xa[^&OtM%IVgQH,tac@7iAd]W7JBU@)!SNMjmCP/`*"ZLRoX4;;E.PL>4(M$akYFh\e/bLqA^M2dc!*9PWu1`V#F4`mb1^=Rq,i_G7OZIp,!h_9kM/`)3)mO(0%Mju:QF]BWN3UL0_ugetcLM#fV3@F$Qa,IXMbVK2)9g4nRdStJ+X`%YqmJUO<GN^i9o8Z(6!biPLn<^THLVCY(#0IoA]@%Flm]d+P]*s%sAU?m+<5.6KEjB=$1)H)ABhUG4n+i8n0>hB7*._mo\rYWQadZi(g*4]S<Mq,l8+AsT<X^)?gkFYY[W8L(BTX&5?-^^Jf*"LXqQ2\u"h2dV(s1C,1!$*;HTSIJKQo'^(.u)g<#<K"f`;q@mF4GXq0gDe=nOHIerT4>$Hp4(:!+8aB!)`0=iOWZ8.l9N-kN2M4>cOL0/iPaoQ/9!nVIGB4o1<YJ-XJcV>lqVD2PgAm"l,!1Jc_cMiqEl9&CW76/g:"B3E_%BmR6P>:*)0XHf.bDpnLOEYIHONc/:TX")Nkg?-D/m+(:J5+\Yrsf=,2fW0)FTVduGhHs"!dfG*XIf+[YP\0GYj0MMhn-(ZjQQ;'>]N)U_iG`d]2"9&;5"&qC6o1RnbbA]&mdbVH#^0SnM5&]1.nP92P$nBSIR8`/mgf\D+EX`Lk@;RR!nt5S%9pflO)ajthZhXN<j^jD^]-^JH^QiT5A!KE:9T-A%mk17s>VqLQ4AQ;F]t=&]o6'>D[QgT)^NJo4`Ips>WaXK(`mP+]oc+bd33Zm"ftS>$J\0m*1Lb\<*Wcmc*PP?S'PHp_GC(X_$f-iP@FY",X["K[o6gMf1k3B2:9mSfk/kaKQ"HQRSk42^cuNk9mo$[?M$9qUA,=sC/F5-!pr%7'o)n>4IE%r6KC*hT[[\W-K?5[&RfEBYb7/7pX'cjc`B3,UWLaA4kImnkJ.HS)S[:&,nhs-\an(<=<+*I6IdnUO"nc4pPP`$`bpiaDn/iEkc5%csJU>?,Wnpk*YOaYdZ+;E_qcsH!D4uP6pl=$_$@oFhFgfQMg>q6^SNh_<PX:()i;8l4*=eFEUVd?!0X"S*3H^2GZSD/Q`;g:E/=OSp8p7'SZs9IpAlU'<8N1.lL]s)Sp?6+k:INB5D+k;5igcAY!OZ5).*+G"A]7<$R6dAd_<tS1!C@#g(^#7[5oHY.LfSFE:GS#YI$^d6RFu5HJ6CZ9/IOG0K2%-Q_s42I@0*V,jjS@6#-4o:6+:r?J-2iE*l.OZ,P7@X=nMea^s4'>MO+KF!C2P"D]V@n\0AmSWgCOI"?f9*X,.&I/Y`SY`M.pM(-MiKVE5JEi>t0IZVCl0,TKnP232N`%P&GOf%?Ojb_(Q!)-'HE?lmWmY8BqJJBfXcBZiH3mO/-kO@K?8dKOrdDiLK5PqZ=U+S&pU/:n$2VW[<Qe:B3@[3YDV#V'<r&Oj/],/?)%S8s2b$mQ?Rba(PZaV3us>Ej(q9HT\FL8eq=,VDd'Y_J.`>D+(d-?NR,P&Q4EcXAdK&1,/%R`&-leC/fO5&sF925?qh*>W)WCTd+tdG-m31@E%T4fZ<aL/.tk*ZI>e1rmXZ-F)RD_^I.&-=M;j5cgL,AIeBjARTuG+T/Hh(aEWWZh8$8@l_M'O(IsD_H!)DC3?eSKUrtg,[fOUXC1NCr%lFF19K_Ini9p8)M)`pHrWc<"AJWOh25d4OBDYQj.%HV"Uo/*(nbSG']q`SS^G@j!CN<c!gkR'oRA5(6a%mKMNj\:mPr.&WRV+Rk!P3#dD$CsKDN'/(uN(C0uNjsWjt3(.1E+,+.ohU5GWeho/`'X[iKoej\Z-hTofE'AWGd_Ru\b;PrVs^+<"\(m!5.<AL\L_0;iBB&5_p3;*A1T=j`U9jgpOM,5=0`"Uc/:-B'p:9N]M(1+AYLR;32Iq5ERVAM+`PLe\e[ZV%agS?@P8K;W,dRdi,M0U=D?(0:'Nc^e$#jM\"nZC<ojI/bUr*7pS]_l5:Y0rZu9j6MP6's-$!s2rmR%L20<#C<X&cH0`N@+\/S5gFUEXN2:SN`ai6M[:]4I83<Or$IDRiH[')mf0cLh%Mh61JcJ%FV5t94Kc!T(KdL\ARY4Qln_asn`Gq'/X$:S1oC)AefIU6$m3V<N7"G\#<?Lj_'Fs]7O3p0]3Je_".)YLD0IPdh(-(aTg8)j"@C.Aru`ZoU23=j80<Q.0OV$5.ID<e?"i9"N`kZum8M:m)!!:/Q.lXXq5#:Eq2,`>L7`Bc?`njm\LN]j/&&dR+KoZ1rs)Au!36~>
-endstream
-endobj
-63 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 62 0 R
-/Annots 64 0 R
->>
-endobj
-64 0 obj
-[
-65 0 R
-]
-endobj
-65 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 281.976 681.535 521.628 669.535 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-66 0 obj
-<< /Length 2771 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6hf%7/&q8/6+lmA3:t$VfT0QfB]%7^%liOjYMd9`b*Yb)=F=0^f8P[_6r^N%scVUER/*TE2RGZ6/O#'-5Q1t#3+7=(H^2[<BE?70%_f)/bI#i7p'V)_^GJ#&/Og>V%&)V_/WLSa5J)@m\i$*[nJ/^a+4G!$,gN_??\]<]s[j-SG0]%)Z+M`5L-);^7,>=o!+(H[/_R\R\\1euJ_EXCm+<i2oK(172mWZsK5MZ5$r5ZAJg_fcPf*=BD*4^+bh^KY<'0^#k_O$N;T/0J#G0,3*k)[25jHP!'o)scLNoMOm+:d-Dbp5d:Qge`h,TrXY/3n4mij'tu1MF`.o-9.]H0*.Cfu5.seUOXu<Gm*G1069;4QBNLLcLHq7?0pE0_X\QJanLN>O7Qb<b6/U+q.TPK7P#G=6^C&5U4"5p+3#_I*JuXB#B-b%*af8%)4om#g>Ud&Bo@]-PM59WiFJk?`]05Ri6"_R"^u)9D&!Co@u8M'?9dZl?&q]6Z""_E$dHl9"M@G#MW@PG7BjB9o*TV;Sf)"G>:VM982?Jo4ul&'a@fS8Jp[2ZY<kC%V2"8CWU#*UC^)rLlf/p:08Uu#NO?MXn"q5,:-GNc/1!rW3-LK+4-I=jcij*\t`D3K]"SCq&9qQj4i[p^[I.ddSU94I[(m2BsE%km.T`73^r&j^dY@WVq_Y./R/B[iY>3*&YG[b(qr*OYX_P%`ki'XQm"\[C=`A$a8%Gh)*U.:#lLuE,7npXq(ZN$5+N^)"Fi_GOn#LN^7LO*`5j7X7_P7ELcj=6k@YaM?]],8r!HI[9@l`EZWKES)n)d_qr1&0q]a:gP=PgrZQBhOPNaG<_KGk?5ki0X8MN=*#lMR3,8^fh5VatSV\Os$W,,`>YAK`-7@$uo",AO3kY[irV#14]auAAs`a`cW@j?Q+dX7frfi,T-Xp^q5dU6;&1]@Od*r.aq!_d,"L.&rS$WY$)P:CX^2.Gj`.&(G9M0Fk)S4.IIa$oKaC4[Qu9s/A$HVKU$9/XQBc$9ag`DFkJ]*Ne0=^lTE$O5nG?qBMV!a8*4:0p<^"Dp6:"1<mfPX,DFj4`M?4eLh+hgrB+2YTE<\)q/BK7JirUTjJgYQ>3k]C<cMgEOguQaYWANuecK1o&Uc_+%Gj14;Ed)OoA*Bn#oS1::%@L?!1YE20k`+fbk=nVFjMiUdq2PWq^V??b)@S38Kme7$TGlUS0SS,eFG5O'mFHsde5$sT^4m%U`K%gi1%>M%"nXU+[U9oS$0q"9u9KNP0qQBV_jR[ehT9V3%tpir-UL?9G^(3j9!<q0"p#E4P2^*""c-+eR`,m2?n7._c=Q`gsUA%bAu?"FjT58;ENa3Zk/Cp4!696'fYACoj<?h05ZLmU9/jJ*!gWnTYO[&P%o>b=3tWYL;0:"Be-aM'4`bDOLP1FUf2#?B=8lNFD/M$E,HqPH8A.HIH\oR[u=8oX6`,"_c^1fY5*+,^b);^Z9[OVKt-f18EKmi<IJ=.5FuG8K*kGJ8NHDIdg@lZm?Q#;Ce$j$A[u@kg*fT\N"cke&n4]'Jl2)V<i0'r8`3pW;.S=81/<%B'/b9n^(af\KpG[$qn)gAjZimu-!_WGR#?duC\Qg=b+HW1!/62rS%-G<d@`ruuSmGLhHo*&bL]'Bbn)EA0M[\iShq9;qOTXcGH:+5Lnrb+!Q32W<mITY(D*S7d2#,/R^;<g>.A&,R'Sdd0[QKX&,1E-an;EsiJ$=&cVLAI4X^ccL7VLp'Xgpl[`h]Z9r/>c#tmfeQJ#m46mGl&@k5#oTC1k-f\tE,-oBh7'SsF)0X>TPpoUT&<:-cH54Yf]=iX4/5U\:G/Vj-S%`Ql$B7Q!Pa1Im<<)-"+U\+]=sdh1%63VM!nlflP:MpRAe;"(CGO(%8WkeLMU"bGOmhop.Yg^bD0]=.3IubVfDNO7j`i2a:;%j='-tY0_,la9/Y9p8?DCcd<J@Wo=$A2W`!%akQiQKN8S5+^r*CYZKGqF5YU`9rg;j19&*Xi_i:dP'PQ75^9o*Q47+WY</Vo-?Zn=)FGg0^^.u/:[GVR>E^Q1ll5-:5Xe!!10l0i0D.]Z&DNn-hDsGs\r/SKNRoIr2=erm[2/ZWS+e,?!c^#RQpZQ9$.WT&#)D./Q,"0B_>p@U4nTZ<&M`khMI$Z5=YUXeJA=mKC6eq-($TPea2+j3Gfm2f`Pg`/a7-Gr9G4;nqFA]oNq4Yh"Gkb%nU,`7DK3Q'hAe=_X^/(B6PDFL*-UGOLL,QW+3+"5`i$KMV5>E)DSR1-B.3CmLnpq+CfO"0,",6aC:\oJGiG.c<h\k\9r`%rD[pIjB(Ncm/;TT-8J*g,)W,`%jNt8o78YsWEG,&"'.;8CV`oVMgqp@l8PKdQcKG""8kRMa@Jr6c=1Lf>.I0kbfh:W:7EJr;XV+&;'Z:7,h'"e*hWh/@Xj2(]7cT"IgF0fsUM!lZBe[dBUn*e???#seE'ug37,?j#%=;h@Q`UR%pd@8hJ6qp,>K2Y>Ypu=h]CRN@K$L0Jp/S&$pHF@p0qpGodYQ1lg98^XEF$5u=#NUV]FT$lO;to@P\hp*Ml@b^:WTlj='94$>=8@U/MmM$pQZ\I-a>XE``Q"8Eghm$'l1h9OX]DX-Xg[2&*oJipoQu8Ri7lr\UgSgJ;*$ShC&alHP/-L9KWYg^I8SSfVDR0U-)u9>)`jKdNboijZA2OHmEJ%dIWcAsd4+n9oiT_g.age2!=[of*V<Pn1kiiW.#(8)FPNc]\ksf@?H<8V&&$#;'G97TCB6$4rrJn_-):~>
-endstream
-endobj
-67 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 66 0 R
-/Annots 68 0 R
->>
-endobj
-68 0 obj
-[
-69 0 R
-70 0 R
-71 0 R
-72 0 R
-]
-endobj
-69 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 397.944 423.071 513.24 411.071 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-70 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 409.871 166.632 397.871 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-71 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 421.224 371.471 497.532 359.471 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-72 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 358.271 177.996 346.271 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-73 0 obj
-<< /Length 2226 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU48TWWE'Y`m7nB`%#1GMQ)"IIo,e8j#PQH#B8+j"gS$'Nq=Ue47&r9sNmiW001,op>\)"2eZ^:+*G(UKSkG<AK&B<dl8c?A>10)Tuim(up;a!>3#Ze.?HSh5-F\b"'Kr'%_ubl40@gRM&`cHPlB&d5F#+rkdp*RBcPF/*.iF'K@Jd!9a$B7J3507)StlO4+*&>\mI+^*L+C.^`CpSQK$+>a+LLdD^Z'+ff,K.%4,Z!SeIS%T^s."`X<.N:Ze!df]C#f6br%YDdU2atGP\#1uAVF>AW>/^_pJN'ED,d(t@43W[Ub_#EjpO^KA:LYP@Ofs'p@(%h`E/TVWG"MA^\Yd#Oo!:a`XMh.3\6lIdcXKKpa3=6?#c'E<J:ZAdje?S><RaXo[*gZ3dij7E0g-V&.B*sA.)+G\X[1RMr(11(!+,of/d0D5+:/9Ec.F;d7;8D$GBjFP"<MdOC=d<'X'ZPtlC2'p;6@u_.1i>9ob$m>Ha29NH!9V*s6Ek8J#,^,</EL/&#/(>BDHmQPaJgL\_<nU<\CNN@mLJ^Ta.)E_e(8Vd_-D-XK41g+#:]ZpD%$g<I?3QK.)e[W/+:O'QA!/Yoe%!T015V-*m'&,qE2]'k]EnQ5,HQ@'a=mBWYU^[Ds:%T?`@aGs(^m8OZB`:0"4+LjTS0b`fa82TYHO/GD/5\nl+F'F'LT*_NO;Q*cPKh0,VF'XcLCq>L!>eXPWeA8.W?Tl<2(SnsQgG5V2Aj,l2?$lXn*k9`+^bH@e(kG$ok2O:FubglV7/WZeTP7+c.A*Bj=P9)ih:H>I7T5tmT?s+InjrekJA2(5%@k-elS-WFl!nH4=F,8G5-m(iK^@/D-#Y$%g?^`1U@kKS8/#@X1,gW<u`%Q>,s8)-#]A&h+^RMAWS2$$jmIaI%W"T^+g0.[lKD<!oB.9`MQ>$rq*/pgi_+1au&r/i?G'1W'c8Z=[?e]7##@.Q%VFlV6=ZuR1np5+l-+UQ;NSKWj)X9@8@J2-B`,_])Y1ha3PGJWr_tc+^n,FK]k^\EKZ5nTY(K#>-V@Ok8>:e&YM2"Uq'D22`5[G`!"dBF+Lkn2C5Y\$UkT"@K_2k"UZMbrZc.=D?OlDriE*#8j9t1=-prM4Kk`UDLhs&YYUc[<6['!n`5VQ=ug^8jBRq!Y!n&bQjM&-qK7c(0s4<I2&,K7o9"FNb#]<`LJ"-fsXU6skta!,10ML]gfqV_oPrV@R#8+rH)mQP'jR'Bik^+6bn^,QII5'Us/2lp:Y?]c<O!1:U48*:&-W(r+8;')i,]%Ep+._e4"e1eC'6^b!m[D^^SIFkn"N]3jCH9ZF'9.K!j<[;HXRQD,i\ZK>u+2fYb4=QD_cAS.*.*!)bI%eBkWs1W(_)kY,7J>[f#Y?#8`^>E_],SUWS487A(IfY6SZ$$T;4@uJQ3C7Ye!Bl4ePnk*0[7LH;aGa(lM]K5mJVXLRnokXkRsbNf(IXBbUg-oKX8_3/lnm`aO*"$P7%?)T,>XW/d'F!EuQWClk/N.XVHfA)C(1Z#'UC,=j\jF<jWqjmdF'L2(rCFGq@*f-6gs>K^ecan=ZM;:k.LCc^8DVV1,UJM.BbZ%(4"p^u"^da@OcS=,PI8%Jn;JTR,b@KLS>^*>L`>(Rk_J,\8br:fW')CoT.?VW]i(6[!/l"'&Y;P(D`M-md8[DTNMel&9l*(>\dG\sB='hSof8=)DTPDQeMkMP3Df>_Djh.>>***i?BP-mis2Ls<hL:B2&S853<6IF#TGDdu&IFj^6o=+ZeucaH[U$b&-?$F\\]=X0p*hTWn-8be8ZbRe+5T#A\C\`QHmUE2inI79\knmYu5NH>oM2M:!tr89,3%Up'\K?ML,E4=6Sn<j'S_dQ)\?_pr;PGXZcSK(UfSM[34lS)Aeo5f#a2*[qK5gG_u6i^_]=21T[QiQKWEli[76pZR7R:OmKkl@iE:2:k9BEA/Gq'6HL*C;saoV0F\NRe/#qD@hJ?T>0+$k[4cS8f/H(K`dj,)bPeVs3$J7n*QuQ2j`'I$sTu,$)T-T*?>*hoS4uoFFAuQ?%2WOqo;?,\]7dDP3*">PTGj@RDakXjl&<aemT\=p`U*ap'RE/[k@^dNX+uZp$!S#70``Y6t189HHTaaXTFfaptpp].sM06YH-u7bfCkBr&t$ekrVXqPYd)Fo2VU$DBR;57bQo5Sj[<fQc9\$&+%K,QSh_52H3Xqs+0hQLpoe_iesErrIRu/h[~>
-endstream
-endobj
-74 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 73 0 R
-/Annots 75 0 R
->>
-endobj
-75 0 obj
-[
-76 0 R
-77 0 R
-78 0 R
-80 0 R
-]
-endobj
-76 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 707.935 309.936 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-77 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 392.256 707.935 502.248 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
-/S /URI >>
-/H /I
->>
-endobj
-78 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 401.992 185.707 535.96 173.707 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 79 0 R
-/H /I
->>
-endobj
-80 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 401.992 164.457 519.964 152.457 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 81 0 R
-/H /I
->>
-endobj
-82 0 obj
-<< /Length 1922 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gau`TgQ(#H&:NH>cpJo'U1$GeUnm^`8X!uu1eA>c5uA="/^lTs=`edhn,@`*pRs.[hBHX<^ojLScC>ctjc#h8DP"Q$%eYYDXL:'jZb)ok$U</"5.hP+6in,aX+U$@PM](0[I_o.0)Xa$IT3T/4q'*%]c%s#R67F3aZ^6=NgVo-XO&F=hW]-(rXWZ71E_R$6ld1A6psj["8_<Ve"8k<rT3.IfVD`b.l1=API=7TVn,sNcP/;*KnAehgK#\Z%!Yh*T.08t9%9D*$flmW5*rh&OKcrj[Z/Gi9WuuY+VK2K9p1m-:3Yq%Ea9o,I1nEN$('#a[oIQ]d(kHm4FM@$=mqHe[@*A^S%n:]BQX+`Tg@c7,(q>Jj(-<chY_]kI"`g`M&af''"U@\6`D2Wi(_@?Pmc1NqablBJenV:if<Lp6<h,E-16B=:=NdT3bdo.p*r%_F_+l5:-oOLZ#4(G0TMY>L6_l?%!S?1OZ->;A">Bq._j=&ekYe_,sH7;oE,`M8$3SsEUg^8)AfAK!^Rb^-JrOC0%3O8Sfj#^K9:46Vol8e)&ogf0K+]=I%%+2KHeHjPNWudT\0gIH[OY-dpC)l(@K8H9*t(R>,<^l_Ao5N`%jn*E4P*7]YQjDMB5H>;pC^:HQ6M53d[MKZWo8"XCf%0rf@r]J8cY*b2WntX@uQ++Cm*ETTUM.:E4@K2K06>8oZce-1<+12Hb1MKsob4O,ndh-]-AWMc&q[Pg6X=r*]1h\M-g,k`1UJ2Nl5,GF--INNG;5nbm6f@(P"N0#*Z_Js,_#-KX6GCXi56#qSL<FK5HpTG"OlQ!Fu@*^H@)Pn'RA3L!<u%Nc=9ZaTJ<BW\b;%BA`Do(Ku'*hKG6d_'mM)-C_^Y/+]/$h4Td9s,i[%2<02Y_+^K/05[U-3TQsV>/5q%'-3]kb4E&cH(LU4XT<"NQ)EahkBl<_tuBrhqTh!(58_=\/:dSD0U-"EMYnX<(Y=C#E/=3h9E@UCJq*)@=[DpB!&<"AMse^F)"HK=2lFZ]ZsZ&0B3+0R+#@Wf,3?]\=`6['\G[R>$&/b9Oh!J-l6?,Fk#/AduiHYSQo]u%&d=$ph(#"?"BTdcjQ)&nUQ:D\:TkJN,[BeaC+3b1X[dbrB^&o50=^aKMLni+72H<a%)Qd"/#+eiM2$V9755eHC9iBW;=t&8Qc=MTC]=OHlO;@*Wq-7[M1"AOd_$s<DD&a'H?8-4#ma*Zn+FrV(tXJbH!eg@)kI^p)I:E2_t@`G7ug`WqH`/ksZcc3Y[F5)r/ln#QYFP<%V<njRJT;fsR[:7-=;%L_0?6"X6<FrHui)@u7QniZfCEG-)C@md*\,*doVrJ<I,=!T)n\i<>BV9%7)<iFoNRQ8rL_1/E"X3n<815"d]!J/Rb/9#rqar#paU0KO1$aX3;kMB&]FnK*$*e*4!PoD+KW/UBOq[Te/U(@f;nieFn5ReJHqiPSF2a/<n$aQ+TgnAUl3Skn=#7A\?*2QLILYX=9A6Am%heTlGcdNLc;pbWm%^T2[F$#`LG&J%"JXb&>He;TZ?G__ha7$eE5J"G[>K:a^X+^9i8810lb$o-->-L/F[];?0=(lZ>&DoBoG8d:Lrp+$Ih9<[f6CTism`:$O$ql3*/2;#kW^%iFq9\Y*&j)m7dj-GAf_Q&0'R5gLXs4'Gc_^Yk^.^:,anER_a\2NKTWhSHiLF60B[s/Y/YWd=l@W$AC.m,HNNNkWf!6R9<eHP*tp+p5lpO!fKJDJpl@*>2@Jj`\U%Os&",HNAp$]B4^d^\RWpB3dR?LNKn0l;?J?"bWEL$o>V3P/jnc/FNS^_#]CnR&iI6=AQlZP58,_TnkD0L)"Bi'9-okkI-0)[6_cqu0:FObbYUL'h/M,AaAi\M,3/(pPB2>O'Hm3mFN>&2+ZKaeqB35llZ""lA$iG4uM&E:")~>
-endstream
-endobj
-83 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 82 0 R
->>
-endobj
-84 0 obj
-<< /Length 318 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU]2$7/&4QKpMCFa@@;#;q/I@dG;=JO[-kN[/(Q$$B$N?Xeg50Wt,36np^#u!C>udo+e;)JV<`,WH^kCE$YeH2`N<H587Qmd%,[!Noi$2YUP;=2@RK&.*f5pqXblW[a=TQDEUQ_d8p^o%5i>d#sZH:?Op[U3BZ)"BH2[Eq3#bp^)6jF-:T\@3)iZWHV3pj\Kn-[_%<63?Sm"tUjBt3pI]r=6R;nLenh=d'p*`VLGqs3QHFa$eLC?L@o(>0G?_KE>)g@\Nn)`B;O.rV@p5r:4>\i([$5?*=ghc"f-?9OX'Q&MVD<FgRZ`@ZH]~>
-endstream
-endobj
-85 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 84 0 R
->>
-endobj
-86 0 obj
-<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
-endstream
-endobj
-87 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 86 0 R
->>
-endobj
-90 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 88 0 R
- /Next 92 0 R
- /A 89 0 R
->> endobj
-92 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 88 0 R
- /Prev 90 0 R
- /Next 93 0 R
- /A 91 0 R
->> endobj
-93 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 88 0 R
- /First 94 0 R
- /Last 95 0 R
- /Prev 92 0 R
- /Next 96 0 R
- /Count -2
- /A 13 0 R
->> endobj
-94 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 93 0 R
- /Next 95 0 R
- /A 15 0 R
->> endobj
-95 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 93 0 R
- /Prev 94 0 R
- /A 17 0 R
->> endobj
-96 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
- /Parent 88 0 R
- /First 97 0 R
- /Last 98 0 R
- /Prev 93 0 R
- /Next 99 0 R
- /Count -2
- /A 19 0 R
->> endobj
-97 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
- /Parent 96 0 R
- /Next 98 0 R
- /A 21 0 R
->> endobj
-98 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 96 0 R
- /Prev 97 0 R
- /A 23 0 R
->> endobj
-99 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 88 0 R
- /First 100 0 R
- /Last 111 0 R
- /Prev 96 0 R
- /Count -9
- /A 25 0 R
->> endobj
-100 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
- /Parent 99 0 R
- /First 102 0 R
- /Last 110 0 R
- /Next 111 0 R
- /Count -5
- /A 27 0 R
->> endobj
-102 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Next 104 0 R
- /A 101 0 R
->> endobj
-104 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 102 0 R
- /Next 106 0 R
- /A 103 0 R
->> endobj
-106 0 obj
-<<
- /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 104 0 R
- /Next 108 0 R
- /A 105 0 R
->> endobj
-108 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 106 0 R
- /Next 110 0 R
- /A 107 0 R
->> endobj
-110 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 108 0 R
- /A 109 0 R
->> endobj
-111 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
- /Parent 99 0 R
- /First 112 0 R
- /Last 113 0 R
- /Prev 100 0 R
- /Count -2
- /A 29 0 R
->> endobj
-112 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
- /Parent 111 0 R
- /Next 113 0 R
- /A 79 0 R
->> endobj
-113 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
- /Parent 111 0 R
- /Prev 112 0 R
- /A 81 0 R
->> endobj
-114 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-115 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-116 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-117 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-118 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
-/Encoding /WinAnsiEncoding >>
-endobj
-119 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 16
-/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 40 0 R 51 0 R 53 0 R 58 0 R 63 0 R 67 0 R 74 0 R 83 0 R 85 0 R 87 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 88 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 40 0 R /XYZ 85.0 726.135 null ] (configuring) [ 53 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 114 0 R /F5 115 0 R /F3 116 0 R /F9 117 0 R /F6 118 0 R /F7 119 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 39 0 R 
- >>
->> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 589.786 null]
->>
-endobj
-19 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-21 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-23 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 602.986 null]
->>
-endobj
-25 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-29 0 obj
-<<
-/S /GoTo
-/D [74 0 R /XYZ 85.0 337.335 null]
->>
-endobj
-79 0 obj
-<<
-/S /GoTo
-/D [74 0 R /XYZ 85.0 141.357 null]
->>
-endobj
-81 0 obj
-<<
-/S /GoTo
-/D [83 0 R /XYZ 49.0 525.807 null]
->>
-endobj
-88 0 obj
-<<
- /First 90 0 R
- /Last 99 0 R
->> endobj
-89 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-91 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-101 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 340.358 null]
->>
-endobj
-103 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 258.135 null]
->>
-endobj
-105 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 140.76 null]
->>
-endobj
-107 0 obj
-<<
-/S /GoTo
-/D [63 0 R /XYZ 85.0 661.335 null]
->>
-endobj
-109 0 obj
-<<
-/S /GoTo
-/D [67 0 R /XYZ 49.0 143.671 null]
->>
-endobj
-xref
-0 120
-0000000000 65535 f 
-0000036524 00000 n 
-0000036687 00000 n 
-0000037004 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000543 00000 n 
-0000000649 00000 n 
-0000000760 00000 n 
-0000000866 00000 n 
-0000001582 00000 n 
-0000001704 00000 n 
-0000001787 00000 n 
-0000037172 00000 n 
-0000001923 00000 n 
-0000037238 00000 n 
-0000002060 00000 n 
-0000037304 00000 n 
-0000002197 00000 n 
-0000037370 00000 n 
-0000002333 00000 n 
-0000037436 00000 n 
-0000002470 00000 n 
-0000037502 00000 n 
-0000002606 00000 n 
-0000037568 00000 n 
-0000002742 00000 n 
-0000037634 00000 n 
-0000002878 00000 n 
-0000037700 00000 n 
-0000003015 00000 n 
-0000003225 00000 n 
-0000003333 00000 n 
-0000004195 00000 n 
-0000004318 00000 n 
-0000004345 00000 n 
-0000004538 00000 n 
-0000004782 00000 n 
-0000004890 00000 n 
-0000007316 00000 n 
-0000007895 00000 n 
-0000008018 00000 n 
-0000008094 00000 n 
-0000008268 00000 n 
-0000008456 00000 n 
-0000008729 00000 n 
-0000008919 00000 n 
-0000009115 00000 n 
-0000009319 00000 n 
-0000009533 00000 n 
-0000009740 00000 n 
-0000010095 00000 n 
-0000010203 00000 n 
-0000013459 00000 n 
-0000013582 00000 n 
-0000013616 00000 n 
-0000013795 00000 n 
-0000014006 00000 n 
-0000016925 00000 n 
-0000017048 00000 n 
-0000017082 00000 n 
-0000017289 00000 n 
-0000017495 00000 n 
-0000020789 00000 n 
-0000020912 00000 n 
-0000020939 00000 n 
-0000021151 00000 n 
-0000024015 00000 n 
-0000024138 00000 n 
-0000024186 00000 n 
-0000024399 00000 n 
-0000024610 00000 n 
-0000024821 00000 n 
-0000025029 00000 n 
-0000027348 00000 n 
-0000027471 00000 n 
-0000027519 00000 n 
-0000027729 00000 n 
-0000027942 00000 n 
-0000037766 00000 n 
-0000028080 00000 n 
-0000037832 00000 n 
-0000028219 00000 n 
-0000030234 00000 n 
-0000030342 00000 n 
-0000030752 00000 n 
-0000030860 00000 n 
-0000031113 00000 n 
-0000037898 00000 n 
-0000037949 00000 n 
-0000031221 00000 n 
-0000038014 00000 n 
-0000031426 00000 n 
-0000031622 00000 n 
-0000031822 00000 n 
-0000031997 00000 n 
-0000032194 00000 n 
-0000032470 00000 n 
-0000032651 00000 n 
-0000032942 00000 n 
-0000033160 00000 n 
-0000038080 00000 n 
-0000033596 00000 n 
-0000038147 00000 n 
-0000034000 00000 n 
-0000038214 00000 n 
-0000034238 00000 n 
-0000038280 00000 n 
-0000034464 00000 n 
-0000038347 00000 n 
-0000034736 00000 n 
-0000034947 00000 n 
-0000035271 00000 n 
-0000035575 00000 n 
-0000035861 00000 n 
-0000035970 00000 n 
-0000036081 00000 n 
-0000036195 00000 n 
-0000036302 00000 n 
-0000036414 00000 n 
-trailer
-<<
-/Size 120
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-38414
-%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/ch01.html
deleted file mode 100644
index 9dd172c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="up" href="index.html" title="Gemini Web Programmer Guide"><link rel="prev" href="index.html" title="Gemini Web Programmer Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
deleted file mode 100644
index ee77894..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/index.html
deleted file mode 100644
index 2f27855..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web Programmer Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.0.0.RC2</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/ivy.xml
deleted file mode 100644
index b884052..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini.web" module="gemini-web-programmer-guide" revision="2.0.0.RC2" status="integration" publication="20110803152141"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
deleted file mode 100644
index 1107b13..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
deleted file mode 100644
index 8019665..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.0.0.RC2</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
deleted file mode 100644
index 06c2523..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
+++ /dev/null
@@ -1,284 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 183 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GaqdZ3t&nZ'F!DX^Z(4>i:Z60Bp)KDJs/a@5ob9jdNJqus1e4aPd;AiHtO&AHu0u8H#F74MMVouMU<p`*i#EgV-mN7?:YH5`hDZq*puCTR5d^QF(eG<ds5,5bG-_gS5YjLh/g*')Fq`j8(S2-Du1&;ct'hB%8;f,<tlRVd;CDJi@:iDR=-P'~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 276 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/%]*\To&FAj9[QFq-2OB254VY78,b8'43$k5AE1Zq'DLCCLp**q'8S3a/'K_e897!?AcnNiP[nSjK&d1s`?od8?[:Pk3#FME,\_7i?kR(ge<@B#m[]O=OPtb+6`ssZ99upH<$8Ndb[]*6MaL`n,@%dXm:<u@Wp;M`QN17UZP=LQKnSbXi<e_h_;W=)QLk4-F@-SI9n)5rQS%@=Der?lU><qBoGu2G8s+oP:osV^`r>;WMcRGu@W`^r<KSi1KMO)h?s%j/1EWqk0F6E~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
-endstream
-endobj
-17 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 16 0 R
->>
-endobj
-18 0 obj
-<< /Length 500 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbW]l&HV'SUb&if7QJM[dZ[2GkC#9A4pMU$=nY"AAY-BVN4h9aJ"f;CV0gYL!/pcF'$p`r2YA"="`"e?E=n@'J_/i*48(f>ksP)2&0@Ql+*+N\H38QhV9=oq"*h_%/?sK^edC_ObS,TM()N,DO;G_+.*N1nVpnWKQ_['30=T:r$V!JfWqL"(]@Y;2Ur4q]k^'Dq/GsQ!GY-hPcSclC8['lrmET14D;-iMe@RWj)H4L%J3n\VR"E?@0h=RE<=%SMC@+O%"@m.n#mrFf/HCdXQ.@#:jX:62rjJG5RLn?!9+>Wbcq*UK3R<lLTuom=c&U&[bc-dSenW^A2[sl?S1\V*^%NAjUj&Fujs^BiEl'7[*+6k#IZ<064^T)&cl%?i`/90PlLfQ[$pc6adL/fWL"Z4pMI@PedA%j40NP@r&E'Etj=)BenP(M=k6;$s-%X2&JgE'WF#>Y5Y"i81D)Mi[L187soLla:>a=$SoiPPuu;s(L0Gtm/~>
-endstream
-endobj
-19 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 18 0 R
-/Annots 20 0 R
->>
-endobj
-20 0 obj
-[
-21 0 R
-]
-endobj
-21 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-22 0 obj
-<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
-endstream
-endobj
-23 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 22 0 R
->>
-endobj
-26 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 24 0 R
- /Next 28 0 R
- /A 25 0 R
->> endobj
-28 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 24 0 R
- /Prev 26 0 R
- /Next 29 0 R
- /A 27 0 R
->> endobj
-29 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 24 0 R
- /First 30 0 R
- /Last 30 0 R
- /Prev 28 0 R
- /Count -1
- /A 13 0 R
->> endobj
-30 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 29 0 R
- /A 15 0 R
->> endobj
-31 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-32 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-33 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 6
-/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 24 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-24 0 obj
-<<
- /First 26 0 R
- /Last 29 0 R
->> endobj
-25 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-xref
-0 34
-0000000000 65535 f 
-0000004192 00000 n 
-0000004284 00000 n 
-0000004504 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000345 00000 n 
-0000000451 00000 n 
-0000000562 00000 n 
-0000000668 00000 n 
-0000001035 00000 n 
-0000001157 00000 n 
-0000001191 00000 n 
-0000004605 00000 n 
-0000001327 00000 n 
-0000004671 00000 n 
-0000001464 00000 n 
-0000001677 00000 n 
-0000001785 00000 n 
-0000002377 00000 n 
-0000002500 00000 n 
-0000002527 00000 n 
-0000002720 00000 n 
-0000002969 00000 n 
-0000004737 00000 n 
-0000004788 00000 n 
-0000003077 00000 n 
-0000004853 00000 n 
-0000003318 00000 n 
-0000003514 00000 n 
-0000003700 00000 n 
-0000003861 00000 n 
-0000003969 00000 n 
-0000004079 00000 n 
-trailer
-<<
-/Size 34
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-4919
-%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch01.html
deleted file mode 100644
index 9661e7f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01s02.html" title="1.2&nbsp;About This Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch01s02.html
deleted file mode 100644
index cd30133..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch01s02.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.2&nbsp;About This Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch01.html" title="1.&nbsp;Overview"><link rel="prev" href="ch01.html" title="1.&nbsp;Overview"><link rel="next" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2&nbsp;About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">1.&nbsp;Overview</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch02.html
deleted file mode 100644
index 2286060..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch02.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.&nbsp;Installing Gemini Web</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch01s02.html" title="1.2&nbsp;About This Guide"><link rel="next" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;Installing Gemini Web</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch02s02.html
deleted file mode 100644
index ae029a4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch02s02.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
-					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
-					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch03.html
deleted file mode 100644
index 7634796..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch03.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch03s02.html
deleted file mode 100644
index 9eed45c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ch03s02.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/gemini-web-user-guide.zip
deleted file mode 100644
index 10b75ad..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/gemini-web-user-guide.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/index.html
deleted file mode 100644
index 512a42d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.0.RC2</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2010 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ivy.xml
deleted file mode 100644
index af6a813..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini.web" module="gemini-web-user-guide" revision="2.0.0.RC2" status="integration" publication="20110803152141"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
deleted file mode 100644
index d935182..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
deleted file mode 100644
index 2be5993..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
+++ /dev/null
@@ -1,272 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.0.RC2</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2010 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
-					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
-					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
deleted file mode 100644
index 311e9e3..0000000
--- a/documentation/gemini-web-documentation-2.0.0.x/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
+++ /dev/null
@@ -1,1115 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 375 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU>u/?\'Sc)R/'d7B3!<DSnSTu5BOYEbotl!j3nBFp`A$St^UN$SZq3t#([rJ*4AXm57d&AXcig1Z%!!@sKL+`4L*@glRmDS#'N#ph[$_4(=i0JQe"s%f(abJg,Z61j0RD-iIc5"=?,)QQAu3Q;#4cr`,md1Il3Tl_5qM-5"@aBO#8Taf'RH.qhaRf\mhm$4RhLsZKH7\epANa6@cLYpeo$NaP`_%U`o='=#nH4qmSc+dnkGCEOArUp_>9.7];&TV-PjA\;gE#A[C:$t0mK.nE-af!CCntpfM'/fq%I\r2AG]qe_"UJb*"u_`br1ciN>jY<uCn03j86:]+8>9%8'2rk0!FhoN/f32F["4a7;hl5>Wesq>~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 620 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/g_/?#%&;KY!$6R_a^"C>TO54VVV3b4eUe4qc5_>2%$b"WRjRm;W!+qKEa3_nHpmAl9ai;).R%NX(`rc>jL,]4uC(c'i"G+AF#d=:5+Gq!Em&LcsRASZ3i&BR0a"_*=Kj^o]"*:?8iR1[ahufcN2DPFAgE8ED0PF!c*:AG'fS#oWHhtD:H7Sd9H:ST+*r@_^o^od7hBE^nO6COTZmPrBNB8=$ddCdf%u7\P>35G*#UR4qLhJ%Io(9RaSe3G]OE<h.N_o0[W]%PYDFE#ZO1!('2+03_BmP)cM5OmnYFKI\6O2/PR[_LCA47[&g6!:,KbV6!`YVA+,iM9@lKS*bfF!c]c%D6ha>uc$"m_*/RfBEW,n-uiniT&gUX5BNh'NQVA^-K@AT*tGmu@);95j`+4'AL5DhQ@f]`=YU_,D<KCP1"_l<5FNfu5`n=(5J$XR1rlCa@L"o^k6tF*]rU;:9SfaIo8DPs.`@K+rH8/pNuZghFO%Eg\rTQrgH""ZM(,-52R.`g'eTBs*G.5'7]a^[ku4R[jE-c``DTci&LA9"n7#n%m!0Q&K/U4MNi0*R'Po,[h*9MqZn=HJn60rbipeK,DLYYsO8aW;C]-$*Hr_rr~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-16 0 R
-18 0 R
-20 0 R
-22 0 R
-24 0 R
-26 0 R
-28 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 627.536 221.664 615.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 614.336 211.992 602.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 601.136 196.992 589.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 21 0 R
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 587.936 298.32 575.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 23 0 R
-/H /I
->>
-endobj
-24 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 574.736 169.332 562.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 25 0 R
-/H /I
->>
-endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 561.536 392.64 549.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 27 0 R
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 548.336 299.988 536.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 29 0 R
-/H /I
->>
-endobj
-30 0 obj
-<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
-endstream
-endobj
-31 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 30 0 R
->>
-endobj
-32 0 obj
-<< /Length 758 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbYbBB@/&;KpAKpL$$.M@P1G=e7uUmn_LD&7%*?t<K>J;A_pr:Uj0UEQ>=%h"IUqD>tL_Hg]#G]XKCfL+'3ZI.MQaOUkfToEpMK`o#ZO.mWm>S):8QIPYKkg>Kc`UbT]YCa5BkVnA_T0O[KRl"dcE?4BZHA7LpV))@='t'3=Z`Sp47LDM9c;BCU_m"otGV0?NEEK]Wpq[V"\<fW)Mh3H8-1WhO3A9[?bgcrI4WriJ4cu1ijEM-u[Oa5>NB;F9TPpjP-J0CsD+_MW]><2D[YMAoTdt0XO-?1p.rZf(/iHq<r$@9eSQ*.f=n@Tm'ejXPkBF)/M'"@IB(/W1QV&R8c0nZ;+M_eg'fLa/+@%KXH0okcDE.`XVQqd/)5gb.:?Oi0er/(jJCZ5]3NeE+)JE3"m"?cWNYc(ZcB+"fk+`]/XKU2\FPa%kBTus;7a6LbZXR#d,MZD\91?[=;0^r"'\!i9D'GJ'%*pl_O&h62q5$tt?)b=sH@!ur.[Wg1CeV6#mpTI9?7qH%Z?q4=.]Q\F713p?i"!$r8Lhu/"4QYK.Xm^@1C;Zud@g6K$<rX(B#KTeah[1=2ULcNF%<c)_p35N01qYhi:S%\oW?%CIr1C<3CMV`fg@sn16\@ZiWA`t`EsNieR0+[o$d`W9gE?#e#$a5TdH>-mV!=sZ#:<V7l&\l3K+W+A!ATTVTnI)`Aqk5qD61bRI3d#keV3:8S:E1kZ^\8+'qW.Y;afioWu90ZRfc]9GdO5n1M<I~>
-endstream
-endobj
-33 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 32 0 R
-/Annots 34 0 R
->>
-endobj
-34 0 obj
-[
-35 0 R
-]
-endobj
-35 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-36 0 obj
-<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
-endstream
-endobj
-37 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 36 0 R
->>
-endobj
-38 0 obj
-<< /Length 2338 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=->Ar7S'Roe[d/&t,2(__U/IqrP2XOZVBU9Pa[Ug:dS$CMcU*n&[\qg7X*F3q=;nf>%!K#C<o)$]mA8gXpfmCbKP^(dWBjt<4$+4UE9<HPf[cN4-E6l#U>O2#67]rjBo6h6t/9J"pO(hog8J7q:IJnfN`bDNXI2.ZUlORe1WO>;!cjf\j>MLAcAXtDV/#YYEqN?\/r4S0_\.Eqh`jI3NWM,i8@A@DJ&X=-@>"<Hfn$PgEb?LAM;4NO1[9Ab3')no&TC<Be7V2f:WZB>62nP>Nd;u,?*q%OaB=='nKg;hq<6kpd:Y_aQXN6d2\4`-Z+Ia"Y9b;[n-da,(C7d8lD8kr*PJ8K)Uil^RRS]%WNsD>o->mL6/`ulIJLtXR'$DVQlW^4Y0_o:#47?^d[FMm^F=8e#7BsImc-!=;hnUJBPhT@,!_+I,mFE0_+C-GJ7?WRL"'?_EYi`M<$+q<p9OVc<l9M2AHRg"22(u^mr1[NSaYHS$ZoS@fQ['k;NU]NYgp(tUXT$iu5)3ZIQNFBo[r>BR>7Ja1^dXc"lLIujqRjTH\cZK@ncb`Sc2Hr?>)8MY];o=NN6JOeEU5s0`WOkHb@4C2Pe/\T'<t6j>qUrWfC>ICnVBo2R8%PQV*;[F1ISCI.oduO%:`W<N&b#(4Or*8AtM+a8.Aa"h:Tc%::q=+NFa9>mqV+W8rtp)pV4%W?,WV:=A5D((6@)2f?YmdAi#m&fOiDhpr/%nk8k8X*Nr[,/,-^e(#'=2ESGC`W6]\8>%$j<=cRO5gdmik5ra:e6k62"RBp1!U=R8r848-=@"@,%j(.gdZ[gK5l@Ug;!5KZl9]L?cZY1j]RJhj5*VMIY.5=h7m^pEblGD&_Uj)'g?f<IfZ?WW-":?MC+!=OkjfI4#Up$R!.,l;4E=OUB67Wa1+Y:DM[gQiBW7R`[5(Xt+$sO,)o1S[Q;qV-i%UFq"3qql'nSXlVUKg4Uk1t07<PR9oE:bScn$?N3G(IfQ1)!O4G,U$F1mF+i=-p&.W5@ObV5p^(*=fu<U<O`X]P]P>D-&R%eVN3ZF-/VDN9i<&WPq6L#aIkAm\<3nn?2(?"4+U2EYC)bkdBQN.4hK68Jr=8KG"W/jo4]2]/Ou+Msq2p7]S!u,F_fnerpQP_[>,5-6Ca_X^*oA9t_%t[Fu$eA,;9c/o0er+iTQGdeg+S@-8jARj#Dbc!CX\BS+0Y_nAJaNjh3u79[V`^jS.ZW>#,Vm4]\`V"n=9hMY*-S;gf"\'MHsS$'b1%Q`?>UaqQ[A*ehq3cTs1"WHmETUF(`!tN,bI1?S"56LRbO"d4kTSt3aN#=[cY+$Vj;aOPt(]/<N;?%j?i7G%i3*qU5rsA0o8"1=cZ;!lXRmA9*Fu%P$FCC3Wp%s=KY2ibXKML)<Skk@oq=hN5kf5#Ujrm#(SBL:4LN\blN1`gjF@-+Ngmn,?Qg%VHgPcu=YX?<j&aQ.Em3<&W-f[cFM(J6;X\Jr_..s97F\a)+@'Vhl"GBbi%h?d625M;<)M+.[CXEj<<gn='#G_eaeI$^(2"nV"Z-XYFdsMH+G[nN?hu\/?M^3&(3WYF;ZhL0T';cdl@3bgjaEA+Ol2K8h9iQ<?OMY^['^OW$41Osh:qC`$T.WX[g!$A4B?[a;^WJ^>IZ[rl;@SSA7&/75D=Z<AMFTd`_8uQ`I0c$`0U6&.?SX0O$=bmblK\utU>*PqMS`]m$g4m*V$*XY+g*qtQ;L,OJ*%6r)oK5"5!<@22lOE*`[P-p%][Q5f7mM3oX%'a=NT.Jg(o.XbT3mA/Z?`nUh1U,['X>\PQeiFIY-(\bSd4R!=9UH^B=XFA)Jc709BjPC'?46[0%B$?3s\<rD=/*D,.]>1#s\5?o>%.NClgQhdYWSlU%/j'me0U1Ui@D(ai)1)[GeRkSPcd/Kb`;[D!ZK$HP<epXfY'<[@12K)t\@W/ns:1?^jS/>qA;[?mkL>Xlh)k/C&&#PLjYJWZHZE/<6PRW%7N6)7]'q(@M#&Ua88JGt>`Q!(EhiK^\,;P:^5:>nP`d5ZFA;?$Uh@gY&'2SZ14lS>B;9-$J'gUj+#?R!n-e-]GI>mf)(>gGs$AQ%EqW<=uCfX3Ceb&223EY8MH[G4Mh+1KaG-Tc[(jg7K"l?]j?86AsdkC#]P0s2)o?/g#KC/$`(GVI,r0tE%6-q-[l(rpcA8sf<>nC5R[-_5LFpukOU&rj'hROD>A<ekL)_@)abJBq%KZ80^ZILV-$/rt9b`jcPVZ5E@l>?b.!eIm7/>DQjt+2)17&gpU0o\/XTdsW%"jL.b6ru:'5L-s"\TQB4^Y=*r4?MFIVG'3-AQ46$">rMK+;)nOc692S/~>
-endstream
-endobj
-39 0 obj
-<</Type /XObject
-/Subtype /Image
-/Name /Im1
-/Length 382
-/Width 25
-/Height 24
-/BitsPerComponent 8
-/ColorSpace /DeviceRGB
-/Filter [ /ASCII85Decode /FlateDecode ]
->>
-stream
-Gatn$+VKD]&4Lq-:;TFZ#nDYUi=T`S!eW`^l4ERsJ!rruA1;@sF:.BKrRpNaqek*ceP+jG@@lXj)#CrgSu2P2Z>A:h#m@_ORTpP#hRHqfrF((7'dLf2Y(dl8\J]^45gh%V8IB2P7t["_MUjm.JnFpJ4hPL`2UD!+Y!\Y`psh(hJng`$bHeE)UCP`15=S^+,H7p[Wf5,1G]mBE*bOKmPBoTs9C3Wt\fF8B;Eeih;\VDa;-ZGak)8`/WrAaX$e-i0fJ9.DD[X9HC%*-$24LMB[mf99P:rW,_qrr`XdB<Jm\3?APbodddSUnE,mu),<&:kB.Pg\k#Ke_+#01G1L('i8PS'P:N9V(>C<YLVUN9O-nYP!\O*(S2*3##)d^P5I~>
-endstream
-endobj
-40 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 38 0 R
-/Annots 41 0 R
->>
-endobj
-41 0 obj
-[
-42 0 R
-43 0 R
-44 0 R
-45 0 R
-46 0 R
-47 0 R
-48 0 R
-49 0 R
-]
-endobj
-42 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 162.648 609.986 267.312 597.986 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.java.com/)
-/S /URI >>
-/H /I
->>
-endobj
-43 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 535.136 151.992 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-44 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 304.308 535.136 482.292 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar)
-/S /URI >>
-/H /I
->>
-endobj
-45 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 354.444 521.936 404.436 509.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-46 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 346.644 483.536 396.636 471.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.eclipse.org/gemini/web/download)
-/S /URI >>
-/H /I
->>
-endobj
-47 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 285.312 418.736 349.308 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/5/5e/Config.ini.zip)
-/S /URI >>
-/H /I
->>
-endobj
-48 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 372.636 418.736 485.928 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip)
-/S /URI >>
-/H /I
->>
-endobj
-49 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 416.616 279.918 511.26 267.918 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
-/S /URI >>
-/H /I
->>
-endobj
-50 0 obj
-<< /Length 263 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GarW2b79+X&4Q>@`@N1[$3aVcR]+VVN=0l[0M3"(Ub)uSh@be_A"#57G>;c<;L"+B$5"R-LoV?/c&3^O0="_o6^D`/iuCGh8&$RtTpM\[R+$/IqPH^e[5#@i^/N&!aY2@_p,,9=(VTf?3kJ$Fe.6E#ENDu\K.9`j!YW9d`9u)29ru.t:XeZ12#/j=AsJ0HV7dr=9t`)*N74c8).\I$:*uLXS:*$8Bcb<)mVc<HMYg\f2qNP3NGPHO"('hG=2K:c-C7q`~>
-endstream
-endobj
-51 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 50 0 R
->>
-endobj
-52 0 obj
-<< /Length 3157 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gatm>lYkRg&c_:668/`l#FoLje.]ON+c0JP6$l2`/V9]K$<bQ[KkdHdUpVlUI><-o8<igf[6Jo&jpZa02`Z8p]"%a'Zik$5[G"m<f&HqCD#!*mBJ\E66I$Rs[oQ`!+0R!f_7C8ncU(E\Y4_X>So'Y2I1]INT)E'qb?B=o\a]YJJK*_38EP!@ET/i+4gAX`A<4W9oq[<q\(_.q?E<`QZHBXr<"7aR<UlTZWWb[)()"(&/duMq;3IoQL[/,K(uW!!_gJ@*\l7?/9Cu\rrn$ISl='I>3-IY]__$Z4;)Wh$I".JfWU)(ViatF"n?XUe>);!"^)9,dZDca=XtK^#d@dk\hH:YTm5*(3!3Ke7@r3g<EL?7lJ^gu.i;2#_Farr5Mg)4^[Wo1Um1)75*I$L#01sjCMu&?i:)WgO"p'L1=o'1R:H'DmMP$t<)!cmGV1kf-%O$$BB5S8##27H636-c/4jB6ebBB8FA0tN(@6\Wk,;7X#kc0%*]IWR9A?CT;EkgAj75YKiE^[K>]/9QE\mI8c.=.#/Dn!3sptpNHVS/k8h><HrnLMY'R3ru[$0"QqGIo\ggM#"E^>!;d<0[jjl3]4QmLd0L@.<o<D\T#a0\Oa3gBaTE5"?T=NW$7D]5Aa_L4ObE6qTG)'hBr,ep-d`N+WP2Y$YQB[V1#g4ugpV\Luq0p9mhM"M.>d)c\;B5JpT$@[q[GJi]b0^Gi#8S`(;RBr]/'l7SUj:-,NF&DX;Bq,I_F<X&A;RkEp]nKkM3oDn?:GfE[H/O4!fj_u!DoLCLW4Y\-J3r+S`pNLJ'^$LlFAiULq99`kYkLb[SXE(F$d6:!0V5c"!\ame/eRP,*-8AuN1@nBV5p)apd?<E?EsOW\R5>.LfY+N&0&r*Q%(LmCs23[%It.7kQeUiG?C/lkb6di&.9'R6`HPqd.pM^5jo`-@X-l)RI]J>S7`q,EoN=&sGhG,,X!2iA'1';We^Fra]5NX=75.]dI7QHUVn3>h&]c(/b`SJ#AKD5\/+.^W\:IX.lN(We88.Jpj9?ek!qS?lo5.,mO4et<;m5+9/!qbj(J;p#88:sAKaF!P*N1$88OGcNWERl`[oV]g?#jPonSK(E3+64<r\(7?67=r"V>mB8K.G9f2;Oa'SCt*#@>MSl)Vju0X*qCd$=<[?W!J&\>8^lKo@P$upc\s14<H^1^TTf2kL%_HWB'_]'KDJmW@oS[iJq.2"O2>CYJE@%3itr`'=*./^C4r5]fZp4:g5?B/t_jf3e,7FP3*8G][Q?V38fGj`HV@@Dl]ARhgW6qXT>tae+mKbEX6/ONAt7cA15aM-b$d8+.0m:+_%D:BUuT#_AqPl.a)1oXYOT+MHiZuq1hrhe:Ens?09*NMsBkg5otj1,`>cp(Q*Wub+1#nD4!^AICg7Hk'&s9>[8S-hX;".At[s+M:Jl:Kl`'C%'gbU\cHm:bem<^!t.Tb0Aj751g2/@a;tpeUrMfUaoT)%Nm&X/92#dBTWCni7uFC1_a$F&@!n=:"Qg:c=9jY5!hr=q*uS>eLd`6r!`nA^*p9Loc>Z_m:VnG$p1[/ci'+5C?`lELa+h>uE)O!gmbG;a4X?e&Z;p_W,Y'$D;O5ZM7LL)8k5e7u.;\c>%BT&$@!C_EC+?G@Apnmoa!=/ClmBkbU<C>lUsV1@V;\u6OO?/p'U52;:A)uF#Gs`35qn&r/qTuBlQhie-fOP_2^.Z#3m(#"4'*R:hgX"f,*,0lbLdDb"84,.gTM9a8dBGQN28OEJ'nkmBT=Id)5)XDcJ`CN%(-*KqV1?kac=Y[FgXKuk;$5)S]K;*;OXd"oRpnHdLOr<mIc-&HeS=XQc@t3<,/<sKeiuo,"8M-[-85T@T5&>Z:=tal8N5pbgAA+r2c>U80-"_"2*s[e;L::W#&5m>.p<E+LFN4Xm9rCUq+\HSD@7D;=/QS*Q+Sn%o1%nTPij9\=4lueWE\)&@Err#1:0-Decd/)t@0]#!*3)>7I28ZW"IHg>Qo4fk4-Ms/3F$2&l\_HCbZf<^%L/D3#=#"B4M'?U5RJKo.@&P8#@2!X'0m'4D6_^/J9gM%sVi4:UN@3N!(B$,p%5]6.l4i-H`9Fh5M4kHYA`!s7GOT1(I42,,;"7!SFL=\U8;?i5qj)I[SJ3iioeouW.d2r:o4R-9Cu08^&628*hBGab*:1:tG&pJtS;]ki*'g>*FuW%oug?$CSHoLGD*7mh(bB"38*#)5<p\^P;2qTa1[Ks*RBD>SR3D^RJhRcZ9!61V6U;cT+XAlS6[@IF,a[P_$a[OS??H;d\k?CmGj\'1$dg#_O=iBa<nmI'WDE'g]\`;_gOT<"\3`B/FFcZ";j@(2/r;6L:M@H_8aDD#c!"mqT!Fi(!li;u,rGNbq6Z:"#\7SZ2-!TTX/QE77A6RcDg%jI?YD'?<A]!h#2NbNbL9[FhA`5Z@YMnl>j/?V$B5j&4O%o+e'4G,i$FG'qb@XERB(fp4Hi^sjgFT*&9pTSpM*.bMm6s*1R@a\m2/YJ^MLufq\D[OFM70o%3?;T&=XIpe,YeR3P8NM^U"(t"eROpirC&KQTdVo*'L;G'p<kQ,Urj_(@:#7`SHqU(:89<2+"%$tho!$#qJcq^.O6iV+BrN]@0]=0#>?<^V50ihoHFI6[roU/1?3^&H1=YM;js&,4a3g7G57=kL<2jgM'R/$#LGDXKGZ/]4HJEoff+H9q"":dnh,iKXM/Gj/X@ZHl!`m<T,Jb3hj0#@pMMZ)PYR\#n4Xe+]p'B$JJ%=(=e@%*/>OGa2M26'75D='!9+&?UkdQac`O'@Pd).-Xh?8T`h/VYqVkcoK^c>iI@/AM`?F[_#rhlXcqKYZBd[gL^5IjlG/?"MRN4?l]^QLCbj$"']_',bt5"3&tXGWgTP'D.er.lZ"&tIRO3STdnc&Z+gmnZV,BX\>7cj-7A1N)W#Kh&+g0dCp)'doJ=Q#e.l[p)`4lM`fGP%J(4$m9nh-h!t=4\2cllA?=0!!MCDM9K_DS\\f59Nf(/ErGM9O`c"`D_>-.SptJD39n6%e[b\b"Zs#8e4$g"m\,X>jn[+<dk!$%+@uGd[>uf5e/V&#=``'ud^n%dCM00_U*TopWj7R)Pqi"/Y#@Qb0NCMB;?T:a3OgD6rT:A#dD<9MpZm/\Rcq=l1t*JFOoGHK8CdV~>
-endstream
-endobj
-53 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 52 0 R
-/Annots 54 0 R
->>
-endobj
-54 0 obj
-[
-55 0 R
-56 0 R
-]
-endobj
-55 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 407.604 602.936 531.588 590.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-56 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 292.932 256.383 491.208 244.383 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-57 0 obj
-<< /Length 2826 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6l]9dY'*#[qKt^goCfn@mfAM0kOlh3!m<)^A^u[b!A_JJ+&m\A?fDg7hOsLPd;X<rf+BW>8n!W&ALO$A>qsMMGnU0=WS)'Y$m-d'WKtj2mL%$_?16Md.ZRMIF]_^pjd;.o>*4bR.=.9;=mJPShHj1)6`*oH:',&>8q:hOOCfn[AInb%4K$K;Q"lUP1IKHeR+I3bDA5sl;2tG%1^:VTBRSL3ZT`CeXPM"jOlr\_Y$gltL6]%4.6skh/2klmNct[p8B!`\@427UHM+7G:>1#L>kf:gn[b\7Vr+71r*6XSJ4r"L>a@4WU%Vh1&h0YS4Q?FC>JkBPg7mGJua3XC2T"aiCGMY6HQinZO9mlsLng#"diqrE!k:_=4I?"$8A$iOeG#0&<?5QZ^U<RcGNq+Tu?;"4a'lViTWJ,GA3)F<G5'DcA)ZR_m1@&&#I8.ltLD8LK76aFBZKAs'4d(hj@s+^)C<EiG=q+N]-TBj+q(9l1MV(%rSZ%t(oIqWFBY&"nh'i-/8&V%f)XLV[LuT)]^:-(+,1hX.B[R,No"G&2O>-Lb8&tn+ZW0,F+qeX4-9R`(ltauiPs!njN3O<E$KqNhU?l0G;R9gmTT-=g$WdLV<QU,5%nWmME/:-UcHu2kOKi@YN\s46R[R:J-u+]s/3hL=bOVO;qRG5VEfUl58b[h;\_Kf9R^d7&iWoBXZ^gQL0ls*@RLuT2;?FG_!!fjceY9Db'nE=*3Gi`?b9<nt3(%<;^f((1c/E,NYdFR1h-]@`UFZ--hWTXBT98Gei&FWE/"@+d7B!Vu][.mS+0(9<.4sH%Lo1n=b"4>Q5Yhd>=VV>BLq&kV.5kc8RVJOc&76e*-P&)=HHd=U*iCf)6N/*cL13N!5DZY/CUaL^p1MQZA&Eqf60_F4=`[+!#?ODHC<+?/X#ardA)*oL[]YR,!%a[+'L6/4i3IX69lTftrVcZ^,$IXbk\qlK6Hs<e6gY0p#:0"jeW.--qlm89P91EEVctGC:)ti<7Lt7QN88gd<OJPRTNrOm.a:[>&'PH)_Q18fNY6WZN2oQB86R'9>mg7#i[@i12#RFPVMdO[\Be`k"sTT\S\^?H?:^^,8]fJpBX^TrSAf6m6^"sQ.cEi6ksctiFG,d+C'0%'YAQ=pO-1PVI<7X&cp;J8Q83m@\c2*O`70NiR`>duaXnP4/Oe9<,0\g[5]<S\c]:Z!;I/+=]n/*+OHnF6CRdE&3*Mk5B.)2,Kde$M(Pa!Ls(WYc@';r.4_HpVI;#a?k,Fi].m=?XKS2D2k2DZq4s?cREaZ1sGlUt/Fr2BATm=qDl7mlCpql"<2NfY(,,E&Co#Bg26s%fL?FGY;5"GE$r'B62!WpJ/YO)dhYAlB[+in8#q!H[/W1S&TStif6"YQTC1g&+InhjL[I>HG:8?EP,pGTToJiC?\qM>u#b9uCbb)HYl&1Vn@]\>miK<,$,dH[NL`<0ftIXFO25SN.G#8i*(:k]cBGHm'>Tc):5kHr$'$Qp0tQT$i$(661CS)O:RJfQT9dnj$r%DuQg4(-RhBoH.4^cD<./02mVdZ,B7H*J3aC3G:*WTQjab/1AQda"bb/DCM@d4f(u#"^dag6jl)UZ=4X=tQE]Vj=824uh,f&\0=6?4IROXE]"QZAd*7CA([Op0A"Li1VG$Rb^S"q0iCY-rkD9TFEJt7Frlu1a9Y/pH<[/5-Ap1.B&]PW>Hor5.!S+.J?rB-W\j9f[,3M!S;A&J-R:q=bT_pELl\QUnb6ML9Nm.W`p"--X*l\A8WA)&s$RcYM'"i-e]?\7j4A00c+lUdn+9&eGQ:_N0A,:,Fk^c:>NF<RmMs+>MW(#nW86&k1e1We`?p]Sa'2MJJU9^FNdmiK>7pelG]250@-pim#b,BZdurY@+^6NaWVCe2X(]]V'.BB\oelON,=KTb3:+&gO<^4DtP_mM.=nfAjlUkD6H;*@`Z4_!i-FA'_*!Nb_aqGMfH(E)]hcAq_nokj-EO[J[PEJ6G_S>>Q<"`?6;de6;k4YCr>RX#+qO&)Kradb0/^^&"0K>4eL&r]QCiQ<YppCo9hc7iS<eb%.K7>g11r&3-H)OH!AYLD@LdP2&$7u7HobGF5JalXDY'G:,-97.<+2fVO039[?j1V7G8*_j--:jiFL"'D1.DReNZ2Q0CqaHLPG3>#?LDQcd0Adal?eiCs)I]=?W_F51[lDLNo/&Qu/u=Chpd-N\iua%:_(IabVkng$a\m#CL'jgXU'AHdN+98#2B%]RZoO&I:Mn>:jPnYUIH%[T5&2[LCqtXBjHrXG8$G2Hk%(!20>4+Q\l^A*Il"\J)*UB\,kd9?:u_Y%Ve/ngfN%''c:*o3;No^%U*4@$Xb9Ab/@OP@S2OFup2L3%bKoDsmV;)npHDrSZIB?GBb;,*,,W;M'oXJb..YVJoe'7Yu20*q0)VpMMc"f6_.:UQ/$0h!p9Y-rh&b@KUOSm"0p\!%d+G=Nk&er"/*SCmN<!`_01f2eoB*PQ5[l`_CBuFs9B/,"1ct`r@R.moHDNB1/s=Grm;e_M')NU@?\&?T*&]DjDrlMg?6cQ7ucCd3.bW7]Gqh,X>KR>YF_.6C?/02<4W`lUPqJ8Gf7aTu\Dp46JQ3V#8GJ@>IX\-DcoqY01+V82V.`[)k!rm49T4-W6aYmq/?#3o@68X]Hf#=D.iQ,))W&@d\Uo3Dq&,9auRq;AB0E1OiEaJq<cHl%C4M/E.WH4&I2e5Q:TXS'B96$D"`%Y?r9+4;Zd.%Tu4NYQ&P%Dp1QTr!P=8^adq#1BbAT-;*BphrJ6:*J1WX`)j_Nd)((`GX9^4(<;WW2h@S&]gZoHb?n8=:j)~>
-endstream
-endobj
-58 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 57 0 R
-/Annots 59 0 R
->>
-endobj
-59 0 obj
-[
-60 0 R
-61 0 R
-]
-endobj
-60 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 91.656 160.96 214.308 148.96 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
-/S /URI >>
-/H /I
->>
-endobj
-61 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 259.152 147.76 441.468 135.76 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-62 0 obj
-<< /Length 3195 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6D3(/W')q<+JOV#(Ef(h4NL/kgeP.s*g>-G+OliI_.:VZ;$oo8SJB'JGrX&b))UeoNb_OiHSpK^KWiF0Ghb<D2d\;[[f$/6p=SEJD3UfD<^k$-9&.jm-f$2qFpPTPs*Q?E!CW^2XD_H"Y?1[/p''E[;X0d/:D)[q0bqnu;&*$*G/t+0fgk>8(eU5,'f(1S6^<]m8/B:BG8\C#M[qV4"8PGT9f?__)Kj'5c<W;9[ocNM^F"8Hl-*iQ0dN6C%%6.KKT6'@f>2Q<u66YMJPs2?MXuY*/6A33_6s4cD;N"W$,KPYV>SVo8E[6u"A0Oe>cDWm$GTCo@6ei''STm?@\<`=,?7+pJSap\k<OUc?9`?t"bunC<=;0gq&pQ$rAV>Zg[Df+@>i%SG=UstuBC2d=PJ8Hr2`3Y0[gnug>*/>uJTTU_>62?pT!j!AU'4Y'K#/2[RoRu;2GiK'gI"$hD^rs(8([!PgIu$XS2Pbr6F9b&!=8t?hB7sH?e&a'c)YmNp/tH-p>FCKHUeEbq6_N,*3p_/f1=ula"OpNRkL&1\<fc6.]l5[9"L39Y-YUMQWY`po*TO[;#q9m0%hGGWYfEP&P/[B9k6tmTcL,FZJT_]b-Ebf*\pJ1=-ap,f!Gb00,3g'*I1hlRKmd(^/=-4R_GY'#*MMYPe')7O!1BIX4q2)234&Y$IPTg4_]]77(>5k'b\WPk49oo*i"G?#repGH*-'G5Ki2'[)or+;#6.?3f<AZ%RC??6$!YAXq!F%d$Q:4"Q=4MpQrB^>$]tJ!/2c?"/`-1I<RjQo]Q)b*\]4&f7klO<6ZR4c_sG0%G3)Sdq#_Sir]ZNVN<M4iDQUDEGc+0F<#9'H\gepqX!Q.>\H1*7V'n->(p[7-(,,/Qg@+&%!mWRF=[=K0M`>46D6,`LYG0ri7W*?324@o5,p;:X`/5h_L[KC<@\FtBp=b`[B#[[W-E2%<8?W0hUhUfrG$R/DDRQcG]Q=pqLUD&%r4EJEf[^^e.OfkB>t'!hB?CbI(9V@AN3bUf2&7ae!.dL`=q2>45%UOAb?mo-PP_W<tD`(O(EoFcjZ!(H=TU+^8qqQ9:r4s-KI";I9AHulq`+,jkM/h%DuI76%()=@FZtDqb$H#XjY=d8p>!6X$K1VVinVc>D1d?<dmBW3qlDCS8;&NKQr8TAZ(=QWTsg>Y,.G\+cXS%:!YXQ,"rh*KO'DC!o*n@%q0jhD"X$nO`r@(Yi`S=Aa7LR[EjEnK6+U>'q>OM<&Ul;">c6sK90WTp:l$crUKF$+7JPO6)R7!kV4&1-I"u2(!CIa!u':cnc0AW]kY9QfUpaEqCO._If$e`0d#jl!0EF!5a6K1B[a;p'c*J$o2>Q+[q_;5b:TktD>*@tWOTm3oqW&51Cp"&*eCp/G,5/V"e:INK0jEUiqEkn#h(D2/g:%C3E`0bc:%.s:*)3Yq[cUNr)'<U(H`Z,c/:$H6gT^#?-D/m+&S?%&StOYeot!j@*nf0<i\K@"E<c%i20V+qCmJVMDKi]!8E0G4lT[EmRY3oCSf1b_\ZHX38b=_4$^auOC+I;*QrM[8,%%XITbt)QC$#E_)[%Z6`#0s4%3GlRC-p!T#Eu2Y)VO?rhI2!'.,h3JdN+b%R9ln]rVOuY/te`YN7XkFipOJV8_2M2cn?JY+!B\SgO]4hHYL*p1<Od176Lj?T[]F`J.*@DIM,!`\IaSoo]k)33Zm"eULCnJ\0m*1Eq5V%ge&uN``4oKa\`FF"d[%d-Goq7\rnV#.]'$o?D(*rX%1uP&4\a:Y%Fk[,Z!&9W>(DSl;P3Qbk$r%U=E#f3^aR;4%/(+MOo"&+I>m)2%2[G.SdJEK[-l2KKjQs6Ga'^VNWQ*DWB>G\9-'2\H/W]O)*iLuEKbfCjQc^!4tlnpTL(*S;H3:qVV362cSee:+U">nu9.rkfmTg#C4,E1coS2&e(BFe0p3Y-+48J*7HM'KYH8n!ST?!%:KEZ>JaT/f-2+Je?e7'KWT*5J3NT#e9LI#p6^qr8KKRWCLL7`qWIi"0A0dBGuYAeQIJXEg[E*<J0clgPkYH(KcaSA".`E&Zp;;3@ToE96,Uue:,YD@Fj*\.pc]/%/L)5p[8_#&3=&b1%;)?P`b6bB_Ah)/-i`3pP"KafmOnKfYq.Io$EIZ\EWL/=WNbgX8q[:q/d:IiOUOX0J0sRi5hs^#I$D0$9`!/<c^N)Y]n/jiap$W!)V[!g\VQdY%b.:g1@Jp_9C<o)R9D<Q;N==Em_ZqNul3h[Q>3FiBER"3Th[h$BAp$g8?MXQPBT>>O3t@k(B=J6.aR"fVe&b0,@Iq@.FXSg2Sb/4.:aEjO!t)Ee2mZ327m-'b"+sLccM.>JUIK[cd"idXbU\CME&W&9Po9,FWIJ7Y#:"-1(gc(e,^.Qn?3UVU"NU?I?VI219!b#GuCl:q3b"_DQ.Wh'2b>1*Lq,9>Vu-]nG?H_(#a-dj1O%VOlr)c&$MYW#6W+m][&1hf=-?RcWtnPOSY@e>!r+IehL_p8R_k/9<@[EetP"*Cb%JF:$uS(Lg+m<&rG]/dp\I#N:I*_\b-*R;L6M)TOGtoN4WP.U7s)Ct=gY9'Bj.5RI^5_AWVs_EYqSUXFH!-D.WhW"iDi''Mg]2djf&m++9TUs'Ei*g[:TXC0Bd`rO#uU9GF<m"-C`.2XhY28F$rV#NTa)>ZdKd'WERE7ZDAA_)qOfFNCR_>Mju%%?&l@f6/Te-qi(]&i@KV6HJ9I!j%Fr/g`6j\7?nD7f^tcD)g*66cqIWZ9V<P)gf2<B40t+<"\(ltM[M<2p_ccf\;h&CBu)<BXRo=>?1bj//&;,5<IT"Y1EZ-B,Hb9N]P)123$`Pq*$sHrP<h.MjTP6miBsGpPRna]-.P_:pXJc1mZ;(i'u&$YsptpJ*1\F(/*ug$bIM^4-mK`(_l#EZ0a29Ia>bpj/]<LRZQf^N*&VK0cBgJQ_>t9.Ci1(q()nO:0nWCO-3!,M$_$E^GU101e`fhkho3Gb1tCqu:O,kCho/p3@FS8V/eOVbL4`!h2$2/?GGG]RWEfD\&i#Z8aP^i*$+mj`iOhpeWSON1k'8W(D78P;%G&OYC82jV$krGe)>JG3?`s^S2[<$3VG;+='/J4#oA7jZ#S!qC#=?!F)\%N5&T\_&-g-c<A!253:"D7Gb:UGcbMB^Js8O^ENf\iTKN2ee441[3TNfmqsKP#AGFcg&~>
-endstream
-endobj
-63 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 62 0 R
-/Annots 64 0 R
->>
-endobj
-64 0 obj
-[
-65 0 R
-]
-endobj
-65 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 281.976 681.535 521.628 669.535 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-66 0 obj
-<< /Length 2771 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6hf%7/&q8/6+lmA3:t$VfT0QfB]%7^%liOjYMd9`b*Yb)=F=0^f8P[_6r^N%scVUER/*TE2RGZ6/O#'-5Q1t#3+7=(H^2[<BE?70%_f)/bI#i7p'V)_^GJ#&/Og>V%&)V_/WLSa5J)@m\i$*[nJ/^a+4G!$,gN_??\]<]s[j-SG0]%)Z+M`5L-);^7,>=o!+(H[/_R\R\\1euJ_EXCm+<i2oK(172mWZsK5MZ5$r5ZAJg_fcPf*=BD*4^+bh^KY<'0^#k_O$N;T/0J#G0,3*k)[25jHP!'o)scLNoMOm+:d-Dbp5d:Qge`h,TrXY/3n4mij'tu1MF`.o-9.]H0*.Cfu5.seUOXu<Gm*G1069;4QBNLLcLHq7?0pE0_X\QJanLN>O7Qb<b6/U+q.TPK7P#G=6^C&5U4"5p+3#_I*JuXB#B-b%*af8%)4om#g>Ud&Bo@]-PM59WiFJk?`]05Ri6"_R"^u)9D&!Co@u8M'?9dZl?&q]6Z""_E$dHl9"M@G#MW@PG7BjB9o*TV;Sf)"G>:VM982?Jo4ul&'a@fS8Jp[2ZY<kC%V2"8CWU#*UC^)rLlf/p:08Uu#NO?MXn"q5,:-GNc/1!rW3-LK+4-I=jcij*\t`D3K]"SCq&9qQj4i[p^[I.ddSU94I[(m2BsE%km.T`73^r&j^dY@WVq_Y./R/B[iY>3*&YG[b(qr*OYX_P%`ki'XQm"\[C=`A$a8%Gh)*U.:#lLuE,7npXq(ZN$5+N^)"Fi_GOn#LN^7LO*`5j7X7_P7ELcj=6k@YaM?]],8r!HI[9@l`EZWKES)n)d_qr1&0q]a:gP=PgrZQBhOPNaG<_KGk?5ki0X8MN=*#lMR3,8^fh5VatSV\Os$W,,`>YAK`-7@$uo",AO3kY[irV#14]auAAs`a`cW@j?Q+dX7frfi,T-Xp^q5dU6;&1]@Od*r.aq!_d,"L.&rS$WY$)P:CX^2.Gj`.&(G9M0Fk)S4.IIa$oKaC4[Qu9s/A$HVKU$9/XQBc$9ag`DFkJ]*Ne0=^lTE$O5nG?qBMV!a8*4:0p<^"Dp6:"1<mfPX,DFj4`M?4eLh+hgrB+2YTE<\)q/BK7JirUTjJgYQ>3k]C<cMgEOguQaYWANuecK1o&Uc_+%Gj14;Ed)OoA*Bn#oS1::%@L?!1YE20k`+fbk=nVFjMiUdq2PWq^V??b)@S38Kme7$TGlUS0SS,eFG5O'mFHsde5$sT^4m%U`K%gi1%>M%"nXU+[U9oS$0q"9u9KNP0qQBV_jR[ehT9V3%tpir-UL?9G^(3j9!<q0"p#E4P2^*""c-+eR`,m2?n7._c=Q`gsUA%bAu?"FjT58;ENa3Zk/Cp4!696'fYACoj<?h05ZLmU9/jJ*!gWnTYO[&P%o>b=3tWYL;0:"Be-aM'4`bDOLP1FUf2#?B=8lNFD/M$E,HqPH8A.HIH\oR[u=8oX6`,"_c^1fY5*+,^b);^Z9[OVKt-f18EKmi<IJ=.5FuG8K*kGJ8NHDIdg@lZm?Q#;Ce$j$A[u@kg*fT\N"cke&n4]'Jl2)V<i0'r8`3pW;.S=81/<%B'/b9n^(af\KpG[$qn)gAjZimu-!_WGR#?duC\Qg=b+HW1!/62rS%-G<d@`ruuSmGLhHo*&bL]'Bbn)EA0M[\iShq9;qOTXcGH:+5Lnrb+!Q32W<mITY(D*S7d2#,/R^;<g>.A&,R'Sdd0[QKX&,1E-an;EsiJ$=&cVLAI4X^ccL7VLp'Xgpl[`h]Z9r/>c#tmfeQJ#m46mGl&@k5#oTC1k-f\tE,-oBh7'SsF)0X>TPpoUT&<:-cH54Yf]=iX4/5U\:G/Vj-S%`Ql$B7Q!Pa1Im<<)-"+U\+]=sdh1%63VM!nlflP:MpRAe;"(CGO(%8WkeLMU"bGOmhop.Yg^bD0]=.3IubVfDNO7j`i2a:;%j='-tY0_,la9/Y9p8?DCcd<J@Wo=$A2W`!%akQiQKN8S5+^r*CYZKGqF5YU`9rg;j19&*Xi_i:dP'PQ75^9o*Q47+WY</Vo-?Zn=)FGg0^^.u/:[GVR>E^Q1ll5-:5Xe!!10l0i0D.]Z&DNn-hDsGs\r/SKNRoIr2=erm[2/ZWS+e,?!c^#RQpZQ9$.WT&#)D./Q,"0B_>p@U4nTZ<&M`khMI$Z5=YUXeJA=mKC6eq-($TPea2+j3Gfm2f`Pg`/a7-Gr9G4;nqFA]oNq4Yh"Gkb%nU,`7DK3Q'hAe=_X^/(B6PDFL*-UGOLL,QW+3+"5`i$KMV5>E)DSR1-B.3CmLnpq+CfO"0,",6aC:\oJGiG.c<h\k\9r`%rD[pIjB(Ncm/;TT-8J*g,)W,`%jNt8o78YsWEG,&"'.;8CV`oVMgqp@l8PKdQcKG""8kRMa@Jr6c=1Lf>.I0kbfh:W:7EJr;XV+&;'Z:7,h'"e*hWh/@Xj2(]7cT"IgF0fsUM!lZBe[dBUn*e???#seE'ug37,?j#%=;h@Q`UR%pd@8hJ6qp,>K2Y>Ypu=h]CRN@K$L0Jp/S&$pHF@p0qpGodYQ1lg98^XEF$5u=#NUV]FT$lO;to@P\hp*Ml@b^:WTlj='94$>=8@U/MmM$pQZ\I-a>XE``Q"8Eghm$'l1h9OX]DX-Xg[2&*oJipoQu8Ri7lr\UgSgJ;*$ShC&alHP/-L9KWYg^I8SSfVDR0U-)u9>)`jKdNboijZA2OHmEJ%dIWcAsd4+n9oiT_g.age2!=[of*V<Pn1kiiW.#(8)FPNc]\ksf@?H<8V&&$#;'G97TCB6$4rrJn_-):~>
-endstream
-endobj
-67 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 66 0 R
-/Annots 68 0 R
->>
-endobj
-68 0 obj
-[
-69 0 R
-70 0 R
-71 0 R
-72 0 R
-]
-endobj
-69 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 397.944 423.071 513.24 411.071 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-70 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 409.871 166.632 397.871 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-71 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 421.224 371.471 497.532 359.471 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-72 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 358.271 177.996 346.271 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-73 0 obj
-<< /Length 2220 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU4>Ar7S'Roe[d)1C@^qrX<W(Z%%XR8-BQSf!Dck_7Ce$_/;ng$50rr%k[4JYO$m>r-BiVCcQhmniP<f<FnG<AK&B=2$Tc>MT$0)Tuim(up;a!>3#ZT:'QSuq_G\b"'KrNUU\>5Z"r[Q0u:3"+((8.`T)LiD!pE'-?/b`0W-b]-4m6g)k->Pu$V[2O_ASMM`86'06Ua(0&=W[RtVgm_A,J^=N"+ppm]bWq-LNhSL$`F5=e2L@;p:^04W<AoET":bq'&;1Fm*<hS5[me#*GGd3qdiu7<Xl=uI^mie3&QcC_*9P6dB#/bF#=2ng-a=D_aO^M90O#Dk\AL`:qkSQ+>Z9K5q,nnk<asm14=jUJB/(]s@qPTZ"O`cZ^qacCE`"aZ.N5."?Ki/Ukn$,3R%BANPZ3K;MsiQ1CXA%nIob/8^fLQH$N]iP8A\5%1H%gG;&X,b?/>Z.J]E2MhY3Mil5'W+qKCI[<9l<Q(Pkt3F+hHO6*0fPSlQ*os/$P??R_.#<FUU[K;eS-Zi%Kg8kds7>jp-h-^WE%Z(M8jcm);S@C).;l.u[O<`U*o%iJf.qhhSD.R'0;;3Z2Q.Ul?W"l,Sdm)PVV,Z"!k*nbe^P-lm_MDO!2bDJe9YZ\5K[8t&b[DtEETAGKqAN]Z[8OZB`:0"4+LjTG,b`d\S2TkTI/GD/5\nl+F'F'LT*_N11Q*d[kh0#PE'Xc4;q>L!>eSS23=dg^>.%F)#-em^HeR+qa4L2tZ6/upRgr'DHfb[Y:/fHo`;oqMM>g4A=Z9BS&>\J3r6Us;-o\a_1b#u(HSBH]lpI2bS#J%#^UOf8/;H`2C9^k@]W!:l@+^S6EHk7V"I`UXq(espV@>Y>O\]jQHPk#]U4I>=G^V'C?fC'g<]tWb/]BRMU)<3-p?=*kf3q8;LXJN<hLn?2FQ?&F)R21qA_2-5JHkc<Gicr\q^+L8G)<ZS3CDY7]T[1FP>j:`+CF3CW?B6\@,WD'dOW+p?6f"OabW\IP=KW@bFk8]tZLji!3.Ih)rVtoH*71'X[Y$9s,,u-boKhPNMoGK=d5&gmJtCj&aG],lJ<GJB&[<\eW/4IRSR^J!pbC5rFuY/aq'LeP;V\S_mcru@$('QW+*fdb?.*YH4.Y)rFD'?Y2K]E=#UZUl>60k%92$W$4ZOK<nZ0X!M>&J-c\E/#89&^<!$@DNJ!NHNJC8RE'Jl9L=9M>b&[5"t5MUgghqS=t`1F<Sh'Yl41KI0+G9tku(U_'AKBMB<_qN*%'hJi8^^S4G3\M%4FZLS%ZF18-ifN<%r;PJJ_r)^JAZh'F&n<<_?.[XhDGM#>IcOh$<60ot82d2!G9drE>K+<<MKQLY;Be,n(CbdiNii$M6A'bh/Tcl&GH.Ntm))U1OuQ@!LBq8]2h[5ON=9YWN$cu"dDT^q2AliR$`N-a/bcHK\V,uNRYT(`K(SKmqmXc#G:W6%3L<4/9:.?ce6hf%Zd@8:c5uSS=J$'I8*>8l<;?L2`'?e5)0i$IgKHmQO&40gXC-]>(h(oL\513&MJf].UAO_)pEl/4b7[:6a.iKE-:47q#`g'e%k7nmof&K,N1&g)l47'`8FDD"TpF=531/P=)/6\H8oZn05bC%O<6tK0ctFuBPG4uJ@Pa^;Uho3!W[cAM:%^s%'RduLa=[p5UrnTm19d8fV'Hu*/\/o#3[5]N7<^bOY%9(bG4EE;<P(\tgM:,r@d$Vtf3l=39&XTOLT0)RMFlSd@e6h['>T8B;U\\'giG.(gDVb^SMbr6Pp#5VZYe40_JRShKC--Gek2sP2p6/d&q2>71P?Qf-h4HgY'Ep_W(2tI?W#u^]GOd<,@/9,m@\]o4uc3%K9uf0kVBJ+gi'PZ4JdMiE#93O<2koGV![85-V"nM-]Mif3K-rHr1%#0btk;kO>Ea6&\o7F2/fHN-3--1>k6`&;32r,-CM8V3^>3jo3*LQRK,T@5)DXALQKhFK.+$KX0mJ74q53Q(XD?96A-6[B:QoV"W!/^aC=trBmOtEOHBOJ,llF"?fjJaLt-IdVa1jkGOggu_a>$'V;,@YUr<U(8QsDr)^qNL=+5t4fT8`s/%#jTZ>$_0<^I5%Z9_/TMlj[[Zq+O`YKohp&V>AVWri;&P=JJ\Z:YX]Z6M!UXpfm:d+LRK&N:%s)C]a"Fjq@r53du8*WJHn67@o=cNA,Id)?#=2Vto066RLV8UuQ1:Ua<Xa>qdo`q!O;".[Oh?2~>
-endstream
-endobj
-74 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 73 0 R
-/Annots 75 0 R
->>
-endobj
-75 0 obj
-[
-76 0 R
-77 0 R
-78 0 R
-80 0 R
-]
-endobj
-76 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 707.935 309.936 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-77 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 392.256 707.935 502.248 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
-/S /URI >>
-/H /I
->>
-endobj
-78 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 401.992 185.707 535.96 173.707 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 79 0 R
-/H /I
->>
-endobj
-80 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 401.992 164.457 519.964 152.457 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 81 0 R
-/H /I
->>
-endobj
-82 0 obj
-<< /Length 1922 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gau`TgQ(#H&:NH>cpJo'U1$GeUnm^`8X!uu1eA>c5uA="/^lTs=`edhn,@`*pRs.[hBHX<^ojLScC>ctjc#h8DP"Q$%eYYDXL:'jZb)ok$U</"5.hP+6in,aX+U$@PM](0[I_o.0)Xa$IT3T/4q'*%]c%s#R67F3aZ^6=NgVo-XO&F=hW]-(rXWZ71E_R$6ld1A6psj["8_<Ve"8k<rT3.IfVD`b.l1=API=7TVn,sNcP/;*KnAehgK#\Z%!Yh*T.08t9%9D*$flmW5*rh&OKcrj[Z/Gi9WuuY+VK2K9p1m-:3Yq%Ea9o,I1nEN$('#a[oIQ]d(kHm4FM@$=mqHe[@*A^S%n:]BQX+`Tg@c7,(q>Jj(-<chY_]kI"`g`M&af''"U@\6`D2Wi(_@?Pmc1NqablBJenV:if<Lp6<h,E-16B=:=NdT3bdo.p*r%_F_+l5:-oOLZ#4(G0TMY>L6_l?%!S?1OZ->;A">Bq._j=&ekYe_,sH7;oE,`M8$3SsEUg^8)AfAK!^Rb^-JrOC0%3O8Sfj#^K9:46Vol8e)&ogf0K+]=I%%+2KHeHjPNWudT\0gIH[OY-dpC)l(@K8H9*t(R>,<^l_Ao5N`%jn*E4P*7]YQjDMB5H>;pC^:HQ6M53d[MKZWo8"XCf%0rf@r]J8cY*b2WntX@uQ++Cm*ETTUM.:E4@K2K06>8oZce-1<+12Hb1MKsob4O,ndh-]-AWMc&q[Pg6X=r*]1h\M-g,k`1UJ2Nl5,GF--INNG;5nbm6f@(P"N0#*Z_Js,_#-KX6GCXi56#qSL<FK5HpTG"OlQ!Fu@*^H@)Pn'RA3L!<u%Nc=9ZaTJ<BW\b;%BA`Do(Ku'*hKG6d_'mM)-C_^Y/+]/$h4Td9s,i[%2<02Y_+^K/05[U-3TQsV>/5q%'-3]kb4E&cH(LU4XT<"NQ)EahkBl<_tuBrhqTh!(58_=\/:dSD0U-"EMYnX<(Y=C#E/=3h9E@UCJq*)@=[DpB!&<"AMse^F)"HK=2lFZ]ZsZ&0B3+0R+#@Wf,3?]\=`6['\G[R>$&/b9Oh!J-l6?,Fk#/AduiHYSQo]u%&d=$ph(#"?"BTdcjQ)&nUQ:D\:TkJN,[BeaC+3b1X[dbrB^&o50=^aKMLni+72H<a%)Qd"/#+eiM2$V9755eHC9iBW;=t&8Qc=MTC]=OHlO;@*Wq-7[M1"AOd_$s<DD&a'H?8-4#ma*Zn+FrV(tXJbH!eg@)kI^p)I:E2_t@`G7ug`WqH`/ksZcc3Y[F5)r/ln#QYFP<%V<njRJT;fsR[:7-=;%L_0?6"X6<FrHui)@u7QniZfCEG-)C@md*\,*doVrJ<I,=!T)n\i<>BV9%7)<iFoNRQ8rL_1/E"X3n<815"d]!J/Rb/9#rqar#paU0KO1$aX3;kMB&]FnK*$*e*4!PoD+KW/UBOq[Te/U(@f;nieFn5ReJHqiPSF2a/<n$aQ+TgnAUl3Skn=#7A\?*2QLILYX=9A6Am%heTlGcdNLc;pbWm%^T2[F$#`LG&J%"JXb&>He;TZ?G__ha7$eE5J"G[>K:a^X+^9i8810lb$o-->-L/F[];?0=(lZ>&DoBoG8d:Lrp+$Ih9<[f6CTism`:$O$ql3*/2;#kW^%iFq9\Y*&j)m7dj-GAf_Q&0'R5gLXs4'Gc_^Yk^.^:,anER_a\2NKTWhSHiLF60B[s/Y/YWd=l@W$AC.m,HNNNkWf!6R9<eHP*tp+p5lpO!fKJDJpl@*>2@Jj`\U%Os&",HNAp$]B4^d^\RWpB3dR?LNKn0l;?J?"bWEL$o>V3P/jnc/FNS^_#]CnR&iI6=AQlZP58,_TnkD0L)"Bi'9-okkI-0)[6_cqu0:FObbYUL'h/M,AaAi\M,3/(pPB2>O'Hm3mFN>&2+ZKaeqB35llZ""lA$iG4uM&E:")~>
-endstream
-endobj
-83 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 82 0 R
->>
-endobj
-84 0 obj
-<< /Length 313 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU4`A1k'Ld6GMDrt7=8VeD?@d9-C+F3;6WGE\6OC8EkeHSE';?`p<+Ur/m_-[7.Z1,P:-ug("GmaR.?rP<E<ZA6<00_N`2d""a<G!l(DI(M1ID2"kS@oMg[dWf$XD&j!h(qMb:JR]^6ZJ2^"NrBSWhOZa(Gp?R#4m=.,\Z5&57Eqd\A0!nI+1i0<$stl2:DY4,DXrOI;&p/,)]7VIElC.DJ)GI6?-+iOZK_.,4Fhf>bkrG#09fo0Z]6A;b>6h&NG@s-#XXN@!3I)bO3\eLs\'`ZkZ=7Ceo&[l)DqCYXjg]%Hum&p&P*~>
-endstream
-endobj
-85 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 84 0 R
->>
-endobj
-86 0 obj
-<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
-endstream
-endobj
-87 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 86 0 R
->>
-endobj
-90 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 88 0 R
- /Next 92 0 R
- /A 89 0 R
->> endobj
-92 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 88 0 R
- /Prev 90 0 R
- /Next 93 0 R
- /A 91 0 R
->> endobj
-93 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 88 0 R
- /First 94 0 R
- /Last 95 0 R
- /Prev 92 0 R
- /Next 96 0 R
- /Count -2
- /A 13 0 R
->> endobj
-94 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 93 0 R
- /Next 95 0 R
- /A 15 0 R
->> endobj
-95 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 93 0 R
- /Prev 94 0 R
- /A 17 0 R
->> endobj
-96 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
- /Parent 88 0 R
- /First 97 0 R
- /Last 98 0 R
- /Prev 93 0 R
- /Next 99 0 R
- /Count -2
- /A 19 0 R
->> endobj
-97 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
- /Parent 96 0 R
- /Next 98 0 R
- /A 21 0 R
->> endobj
-98 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 96 0 R
- /Prev 97 0 R
- /A 23 0 R
->> endobj
-99 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 88 0 R
- /First 100 0 R
- /Last 111 0 R
- /Prev 96 0 R
- /Count -9
- /A 25 0 R
->> endobj
-100 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
- /Parent 99 0 R
- /First 102 0 R
- /Last 110 0 R
- /Next 111 0 R
- /Count -5
- /A 27 0 R
->> endobj
-102 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Next 104 0 R
- /A 101 0 R
->> endobj
-104 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 102 0 R
- /Next 106 0 R
- /A 103 0 R
->> endobj
-106 0 obj
-<<
- /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 104 0 R
- /Next 108 0 R
- /A 105 0 R
->> endobj
-108 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 106 0 R
- /Next 110 0 R
- /A 107 0 R
->> endobj
-110 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 108 0 R
- /A 109 0 R
->> endobj
-111 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
- /Parent 99 0 R
- /First 112 0 R
- /Last 113 0 R
- /Prev 100 0 R
- /Count -2
- /A 29 0 R
->> endobj
-112 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
- /Parent 111 0 R
- /Next 113 0 R
- /A 79 0 R
->> endobj
-113 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
- /Parent 111 0 R
- /Prev 112 0 R
- /A 81 0 R
->> endobj
-114 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-115 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-116 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-117 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-118 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
-/Encoding /WinAnsiEncoding >>
-endobj
-119 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 16
-/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 40 0 R 51 0 R 53 0 R 58 0 R 63 0 R 67 0 R 74 0 R 83 0 R 85 0 R 87 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 88 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 40 0 R /XYZ 85.0 726.135 null ] (configuring) [ 53 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 114 0 R /F5 115 0 R /F3 116 0 R /F9 117 0 R /F6 118 0 R /F7 119 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 39 0 R 
- >>
->> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 589.786 null]
->>
-endobj
-19 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-21 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-23 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 602.986 null]
->>
-endobj
-25 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-29 0 obj
-<<
-/S /GoTo
-/D [74 0 R /XYZ 85.0 337.335 null]
->>
-endobj
-79 0 obj
-<<
-/S /GoTo
-/D [74 0 R /XYZ 85.0 141.357 null]
->>
-endobj
-81 0 obj
-<<
-/S /GoTo
-/D [83 0 R /XYZ 49.0 525.807 null]
->>
-endobj
-88 0 obj
-<<
- /First 90 0 R
- /Last 99 0 R
->> endobj
-89 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-91 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-101 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 340.358 null]
->>
-endobj
-103 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 258.135 null]
->>
-endobj
-105 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 140.76 null]
->>
-endobj
-107 0 obj
-<<
-/S /GoTo
-/D [63 0 R /XYZ 85.0 661.335 null]
->>
-endobj
-109 0 obj
-<<
-/S /GoTo
-/D [67 0 R /XYZ 49.0 143.671 null]
->>
-endobj
-xref
-0 120
-0000000000 65535 f 
-0000036483 00000 n 
-0000036646 00000 n 
-0000036963 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000537 00000 n 
-0000000643 00000 n 
-0000000754 00000 n 
-0000000860 00000 n 
-0000001571 00000 n 
-0000001693 00000 n 
-0000001776 00000 n 
-0000037131 00000 n 
-0000001912 00000 n 
-0000037197 00000 n 
-0000002049 00000 n 
-0000037263 00000 n 
-0000002186 00000 n 
-0000037329 00000 n 
-0000002322 00000 n 
-0000037395 00000 n 
-0000002459 00000 n 
-0000037461 00000 n 
-0000002595 00000 n 
-0000037527 00000 n 
-0000002731 00000 n 
-0000037593 00000 n 
-0000002867 00000 n 
-0000037659 00000 n 
-0000003004 00000 n 
-0000003214 00000 n 
-0000003322 00000 n 
-0000004172 00000 n 
-0000004295 00000 n 
-0000004322 00000 n 
-0000004515 00000 n 
-0000004759 00000 n 
-0000004867 00000 n 
-0000007298 00000 n 
-0000007877 00000 n 
-0000008000 00000 n 
-0000008076 00000 n 
-0000008250 00000 n 
-0000008438 00000 n 
-0000008711 00000 n 
-0000008901 00000 n 
-0000009097 00000 n 
-0000009301 00000 n 
-0000009515 00000 n 
-0000009722 00000 n 
-0000010077 00000 n 
-0000010185 00000 n 
-0000013435 00000 n 
-0000013558 00000 n 
-0000013592 00000 n 
-0000013771 00000 n 
-0000013982 00000 n 
-0000016901 00000 n 
-0000017024 00000 n 
-0000017058 00000 n 
-0000017265 00000 n 
-0000017471 00000 n 
-0000020759 00000 n 
-0000020882 00000 n 
-0000020909 00000 n 
-0000021121 00000 n 
-0000023985 00000 n 
-0000024108 00000 n 
-0000024156 00000 n 
-0000024369 00000 n 
-0000024580 00000 n 
-0000024791 00000 n 
-0000024999 00000 n 
-0000027312 00000 n 
-0000027435 00000 n 
-0000027483 00000 n 
-0000027693 00000 n 
-0000027906 00000 n 
-0000037725 00000 n 
-0000028044 00000 n 
-0000037791 00000 n 
-0000028183 00000 n 
-0000030198 00000 n 
-0000030306 00000 n 
-0000030711 00000 n 
-0000030819 00000 n 
-0000031072 00000 n 
-0000037857 00000 n 
-0000037908 00000 n 
-0000031180 00000 n 
-0000037973 00000 n 
-0000031385 00000 n 
-0000031581 00000 n 
-0000031781 00000 n 
-0000031956 00000 n 
-0000032153 00000 n 
-0000032429 00000 n 
-0000032610 00000 n 
-0000032901 00000 n 
-0000033119 00000 n 
-0000038039 00000 n 
-0000033555 00000 n 
-0000038106 00000 n 
-0000033959 00000 n 
-0000038173 00000 n 
-0000034197 00000 n 
-0000038239 00000 n 
-0000034423 00000 n 
-0000038306 00000 n 
-0000034695 00000 n 
-0000034906 00000 n 
-0000035230 00000 n 
-0000035534 00000 n 
-0000035820 00000 n 
-0000035929 00000 n 
-0000036040 00000 n 
-0000036154 00000 n 
-0000036261 00000 n 
-0000036373 00000 n 
-trailer
-<<
-/Size 120
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-38373
-%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/ch01.html
deleted file mode 100644
index 9dd172c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="up" href="index.html" title="Gemini Web Programmer Guide"><link rel="prev" href="index.html" title="Gemini Web Programmer Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
deleted file mode 100644
index 7c9823b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/index.html
deleted file mode 100644
index 452f6ec..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web Programmer Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web Programmer Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.0.1.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/ivy.xml
deleted file mode 100644
index 7bdedca..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini.web" module="gemini-web-programmer-guide" revision="2.0.1.RELEASE" status="integration" publication="20110909115158"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
deleted file mode 100644
index cd008fb..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
deleted file mode 100644
index ed0bfa6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web Programmer Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web Programmer Guide</h1></div><div><span class="productname">Gemini Web<br></span></div><div><p class="releaseinfo">2.0.1.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
deleted file mode 100644
index df752b2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
+++ /dev/null
@@ -1,284 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 188 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GaqdY3t&nZ'F!DX^Z(2qn9T$$2T_m/$fW9IE"E6rZ#kdg_>eG%%HVD]F8-MJc'ARF,j,Tq9eeB^757sli#r.V(&=k!m50YhbW&:bPe29D@&g=Tn(?6Zm*g5bD#-ZVT5m^*\8Rtp2&/(pY!0F]<5.`aW3$J,K?>uQ2IB;pPL)4h_gE8Lk7H/O8I6nG~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 285 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/%9oHkB'YO0A]OQ:BS!W9T*-\62M]c\NZA2_p/cfg_<rMpm;EqAjmnuI^PKY6R3Qt/\>k0et!=]]PE8-&`?\6(-+^!#LBPeWbd2pl<qu596)2s5'bUSj=f%]&$;HI^<[>,1)^jVBO!YcnH_L5:\R#r1^A3iNc3aJ8uk2a]A0f_1DTcoI61#cS[KN<gZ?;ojL%#BJc\R=\D%?KI%X4jHM4`4G1='\)T(O8iqLdT*n7dV[1dZ;60Mbg>3af3Hm?G*J!?qjUpCN&\?okr`OIlbSg5l~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
-endstream
-endobj
-17 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 16 0 R
->>
-endobj
-18 0 obj
-<< /Length 511 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbWbAMqd&4Q>@`@R3AVq>AcbG:k0X%I(.C)9kd"AH&<X$@Wsmq_JL8Z<E/_;dVtpQ"?\B\_HK5RBI_VM5BrK7Kpb!hP5q3$(B?i=Hdo4s;n>)p10e%eUZ4QJ\G4Q=;q0%gX8$+QBCJ"ZhFk(32a&&@/)'_T>0u2-'2^GHr\o'F'5N;2C4'[tcM&+\UL0=MH_='5P:kX3*&XV.asB(3M5:;0K(EFd]`\OGHjN&m\W>>XOt1FY;^QO4PHDSS'\anjB:I(9pODC5n%UW:#C@Wq;pIQbd,bP+]RZGd..:7pT:UKs%LF/u!M3Z1[RdB\G6a2H%6X94b)?ADd;D'm!YkA#W9<_FtI-U)hQd7"Zql#=anl>NSqMoJa';h[b]B@rDBK$SX-$UI/<uKqm`q!LDc??KY^jb;a;]0OB]`G\h4TE/LA%3_^riA)cHG3Pi*9`s0GLRNchIMMp)-'J`-2Q"5iMgelDN$WI?D>kq1p/F_2S/E/^dT+fW4q$!Wllb<~>
-endstream
-endobj
-19 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 18 0 R
-/Annots 20 0 R
->>
-endobj
-20 0 obj
-[
-21 0 R
-]
-endobj
-21 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-22 0 obj
-<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
-endstream
-endobj
-23 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 22 0 R
->>
-endobj
-26 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 24 0 R
- /Next 28 0 R
- /A 25 0 R
->> endobj
-28 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 24 0 R
- /Prev 26 0 R
- /Next 29 0 R
- /A 27 0 R
->> endobj
-29 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 24 0 R
- /First 30 0 R
- /Last 30 0 R
- /Prev 28 0 R
- /Count -1
- /A 13 0 R
->> endobj
-30 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 29 0 R
- /A 15 0 R
->> endobj
-31 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-32 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-33 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 6
-/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 24 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [19 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-24 0 obj
-<<
- /First 26 0 R
- /Last 29 0 R
->> endobj
-25 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-xref
-0 34
-0000000000 65535 f 
-0000004217 00000 n 
-0000004309 00000 n 
-0000004529 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000350 00000 n 
-0000000456 00000 n 
-0000000567 00000 n 
-0000000673 00000 n 
-0000001049 00000 n 
-0000001171 00000 n 
-0000001205 00000 n 
-0000004630 00000 n 
-0000001341 00000 n 
-0000004696 00000 n 
-0000001478 00000 n 
-0000001691 00000 n 
-0000001799 00000 n 
-0000002402 00000 n 
-0000002525 00000 n 
-0000002552 00000 n 
-0000002745 00000 n 
-0000002994 00000 n 
-0000004762 00000 n 
-0000004813 00000 n 
-0000003102 00000 n 
-0000004878 00000 n 
-0000003343 00000 n 
-0000003539 00000 n 
-0000003725 00000 n 
-0000003886 00000 n 
-0000003994 00000 n 
-0000004104 00000 n 
-trailer
-<<
-/Size 34
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-4944
-%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch01.html
deleted file mode 100644
index 9661e7f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch01.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.&nbsp;Overview</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01s02.html" title="1.2&nbsp;About This Guide"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.&nbsp;Overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch01s02.html
deleted file mode 100644
index cd30133..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch01s02.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>1.2&nbsp;About This Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch01.html" title="1.&nbsp;Overview"><link rel="prev" href="ch01.html" title="1.&nbsp;Overview"><link rel="next" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.2&nbsp;About This Guide</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><th width="60%" align="center">1.&nbsp;Overview</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch02.html
deleted file mode 100644
index 2286060..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch02.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.&nbsp;Installing Gemini Web</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch01s02.html" title="1.2&nbsp;About This Guide"><link rel="next" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.&nbsp;Installing Gemini Web</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch02s02.html
deleted file mode 100644
index ae029a4..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch02s02.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
-					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
-					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch03.html
deleted file mode 100644
index 7634796..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch03.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch03s02.html
deleted file mode 100644
index 9eed45c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ch03s02.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
deleted file mode 100644
index 8d2f8ca..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/index.html
deleted file mode 100644
index 498c39f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="next" href="ch01.html" title="1.&nbsp;Overview"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Gemini Web User Guide</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.1.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2010 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ivy.xml
deleted file mode 100644
index fcfedd5..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/html/ivy.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
-<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3">
-
-	<info organisation="org.eclipse.gemini.web" module="gemini-web-user-guide" revision="2.0.1.RELEASE" status="integration" publication="20110909115158"/>
-
-	<configurations>
-		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
-		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
-		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
-		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
-		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
-		<conf name="test" visibility="private" description="Test dependencies"/>
-		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
-		<conf name="external" visibility="private" description="External candidates to be woven"/>
-		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
-		<conf name="doc" visibility="public" description="Documentation"/>
-	</configurations>
-
-	<publications>
-		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
-		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
-	</publications>
-
-	<dependencies/>
-
-</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
deleted file mode 100644
index 2cb42fd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 
-   code highlight CSS resembling the Eclipse IDE default color schema and the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-.hl-keyword {
-  color: #7F0055;
-  font-weight: bold; 
-}
-
-.hl-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-multiline-comment {
-  color: #646571;
-  font-style: italic;
-}
-
-.hl-tag {
-  color: #646571;
-}
-
-.hl-attribute {
-  color: #7F0055;
-}
-
-.hl-value {
-  color: #0093CF;
-}
-
-.hl-string {
-  color: #0093CF;
-}
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
deleted file mode 100644
index b02eca7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
+++ /dev/null
@@ -1,77 +0,0 @@
-@IMPORT url("highlight.css");
-
-/* 
-   code CSS resembling the EclipseRT Virgo Website
-   @author Christopher Frost
-*/
-
-html {
-  padding:       0pt;
-  margin:        0pt;
-}
-
-body {
-  margin-left:   10%;
-  margin-right:  10%;
-  color:         #111111;
-  font-family:   Arial, Sans-serif;
-}
-
-div {
-  margin:        0pt;
-}
-
-p {
-  text-align:    justify;
-}
-
-hr {
-  border:        1px solid gray;
-  background:    gray;
-}
-
-a {
-	color: #002E62; /* Dark Blue */
-}
-
-a:visited {
-	color: #646571; /* Gray */
-}
-
-a:hover, a:active {
-	color: #0093CF; /* Light Blue */
-}
-
-h1,h2,h3,h4 {
-  color:         #002E62;
-  font-family:   Arial, Sans-serif;
-}
-
-pre {
-  line-height:   1.0;
-  color:         black;
-}
-
-pre.programlisting {
-  font-size:     10pt;
-  padding:       7pt 3pt;
-  border:        1pt solid black;
-  background:    #eeeeee;
-  clear:         both;
-}
-
-div.table {
-  margin:        1em;
-  padding:       0.5em;
-  text-align:    center;
-}
-
-div.table table {
-  display:       table;
-  width:         100%;
-}
-
-div.table td {
-  padding-left:  7px;
-  padding-right: 7px;
-}
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
deleted file mode 100644
index cd6fb07..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
deleted file mode 100644
index e586cc6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
+++ /dev/null
@@ -1,272 +0,0 @@
-<html><head>
-      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
-			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-		</script><script type="text/javascript">
-			var pageTracker = _gat._getTracker("UA-2728886-3");
-			pageTracker._setDomainName("none");
-			pageTracker._setAllowLinker(true);
-			pageTracker._trackPageview();
-		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.1.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
-				Copyright &copy; 2009, 2010 VMware Inc. and others
-			</p><p>
-				Contributors:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>
-							VMware Inc. - initial contribution
-						</p></li><li><p>
-							Violeta Georgieva, SAP AG - Tomcat context configuration
-						</p></li></ul></div><p>
-			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
-			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
-			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
-			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
-			</p><div class="itemizedlist"><ul type="disc"><li><p>
-						Install Gemini Web Container
-					</p></li><li><p>
-						Deploy and request a simple web application
-					</p></li><li><p>
-						Configure Tomcat
-					</p></li><li><p>
-						Configure OSGi Framework
-					</p></li></ul></div><p>
-		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
-			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
-			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
-		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
-					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
-					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
-				</p></li><li><p>
-					Gemini Web Container is distributed as a ZIP file.
-					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
-				</p></li><li><p>
-					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
-					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
-					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
-					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
-				</p></li><li><p>
-					Start Equinox as follows:
-					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
-					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
-					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
-Bundle id is 40
-osgi&gt; start 40</pre></li><li><p>
-					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
-				</p></li><li><p>
-					Stop Gemini Web Container as follows:
-					</p><pre class="programlisting">osgi&gt; close</pre><p>
-					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
-						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
-					</td></tr></table></div><p>
-				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
-			Gemini Web Container
-			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
-			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
-			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
-			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
-			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
-&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
-  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
-
-  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
-    
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
-               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
-               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
-
-    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
-
-      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
-            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
-
-      &lt;<span class="hl-tag">/Host</span>&gt;
-    &lt;<span class="hl-tag">/Engine</span>&gt;
-  &lt;<span class="hl-tag">/Service</span>&gt;
-&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
-				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
-			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
-						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
-						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
-					</p></li><li><p>
-						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
-					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
-				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
-				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat cluster configuration.
-				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
-				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
-				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
-				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
-				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
-				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
-				In Gemini Web Container you can also provide default configurations for all web applications.
-				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
-			</p><p>
-				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
-			</p><p>
-				Here's an extract of the default configuration distributed with the GW.
-			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
-&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
-    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
-    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
-    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">init-param</span>&gt;
-            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
-            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
-        &lt;<span class="hl-tag">/init-param</span>&gt;
-        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
-    &lt;<span class="hl-tag">/servlet</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
-        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
-        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
-    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">session-config</span>&gt;
-        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
-    &lt;<span class="hl-tag">/session-config</span>&gt;
-
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-    ......
-    &lt;<span class="hl-tag">mime-mapping</span>&gt;
-        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
-        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
-    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
-
-    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
-        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
-    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
-
-&lt;<span class="hl-tag">/web-app</span>&gt;
-</pre><p>
-				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
-				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
-									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
-									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
-								</p></li><li><p>
-									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
-									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
-								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
-							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
-							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
-						</p></li><li><p>
-							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
-							When serving static resources, a "Content-Type" header will be generated based on these mappings.
-						</p></li><li><p>
-							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
-							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
-							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
-						</p></li></ul></div><p>
-			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
-				Gemini Web Container supports standard Apache Tomcat web application context configuration.
-				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
-				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
-				is used in GW for searching context configuration files and details the context configuration properties.
-			</p><p>
-				Context configuration files may be placed in the following locations,
-				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
-				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
-				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
-							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
-					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
-										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
-									</p></li><li><p>
-										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
-										For example, the context for a web application with
-										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
-									</p></li></ul></div><p>
-						</p></li></ul></div><p>
-			</p><p>
-				Note that the following context configuration features are not supported in Gemini Web Container:
-				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
-			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
-			This section provides information about configuring the OSGi framework by updating the following files in the
-			<code class="literal">$GW_HOME/configuration</code> directory:
-		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-							<code class="literal">config.ini</code>
-						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-							<code class="literal">java6-server.profile</code>
-						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
-				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">osgi.bundles</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">osgi.java.profile</code>
-							</td><td style="">
-								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
-								<code class="literal">file:configuration/java6-server.profile</code>.
-							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
-				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
-				The properties relevant to users are described in the following table.
-			</p><p>
-				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
-				you are doing; updating the profile could cause GW to fail.
-			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.bootdelegation</code>
-							</td><td style="border-bottom: 1.0pt solid ; ">
-								<p>
-									This property specifies the packages which are loaded by delegation to the application class loader.
-									Bundles can load classes belonging to these packages without importing the packages.
-									The <code class="literal">.*</code> wildcard matches any package suffix. 
-									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
-									Note that the ordering of the packages does not matter.
-								</p>
-							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
-								<code class="literal">org.osgi.framework.system.packages</code>
-							</td><td style="">
-								<p>
-									This property specifies the packages which are exported by the system bundle.
-								</p>
-								<p>
-									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
-								</p>
-							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
-			_lf_cid = "LF_48be82fa";
-			_lf_remora();
-		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
deleted file mode 100644
index e69de29..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
+++ /dev/null
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
deleted file mode 100644
index b9e1a0d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
deleted file mode 100644
index 71040ec..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
deleted file mode 100644
index 9e7a87f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
deleted file mode 100644
index e2e87dc..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M10.428,10.411h0.56c3.78,0,4.788-1.96,4.872-3.444h3.22v19.88h-3.92V13.154h-4.732V10.411z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
deleted file mode 100644
index e80f7f8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
deleted file mode 100644
index 4740f58..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.815,10.758h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.11H3.815V10.758z"/>
-		<path style="fill:#FFFFFF;" d="M22.175,7.806c4.009,0,5.904,2.76,5.904,8.736c0,5.975-1.896,8.76-5.904,8.76
-			c-4.008,0-5.904-2.785-5.904-8.76C16.271,10.566,18.167,7.806,22.175,7.806z M22.175,22.613c1.921,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.527-6.049-2.448-6.049c-1.92,0-2.448,1.656-2.448,6.049C19.727,20.934,20.255,22.613,22.175,22.613z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
deleted file mode 100644
index 67f91a2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
deleted file mode 100644
index 09a0b2c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.209,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H5.209V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M18.553,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.359V12.764h-4.056V10.412z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
deleted file mode 100644
index 54c4b42..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
deleted file mode 100644
index 9794044..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
deleted file mode 100644
index dd5d7d9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
deleted file mode 100644
index 64268bb..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M20.611,14.636h0.529c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.288-2.185-2.137-2.185
-			c-2.303,0-2.303,2.185-2.303,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.279,0,5.279,1.152,5.279,4.752
-			c0,1.728-1.08,2.808-2.039,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
deleted file mode 100644
index 3d7a952..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
deleted file mode 100644
index 469aa97..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.146V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M28.457,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L22.746,7.46h3.815v10.656h1.896V20.732z
-			 M23.201,18.116c0-4.128,0.072-6.792,0.072-7.32h-0.048l-4.272,7.32H23.201z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
deleted file mode 100644
index 1c9183d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
deleted file mode 100644
index 8202233..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M19.342,14.943c0.625-0.433,1.392-0.937,3.048-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.176,6.121-6.192,6.121c-2.664,0-5.376-1.584-5.544-5.016h3.36c0.144,1.391,0.888,2.326,2.376,2.326
-			c1.607,0,2.544-1.367,2.544-3.191c0-1.512-0.72-3.047-2.496-3.047c-0.456,0-1.608,0.023-2.256,1.223l-3-0.143l1.176-9.361h9.36
-			v2.832h-6.937L19.342,14.943z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
deleted file mode 100644
index 01d6bf8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H3.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M24.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L19.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H24.309z M22.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C24.62,16.868,23.229,16.172,22.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
deleted file mode 100644
index 0a04c55..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.479,11.079h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.04h-3.36V13.43H3.479V11.079z"/>
-		<path style="fill:#FFFFFF;" d="M27.838,11.006c-1.631,1.776-5.807,6.816-6.215,14.16h-3.457c0.36-6.816,4.632-12.24,6.072-13.776
-			h-8.472l0.072-2.976h12V11.006z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
deleted file mode 100644
index 1cb891b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.813,10.412h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76V24.5h-3.36V12.764H4.813V10.412z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
deleted file mode 100644
index e6fbb17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.146,10.746h0.48c3.24,0,4.104-1.681,4.176-2.952h2.76v17.041h-3.36V13.097H4.146V10.746z"/>
-		<path style="fill:#FFFFFF;" d="M20.225,20.898v0.023c0.192,1.176,0.936,1.68,1.968,1.68c1.392,0,2.783-1.176,2.808-4.752
-			l-0.048-0.049c-0.768,1.152-2.088,1.441-3.24,1.441c-3.264,0-5.16-2.473-5.16-5.329c0-4.176,2.472-6.12,5.808-6.12
-			c5.904,0,6,6.36,6,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.391H20.225z M22.434,16.553
-			c1.176,0,2.472-0.84,2.472-2.855c0-1.944-0.841-3.145-2.568-3.145c-0.864,0-2.424,0.433-2.424,2.88
-			C19.913,16.001,21.161,16.553,22.434,16.553z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
deleted file mode 100644
index 94d42a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
deleted file mode 100644
index 07d0339..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M9.668,12.328c0-6.469,4.732-7.028,6.496-7.028c3.808,0,6.833,2.24,6.833,6.271
-			c0,3.416-2.213,5.152-4.145,6.469c-2.632,1.848-4.004,2.744-4.452,3.668h8.624v3.472H9.444c0.14-2.324,0.308-4.76,4.62-7.896
-			c3.584-2.604,5.012-3.612,5.012-5.853c0-1.315-0.84-2.828-2.744-2.828c-2.744,0-2.828,2.269-2.856,3.725H9.668z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
deleted file mode 100644
index ccbfd40..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
deleted file mode 100644
index 93ec53f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M5.306,13.151c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392v2.976H5.114c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H5.306z"/>
-		<path style="fill:#FFFFFF;" d="M19.49,10.079h0.48c3.239,0,4.104-1.681,4.176-2.952h2.761v17.04h-3.361V12.431H19.49V10.079z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
deleted file mode 100644
index f48c5f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M17.316,13.484c0-5.545,4.056-6.024,5.568-6.024c3.265,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.553,5.544c-2.256,1.584-3.432,2.353-3.815,3.145h7.392V24.5h-11.64c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.353-2.424c-2.352,0-2.423,1.944-2.447,3.192H17.316z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
deleted file mode 100644
index 6624212..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M21.612,14.636h0.528c1.008,0,2.855-0.096,2.855-2.304c0-0.624-0.287-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.377,5.496-5.809,5.496
-			c-1.607,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.521-0.911,2.521-2.808
-			c0-2.328-2.257-2.424-3.816-2.424V14.636z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
deleted file mode 100644
index a3d5525..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M4.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H4.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H4.972z"/>
-		<path style="fill:#FFFFFF;" d="M30.124,20.732h-1.896V24.5h-3.36v-3.768h-6.72v-2.904L24.412,7.46h3.816v10.656h1.896V20.732z
-			 M24.868,18.116c0-4.128,0.071-6.792,0.071-7.32h-0.047l-4.272,7.32H24.868z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
deleted file mode 100644
index 56614a9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.676,14.276c0.624-0.433,1.393-0.937,3.049-0.937c2.279,0,5.16,1.584,5.16,5.496
-			c0,2.328-1.177,6.12-6.193,6.12c-2.664,0-5.375-1.584-5.543-5.016h3.36c0.144,1.392,0.889,2.327,2.376,2.327
-			c1.608,0,2.544-1.367,2.544-3.191c0-1.513-0.72-3.048-2.496-3.048c-0.455,0-1.607,0.023-2.256,1.224l-3-0.144l1.176-9.36h9.36
-			v2.832h-6.937L20.676,14.276z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
deleted file mode 100644
index 56faeac..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M25.309,11.78c-0.097-0.96-0.721-1.633-1.969-1.633c-2.184,0-2.688,2.496-2.808,4.704L20.58,14.9
-			c0.456-0.624,1.296-1.416,3.191-1.416c3.529,0,5.209,2.712,5.209,5.256c0,3.72-2.28,6.216-5.568,6.216
-			c-5.16,0-6.168-4.32-6.168-8.568c0-3.24,0.432-8.928,6.336-8.928c0.695,0,2.641,0.264,3.48,1.104
-			c0.936,0.912,1.271,1.416,1.584,3.217H25.309z M23.172,16.172c-1.271,0-2.568,0.792-2.568,2.928c0,1.849,1.056,3.168,2.664,3.168
-			c1.225,0,2.353-0.936,2.353-3.239C25.62,16.868,24.229,16.172,23.172,16.172z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
deleted file mode 100644
index a75c812..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M29.172,10.34c-1.632,1.776-5.808,6.816-6.216,14.16H19.5c0.36-6.816,4.632-12.24,6.072-13.776
-			H17.1l0.072-2.976h12V10.34z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
deleted file mode 100644
index 7f8cf1a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,24.956c-4.392,0-5.904-2.856-5.904-5.185c0-0.863,0-3.119,2.592-4.319
-			c-1.344-0.672-2.064-1.752-2.064-3.336c0-2.904,2.328-4.656,5.304-4.656c3.528,0,5.4,2.088,5.4,4.44
-			c0,1.464-0.6,2.712-1.968,3.432c1.632,0.815,2.544,1.896,2.544,4.104C29.076,21.596,27.684,24.956,23.172,24.956z M23.124,16.916
-			c-1.224,0-2.4,0.792-2.4,2.64c0,1.632,0.936,2.712,2.472,2.712c1.752,0,2.424-1.512,2.424-2.688
-			C25.62,18.38,24.996,16.916,23.124,16.916z M25.284,12.26c0-1.296-0.888-2.112-1.968-2.112c-1.512,0-2.305,0.864-2.305,2.112
-			c0,1.008,0.744,2.112,2.185,2.112C24.516,14.372,25.284,13.484,25.284,12.26z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
deleted file mode 100644
index cb63adf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M3.972,13.484c0-5.545,4.056-6.024,5.568-6.024c3.264,0,5.856,1.92,5.856,5.376
-			c0,2.928-1.896,4.416-3.552,5.544c-2.256,1.584-3.432,2.353-3.816,3.145h7.392V24.5H3.78c0.12-1.992,0.264-4.08,3.96-6.768
-			c3.072-2.232,4.296-3.097,4.296-5.017c0-1.128-0.72-2.424-2.352-2.424c-2.352,0-2.424,1.944-2.448,3.192H3.972z"/>
-		<path style="fill:#FFFFFF;" d="M20.893,20.564v0.023c0.191,1.176,0.936,1.68,1.967,1.68c1.393,0,2.785-1.176,2.809-4.752
-			l-0.048-0.048c-0.769,1.152-2.088,1.44-3.24,1.44c-3.264,0-5.16-2.473-5.16-5.328c0-4.176,2.472-6.12,5.807-6.12
-			c5.904,0,6.001,6.36,6.001,8.76c0,6.601-3.12,8.736-6.192,8.736c-2.904,0-4.992-1.68-5.28-4.392H20.893z M23.1,16.22
-			c1.176,0,2.473-0.84,2.473-2.855c0-1.944-0.84-3.145-2.568-3.145c-0.863,0-2.424,0.433-2.424,2.88
-			C20.58,15.668,21.828,16.22,23.1,16.22z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
deleted file mode 100644
index dd3541a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
deleted file mode 100644
index 918be80..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M15.127,14.005h0.616c1.176,0,3.332-0.112,3.332-2.688c0-0.728-0.336-2.548-2.492-2.548
-			c-2.688,0-2.688,2.548-2.688,3.248h-3.64c0-3.724,2.1-6.384,6.58-6.384c2.66,0,6.16,1.344,6.16,5.544
-			c0,2.016-1.261,3.276-2.38,3.78v0.056c0.699,0.196,2.996,1.232,2.996,4.62c0,3.752-2.772,6.412-6.776,6.412
-			c-1.876,0-6.916-0.42-6.916-6.636h3.836l-0.028,0.027c0,1.064,0.28,3.473,2.912,3.473c1.568,0,2.94-1.064,2.94-3.276
-			c0-2.716-2.632-2.828-4.452-2.828V14.005z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
deleted file mode 100644
index dc43ba1..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M8.268,14.636h0.528c1.008,0,2.856-0.096,2.856-2.304c0-0.624-0.288-2.185-2.136-2.185
-			c-2.304,0-2.304,2.185-2.304,2.784h-3.12c0-3.191,1.8-5.472,5.64-5.472c2.28,0,5.28,1.152,5.28,4.752
-			c0,1.728-1.08,2.808-2.04,3.24V15.5c0.6,0.168,2.568,1.056,2.568,3.96c0,3.216-2.376,5.496-5.808,5.496
-			c-1.608,0-5.928-0.36-5.928-5.688h3.288l-0.024,0.024c0,0.912,0.24,2.976,2.496,2.976c1.344,0,2.52-0.911,2.52-2.808
-			c0-2.328-2.256-2.424-3.816-2.424V14.636z"/>
-		<path style="fill:#FFFFFF;" d="M23.172,7.46c4.008,0,5.904,2.76,5.904,8.736c0,5.976-1.896,8.76-5.904,8.76
-			s-5.904-2.784-5.904-8.76C17.268,10.22,19.164,7.46,23.172,7.46z M23.172,22.268c1.92,0,2.448-1.68,2.448-6.071
-			c0-4.393-0.528-6.049-2.448-6.049s-2.448,1.656-2.448,6.049C20.724,20.588,21.252,22.268,23.172,22.268z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
deleted file mode 100644
index 4bcbf7e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
deleted file mode 100644
index 8eb6a53..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M21.891,20.784h-2.212v4.396h-3.92v-4.396h-7.84v-3.389L15.227,5.3h4.452v12.432h2.212V20.784z
-			 M15.759,17.731c0-4.815,0.084-7.924,0.084-8.54h-0.056l-4.984,8.54H15.759z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
deleted file mode 100644
index 1c62b4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
deleted file mode 100644
index ca7a9f2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M14.035,14.252c0.728-0.504,1.624-1.092,3.556-1.092c2.66,0,6.02,1.848,6.02,6.411
-			c0,2.717-1.372,7.141-7.224,7.141c-3.108,0-6.272-1.849-6.468-5.853h3.92c0.168,1.624,1.036,2.717,2.772,2.717
-			c1.876,0,2.968-1.597,2.968-3.725c0-1.764-0.839-3.556-2.912-3.556c-0.532,0-1.876,0.028-2.632,1.428l-3.5-0.168l1.372-10.92
-			h10.919v3.304h-8.092L14.035,14.252z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
deleted file mode 100644
index 23bc555..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
deleted file mode 100644
index 783a0b9..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M19.106,10.673c-0.112-1.12-0.84-1.904-2.296-1.904c-2.548,0-3.136,2.912-3.276,5.488l0.056,0.056
-			c0.532-0.728,1.512-1.651,3.724-1.651c4.116,0,6.077,3.164,6.077,6.131c0,4.34-2.66,7.252-6.497,7.252
-			c-6.02,0-7.196-5.039-7.196-9.996c0-3.78,0.504-10.416,7.392-10.416c0.812,0,3.08,0.308,4.061,1.288
-			c1.092,1.063,1.483,1.652,1.848,3.752H19.106z M16.614,15.797c-1.484,0-2.996,0.924-2.996,3.416c0,2.156,1.232,3.697,3.108,3.697
-			c1.428,0,2.745-1.094,2.745-3.781C19.471,16.609,17.846,15.797,16.614,15.797z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
deleted file mode 100644
index e55ce89..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
deleted file mode 100644
index 59b3714..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M24.28,9.66c-1.904,2.071-6.776,7.951-7.252,16.52h-4.032c0.42-7.952,5.404-14.28,7.084-16.072
-			h-9.884l0.084-3.472h14V9.66z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
deleted file mode 100644
index 49375e0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
deleted file mode 100644
index c1803a3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M16.28,26.712c-5.124,0-6.888-3.332-6.888-6.048c0-1.009,0-3.641,3.024-5.04
-			c-1.568-0.784-2.408-2.044-2.408-3.893c0-3.388,2.716-5.432,6.188-5.432c4.116,0,6.3,2.436,6.3,5.18
-			c0,1.708-0.7,3.164-2.296,4.004c1.903,0.952,2.968,2.212,2.968,4.788C23.168,22.792,21.544,26.712,16.28,26.712z M16.224,17.332
-			c-1.428,0-2.8,0.924-2.8,3.08c0,1.903,1.092,3.164,2.884,3.164c2.043,0,2.829-1.765,2.829-3.137
-			C19.137,19.04,18.408,17.332,16.224,17.332z M18.744,11.899c0-1.512-1.036-2.464-2.296-2.464c-1.764,0-2.688,1.008-2.688,2.464
-			c0,1.177,0.868,2.464,2.548,2.464C17.848,14.363,18.744,13.328,18.744,11.899z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
deleted file mode 100644
index da12a4f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
deleted file mode 100644
index bc149d3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
-<!DOCTYPE svg [
-	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
-	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
-]>
-<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
-	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="preserve">
-<circle style="stroke:#000000;" cx="16.5" cy="16.5" r="16"/>
-<g>
-	<g style="enable-background:new    ;">
-		<path style="fill:#FFFFFF;" d="M13.953,21.921v0.027c0.224,1.372,1.092,1.961,2.296,1.961c1.624,0,3.248-1.372,3.276-5.545
-			l-0.057-0.056c-0.896,1.344-2.436,1.68-3.78,1.68c-3.808,0-6.02-2.884-6.02-6.216c0-4.872,2.884-7.14,6.776-7.14
-			c6.888,0,7,7.42,7,10.22c0,7.7-3.641,10.192-7.224,10.192c-3.388,0-5.824-1.96-6.16-5.124H13.953z M16.529,16.853
-			c1.372,0,2.884-0.979,2.884-3.332c0-2.268-0.98-3.668-2.996-3.668c-1.008,0-2.828,0.504-2.828,3.36
-			C13.589,16.209,15.045,16.853,16.529,16.853z"/>
-	</g>
-</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
deleted file mode 100644
index 59673fe..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
deleted file mode 100644
index e803a31..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st1 "fill:none;stroke:none;">
-	<!ENTITY st2 "fill:#000000;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:6.3469;stroke-linejoin:round;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st0;">
-		<g style="&st4;">
-			<path style="&st3;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M22.9,7.1L5.1,21.8l0,0c-0.3,0.3-0.5,0.8-0.5,1.2c0,0.2,0,0.4,0.1,0.6c0.3,0.6,0.9,1,1.6,1c0,0,1.1,0,2.2,0c0,2.4,0,14.2,0,14.2c0,1.1,0.8,1.9,1.8,1.9h27.4c1.1,0,1.9-0.9,1.9-2c0,0,0-11.8,0-14.2c1,0,2,0,2,0c0.8,0,1.4-0.5,1.7-1.2
-				c0.1-0.2,0.1-0.4,0.1-0.6c0-0.5-0.2-1-0.7-1.4c0,0-3.6-3-4.5-3.7c0-1.2,0-6.9,0-6.9c0-1.2-0.8-2-2-2h-4.8c-1,0-1.7,0.6-1.9,1.5c-1.9-1.6-4.1-3.5-4.1-3.5l0.1,0.1c-0.7-0.7-1.8-0.8-2.7-0.1z"/>
-			<path style="&st2;" d="M41.8,22.8l-5.1-4.2v-0.1L31,13.7v0l-6.5-5.5C24.2,8,24,8,23.8,8.2L6.2,22.9c-0.1,0.1-0.1,0.3,0.1,0.3h1.6H10h28.1h1.2h2.3c0.2,0,0.4-0.2,0.2-0.4z"/>
-			<path d="M35.8,16.8l0-5.1c0-0.2-0.1-0.4-0.3-0.4h-3.2c-0.2,0-0.3,0.1-0.3,0.3v2.2l3.9,2.9z"/>
-			<path d="M11.9,24.7V37c0,0.3,0.1,0.4,0.3,0.4h23.6c0.3,0,0.4-0.2,0.4-0.4V24.7H11.9z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st1;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
deleted file mode 100644
index dd84f3f..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke-width:6.6112;stroke-linecap:round;stroke-linejoin:round;">
-	<!ENTITY st2 "stroke:#FFFFFF;stroke-width:6.6112;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st4;">
-		<g>
-			<path style="&st2;" d="M41.7,35.3L26.6,9.4c-0.6-1-1.7-1.7-2.9-1.6c-1.2,0-2.3,0.7-2.9,1.7L6.3,35.4c-0.6,1-0.6,2.3,0,3.3c0.6,1,1.7,1.6,2.9,1.6h29.6c1.2,0,2.3-0.6,2.9-1.7c0.6-1,0.6-2.3,0-3.3z"/>
-			<path style="&st1;" d="M23.7,11L9.2,37h29.6L23.7,11z"/>
-			<path style="&st0;" d="M23.7,11.9L10.3,36.1h27.5l-14-24.1z"/>
-			<g>
-				<path style="&st5;" d="M24.1,34c-1.1,0-1.8-0.8-1.8-1.8c0-1.1,0.7-1.8,1.8-1.8c1.1,0,1.8,0.7,1.8,1.8c0,1-0.7,1.8-1.8,1.8h0z M22.9,29.3l-0.4-9.1h3.2l-0.4,9.1h-2.3z"/>
-			</g>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
deleted file mode 100644
index 75fa83e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-			<path style="&st3;" d="M22.4,41.1c0,0.3,0.3,0.3,0.5,0.2l16.6-16.9c0.5-0.5,0.4-0.7,0-1L22.9,6.7c-0.1-0.1-0.4-0.1-0.4,0.1v10H8.9c-0.3,0-0.5,0.2-0.5,0.4l0,13.3C8.4,30.9,8.6,31,9,31h13.5l-0.1,10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
deleted file mode 100644
index 648299d..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#FFFFFF;stroke-width:12.1438;stroke-linejoin:round;">
-	<!ENTITY st1 "fill:none;stroke-width:1.2429;">
-	<!ENTITY st2 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st3 "fill:none;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st4 "fill:#FFFFFF;stroke-width:6.3824;stroke-linejoin:round;">
-	<!ENTITY st5 "fill:none;stroke:none;">
-	<!ENTITY st6 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st7 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:12.7649;stroke-linejoin:round;">
-	<!ENTITY st8 "stroke:none;">
-	<!ENTITY st9 "fill:none;stroke-width:4.9715;stroke-linejoin:round;">
-]>
-<svg  xmlns="http://www.w3.org/2000/svg" width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
-	<g id="Layer_x0020_1" style="&st6;">
-		<path style="&st0;" d="M35.7,19.8v18.9H11V8.8h13.9l10.8,11z"/>
-		<path style="&st3;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st7;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st4;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-		<path style="&st2;" d="M35.7,8.8H11v29.9h24.7V8.8z"/>
-	</g>
-	<g id="Layer_x0020_4" style="&st6;">
-		<path style="&st9;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M38.7,30.4L25,16.7l-7.7-3l2.7,8.7l13.3,13.4l5.4-5.4z"/>
-		<path style="&st8;" d="M20.6,14.7l-2.5,2.5L17,13.4l3.6,1.3z"/>
-		<path style="&st1;" d="M19.6,22.2l3-0.3l2.4-2.4l0.4-2.8"/>
-		<path style="&st2;" d="M20.4,14.9L18.3,17l1.6,5.2l2.7-0.3l2.4-2.4l0.3-2.4l-5-2.2z"/>
-	</g>
-	<g id="crop" style="&st6;">
-		<path style="&st5;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
deleted file mode 100644
index 6d88ffd..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-			<path style="&st3;" d="M25.6,6.9c0-0.3-0.3-0.3-0.5-0.2L8.4,23.6c-0.5,0.5-0.4,0.7,0,1l16.6,16.6c0.1,0.1,0.4,0.1,0.4-0.1v-10h13.6c0.3,0,0.5-0.2,0.5-0.4l0-13.3c0-0.3-0.2-0.5-0.5-0.5H25.5l0.1-10.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
deleted file mode 100644
index 4a64a15..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:#000000;stroke-width:1.0944;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:none;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:5.6139;stroke-miterlimit:4;">
-	<!ENTITY st3 "fill:none;stroke:none;">
-	<!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st5 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path d="M9.5,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.8,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path d="M28.1,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,34.8l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path d="M28.1,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8s0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8s-0.9-1.5-1.8-1.4z"/>
-			<path d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st1;" d="M35.9,18.7c0,6.6-5.4,12-12,12c-6.6,0-12-5.4-12-12s5.4-12,12-12c6.6,0,12,5.4,12,12z"/>
-			<path style="&st5;" d="M9.6,18.6c0,8,6.5,14.4,14.4,14.4c8,0,14.4-6.5,14.4-14.4c0-8-6.5-14.4-14.4-14.4c-8,0-14.4,6.5-14.4,14.4z M12.9,18.6c0-6.2,5-11.2,11.2-11.2c6.2,0,11.2,5,11.2,11.2c0,6.2-5,11.2-11.2,11.2c-6.2,0-11.2-5-11.2-11.2z"/>
-			<path style="&st5;" d="M28.2,37.9l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,34.7l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M28.2,31.6l-7.6,0.8c-0.9,0.1-1.5,0.9-1.4,1.8c0.1,0.9,0.9,1.5,1.8,1.4l7.6-0.8c0.9-0.1,1.5-0.9,1.4-1.8c-0.1-0.9-0.9-1.5-1.8-1.4z"/>
-			<path style="&st5;" d="M23.1,41.3v0.9c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6v-0.9h-3.3z"/>
-			<path style="&st0;" d="M22.3,28.3l-3.5-10.7c0,0,6.6,3.9,10.5,0"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st4;">
-		<path style="&st3;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
deleted file mode 100644
index 07634de..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
deleted file mode 100644
index d31aa9c..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:none;stroke:none;">
-	<!ENTITY st1 "fill:#FFFFFF;stroke:#FFFFFF;stroke-width:7.5901;stroke-linejoin:round;">
-	<!ENTITY st2 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st3 "stroke:none;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_3" style="&st2;">
-		<g>
-			<path style="&st1;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-			<path style="&st3;" d="M41.1,25.6c0.3,0,0.3-0.3,0.2-0.5L24.4,8.4c-0.5-0.5-0.7-0.4-1,0L6.7,25.1c-0.1,0.1-0.1,0.4,0.1,0.4h10v13.6c0,0.3,0.2,0.5,0.4,0.5l13.3,0c0.3,0,0.5-0.2,0.5-0.5V25.5l10.1,0.1z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st2;">
-		<path style="&st0;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
deleted file mode 100644
index fc8d748..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
-<!DOCTYPE svg [
-	<!ENTITY st0 "fill:#000000;stroke:#FFFFFF;stroke-width:7.9139;stroke-linejoin:round;">
-	<!ENTITY st1 "fill-rule:nonzero;clip-rule:nonzero;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:4;">
-	<!ENTITY st2 "fill:none;stroke:none;">
-	<!ENTITY st3 "fill:#000000;">
-	<!ENTITY st4 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
-	<!ENTITY st5 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
-]>
-<svg  width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
-	<g id="Layer_x0020_4" style="&st1;">
-		<g style="&st4;">
-			<path style="&st0;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path style="&st3;" d="M16.4,42.3L5.7,31.6V16.4L16.4,5.7h15.2l10.7,10.7v15.2L31.6,42.3H16.4z"/>
-			<path d="M11.7,17.7l18.7,18.7l5.9-5.9L17.6,11.7l-5.9,5.9z"/>
-			<path d="M11.7,30.5l5.9,5.9l18.7-18.7l-5.9-5.9L11.7,30.5z"/>
-		</g>
-	</g>
-	<g id="crop_x0020_marks" style="&st5;">
-		<path style="&st2;" d="M48,48H0V0h48v48z"/>
-	</g>
-</svg>
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
+++ /dev/null
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
deleted file mode 100644
index b128c03..0000000
--- a/documentation/gemini-web-documentation-2.0.1.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
+++ /dev/null
@@ -1,1115 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 381 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU>u/?\'Sc)R/'d7B3!<DSlWlBUd:cu/l@nh]FfZfjMdb+rIrDq0Bp4r%0'IA&%dt(@'Z'Tf#W+kf*.h8r(h!tEJ>!AWi-#\T0h%=^0Pu##5ud>7b#P9R4ba:)*$m=7VD*<nMdbRYX6d'R2gVICn-7lqQV/M:FfED0b":>+!_Y6,38A.DKFpM2fj0ohZJT'pAEW65PE$k#UPKp;YKZmQe`GM-(9IBrRSu[<;2g^F4qd5Hq>O;rjnYc+O=+0a4W(Y/G'e0Ipk/tBqp`pV7H9?_?C^BEb]hA^ASoBX5;j2TftNBnEoRPH0ia_>A13B8%+SsbSFgIUb1KUm&)"S&=o.&"btgq<;\d^iS^c8qYgR)mA^<+F_%0#RRkk~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iGoCd!WWA\!CQ~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 7 0 R
->>
-endobj
-9 0 obj
-<< /Length 626 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/h;/_pX&BE]".K#PseAE+*IdB+!AX_+`6)q;+&#;1a26\rJP-7)3$"0PsGmo\&4T'5T36C=^^>ncAT7)"%!$s<m6,&oo?o(.m0OFrr!!<eQ'F*\t%=ZXp@TBZpE$$D5U]a+o0%V?>;$tR$DXP:^OFK3O#sb0j@KMUC7Kb'c+Xhq#"L7CjbEf+ZB05.i6"3">@c6M8Gr**'1pT?nnW`64#)''>`ZZW+dGQ&U$_`h:gNUo=fH1[p6l+kJH&K<X<(%ntKc3!=I9=Tl%qbgWS&'DgH$STsdYTO(drS,D-bDb/CoSO;Wm9/M68Z9P.P<W>e6's!+7(qpZ?6gN'3V93k@\0M8:7]Q&fO*j/(/9:?PQN+?csCk=lYe1l$4;'-FBC'L%&!j>UrqfQMt9EnS@YU(uOCL<3dpSYj&PS_"0I//s5l77cLp"NF4,l+/N*29rj.h16U(B/B?5go=W;hl$>d;5?YgtNj;U[W*kTW<*$2)=gHHn^W?8bE5jV*VR@5gUS,3VJgp"XYIug&`X@hg$MrA"4DISC5O+TsZh&5;Ul(W.V##F[;=d@,YlgSiRp?6I;a!^:^lZQADf(XTrlfh%&'N2j+c(gK5B/^Ha*Y.?p)f,\2cp~>
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 9 0 R
-/Annots 11 0 R
->>
-endobj
-11 0 obj
-[
-12 0 R
-14 0 R
-16 0 R
-18 0 R
-20 0 R
-22 0 R
-24 0 R
-26 0 R
-28 0 R
-]
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 653.936 149.316 641.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 640.736 194.328 628.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 627.536 221.664 615.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 614.336 211.992 602.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 601.136 196.992 589.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 21 0 R
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 587.936 298.32 575.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 23 0 R
-/H /I
->>
-endobj
-24 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 574.736 169.332 562.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 25 0 R
-/H /I
->>
-endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 561.536 392.64 549.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 27 0 R
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 114.0 548.336 299.988 536.336 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 29 0 R
-/H /I
->>
-endobj
-30 0 obj
-<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
-endstream
-endobj
-31 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 30 0 R
->>
-endobj
-32 0 obj
-<< /Length 771 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gasan9lo#B&A@sBkXZ2^8@JHD)efVB:1r",gE,&i"I;>PgN$gd%0+$s2JAYkL#E"^mCqDSh7)1[cFX;t;1a31Vp5_<*.heb6VoVW1ZV%/H[^M)*;uB=I#"RU#]SkRLnVr>MpO+T*:D0l'Rr.EOjF4KTHT-SidfB3#W\TcNg%MXegbCB[8b*KKcre':l'n%Vup1[>SaWa@I;V+LY,_hK.:Ug$_csMbf`]@U8TSh<q"#p!/X7k6"1?_a'4YfAXUXlDs:7b^EKKm_*QC]?&GaXHZ':sh=Iq,V5X#.R@i&'n0I>.2d:8"-0'-JFDalT+qqTj/tW%;?0H$"LPMid(543:e?TO4bDLusAn.pH7>U[NoV*8eSoaDD)c14B%Rm7>dWX]9Ih=cg:0.L#/Wo(>!VU5@8dV^@TcCUlLom5A)%Kf"%VY6WFme:2W8=3U'anI'm"IVZL/PR4>>KW@'[2BMpFi86<YY.bC2.OU?`LGuND.8JWN]DQ?3`W@k\h1UV&ntYC>I[_^=8mIDN<3>)lTa7C>F^^pqk&<eH$)XZG.><DRZV?c-VCX>UuS@msc2rA<p@k'RZ*qgS8LkeaLOVGlbg#TB[5hbQR]H^nZ/i%cM>3;Bnbl%iJ+4;3[IMU>Q4-8Qn58U8l$]ki?F]JsV#,E4_u:bFs*LL?06fWSB?L!66QJ87O>k'OA:l'kXu"*]23^60UUD\,eCtM1lu>X8f!%,@gAR-Q-hUVNKarQj?CTC@QR(?S>))/dZsS<^Z6%q$X=8\&n~>
-endstream
-endobj
-33 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 32 0 R
-/Annots 34 0 R
->>
-endobj
-34 0 obj
-[
-35 0 R
-]
-endobj
-35 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 347.628 596.786 368.28 584.786 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.osgi.org/Download/Release4V42)
-/S /URI >>
-/H /I
->>
-endobj
-36 0 obj
-<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
-endstream
-endobj
-37 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 36 0 R
->>
-endobj
-38 0 obj
-<< /Length 2335 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=->Ar7S'Roe[d/&t,0eH;Q/IqrP2=4QUBU9Pa[Ug:dS$pkhU+=>_ZA8DP*F3r(;nf>%!K#C<o)$]mAFHCjaa;';P^(c$3O5d;Lfu_7V,h7Cg[[['\E@)FNV1=,,M1M6q*#*J(:r)Ia##HD,`1!8^A^E7i\]6<^5CUOoqs\G<84/KkQZCF/aa1BZHa5f'iZ8]IE=l(^@1&D/k"QsE@o=,C+(H<fP$\U7A[u*era1]HgO`*nrlb*-r*3SUXit1KYOPM-2o&pbH*rq[A-mdB".=[HB-M0j1Td4bdN\5&EpN`l?S-DM4=-q"W=T\GKJ8HA5hKs$%gL`,ap#Mm4slp<pY8rqEAX>XbRG<LjG#)49,gKEC4MO1!_3WCg"B3=>gIjh^YbKdBB=WBd]CPXPO,W6[>phMXBeA;O/X)"s/o;ge:lf0Hup'\(4@UksDp5P$F5e^^<)U2:qLli:U2^$>Y!]%TH'3\"Wn'oCDe!0C%Yi/CR!VMc110R7BU#(k6#=*D3fclAo61F%A33.0,i[$YLcteY(.R\VS^-?/FjJT,3k[pOMU0^*'erICL/fKm8G4gBq!$a;gZ_`su'b4Fg/9/2j=l\LY!$&b@:)k(:[%('!A,O4`N]g!mH9l3"[S6fcD$;M>2$0Xd+iR"L+<;iPX2p8LuEe=[Q,NEofQ`*5L[QkqN)<D-+hJufNss.-7V+uV'mC^d_UGe-AZISQ"]lbVAo2KR0[01O_XpQ.r6Ghp5>\aO[>fT%)4gO<p(ID1\A!eVlGEg4cC>0:+:L!qDAjH-Bq3SRO[C/$gH6pt,b#3akq:)5dW"dH_i+,nSL!<.G`1k,0_M`.;og#$K#@?4od&lWB(^.THJ/r[J:HC%t6's@*OMeBXgTPu+I!CC@%cFQ/1qFZ'a,47`7kMS*CZpKlg_?0(D]5SOCH6"L%,:ITLYdL,f^GIT$PmstVd$8:FF-lk>Dhfc*a@5`=hHad/l?BiJN\9AB/j!*LB;dB*1D(@=LH='S6Q%n+Fl$;\.P)'/]%W%giNPOC[+SrHf8XC:m>@dL)H".e0!],PO_lEq[<SVfT[JA2IC,p_hKQYGch$S4>fZFnHEI!W$B(of;T8kQTnGa:H+<n9r[j`),.rP_dAdQ!a<h\4ojku-Y_"d;M2-4pCDY9);m-:KXYtg]Qp0Sqb8NH589*^@oKI%-fX],?B#lTFZe'aZRNO?CE,Q>Fj/pXKOVTY[E3I85F[EjH*@@S>1uE#bHa/TgZa#GLG.CXje&@Ek^!=&$ksD3;)#GGB-Oql.5QfjZ1t1,iNrq(UT0ks7cTo15!=&0$PefbD+[bGDF]7@?9'FFaCmQb2l<iTor0e?*a/e1t567A@B_+Ps2@1gR1MF_M<b?ZI0$H&]IU@'1Q!>hrd)h`oo?$MJJ'A@PIVdGD*YL<GWSG^;BErh&#eIB52^C)tc$@W]R1:OSc%rV24#@ooYo]t%514t$16s[eA=;=iFV7M@W=QD:HhoDtPLVrF+KVSfE**UO1$*B*#cp^%Z_g:%d`d>.+Dm4><oEl:d.auf6AG\=o-G73N<-A9$fD=EP,M[O"ACFBhM7CmR!-i1OT8o7gHj2^qce,#;;DsP$HMg:XF!%ti7?(<l-<ji\f<hF1S5;P1"1%?-?lEb7=#tH2)$?iNDa,ka^:YjT(!R$,PO"d+\_=;W<>$WP$ro?(n7L+?\c-&h$2/)'_\P632[39,q)3CETQ/hN&"<01O%d6(s_OAkn0Dq61%r6:>m+1:d'!42V`&DV_-WC9"*=%2Xie?mVk%"5t0'C2</YOV&^Mp/-#nE';X2jc6+tR8AKKK,oH+i"%Pq2JOJNr.rZ*"*SAI,9"<mGO,B<>F4u>*+h+udX8T'RW2,+D/N3%.0%;=UT]]QCF5*XNET2)RER2<.*W$0J$ODGRX`"HA!qHir4`iu`'a]9P@"A1ulD#N-$p'G-bNX4=m:C#Vk>AONH#XeUJNZkW?mI*/*9)-mk%hM#&?-Fb^.feN"Q0,.T`:^1AX4lrG[kR"'PQs&;tsHc1eqA)PlJMsQi[_bbqJA&]$+mR;MUCMp+GRLQUiqc[/u[kQND:Mf/&S"T%#]:.Y5eiFtF,]Z<NiPS-4CUbr;E>`soH5aj-Jb3NWmL\m?s('%U(]C#;`\N,&P_QaiTA>*D\b*fTV`9Wm>&8eFrI`c5:TdQ,#Q4E[sp8LKf:+!'W=U<s]_'1FFel96/Un,fIFi%l(,XGh4o?UNh7b@BCq1%'[n/GB"ZXY$U!C'd)(c,;`u%Gn@)M3FnSH>WA;l+RO!Ea,F,s,D%U_kH*id(+2@=/*K*YPWef5WQDuEG49-/.&QZ%j"QU!!~>
-endstream
-endobj
-39 0 obj
-<</Type /XObject
-/Subtype /Image
-/Name /Im1
-/Length 382
-/Width 25
-/Height 24
-/BitsPerComponent 8
-/ColorSpace /DeviceRGB
-/Filter [ /ASCII85Decode /FlateDecode ]
->>
-stream
-Gatn$+VKD]&4Lq-:;TFZ#nDYUi=T`S!eW`^l4ERsJ!rruA1;@sF:.BKrRpNaqek*ceP+jG@@lXj)#CrgSu2P2Z>A:h#m@_ORTpP#hRHqfrF((7'dLf2Y(dl8\J]^45gh%V8IB2P7t["_MUjm.JnFpJ4hPL`2UD!+Y!\Y`psh(hJng`$bHeE)UCP`15=S^+,H7p[Wf5,1G]mBE*bOKmPBoTs9C3Wt\fF8B;Eeih;\VDa;-ZGak)8`/WrAaX$e-i0fJ9.DD[X9HC%*-$24LMB[mf99P:rW,_qrr`XdB<Jm\3?APbodddSUnE,mu),<&:kB.Pg\k#Ke_+#01G1L('i8PS'P:N9V(>C<YLVUN9O-nYP!\O*(S2*3##)d^P5I~>
-endstream
-endobj
-40 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 38 0 R
-/Annots 41 0 R
->>
-endobj
-41 0 obj
-[
-42 0 R
-43 0 R
-44 0 R
-45 0 R
-46 0 R
-47 0 R
-48 0 R
-49 0 R
-]
-endobj
-42 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 162.648 609.986 267.312 597.986 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.java.com/)
-/S /URI >>
-/H /I
->>
-endobj
-43 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 535.136 151.992 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-44 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 304.308 535.136 482.292 523.136 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar)
-/S /URI >>
-/H /I
->>
-endobj
-45 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 354.444 521.936 404.436 509.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://download.eclipse.org/equinox/)
-/S /URI >>
-/H /I
->>
-endobj
-46 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 346.644 483.536 396.636 471.536 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.eclipse.org/gemini/web/download)
-/S /URI >>
-/H /I
->>
-endobj
-47 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 285.312 418.736 349.308 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/5/5e/Config.ini.zip)
-/S /URI >>
-/H /I
->>
-endobj
-48 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 372.636 418.736 485.928 406.736 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip)
-/S /URI >>
-/H /I
->>
-endobj
-49 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 416.616 279.918 511.26 267.918 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
-/S /URI >>
-/H /I
->>
-endobj
-50 0 obj
-<< /Length 263 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GarW2b79+X&4Q>@`@N1[$3aVcR]+VVN=0l[0M3"(Ub)uSh@be_A"#57G>;c<;L"+B$5"R-LoV?/c&3^O0="_o6^D`/iuCGh8&$RtTpM\[R+$/IqPH^e[5#@i^/N&!aY2@_p,,9=(VTf?3kJ$Fe.6E#ENDu\K.9`j!YW9d`9u)29ru.t:XeZ12#/j=AsJ0HV7dr=9t`)*N74c8).\I$:*uLXS:*$8Bcb<)mVc<HMYg\f2qNP3NGPHO"('hG=2K:c-C7q`~>
-endstream
-endobj
-51 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 50 0 R
->>
-endobj
-52 0 obj
-<< /Length 3163 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gatm>lYkjm&c]RpKjY&Q"c0_K6SC9_i9osaG=Zc+o+jgC(58jOg-W3q<mo^4s1Ui`LD$G3V"P&^d[]9Wo-T7]=,Z/nggZMXenVOqXeu?1D"si-?k_:8"%n74=f\[tO#NSVDd>*D,D"#>a*R>#9/lCi4qGgr9>@t8AZ\-rgo(aJ^eNu;3:SD43RN_LRb4m%e#.Z!I$X_tS*ctUYN<>;=_6>9/Gno114Ml+fmqEcAfS8+/.?<Z@@YKQKBlX();mQ,+J,NgDWNcOA$q]!rq5D>55&=pa*(!'\4-E\9`*/.mr.5:R6HC?<:?_+IZ\nQ$*bMl2Z;f2()>Voe`+?%)Q!-"eli@6,H`Tu/LQR_[[%JV0Xhul/=ZEpB>%LCMn^n$Y?KZXam-=hoB:DRMV#M>^4oh@RpC-[^`+us.1AnuG=Xg,*iZ=;d7P<e[?-b[BM:$8EedTQq#4]p/R=EYBR&1Y*%i/<rVSW4fs1_WELIbJ^;`WDB)UmuT"W'Xfaeeoh(HmoIUJ?_d^@jVfsf!"lCh#49A"a+\O"78m]0sRCYcE\^N)hn-#A@H9PBpB>j:'^Qc)`7:"mGXqfJCM@`Daq"pRb,NA'N6r&rdR7HsZ%2m]8+!m-#>Bb%hrrn<cG3tRCh^qS/`Wc9R^OBe0Vn`I^pcfcTY[m2$OdIpUHE6u)W3.s3EgP.EqkW7R:A1f&)oODllET1Oee<(gA4(F/3$!pJr,YDm4mXgSh\7fu>i0Mp=Y6kiGbfLs]A4H=1j2<"c"2&9k1S2L+#!smo5tTGM+13eFfmjLqj<G#ghj!qZZ:@ZYAk:.L@>]c1@4RePb-g#XqZN#rZ7NiQMB=0GO)Q9]`J?_$9M:6<?%=t)98ko"B[jW8,T3i'mY1%N*Z):o^gS/Qmqs6HIJ<QHRq6H?F65jcLjC*)1+KX.)_q2Sc+>*>#B"WDOltgJAKF<33MV6kWQ#5t>K91#a,bRA:p4m74MgdcJS80u%$a^$dSB](FoaZ+)$Gm(mTNHL&`:0oN_>c">Ih*^EE7aG#!Y@j+AsF<Ikrt>[Q&JfmF=#C$DLkC9]7s-@\-%eJSHW-TTnh/oq7^0'VphjH'N_,L&T^OB>T=742=/c^<O:)>29lXiQ63<T.;k1Ec#(1]tL5[^?gUunn)ZVe$k\@Ec^>LrbSM=Qr@.U`r)a.3EGW4&57%,H:33hH#gs#Tf#bIn/!Kl0R6r2N-7OA;sa_4I+tbh>lZpg8>ulNYB.JJD;2T\&tE<3.&&>cpZ4G_9hgeJK"15_p_Xui!aiulJ+pG&p#h+f02-.HY+YXhTe\'M0rRQp)\='p1\=7U\(V(!n1-m8R3&KZ7T5[AP_;KqHao=fbsIOCQp1PSCAfX/C.&k@r^=W'r#q.,_B_lD&nSU!T>G%bo6)'"d;mR97#UjmVhD*cKY[O"_SlqJ]>Tgo<jlrW@60$_6EH2C*.?sXWIf]s"83NQ)GqD)&iO82#Y%^eG%Kb8h*+>@ORkK0L(dBe-.X;0<m.27T*d9D6Tbh?&Ook+Ln4[BMf0[T>o8Ad)&!(;B4ViiM+Q!3<";[?`ZXt(90qM(<i[lH9'EP=Y8/,@,d:K3Y!ilCBGGGs[Pu<jnZ%i(kROAAN2uLL-G!SCr1!tW\\tu3nm0f]fGCm.>PVcl,9h:OjY>/:0*F3p8$+U1G8sL!kCA04[Ekfn)Y_&>k;`h1E54p3e75$Pe#4N3SEM:<]Ru5b'#N4"1l1Ta.:;&SU/Y^jJAhQdj43PKM,:__?26j%:=pZ_r$n/qa\rDbToKfYXFd-$5`PaiI>ZLK1Kmd1B_54@Xj0\qe0@k[V[i>;d5[sCZGF]L2'1"VlRj]H_54<a:4imd&9(#XWB/ERc`i4&_19]M#\:$oJ@I:'h'CFTC)4fh4P(G.>p#tN9RT1>Gj<]A`C'p(*R\k+LMKTK]?JUcI2V2/IV7(`*3).$7(`rn<]YcC$'R[s$'d;IR3H5Sm`Xt.JnqY(f261RdnhsQnG+bB[<nPeg4Z&G$DmQJl>'bE+eYju21i`gLSLp;l9m#9AEq1$kmX:kL8DPCEt_4OK(7NN0UZ"u.F,cJ$F:nIqYKP-VZr1gfNCMPEGE^*3>'G<?/iCn=Tm"N4qm*l&PTshdte#:Siq'o;[Lo_J)[Q,0j"nqCDs)8A>W'[hR%6hkd'e5MDY1+IbB>Ce2Jo3lkWCI>BLAKZIL77HV\`8M^XX1mH%d4+0BH'%B\1Hrq<T<kkbqR:91qi44-K.T'C,LmGeqqS_RaIP.bT>P/i!6aKiT?UM;0;;to0q>=0`X/(8O=2\hY'j_6Gjb<3A!S\GYI/l\;,mS:M-f>uKrpg5BFF(H19G\<)f)6R`em+,T*kV_<ON.0H?RgY^6Y4kPc3aq',E!@@N>P-q[fqERi/Z0][J8rhB93,'Z!GAXL$^&W=[ZFYp<Elp7a0`L+->3oA@cObH7:9-@Alg!-d,tK5(JZVmRR*9A>!`@7[QQi_$nHU>G,5cQIJt"BpTSq(*J(Vp6s*1R@ao$4/>/RKYk]TcD[P-Y70&J+Sl&AbXIpk.YeS>`8NMaV4_I0U2-ZH*dd!/bV;M'+%>BAZX_>=KIb[ie3boZJSu'^7>'!Q>!QHO-B[Ga15_:Z17s8>:4P(@PREtqsXi"p$+/aE]S_L>jroU/1?3YMr1=YO1V]sGJ_pMQOJ*(d<b<k28..3sdO%#@"nCH!\k]-JRX<[#dqbVIF].^qd@b$Q0=Q?cQ3NS1g7Z9&9`a.o)a[`AI_E-&XFJ/[:gXC\]rQDakV6Z((h0eB`8VFKMs2gY'>#OPn6+<Bn/#Gn=LE7e1p;SL[ksFSAT9:P3J9/Sh_>(:OZuA/1rJu*cp!]FM\NL-\Hu^rC=QhO*0]Euerc1WtQMX4s#)CPgp,Q+NAXUS-)+Tm+j$tY7)<8@ncIo'7D1:PTI",U'6*jRqKJ!N>RW28e.pSXF'/P6LP>SuLAMGL*CqJ545h/*NX/*k(/j7;$kI(%_koQXe@s(3Q63)W.&r1),gS4FE'N8$S^+;Ktd:D(gfp`B#RHIoa4H@"V;g%O.6,A0)O1M]8TmLIJJ%6U46^i9()[*-HVKPg*.l@QpSCa9K"A.-Z`3hBrBAoA3Ch6Is:XU),4\&J4.SLT)'kb6&-k;8o<5!Qn>BI)d6HRiK?Z4fWX!`1_qC]aO:ji0OM7(dW~>
-endstream
-endobj
-53 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 52 0 R
-/Annots 54 0 R
->>
-endobj
-54 0 obj
-[
-55 0 R
-56 0 R
-]
-endobj
-55 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 407.604 602.936 531.588 590.936 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/)
-/S /URI >>
-/H /I
->>
-endobj
-56 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 292.932 256.383 491.208 244.383 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-57 0 obj
-<< /Length 2826 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6l]9dY'*#[qKt^goCfn@mfAM0kOlh3!m<)^A^u[b!A_JJ+&m\A?fDg7hOsLPd;X<rf+BW>8n!W&ALO$A>qsMMGnU0=WS)'Y$m-d'WKtj2mL%$_?16Md.ZRMIF]_^pjd;.o>*4bR.=.9;=mJPShHj1)6`*oH:',&>8q:hOOCfn[AInb%4K$K;Q"lUP1IKHeR+I3bDA5sl;2tG%1^:VTBRSL3ZT`CeXPM"jOlr\_Y$gltL6]%4.6skh/2klmNct[p8B!`\@427UHM+7G:>1#L>kf:gn[b\7Vr+71r*6XSJ4r"L>a@4WU%Vh1&h0YS4Q?FC>JkBPg7mGJua3XC2T"aiCGMY6HQinZO9mlsLng#"diqrE!k:_=4I?"$8A$iOeG#0&<?5QZ^U<RcGNq+Tu?;"4a'lViTWJ,GA3)F<G5'DcA)ZR_m1@&&#I8.ltLD8LK76aFBZKAs'4d(hj@s+^)C<EiG=q+N]-TBj+q(9l1MV(%rSZ%t(oIqWFBY&"nh'i-/8&V%f)XLV[LuT)]^:-(+,1hX.B[R,No"G&2O>-Lb8&tn+ZW0,F+qeX4-9R`(ltauiPs!njN3O<E$KqNhU?l0G;R9gmTT-=g$WdLV<QU,5%nWmME/:-UcHu2kOKi@YN\s46R[R:J-u+]s/3hL=bOVO;qRG5VEfUl58b[h;\_Kf9R^d7&iWoBXZ^gQL0ls*@RLuT2;?FG_!!fjceY9Db'nE=*3Gi`?b9<nt3(%<;^f((1c/E,NYdFR1h-]@`UFZ--hWTXBT98Gei&FWE/"@+d7B!Vu][.mS+0(9<.4sH%Lo1n=b"4>Q5Yhd>=VV>BLq&kV.5kc8RVJOc&76e*-P&)=HHd=U*iCf)6N/*cL13N!5DZY/CUaL^p1MQZA&Eqf60_F4=`[+!#?ODHC<+?/X#ardA)*oL[]YR,!%a[+'L6/4i3IX69lTftrVcZ^,$IXbk\qlK6Hs<e6gY0p#:0"jeW.--qlm89P91EEVctGC:)ti<7Lt7QN88gd<OJPRTNrOm.a:[>&'PH)_Q18fNY6WZN2oQB86R'9>mg7#i[@i12#RFPVMdO[\Be`k"sTT\S\^?H?:^^,8]fJpBX^TrSAf6m6^"sQ.cEi6ksctiFG,d+C'0%'YAQ=pO-1PVI<7X&cp;J8Q83m@\c2*O`70NiR`>duaXnP4/Oe9<,0\g[5]<S\c]:Z!;I/+=]n/*+OHnF6CRdE&3*Mk5B.)2,Kde$M(Pa!Ls(WYc@';r.4_HpVI;#a?k,Fi].m=?XKS2D2k2DZq4s?cREaZ1sGlUt/Fr2BATm=qDl7mlCpql"<2NfY(,,E&Co#Bg26s%fL?FGY;5"GE$r'B62!WpJ/YO)dhYAlB[+in8#q!H[/W1S&TStif6"YQTC1g&+InhjL[I>HG:8?EP,pGTToJiC?\qM>u#b9uCbb)HYl&1Vn@]\>miK<,$,dH[NL`<0ftIXFO25SN.G#8i*(:k]cBGHm'>Tc):5kHr$'$Qp0tQT$i$(661CS)O:RJfQT9dnj$r%DuQg4(-RhBoH.4^cD<./02mVdZ,B7H*J3aC3G:*WTQjab/1AQda"bb/DCM@d4f(u#"^dag6jl)UZ=4X=tQE]Vj=824uh,f&\0=6?4IROXE]"QZAd*7CA([Op0A"Li1VG$Rb^S"q0iCY-rkD9TFEJt7Frlu1a9Y/pH<[/5-Ap1.B&]PW>Hor5.!S+.J?rB-W\j9f[,3M!S;A&J-R:q=bT_pELl\QUnb6ML9Nm.W`p"--X*l\A8WA)&s$RcYM'"i-e]?\7j4A00c+lUdn+9&eGQ:_N0A,:,Fk^c:>NF<RmMs+>MW(#nW86&k1e1We`?p]Sa'2MJJU9^FNdmiK>7pelG]250@-pim#b,BZdurY@+^6NaWVCe2X(]]V'.BB\oelON,=KTb3:+&gO<^4DtP_mM.=nfAjlUkD6H;*@`Z4_!i-FA'_*!Nb_aqGMfH(E)]hcAq_nokj-EO[J[PEJ6G_S>>Q<"`?6;de6;k4YCr>RX#+qO&)Kradb0/^^&"0K>4eL&r]QCiQ<YppCo9hc7iS<eb%.K7>g11r&3-H)OH!AYLD@LdP2&$7u7HobGF5JalXDY'G:,-97.<+2fVO039[?j1V7G8*_j--:jiFL"'D1.DReNZ2Q0CqaHLPG3>#?LDQcd0Adal?eiCs)I]=?W_F51[lDLNo/&Qu/u=Chpd-N\iua%:_(IabVkng$a\m#CL'jgXU'AHdN+98#2B%]RZoO&I:Mn>:jPnYUIH%[T5&2[LCqtXBjHrXG8$G2Hk%(!20>4+Q\l^A*Il"\J)*UB\,kd9?:u_Y%Ve/ngfN%''c:*o3;No^%U*4@$Xb9Ab/@OP@S2OFup2L3%bKoDsmV;)npHDrSZIB?GBb;,*,,W;M'oXJb..YVJoe'7Yu20*q0)VpMMc"f6_.:UQ/$0h!p9Y-rh&b@KUOSm"0p\!%d+G=Nk&er"/*SCmN<!`_01f2eoB*PQ5[l`_CBuFs9B/,"1ct`r@R.moHDNB1/s=Grm;e_M')NU@?\&?T*&]DjDrlMg?6cQ7ucCd3.bW7]Gqh,X>KR>YF_.6C?/02<4W`lUPqJ8Gf7aTu\Dp46JQ3V#8GJ@>IX\-DcoqY01+V82V.`[)k!rm49T4-W6aYmq/?#3o@68X]Hf#=D.iQ,))W&@d\Uo3Dq&,9auRq;AB0E1OiEaJq<cHl%C4M/E.WH4&I2e5Q:TXS'B96$D"`%Y?r9+4;Zd.%Tu4NYQ&P%Dp1QTr!P=8^adq#1BbAT-;*BphrJ6:*J1WX`)j_Nd)((`GX9^4(<;WW2h@S&]gZoHb?n8=:j)~>
-endstream
-endobj
-58 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 57 0 R
-/Annots 59 0 R
->>
-endobj
-59 0 obj
-[
-60 0 R
-61 0 R
-]
-endobj
-60 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 91.656 160.96 214.308 148.96 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
-/S /URI >>
-/H /I
->>
-endobj
-61 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 259.152 147.76 441.468 135.76 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-62 0 obj
-<< /Length 3201 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6D/YnG(B3`/JYJ:(?.BbZ$ZFSHUIch->BQgs-;mmuXt!mf-Zh(f!6<3rhh(rN0'4(2gCJGjIEpS1cZp\J]UbE3CkFKP)7ReGANWYb@DQ;cp_Gu5I%Rq(2f;^:IpQF(<>^LpN@D2ls*Jl9n!bEU-ZL2\YtUWWfk.omdQBlmnfV6Al(WIoq`:*/b3%mAA2Ongk3%#sa`8qST#AhA@?Un@R)GeGIehE>?H?]^M=NU/NW0p+T3E@^%^Bf1.d:C>d"%<ko/Xjgajn(0/0lu7PNc!kF2bY4&45IW,0YZ981raUO!#J^Fd3UYcdB9k+r,*\GC&Xs_J??m)#R]2CrFL_`0H^CnM3[;m?$3r=m<N/SbtW"eJ[8IN=#2)nQcCL1.":ob2Cbo%W@q,L.+5Z27CNLjBn+ogDZVH(jjFF.EM9F5s"\I[=DRQO6\q?d/pBX6/d[ioHJ$s)^r#drB?b6NQe]aeTKU&<`:C^`t]\R&8`#>:](6j2b7KU2n=scH'N:'2QPh'++-,Hmm)DLIV%/#%+u2MCEt\1j4Cp-mFTK]>g$q1.]MVgUi[ta*,DHtG@i"LcOo;%U&lOcIBl.4PqgWj+co%^R`NX.L3BAub5B$aC6sWW[?,B;3Hf,q+&//B]gC(HhNR,&e3%uZer<:F;tLgX[Vli6&Z+j?_,GmKhPtbP>0b%I5!p%QED>0H4qXmj8VN2c8b74u-;WSeWJ'RcH!/6Ka3V&:)Qr]"41%.?GjWKE=*pkD6`2s7I7FJ-,H)%d'nYp5m/(Rg-*=2M21S#Uj$$C1h-F;]5Q196L]r_FijN9R0U6\baU9THI18)no/'Tdk4lfFN\7,M5WBI`;4JOk)_-k-J3AYY8%!Pa>V6^2=sL=l'h1LCSOpE2q_^Ip%te'E0i^l]43Y)=CS=Ro^W5H09(;2O+rnth&RSP"b*G-!0O`"S-u)2E,E0'*r7Y,o8sDG^O"tVE:p"O3_1"1&(H7c+>.cj=%m<4GUUi<*%Co-%(2=-j^GB>N&U,>%DSFm2RFL"BMX)YGN2[3EZ/c5]KUlr>rj6tYK;4!>Lnd#c+3--%b\rrjGLa#F7R'9I\>=B!'*E9F_Ob$K7r1tN:$(.RZjjoQ4[F3;Lgedc"8bQm*KALhP>&H"R*.ceXbN!"9j*/%@9.hD_)c]dHV$+D56<sb7+q)WHu'fhagG*B1o([c]W%<f6A,Z?\?HG3<.JcBr%X!LUa_pW3HE0W(TWVO6)78W>It^XcTe7@;8J)c6"SF^:,"hV3#o5l.fG_"],r-0rcr(@!BN[o5nDq!0PM:/<XcIV?g,"#'aLBSbZ48b`;I!:`ZIc4oU?q-nG.#-"+X)P"%9[=L?kG)Xj@%OT9n^oEN+]\]%l4[<I3OTRu/MpbU94nSp95LFU@CYfT?(O(N:mb$4<#(M;L+*6VP+"\V/lOk%#2R\.c\?3I/\RmX[mYiK#aZ^Z+++2hU9U%Bq;8G:eGSIY:jqL+lol>i1;3UIO\ESW\O>nR:g.@8j6l>u/82if9ZH^bd2SQ[$N7>;kHi0iD`@j$a^f%ep.q%T)Zuc7a>'/]4uP96]P+q0"4%qn-dX`'4F01T3FnAPSASE+c:Ia>GrIKse1ub(&!31h"8/C_.b;cf4hOQ'X?lm$^Ves&Q:rN`?Q01+h@3]Xr^jE7$e6nN88ao^:_fc.ArXg&@4Br78-j(DA\AWeOY<)bV9gf5k21i4t@%AH,t,"n%+DcA:j:GR-R)Fne:?;4PHmhsH[o06B;4L/H\M[K=!abk(L3e,0Mf3ls97R3sKu<17g8HR@jn5g--,]M%3A-PidINTkARZ`qW#i=jO7cO[7poGN9r&%:4EflE7O%jnV6CB"+V0/p*aXFb.'([m=GVg9OpSG0&G"$XBBG1+)Mb1eJd--mg=:kAQtq8J7/("@^^:%%`s26-lX_1,SJ3Er!j"muuKX*S8E^WtT0`TjInmWT\![Y5("i&bNm.KIW>f%Ds&CQjYmFoD[7;@4.BJaZskG;rj]NXd.u_n9HHjO>Kacc4U9'a$"[Z=k-]/(p>BcuPN]R8o79,i+FL+r4:@fqY%I4qTAr[4s+pMK<6Y"OqV>UEJm(PSGi+Ad3C0"M8ja":-#9@1<&_"_FKU+^2R]4NTkVnQhkuAS.Qg!bQG-[4Kg\%Q5>6&$)HlLBYKMQVZ4!)Q^O0#2R^E!=l1\GlZk\N6l&QB%7,#!BYq@.:*c`"TU!#^NgZYi//6?W*T[l&G-rBY9k0l[u;MY'oN9&>4`LsS*j+_KR<LlbW7<]ODnI0f0$3u3NQo0=CZQD1(OjuB2h#_J9a7Q]j`Zq!'7/'UFkej\t]NJ666<'9,Hf/^,:er<Pi,EK?/ZGZNq<hR%CY5;?sXHernNM+K15f6knIgL]H&.F34e)0T8C:0j=iZ-;U]jDGe7c0n!R^)lBW<PIN=:_AY<rD\7F0RF$5M8\uV\4bquu5a2D0BbF3M;GZo/qT(g.e;TD;G?BOOYIV@p7<A4iag_jCor%qu)a5"LH#3C0di9I]RDb!W%\pO5RY:4E"0llMQT<PGQA+jcKCHe@@>pTPbgr\'NTCj94dOJW$<M'WX4>1@&pdk<OFVnGY_']TnBW4]bI!jnaldJ'C':s_nPpn6'/8N0Ft8km6=pP6O)paL(,2\D@t:Ff;4%`>G"*-H":T#($=L;9df5k?%)&At-rP@0\Dn.4V,e6<Qk)?'7fQKl%-l^W@XS2V`!kthWoi`>V(eFNI!j(Gr/go;cg+8VgiiH1Pt)E?KLQ;6QT:'rCd*a3<T[ZiK4oo=ZfcJ:Q)S"n^7:KP69rXk7.kN@B16<.Q0Ub'M;[Pr(+`i1R5!V/11;m>aeWV$A?IKikG,%MQ+:#4+?Eq]c77e9F1N"(&"\M1BZA($_cXeF=]j)+4a0d)OV=MTbAQ`InGT,dEa35i%&^fV`MCp-N3=Ut<NofuI[-tW*=UBX%eO4+S<M?&^p'5/JXl7j=HPE/*O2VK(DBDGqj`a)pe;Y-_t.-1h7pGPh%Mh61JcJ%FV5t94Kc!T(KdL\ARY4Qln_asn`Gq'/X$:S1oC)AefIU6$m3V<N7"G\#<?Lj_'Fs]7O3p0]3Je_".)YLD0IPdh(-(aTg8)j"@C.Aru`ZoU23=j80<Q.0OV$5.ID<e?"i9"N`kZum8M:m)!!:/Q.lXXq5#:Eq2,`>-BrniqJu9+buK=j?Le!U#'k>Qq*.]r!3?~>
-endstream
-endobj
-63 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 62 0 R
-/Annots 64 0 R
->>
-endobj
-64 0 obj
-[
-65 0 R
-]
-endobj
-65 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 281.976 681.535 521.628 669.535 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-66 0 obj
-<< /Length 2771 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU6hf%7/&q8/6+lmA3:t$VfT0QfB]%7^%liOjYMd9`b*Yb)=F=0^f8P[_6r^N%scVUER/*TE2RGZ6/O#'-5Q1t#3+7=(H^2[<BE?70%_f)/bI#i7p'V)_^GJ#&/Og>V%&)V_/WLSa5J)@m\i$*[nJ/^a+4G!$,gN_??\]<]s[j-SG0]%)Z+M`5L-);^7,>=o!+(H[/_R\R\\1euJ_EXCm+<i2oK(172mWZsK5MZ5$r5ZAJg_fcPf*=BD*4^+bh^KY<'0^#k_O$N;T/0J#G0,3*k)[25jHP!'o)scLNoMOm+:d-Dbp5d:Qge`h,TrXY/3n4mij'tu1MF`.o-9.]H0*.Cfu5.seUOXu<Gm*G1069;4QBNLLcLHq7?0pE0_X\QJanLN>O7Qb<b6/U+q.TPK7P#G=6^C&5U4"5p+3#_I*JuXB#B-b%*af8%)4om#g>Ud&Bo@]-PM59WiFJk?`]05Ri6"_R"^u)9D&!Co@u8M'?9dZl?&q]6Z""_E$dHl9"M@G#MW@PG7BjB9o*TV;Sf)"G>:VM982?Jo4ul&'a@fS8Jp[2ZY<kC%V2"8CWU#*UC^)rLlf/p:08Uu#NO?MXn"q5,:-GNc/1!rW3-LK+4-I=jcij*\t`D3K]"SCq&9qQj4i[p^[I.ddSU94I[(m2BsE%km.T`73^r&j^dY@WVq_Y./R/B[iY>3*&YG[b(qr*OYX_P%`ki'XQm"\[C=`A$a8%Gh)*U.:#lLuE,7npXq(ZN$5+N^)"Fi_GOn#LN^7LO*`5j7X7_P7ELcj=6k@YaM?]],8r!HI[9@l`EZWKES)n)d_qr1&0q]a:gP=PgrZQBhOPNaG<_KGk?5ki0X8MN=*#lMR3,8^fh5VatSV\Os$W,,`>YAK`-7@$uo",AO3kY[irV#14]auAAs`a`cW@j?Q+dX7frfi,T-Xp^q5dU6;&1]@Od*r.aq!_d,"L.&rS$WY$)P:CX^2.Gj`.&(G9M0Fk)S4.IIa$oKaC4[Qu9s/A$HVKU$9/XQBc$9ag`DFkJ]*Ne0=^lTE$O5nG?qBMV!a8*4:0p<^"Dp6:"1<mfPX,DFj4`M?4eLh+hgrB+2YTE<\)q/BK7JirUTjJgYQ>3k]C<cMgEOguQaYWANuecK1o&Uc_+%Gj14;Ed)OoA*Bn#oS1::%@L?!1YE20k`+fbk=nVFjMiUdq2PWq^V??b)@S38Kme7$TGlUS0SS,eFG5O'mFHsde5$sT^4m%U`K%gi1%>M%"nXU+[U9oS$0q"9u9KNP0qQBV_jR[ehT9V3%tpir-UL?9G^(3j9!<q0"p#E4P2^*""c-+eR`,m2?n7._c=Q`gsUA%bAu?"FjT58;ENa3Zk/Cp4!696'fYACoj<?h05ZLmU9/jJ*!gWnTYO[&P%o>b=3tWYL;0:"Be-aM'4`bDOLP1FUf2#?B=8lNFD/M$E,HqPH8A.HIH\oR[u=8oX6`,"_c^1fY5*+,^b);^Z9[OVKt-f18EKmi<IJ=.5FuG8K*kGJ8NHDIdg@lZm?Q#;Ce$j$A[u@kg*fT\N"cke&n4]'Jl2)V<i0'r8`3pW;.S=81/<%B'/b9n^(af\KpG[$qn)gAjZimu-!_WGR#?duC\Qg=b+HW1!/62rS%-G<d@`ruuSmGLhHo*&bL]'Bbn)EA0M[\iShq9;qOTXcGH:+5Lnrb+!Q32W<mITY(D*S7d2#,/R^;<g>.A&,R'Sdd0[QKX&,1E-an;EsiJ$=&cVLAI4X^ccL7VLp'Xgpl[`h]Z9r/>c#tmfeQJ#m46mGl&@k5#oTC1k-f\tE,-oBh7'SsF)0X>TPpoUT&<:-cH54Yf]=iX4/5U\:G/Vj-S%`Ql$B7Q!Pa1Im<<)-"+U\+]=sdh1%63VM!nlflP:MpRAe;"(CGO(%8WkeLMU"bGOmhop.Yg^bD0]=.3IubVfDNO7j`i2a:;%j='-tY0_,la9/Y9p8?DCcd<J@Wo=$A2W`!%akQiQKN8S5+^r*CYZKGqF5YU`9rg;j19&*Xi_i:dP'PQ75^9o*Q47+WY</Vo-?Zn=)FGg0^^.u/:[GVR>E^Q1ll5-:5Xe!!10l0i0D.]Z&DNn-hDsGs\r/SKNRoIr2=erm[2/ZWS+e,?!c^#RQpZQ9$.WT&#)D./Q,"0B_>p@U4nTZ<&M`khMI$Z5=YUXeJA=mKC6eq-($TPea2+j3Gfm2f`Pg`/a7-Gr9G4;nqFA]oNq4Yh"Gkb%nU,`7DK3Q'hAe=_X^/(B6PDFL*-UGOLL,QW+3+"5`i$KMV5>E)DSR1-B.3CmLnpq+CfO"0,",6aC:\oJGiG.c<h\k\9r`%rD[pIjB(Ncm/;TT-8J*g,)W,`%jNt8o78YsWEG,&"'.;8CV`oVMgqp@l8PKdQcKG""8kRMa@Jr6c=1Lf>.I0kbfh:W:7EJr;XV+&;'Z:7,h'"e*hWh/@Xj2(]7cT"IgF0fsUM!lZBe[dBUn*e???#seE'ug37,?j#%=;h@Q`UR%pd@8hJ6qp,>K2Y>Ypu=h]CRN@K$L0Jp/S&$pHF@p0qpGodYQ1lg98^XEF$5u=#NUV]FT$lO;to@P\hp*Ml@b^:WTlj='94$>=8@U/MmM$pQZ\I-a>XE``Q"8Eghm$'l1h9OX]DX-Xg[2&*oJipoQu8Ri7lr\UgSgJ;*$ShC&alHP/-L9KWYg^I8SSfVDR0U-)u9>)`jKdNboijZA2OHmEJ%dIWcAsd4+n9oiT_g.age2!=[of*V<Pn1kiiW.#(8)FPNc]\ksf@?H<8V&&$#;'G97TCB6$4rrJn_-):~>
-endstream
-endobj
-67 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 66 0 R
-/Annots 68 0 R
->>
-endobj
-68 0 obj
-[
-69 0 R
-70 0 R
-71 0 R
-72 0 R
-]
-endobj
-69 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 397.944 423.071 513.24 411.071 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-70 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 409.871 166.632 397.871 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
-/S /URI >>
-/H /I
->>
-endobj
-71 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 421.224 371.471 497.532 359.471 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-72 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 78.0 358.271 177.996 346.271 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
-/S /URI >>
-/H /I
->>
-endobj
-73 0 obj
-<< /Length 2226 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU48TWWE'Y`m7nB`%#1GMQ)"IIo,e8j#PQH#B8+j"gS$'Nq=Ue47&r9sNmiW001,op>\)"2eZ^:+*G(UKSkG<AK&B<dl8c?A>10)Tuim(up;a!>3#Ze.?HSh5-F\b"'Kr'%_ubl40@gRM&`cHPlB&d5F#+rkdp*RBcPF/*.iF'K@Jd!9a$B7J3507)StlO4+*&>\mI+^*L+C.^`CpSQK$+>a+LLdD^Z'+ff,K.%4,Z!SeIS%T^s."`X<.N:Ze!df]C#f6br%YDdU2atGP\#1uAVF>AW>/^_pJN'ED,d(t@43W[Ub_#EjpO^KA:LYP@Ofs'p@(%h`E/TVWG"MA^\Yd#Oo!:a`XMh.3\6lIdcXKKpa3=6?#c'E<J:ZAdje?S><RaXo[*gZ3dij7E0g-V&.B*sA.)+G\X[1RMr(11(!+,of/d0D5+:/9Ec.F;d7;8D$GBjFP"<MdOC=d<'X'ZPtlC2'p;6@u_.1i>9ob$m>Ha29NH!9V*s6Ek8J#,^,</EL/&#/(>BDHmQPaJgL\_<nU<\CNN@mLJ^Ta.)E_e(8Vd_-D-XK41g+#:]ZpD%$g<I?3QK.)e[W/+:O'QA!/Yoe%!T015V-*m'&,qE2]'k]EnQ5,HQ@'a=mBWYU^[Ds:%T?`@aGs(^m8OZB`:0"4+LjTS0b`fa82TYHO/GD/5\nl+F'F'LT*_NO;Q*cPKh0,VF'XcLCq>L!>eXPWeA8.W?Tl<2(SnsQgG5V2Aj,l2?$lXn*k9`+^bH@e(kG$ok2O:FubglV7/WZeTP7+c.A*Bj=P9)ih:H>I7T5tmT?s+InjrekJA2(5%@k-elS-WFl!nH4=F,8G5-m(iK^@/D-#Y$%g?^`1U@kKS8/#@X1,gW<u`%Q>,s8)-#]A&h+^RMAWS2$$jmIaI%W"T^+g0.[lKD<!oB.9`MQ>$rq*/pgi_+1au&r/i?G'1W'c8Z=[?e]7##@.Q%VFlV6=ZuR1np5+l-+UQ;NSKWj)X9@8@J2-B`,_])Y1ha3PGJWr_tc+^n,FK]k^\EKZ5nTY(K#>-V@Ok8>:e&YM2"Uq'D22`5[G`!"dBF+Lkn2C5Y\$UkT"@K_2k"UZMbrZc.=D?OlDriE*#8j9t1=-prM4Kk`UDLhs&YYUc[<6['!n`5VQ=ug^8jBRq!Y!n&bQjM&-qK7c(0s4<I2&,K7o9"FNb#]<`LJ"-fsXU6skta!,10ML]gfqV_oPrV@R#8+rH)mQP'jR'Bik^+6bn^,QII5'Us/2lp:Y?]c<O!1:U48*:&-W(r+8;')i,]%Ep+._e4"e1eC'6^b!m[D^^SIFkn"N]3jCH9ZF'9.K!j<[;HXRQD,i\ZK>u+2fYb4=QD_cAS.*.*!)bI%eBkWs1W(_)kY,7J>[f#Y?#8`^>E_],SUWS487A(IfY6SZ$$T;4@uJQ3C7Ye!Bl4ePnk*0[7LH;aGa(lM]K5mJVXLRnokXkRsbNf(IXBbUg-oKX8_3/lnm`aO*"$P7%?)T,>XW/d'F!EuQWClk/N.XVHfA)C(1Z#'UC,=j\jF<jWqjmdF'L2(rCFGq@*f-6gs>K^ecan=ZM;:k.LCc^8DVV1,UJM.BbZ%(4"p^u"^da@OcS=,PI8%Jn;JTR,b@KLS>^*>L`>(Rk_J,\8br:fW')CoT.?VW]i(6[!/l"'&Y;P(D`M-md8[DTNMel&9l*(>\dG\sB='hSof8=)DTPDQeMkMP3Df>_Djh.>>***i?BP-mis2Ls<hL:B2&S853<6IF#TGDdu&IFj^6o=+ZeucaH[U$b&-?$F\\]=X0p*hTWn-8be8ZbRe+5T#A\C\`QHmUE2inI79\knmYu5NH>oM2M:!tr89,3%Up'\K?ML,E4=6Sn<j'S_dQ)\?_pr;PGXZcSK(UfSM[34lS)Aeo5f#a2*[qK5gG_u6i^_]=21T[QiQKWEli[76pZR7R:OmKkl@iE:2:k9BEA/Gq'6HL*C;saoV0F\NRe/#qD@hJ?T>0+$k[4cS8f/H(K`dj,)bPeVs3$J7n*QuQ2j`'I$sTu,$)T-T*?>*hoS4uoFFAuQ?%2WOqo;?,\]7dDP3*">PTGj@RDakXjl&<aemT\=p`U*ap'RE/[k@^dNX+uZp$!S#70``Y6t189HHTaaXTFfaptpp].sM06YH-u7bfCkBr&t$ekrVXqPYd)Fo2VU$DBR;57bQo5Sj[<fQc9\$&+%K,QSfqN_d-6gqLA7XX1Y/n?=/X_LI$,/hd~>
-endstream
-endobj
-74 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 73 0 R
-/Annots 75 0 R
->>
-endobj
-75 0 obj
-[
-76 0 R
-77 0 R
-78 0 R
-80 0 R
-]
-endobj
-76 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 111.66 707.935 309.936 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-77 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 392.256 707.935 502.248 695.935 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
-/S /URI >>
-/H /I
->>
-endobj
-78 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 401.992 185.707 535.96 173.707 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 79 0 R
-/H /I
->>
-endobj
-80 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 401.992 164.457 519.964 152.457 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 81 0 R
-/H /I
->>
-endobj
-82 0 obj
-<< /Length 1922 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gau`TgQ(#H&:NH>cpJo'U1$GeUnm^`8X!uu1eA>c5uA="/^lTs=`edhn,@`*pRs.[hBHX<^ojLScC>ctjc#h8DP"Q$%eYYDXL:'jZb)ok$U</"5.hP+6in,aX+U$@PM](0[I_o.0)Xa$IT3T/4q'*%]c%s#R67F3aZ^6=NgVo-XO&F=hW]-(rXWZ71E_R$6ld1A6psj["8_<Ve"8k<rT3.IfVD`b.l1=API=7TVn,sNcP/;*KnAehgK#\Z%!Yh*T.08t9%9D*$flmW5*rh&OKcrj[Z/Gi9WuuY+VK2K9p1m-:3Yq%Ea9o,I1nEN$('#a[oIQ]d(kHm4FM@$=mqHe[@*A^S%n:]BQX+`Tg@c7,(q>Jj(-<chY_]kI"`g`M&af''"U@\6`D2Wi(_@?Pmc1NqablBJenV:if<Lp6<h,E-16B=:=NdT3bdo.p*r%_F_+l5:-oOLZ#4(G0TMY>L6_l?%!S?1OZ->;A">Bq._j=&ekYe_,sH7;oE,`M8$3SsEUg^8)AfAK!^Rb^-JrOC0%3O8Sfj#^K9:46Vol8e)&ogf0K+]=I%%+2KHeHjPNWudT\0gIH[OY-dpC)l(@K8H9*t(R>,<^l_Ao5N`%jn*E4P*7]YQjDMB5H>;pC^:HQ6M53d[MKZWo8"XCf%0rf@r]J8cY*b2WntX@uQ++Cm*ETTUM.:E4@K2K06>8oZce-1<+12Hb1MKsob4O,ndh-]-AWMc&q[Pg6X=r*]1h\M-g,k`1UJ2Nl5,GF--INNG;5nbm6f@(P"N0#*Z_Js,_#-KX6GCXi56#qSL<FK5HpTG"OlQ!Fu@*^H@)Pn'RA3L!<u%Nc=9ZaTJ<BW\b;%BA`Do(Ku'*hKG6d_'mM)-C_^Y/+]/$h4Td9s,i[%2<02Y_+^K/05[U-3TQsV>/5q%'-3]kb4E&cH(LU4XT<"NQ)EahkBl<_tuBrhqTh!(58_=\/:dSD0U-"EMYnX<(Y=C#E/=3h9E@UCJq*)@=[DpB!&<"AMse^F)"HK=2lFZ]ZsZ&0B3+0R+#@Wf,3?]\=`6['\G[R>$&/b9Oh!J-l6?,Fk#/AduiHYSQo]u%&d=$ph(#"?"BTdcjQ)&nUQ:D\:TkJN,[BeaC+3b1X[dbrB^&o50=^aKMLni+72H<a%)Qd"/#+eiM2$V9755eHC9iBW;=t&8Qc=MTC]=OHlO;@*Wq-7[M1"AOd_$s<DD&a'H?8-4#ma*Zn+FrV(tXJbH!eg@)kI^p)I:E2_t@`G7ug`WqH`/ksZcc3Y[F5)r/ln#QYFP<%V<njRJT;fsR[:7-=;%L_0?6"X6<FrHui)@u7QniZfCEG-)C@md*\,*doVrJ<I,=!T)n\i<>BV9%7)<iFoNRQ8rL_1/E"X3n<815"d]!J/Rb/9#rqar#paU0KO1$aX3;kMB&]FnK*$*e*4!PoD+KW/UBOq[Te/U(@f;nieFn5ReJHqiPSF2a/<n$aQ+TgnAUl3Skn=#7A\?*2QLILYX=9A6Am%heTlGcdNLc;pbWm%^T2[F$#`LG&J%"JXb&>He;TZ?G__ha7$eE5J"G[>K:a^X+^9i8810lb$o-->-L/F[];?0=(lZ>&DoBoG8d:Lrp+$Ih9<[f6CTism`:$O$ql3*/2;#kW^%iFq9\Y*&j)m7dj-GAf_Q&0'R5gLXs4'Gc_^Yk^.^:,anER_a\2NKTWhSHiLF60B[s/Y/YWd=l@W$AC.m,HNNNkWf!6R9<eHP*tp+p5lpO!fKJDJpl@*>2@Jj`\U%Os&",HNAp$]B4^d^\RWpB3dR?LNKn0l;?J?"bWEL$o>V3P/jnc/FNS^_#]CnR&iI6=AQlZP58,_TnkD0L)"Bi'9-okkI-0)[6_cqu0:FObbYUL'h/M,AaAi\M,3/(pPB2>O'Hm3mFN>&2+ZKaeqB35llZ""lA$iG4uM&E:")~>
-endstream
-endobj
-83 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 82 0 R
->>
-endobj
-84 0 obj
-<< /Length 317 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasbU4&<aJ'SUc2MEA6K(Z4O[4AlFe@c3@X0d)][);5d'#6$bE:0JqX<K*6hq9EW"<N39%+%jFS7?&2e'5HRCqEdpq#uV4lH;pq:ZA9@68&@eDB/h(krtT[ZkPR!&"V/qd!eq.R-Wq&O,?DIp3U@;gPFHX]j_Y!,8QAK&&BHU<7,,J4%N*h`[=O[`6gAi;g4(d7'rnmFOI_B`'DDUXE:Fln;h)NZG.2D%m4!7lW7[*uf@Qqcm\kTac6):%Z7CZ`lYbIal`]q=Cg76Hr_ULaBO%'MD*X,1W!XIMT?@'%lFH8^A3A,:,5VJ]:4+8~>
-endstream
-endobj
-85 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 84 0 R
->>
-endobj
-86 0 obj
-<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
-endstream
-endobj
-87 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 86 0 R
->>
-endobj
-90 0 obj
-<<
- /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 88 0 R
- /Next 92 0 R
- /A 89 0 R
->> endobj
-92 0 obj
-<<
- /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
- /Parent 88 0 R
- /Prev 90 0 R
- /Next 93 0 R
- /A 91 0 R
->> endobj
-93 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 88 0 R
- /First 94 0 R
- /Last 95 0 R
- /Prev 92 0 R
- /Next 96 0 R
- /Count -2
- /A 13 0 R
->> endobj
-94 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 93 0 R
- /Next 95 0 R
- /A 15 0 R
->> endobj
-95 0 obj
-<<
- /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
- /Parent 93 0 R
- /Prev 94 0 R
- /A 17 0 R
->> endobj
-96 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
- /Parent 88 0 R
- /First 97 0 R
- /Last 98 0 R
- /Prev 93 0 R
- /Next 99 0 R
- /Count -2
- /A 19 0 R
->> endobj
-97 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
- /Parent 96 0 R
- /Next 98 0 R
- /A 21 0 R
->> endobj
-98 0 obj
-<<
- /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 96 0 R
- /Prev 97 0 R
- /A 23 0 R
->> endobj
-99 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 88 0 R
- /First 100 0 R
- /Last 111 0 R
- /Prev 96 0 R
- /Count -9
- /A 25 0 R
->> endobj
-100 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
- /Parent 99 0 R
- /First 102 0 R
- /Last 110 0 R
- /Next 111 0 R
- /Count -5
- /A 27 0 R
->> endobj
-102 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Next 104 0 R
- /A 101 0 R
->> endobj
-104 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 102 0 R
- /Next 106 0 R
- /A 103 0 R
->> endobj
-106 0 obj
-<<
- /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 104 0 R
- /Next 108 0 R
- /A 105 0 R
->> endobj
-108 0 obj
-<<
- /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 106 0 R
- /Next 110 0 R
- /A 107 0 R
->> endobj
-110 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
- /Parent 100 0 R
- /Prev 108 0 R
- /A 109 0 R
->> endobj
-111 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
- /Parent 99 0 R
- /First 112 0 R
- /Last 113 0 R
- /Prev 100 0 R
- /Count -2
- /A 29 0 R
->> endobj
-112 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
- /Parent 111 0 R
- /Next 113 0 R
- /A 79 0 R
->> endobj
-113 0 obj
-<<
- /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
- /Parent 111 0 R
- /Prev 112 0 R
- /A 81 0 R
->> endobj
-114 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-115 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-116 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-117 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-118 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
-/Encoding /WinAnsiEncoding >>
-endobj
-119 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 16
-/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 40 0 R 51 0 R 53 0 R 58 0 R 63 0 R 67 0 R 74 0 R 83 0 R 85 0 R 87 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 88 0 R
- /PageMode /UseOutlines
- /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 40 0 R /XYZ 85.0 726.135 null ] (configuring) [ 53 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F1 114 0 R /F5 115 0 R /F3 116 0 R /F9 117 0 R /F6 118 0 R /F7 119 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 39 0 R 
- >>
->> 
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [33 0 R /XYZ 85.0 589.786 null]
->>
-endobj
-19 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-21 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-23 0 obj
-<<
-/S /GoTo
-/D [40 0 R /XYZ 85.0 602.986 null]
->>
-endobj
-25 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-27 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 689.836 null]
->>
-endobj
-29 0 obj
-<<
-/S /GoTo
-/D [74 0 R /XYZ 85.0 337.335 null]
->>
-endobj
-79 0 obj
-<<
-/S /GoTo
-/D [74 0 R /XYZ 85.0 141.357 null]
->>
-endobj
-81 0 obj
-<<
-/S /GoTo
-/D [83 0 R /XYZ 49.0 525.807 null]
->>
-endobj
-88 0 obj
-<<
- /First 90 0 R
- /Last 99 0 R
->> endobj
-89 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 85.0 726.135 null]
->>
-endobj
-91 0 obj
-<<
-/S /GoTo
-/D [10 0 R /XYZ 85.0 714.135 null]
->>
-endobj
-101 0 obj
-<<
-/S /GoTo
-/D [53 0 R /XYZ 85.0 340.358 null]
->>
-endobj
-103 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 258.135 null]
->>
-endobj
-105 0 obj
-<<
-/S /GoTo
-/D [58 0 R /XYZ 49.0 140.76 null]
->>
-endobj
-107 0 obj
-<<
-/S /GoTo
-/D [63 0 R /XYZ 85.0 661.335 null]
->>
-endobj
-109 0 obj
-<<
-/S /GoTo
-/D [67 0 R /XYZ 49.0 143.671 null]
->>
-endobj
-xref
-0 120
-0000000000 65535 f 
-0000036527 00000 n 
-0000036690 00000 n 
-0000037007 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000543 00000 n 
-0000000649 00000 n 
-0000000760 00000 n 
-0000000866 00000 n 
-0000001583 00000 n 
-0000001705 00000 n 
-0000001788 00000 n 
-0000037175 00000 n 
-0000001924 00000 n 
-0000037241 00000 n 
-0000002061 00000 n 
-0000037307 00000 n 
-0000002198 00000 n 
-0000037373 00000 n 
-0000002334 00000 n 
-0000037439 00000 n 
-0000002471 00000 n 
-0000037505 00000 n 
-0000002607 00000 n 
-0000037571 00000 n 
-0000002743 00000 n 
-0000037637 00000 n 
-0000002879 00000 n 
-0000037703 00000 n 
-0000003016 00000 n 
-0000003226 00000 n 
-0000003334 00000 n 
-0000004197 00000 n 
-0000004320 00000 n 
-0000004347 00000 n 
-0000004540 00000 n 
-0000004784 00000 n 
-0000004892 00000 n 
-0000007320 00000 n 
-0000007899 00000 n 
-0000008022 00000 n 
-0000008098 00000 n 
-0000008272 00000 n 
-0000008460 00000 n 
-0000008733 00000 n 
-0000008923 00000 n 
-0000009119 00000 n 
-0000009323 00000 n 
-0000009537 00000 n 
-0000009744 00000 n 
-0000010099 00000 n 
-0000010207 00000 n 
-0000013463 00000 n 
-0000013586 00000 n 
-0000013620 00000 n 
-0000013799 00000 n 
-0000014010 00000 n 
-0000016929 00000 n 
-0000017052 00000 n 
-0000017086 00000 n 
-0000017293 00000 n 
-0000017499 00000 n 
-0000020793 00000 n 
-0000020916 00000 n 
-0000020943 00000 n 
-0000021155 00000 n 
-0000024019 00000 n 
-0000024142 00000 n 
-0000024190 00000 n 
-0000024403 00000 n 
-0000024614 00000 n 
-0000024825 00000 n 
-0000025033 00000 n 
-0000027352 00000 n 
-0000027475 00000 n 
-0000027523 00000 n 
-0000027733 00000 n 
-0000027946 00000 n 
-0000037769 00000 n 
-0000028084 00000 n 
-0000037835 00000 n 
-0000028223 00000 n 
-0000030238 00000 n 
-0000030346 00000 n 
-0000030755 00000 n 
-0000030863 00000 n 
-0000031116 00000 n 
-0000037901 00000 n 
-0000037952 00000 n 
-0000031224 00000 n 
-0000038017 00000 n 
-0000031429 00000 n 
-0000031625 00000 n 
-0000031825 00000 n 
-0000032000 00000 n 
-0000032197 00000 n 
-0000032473 00000 n 
-0000032654 00000 n 
-0000032945 00000 n 
-0000033163 00000 n 
-0000038083 00000 n 
-0000033599 00000 n 
-0000038150 00000 n 
-0000034003 00000 n 
-0000038217 00000 n 
-0000034241 00000 n 
-0000038283 00000 n 
-0000034467 00000 n 
-0000038350 00000 n 
-0000034739 00000 n 
-0000034950 00000 n 
-0000035274 00000 n 
-0000035578 00000 n 
-0000035864 00000 n 
-0000035973 00000 n 
-0000036084 00000 n 
-0000036198 00000 n 
-0000036305 00000 n 
-0000036417 00000 n 
-trailer
-<<
-/Size 120
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-38417
-%%EOF