Added 3.0.5.RELEASE documentation
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/ch01.html
new file mode 100644
index 0000000..fcf0cb2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/ch01.html
@@ -0,0 +1,17 @@
+<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 and later versions of the specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/" 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-3.0.5.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   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-3.0.5.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
@@ -0,0 +1,77 @@
+@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-3.0.5.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
new file mode 100644
index 0000000..687273b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/home.svg
@@ -0,0 +1,26 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/next.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.svg
@@ -0,0 +1,33 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
@@ -0,0 +1,31 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/up.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
@@ -0,0 +1,23 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/index.html
new file mode 100644
index 0000000..7a9fd51
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/index.html
@@ -0,0 +1,14 @@
+<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">3.0.5.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-3.0.5.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/ivy.xml
new file mode 100644
index 0000000..c92f879
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/html/ivy.xml
@@ -0,0 +1,27 @@
+<?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" module="gemini-web-programmer-guide" revision="3.0.5.RELEASE" status="release" publication="20200420180521"/>
+
+	<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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
@@ -0,0 +1,77 @@
+@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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
new file mode 100644
index 0000000..e83c507
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
new file mode 100644
index 0000000..d319fe2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
@@ -0,0 +1,17 @@
+<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">3.0.5.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 and later versions of the specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/" 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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
@@ -0,0 +1,26 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
@@ -0,0 +1,33 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
@@ -0,0 +1,31 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
@@ -0,0 +1,23 @@
+<?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-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
new file mode 100644
index 0000000..a31824f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
@@ -0,0 +1,284 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 188 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GaqdY4U]+\(^/b[^Z*7VnF]N(1s)[-$fW9IE"If)Z#kdg_>eHP)Tlp;*R?Kuq+="SjIA]P#pr-S#Y$0eG`7=*L:jK_4%3$jAfQ^Ujo4,'Qmlgm48(Oh6TS#$mI9=o2WlnjqrZR=;i)1IqP25kWjhp3Q'LB/_g!NOqC?;i1:.FYYh4`g3CNB=8SfnZ~>
+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"/e5B"Cm&B4BkMAqb1X3^=.H3=qX<_,d#)sRDL6'g4m$A![)g4:G'YbT;1n?_#o:\&Jn4L</Q+pZQ;?bobLK0qu@r$!g')(9'Xq9fdi;S1b5QPiK,en?<88=O@5S2YRlf%i'5:U'<E=TWS]if/_j6D>53;o2ocK:K*iAUAU^Y?,bAKAqe?1,<l,S<+=k9@oF':BmO9X.5rt7DjO5][^<Blq^uZC[+)+e<<!C13/>$e>W<O(]MH_e>5r^A16uC=;KA.&R(ADn#*X9mWu@HaWETdE(0~>
+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 533 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbW6'%Kh&;BTNME,8ZS_=9XI,(i;e>gs*!Gr?I%g:+r&f:s4;?)&=8Cl'E>=Dfdo??BCcgjFE]`/fMUDQ@)#6^V#$H.B-,XDL:U_q&PneQ\U.,Md%-3VJY8IhfA]c-TJ*U_i5jI_JURb/qp\qEHp$HgX*HDJc=X&!=G]'=K"l-?q<3)FdX66h_8JZMkPNLi.XhHG>/>IXCSRAnP&%8P>ghl'SDBlr(9;muiY<El/;_Y2;-V#.lEFBQi]`fn/1:P>H%H-1G5lM=KI&EU(Y-\%A`IcKM0D!aZSc$**4gL$FZWk4sIb!n7g(ql*RrB@2h]U0p1jqar$,P?\\S,[WMP6C^]>ntB&dLPCYgb20Y2cq,L3]]F]l1'`_-b"eRLKfgCFU-B;75`usd9W1G^OjEICt90eO<ESg2(C;EciU\9OsF\6!J1UoE.BM7(-L[@hVf>YP&^sIekQ\;5lI&5kcPW'"Y[C!-(ZY&Y?n,ZZ.G95)ClHAA@rV08<DjYrK?#MWQclf8PJ<CW!hfBjba2$~>
+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 [ 530.256 596.786 550.908 584.786 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.osgi.org/Download/)
+/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 
+0000004230 00000 n 
+0000004322 00000 n 
+0000004542 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 
+0000004643 00000 n 
+0000001342 00000 n 
+0000004709 00000 n 
+0000001479 00000 n 
+0000001692 00000 n 
+0000001800 00000 n 
+0000002425 00000 n 
+0000002548 00000 n 
+0000002575 00000 n 
+0000002758 00000 n 
+0000003007 00000 n 
+0000004775 00000 n 
+0000004826 00000 n 
+0000003115 00000 n 
+0000004891 00000 n 
+0000003356 00000 n 
+0000003552 00000 n 
+0000003738 00000 n 
+0000003899 00000 n 
+0000004007 00000 n 
+0000004117 00000 n 
+trailer
+<<
+/Size 34
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4957
+%%EOF
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch01.html
new file mode 100644
index 0000000..48d1e2e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch01.html
@@ -0,0 +1,17 @@
+<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 and later versions of the specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/" 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-3.0.5.RELEASE/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch01s02.html
new file mode 100644
index 0000000..2a096d1
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch01s02.html
@@ -0,0 +1,25 @@
+<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 Apache 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-3.0.5.RELEASE/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch02.html
new file mode 100644
index 0000000..e4333fb
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch02.html
@@ -0,0 +1,17 @@
+<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 7 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-3.0.5.RELEASE/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch02s02.html
new file mode 100644
index 0000000..4d31a5a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch02s02.html
@@ -0,0 +1,44 @@
+<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-LunaSR2-201502041700/download.php?dropFile=org.eclipse.osgi_3.10.2.v20150203-1939.jar" target="_top">org.eclipse.osgi_3.10.2.v20150203-1939.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 Only' section.
+				</p></li><li><p>
+					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox Console, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-LunaSR2-201502041700/download.php?dropFile=equinox-SDK-LunaSR2.zip" target="_top">equinox-SDK-LunaSR2.zip</a>.
+					You will need the bundles listed below:
+					</p><div class="itemizedlist"><ul type="circle"><li>org.apache.felix.gogo.command_0.10.0.v201209301215.jar</li><li>org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar</li><li>org.apache.felix.gogo.shell_0.10.0.v201212101605.jar</li><li>org.eclipse.equinox.console_1.1.0.v20140131-1639.jar</li></ul></div><p>
+					Move them 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 ZIP from the 'All of Equinox' section. Bundles can be found in the plugins folder.
+				</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 a file config.ini in the configuration directory. 
+					Example file which works with 3.0.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a>.
+					Essentially config.ini ensures 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. 
+				</p></li><li><p>
+					Start Equinox as follows:
+					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.10.2.v20150203-1939.jar -console</pre></li><li><p>
+					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="https://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 webbundle:file:simple-war.war?Web-ContextPath=/simple-war
+Bundle id is 43
+osgi&gt; start 43</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-3.0.5.RELEASE/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch03.html
new file mode 100644
index 0000000..e22a99d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch03.html
@@ -0,0 +1,247 @@
+<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 Apache 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">Apache 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>.  
+			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
+			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>&gt;
+
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.startup.VersionLoggerListener"</span> /&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.AprLifecycleListener"</span> <span class="hl-attribute">SSLEngine</span>=<span class="hl-value">"on"</span> /&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JreMemoryLeakPreventionListener"</span> /&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.ThreadLocalLeakPreventionListener"</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> <span class="hl-attribute">appBase</span>=<span class="hl-value">""</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-8.5-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 Apache Tomcat servlet container.</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 Apache 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><li><p>
+						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
+					</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-8.5-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
+				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html" target="_top">Apache 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-8.5-doc/cluster-howto.html" target="_top">Apache 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="UTF-8"?</span>&gt;
+&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://xmlns.jcp.org/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://xmlns.jcp.org/xml/ns/javaee
+                      http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"</span>
+  <span class="hl-attribute">version</span>=<span class="hl-value">"3.1"</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">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;123&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.lotus-1-2-3&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;zmm&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.handheld-entertainment+xml&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-8.5-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-8.5-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-8.5-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
+				<a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-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 Apache 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 class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
+				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a>
+				describes in details how the JNDI resources can be configured and used.
+			</p><p>
+				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
+				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
+				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
+						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
+						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
+						describes in details how JNDI can be utilized from within an OSGi framework.
+						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
+						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
+<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
+&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
+          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
+&lt;<span class="hl-tag">/Context</span>&gt;</pre>
+						The list below describes in details the different properties:
+						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
+								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
+							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-jsp-compilation"></a>JSP Compilation</h3></div></div></div><p>
+				By default Apache Tomcat compiles JSP files in web applications against Java 1.7.
+				In order to enable JSP compilation against Java 1.8 for your web application,
+				additional init parameters (<code class="literal">compilerSourceVM</code> and <code class="literal">compilerTargetVM</code>) should be added for the <code class="literal">org.apache.jasper.servlet.JspServlet</code> configuration.
+				For details about <code class="literal">org.apache.jasper.servlet.JspServlet</code> configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine</a>.
+				<code class="literal">org.apache.jasper.servlet.JspServlet</code> configuration can be provided with the web application's web.xml.
+			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</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;compilerSourceVM&lt;<span class="hl-tag">/param-name</span>&gt;
+        &lt;<span class="hl-tag">param-value</span>&gt;1.8&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;compilerTargetVM&lt;<span class="hl-tag">/param-name</span>&gt;
+        &lt;<span class="hl-tag">param-value</span>&gt;1.8&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;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;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">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
+&lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-jar-scanner"></a>Jar Scanner Configuration</h3></div></div></div><p>
+				The standard <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/config/jar-scanner.html" target="_top">Jar Scanner</a> provided by Apache Tomcat is used to scan the web application for jar files containing configuration files - TLDs or web-fragment.xml files.
+				In addition to this functionality, Gemini Web Container provides Bundle Dependencies Jar Scanner. It is used to scan the web application bundle dependencies for such configuration files.
+				The bundles that are treated as web application bundle dependencies are:
+				</p><div class="itemizedlist"><ul type="disc"><li>The required bundles by the web application bundle.</li><li>The bundles that provide the imported packages declared by the web application bundle.</li></ul></div><p>
+			</p><p>
+				By default the Bundle Dependencies Jar Scanner will exclude the bundles listed below from the scanning process as they do not provide TLDs and web-fragment.xml files.
+				</p><div class="itemizedlist"><ul type="disc"><li>org.eclipse.osgi</li><li>javax.servlet</li><li>javax.servlet.jsp</li><li>javax.el</li><li>javax.websocket</li><li>javax.security.auth.message</li></ul></div><p>
+				The default behavior can be changed with Gemini Web Container property <code class="literal">org.eclipse.gemini.web.tomcat.scanner.skip.bundles</code>.
+				The syntax is <code class="literal">org.eclipse.gemini.web.tomcat.scanner.skip.bundles=&lt;bundle-symbolic-name&gt;,&lt;bundle-symbolic-name&gt;,...</code>
+			</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-3.0.5.RELEASE/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch03s02.html
new file mode 100644
index 0000000..1e0f3ce
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ch03s02.html
@@ -0,0 +1,65 @@
+<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">java7-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 ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">osgi.java.profile</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
+								<code class="literal">file:configuration/java7-server.profile</code>.
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">osgi.bundlefile.limit</code>
+							</td><td style="">
+								Specifies a limit on the number of jar files the framework will keep open.
+								The minimum value allowed is 10. Any value less than 10 will disable the bundle file limit, making the the number of jar files the framework keeps open unlimited.
+								By default the value is 100.
+								Increase the default value if you have many jar files in the bundle class path, expect a lot of file system operations etc.
+							</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/java7-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-3.0.5.RELEASE/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   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-3.0.5.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
@@ -0,0 +1,77 @@
+@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-3.0.5.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
new file mode 100644
index 0000000..dba0812
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/home.svg
@@ -0,0 +1,26 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/next.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.svg
@@ -0,0 +1,33 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/prev.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.svg
@@ -0,0 +1,31 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/up.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.svg
@@ -0,0 +1,23 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/index.html
new file mode 100644
index 0000000..15341c9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/index.html
@@ -0,0 +1,23 @@
+<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">3.0.5.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
+				Copyright &copy; 2009, 2017 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
+						</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 Apache 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-3.0.5.RELEASE/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ivy.xml
new file mode 100644
index 0000000..0263119
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/html/ivy.xml
@@ -0,0 +1,27 @@
+<?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" module="gemini-web-user-guide" revision="3.0.5.RELEASE" status="release" publication="20200420180521"/>
+
+	<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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
@@ -0,0 +1,35 @@
+/* 
+   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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
@@ -0,0 +1,77 @@
+@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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
new file mode 100644
index 0000000..4739a94
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
new file mode 100644
index 0000000..a67b6f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
@@ -0,0 +1,354 @@
+<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">3.0.5.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
+				Copyright &copy; 2009, 2017 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
+						</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 Apache 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 and later versions of the specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/" 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 Apache 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 7 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-LunaSR2-201502041700/download.php?dropFile=org.eclipse.osgi_3.10.2.v20150203-1939.jar" target="_top">org.eclipse.osgi_3.10.2.v20150203-1939.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 Only' section.
+				</p></li><li><p>
+					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox Console, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-LunaSR2-201502041700/download.php?dropFile=equinox-SDK-LunaSR2.zip" target="_top">equinox-SDK-LunaSR2.zip</a>.
+					You will need the bundles listed below:
+					</p><div class="itemizedlist"><ul type="circle"><li>org.apache.felix.gogo.command_0.10.0.v201209301215.jar</li><li>org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar</li><li>org.apache.felix.gogo.shell_0.10.0.v201212101605.jar</li><li>org.eclipse.equinox.console_1.1.0.v20140131-1639.jar</li></ul></div><p>
+					Move them 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 ZIP from the 'All of Equinox' section. Bundles can be found in the plugins folder.
+				</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 a file config.ini in the configuration directory. 
+					Example file which works with 3.0.0.RELEASE is available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a>.
+					Essentially config.ini ensures 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. 
+				</p></li><li><p>
+					Start Equinox as follows:
+					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.10.2.v20150203-1939.jar -console</pre></li><li><p>
+					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="https://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 webbundle:file:simple-war.war?Web-ContextPath=/simple-war
+Bundle id is 43
+osgi&gt; start 43</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 Apache 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">Apache 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>.  
+			Another difference is that not all standard Apache Tomcat configuration is supported in Gemini Web Container: the restrictions are described in the remainder of this section.
+			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>&gt;
+
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.startup.VersionLoggerListener"</span> /&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.AprLifecycleListener"</span> <span class="hl-attribute">SSLEngine</span>=<span class="hl-value">"on"</span> /&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JreMemoryLeakPreventionListener"</span> /&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.ThreadLocalLeakPreventionListener"</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> <span class="hl-attribute">appBase</span>=<span class="hl-value">""</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-8.5-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 Apache Tomcat servlet container.</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 Apache 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><li><p>
+						Note that multiple <code class="literal">&lt;Host&gt;</code> elements are not supported in Gemini Web Container.
+					</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-8.5-doc/config/http.html" target="_top">Apache Tomcat HTTP Connector</a> documentation.
+				For detailed instructions on how to configure Apache Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html" target="_top">Apache 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-8.5-doc/cluster-howto.html" target="_top">Apache 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="UTF-8"?</span>&gt;
+&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://xmlns.jcp.org/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://xmlns.jcp.org/xml/ns/javaee
+                      http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"</span>
+  <span class="hl-attribute">version</span>=<span class="hl-value">"3.1"</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">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;123&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.lotus-1-2-3&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;zmm&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.handheld-entertainment+xml&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-8.5-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-8.5-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-8.5-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
+				<a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-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 Apache 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 class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-naming"></a>JNDI Resources</h3></div></div></div><p>
+				By default Gemini Web Container supports standard Apache Tomcat JNDI Resources handling.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/jndi-resources-howto.html" target="_top">Apache Tomcat JDNI Resources How-To</a>
+				describes in details how the JNDI resources can be configured and used.
+			</p><p>
+				In addition to that feature Gemini Web Container provides a possibility to switch off the standard Apache Tomcat JNDI Resources handling or to use the OSGi one.
+				One can specify the preferred option using <code class="literal">-DuseNaming</code> with one of the following options:
+				</p><div class="itemizedlist"><ul type="disc"><li><code class="literal">tomcat</code> - the default value: this is the standard Apache Tomcat JNDI Resources handling.</li><li><code class="literal">disabled</code> - there is no JNDI Resources handling provided by Gemini Web Container.</li><li><code class="literal">osgi</code> - the OSGi JNDI Resource handling will be enabled. 
+						(<a class="ulink" href="http://eclipse.org/gemini/naming/" target="_top">Gemini Naming</a> can be used as implementation for OSGi JNDI Services Specification)
+						The <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification</a>
+						describes in details how JNDI can be utilized from within an OSGi framework.
+						One can use either <code class="literal">osgi URL scheme</code> in order to look up an OSGi service, or <code class="literal">java URL scheme</code> - a feature provided by Gemini Web Container.
+						If <code class="literal">java URL scheme</code> is chosen then additional configuration is necessary to be provided via context.xml.
+<pre class="programlisting">&lt;<span class="hl-tag">Context</span>&gt;
+&lt;<span class="hl-tag">Resource</span> <span class="hl-attribute">name</span>=<span class="hl-value">"LogService"</span>
+          <span class="hl-attribute">type</span>=<span class="hl-value">"org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">mappedName</span>=<span class="hl-value">"service/org.osgi.service.log.LogService"</span>
+          <span class="hl-attribute">factory</span>=<span class="hl-value">"org.eclipse.gemini.web.tomcat.naming.factory.OsgiServiceFactory"</span>/&gt;
+&lt;<span class="hl-tag">/Context</span>&gt;</pre>
+						The list below describes in details the different properties:
+						<div class="itemizedlist"><ul type="circle"><li><code class="literal">name</code> - The name of the resource that will be created. The name should be relative to the java:comp/env context.</li><li><code class="literal">type</code> - The fully qualified Java class name of the resource (OSGi service) that web application will expect when it performs a lookup or when it uses @Resource annotation.</li><li><code class="literal">mappedName</code> - the service/s that should be looked up and the filter details if any. 
+								The syntax can be seen in <a class="ulink" href="http://www.osgi.org/download/r4v42/r4.enterprise.pdf" target="_top">OSGi JNDI Services Specification: 126.6 OSGi URL Scheme</a>.
+							</li><li><code class="literal">factory</code> - The class name for the JNDI object factory. Gemini Web Container provides a special JNDI object factory in order to be able to obtain an OSGi service.</li></ul></div></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-jsp-compilation"></a>JSP Compilation</h3></div></div></div><p>
+				By default Apache Tomcat compiles JSP files in web applications against Java 1.7.
+				In order to enable JSP compilation against Java 1.8 for your web application,
+				additional init parameters (<code class="literal">compilerSourceVM</code> and <code class="literal">compilerTargetVM</code>) should be added for the <code class="literal">org.apache.jasper.servlet.JspServlet</code> configuration.
+				For details about <code class="literal">org.apache.jasper.servlet.JspServlet</code> configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine</a>.
+				<code class="literal">org.apache.jasper.servlet.JspServlet</code> configuration can be provided with the web application's web.xml.
+			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</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;compilerSourceVM&lt;<span class="hl-tag">/param-name</span>&gt;
+        &lt;<span class="hl-tag">param-value</span>&gt;1.8&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;compilerTargetVM&lt;<span class="hl-tag">/param-name</span>&gt;
+        &lt;<span class="hl-tag">param-value</span>&gt;1.8&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;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;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">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
+&lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+</pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-jar-scanner"></a>Jar Scanner Configuration</h3></div></div></div><p>
+				The standard <a class="ulink" href="http://tomcat.apache.org/tomcat-8.5-doc/config/jar-scanner.html" target="_top">Jar Scanner</a> provided by Apache Tomcat is used to scan the web application for jar files containing configuration files - TLDs or web-fragment.xml files.
+				In addition to this functionality, Gemini Web Container provides Bundle Dependencies Jar Scanner. It is used to scan the web application bundle dependencies for such configuration files.
+				The bundles that are treated as web application bundle dependencies are:
+				</p><div class="itemizedlist"><ul type="disc"><li>The required bundles by the web application bundle.</li><li>The bundles that provide the imported packages declared by the web application bundle.</li></ul></div><p>
+			</p><p>
+				By default the Bundle Dependencies Jar Scanner will exclude the bundles listed below from the scanning process as they do not provide TLDs and web-fragment.xml files.
+				</p><div class="itemizedlist"><ul type="disc"><li>org.eclipse.osgi</li><li>javax.servlet</li><li>javax.servlet.jsp</li><li>javax.el</li><li>javax.websocket</li><li>javax.security.auth.message</li></ul></div><p>
+				The default behavior can be changed with Gemini Web Container property <code class="literal">org.eclipse.gemini.web.tomcat.scanner.skip.bundles</code>.
+				The syntax is <code class="literal">org.eclipse.gemini.web.tomcat.scanner.skip.bundles=&lt;bundle-symbolic-name&gt;,&lt;bundle-symbolic-name&gt;,...</code>
+			</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">java7-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 ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">osgi.java.profile</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
+								<code class="literal">file:configuration/java7-server.profile</code>.
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">osgi.bundlefile.limit</code>
+							</td><td style="">
+								Specifies a limit on the number of jar files the framework will keep open.
+								The minimum value allowed is 10. Any value less than 10 will disable the bundle file limit, making the the number of jar files the framework keeps open unlimited.
+								By default the value is 100.
+								Increase the default value if you have many jar files in the bundle class path, expect a lot of file system operations etc.
+							</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/java7-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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.0" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="33" height="33" viewBox="0 0 33 33"
+	 style="overflow:visible;enable-background:new 0 0 33 33;" xml:space="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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
@@ -0,0 +1,26 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
@@ -0,0 +1,25 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
@@ -0,0 +1,33 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
@@ -0,0 +1,31 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
@@ -0,0 +1,19 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
@@ -0,0 +1,23 @@
+<?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-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
new file mode 100644
index 0000000..e0aade6
--- /dev/null
+++ b/documentation/gemini-web-documentation-3.0.5.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
@@ -0,0 +1,1402 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 358 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbU>u-),'Sc)P($C`+Y4cq5hP!60dDS#o$g.\'Pr76n.88d:(H,kKR>L/sGn0$0H.-)3_>,qjb#&j-aPI#X0P!V&TaV4bFqGi/78u%0[6((DD;d?Gp"!)S!`LQp;@uqc#[d4E>^39V)ctIY=m67*6$Bm7&rq3L4fYG+D(>^^0TqeD>RY$dcsq*_`:N&6=9.#eou!e>:*RVF5C$g)^7?_)9p\1g^V^3i`"U*lSIL]P:XAcB\^R-gWWIIgX-EqEXL5,+Cnj*da^Ld@EFuasXK+!LG"^f+(R0eX1&Fb8WW-elV(qec(Q,!<f]o83n3<bhDKM*>ZVkXGC%Q%%\@$V[i#tjB7?Rg=2/7tV~>
+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 632 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/h_/A6d&;KX9Kobk&Df!H#5'FPP`Muh:-.5Dtg-[!;>#"@dj1t!4!KoDTLgs@o3./pq%!(?WAhna0-f5sN5V^25OKKr3fLuh^ll,s@^]6b7K7Q0bK"obk>8I,@gu:;JN1pkWeTtW[.quLMeID9Yd[rEQ"UNj*2XiD687<JZJg/j#TT+<p]]FGips+1V&2tYW0_"`,]GfWN(,d8^0h\mA!MRLR&I`B?)VjC-QU\$g?5]Ht5!_R]=cfQE2=c>q&VHkm.X$Jk[oBd"c1G"8^%GKcr6RgT7^>]`cS=s[ljfSmXa9303`gBD=dc?>K\SObj/%j3[t"!\;`@9-P(e4.IKd03,U_n#AJh^JO`&)5U:KFdCJbDU/$D'2cd,I%bdqL%L6nq&>-"s<bU`.A5P(5upn;l::g)W\Rsju6n@T7&gW97$7\cn$N=]_=h^c5QRp'IlA7W\LZ5cY9cgroiVs>'Dh.23J3m(LfK7Ys/;+\=ZH-UJD)Y9Q&gbVi.XtjWPZf$.6E&78$P6o@=FbT@n%p:R@MD468\&k:c\9ofu(QZkZpOga`^/Omqk[O6C)oWQ]r*&IL6RN+,@14lKg)V+t$@a?tak\.T)?WCtra/YK`::H23r&c!'IL*~>
+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 432.288 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 797 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gasan9lo#B&A@sBkXZ2^Q>HAl2pr<cS^+#7[lq)]#S<Z.D)nm2_nWC6%9b,S?oW[;]2/<IpFZ,roARMQPi)Nf)okBOLEP2r#`;pSU*(f8%mlLkkkBnk4#EgCLuX$*%#pkP6LUa1gnDJ2q/QN\OU3d.I1Y;R+e`N[E^FI[7uqqle[f'e;WS]/L'Sed+[1qH(1\aIREGei2-6P[@VH@F<*jR4$Z/Tn.oMLd]IL%cg54Pbem`+tCMR#nDaBg+74MBOTiZF8qOCfB_iE3?&1b<U]Ih':a,:;%U,Hr&r3ViBOt<'YXMFM<PZJg#1M`D:<:CO1q"ElHU!$a`5,S$-btUfaQ;-ja<\0+^H_2&!5qPf?OPmj$]"ET7$.6#c-TbJFiFU7O#<c;ne?q?uWT*6@h^<Tr`-HN0JnR>8%eEq!=^[&?fS`U]QjJ`-k\NePM^'"3"'R\ASbqIfX1.:j.>qVm[1iCA:oHd?DI)cid4llW+Lm5f>1$'1Wik^Y>c[QTX6!MiP9Oe<kdSq;;ZA.R-TeQU.(?d>SZ,"3?67/32c+9r<k;QDE!S_pG3T&S6J:6R*9Z(b`2g-\)!FGd*T)&Y*b:_nPK<PT"h.!%_lQ'44lqG-HehVM-tO_JBEK;M<B,ZHFU8O?@XQ8T,G.De.NjY@::5>L79P1Gd)jao"dOV[E4Z;Ze"LrTqWSh4)nE(.!1jmP"]ms`14q[llc&CjCKFsAbO\$k9H9;r2hW,*ZO9pc!l+L@[$%7=4iqZT0o^h:_8@m;GWu'eSLgWb(QUrbBsJn*%K-P"`RKA~>
+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 [ 530.256 596.786 550.908 584.786 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.osgi.org/Download/)
+/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 2231 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!#]D/\/e&H;*)Tl3SSRMI?0OofGeZ_g1'%dO`0`O62/Ct#gR=`PfK:A823IA^-fA]c\'0W[PBP:#aYGL&ErA8\<?a_Sq+PR)'9*8/nX6nK@,W"mt'[R<@e(S3M?=MJ2tEc$f(kE/$6^pU?%-@$3CEKmQsq)<=--':Cc;9l>H5HO+]8g!^l2X&V4EJJe'[CU#tTNla7+d8>lZA\:POEi4n[4!hfTpu6O/S2MZV%gD/7qU<3b+s4M6^e]tPfW3FRS,HDq4mf!`*_Tk1b6qMb0[4HZ^l@X5)!bDE2PmHAmKCY82Mkqom);;'@lN;$SnM.C7V1_aJQmk*!FH[31RrYlnV3mc*k7Kkf]p]C#-P/7T;&c\.93giWduR@_s?"KWLSt/XuO<BC2gVd4_9LBtH<.=e,jkL9b8o'\f,!AA@#ccX7?QVjg7f!_+I,lp_pT5dF4`b;bjc2.2-._OBctien:^9OY%.C1"NI*>LH1lG7CW5H)E!FJ$Kc\2XXhQO+;o>59CQmZ>%t<\8KOa2-HYV#Y>_:7UG47Y4Oi1D.6c]"F0/Q5;N3mJtp3qM`epo)?Tn>0,lGZRoTs4IK]#in1t+RnEon^448XPRM,@R]VC9a3cf3,gBE<-\kNf0_3.ulIsI*`\_W9!*Nnn^Tp-37)u?iVI`]d?0[Y$=3EPe'2HokSAZgCo3G>Zl*gZ`QksK1<D>V_8[:ZSrqBr';;$1IB4G>fipdq8qf@@rY(n4:D*]Qb?p,`P)$(3b5tcFQ'B_bKa\X$<JhQNrN<Ze<)m1H@:mC(_C%HJ9k0iVhP&X/<?-"!JLe-K2`\Pc7R;-Ya;7q.I3=NH:d2b\t."Zr@2N@%:H(BX.\PKOrEKoIdh]Nn(bbI!<-GJW69:U(VJpX"abSJIAq.tW4S\Z(dq/Nin&t>f(r0NAY=I&:0q7,`WDo"(eT9>mAQF3"<LK?^#hsZ`tiLZ1HU9,$AX[9E7V;8?>:(?no*32p\AKO5C6usc8[#mH)-&WW7&93pN=NF1Ul2J[Ra6=D,Z"S^',2kGMY9d>o3-lpPFHr02Fp$OnaY'R@Y,IN:JHNZdMjUfJK[MK.cV]kmOs8W$6R=Wm4/Bgb7@3&t.*:'rN\qR@@oHeHT>M8JQWmQ\>=ofqJ?(.&J"hTS)RrK^3i54o.QnO%n)F2-<Z_;JQnnYZ'nUGbGlm?9n?f/MbnGOfEE7eWA1/N>Wt95WW&:O8jpGPfZbnl[[tV^ja8]S%BY)+1(#gP%Mfa6[U8LXQirl7Mo!V=<o.[uhJpDTrgZYSsO*7aeG:U1Gi/R7nB#^jiJt_6gmiJ@`@MJP-,)^%pN=81]+<5EN'R.$<KA$BW(7^$!'shg0#Ab3:BID**/Y*;mlm#&FJtUMaQ=&pDTn\g-:<.(\UafuS3mn,E5\"kW?'V+0FMZ=8[+]*33e80CY'DA3U:G+]K[;u,LSi?9NFA4j4niVnUesX=%'q$9,*Y\)dGcsL-3FHpLI"mef/>e'2-h</Nok+6KGG2/I303f98AaCn,DbRh+R[cE:=(Y*6qDL@<_o'cSk7q?k_K#E#lR)2_^nLiNdXd]I/51L9a**GbG"5HIO;.a?5g9@_g7eCHiAVe7=a2[-*id*>Sa.>fa$@(,D:JGQXgUA'UOu:&Q]j9i"Ks5XS<ocN"m9B7Lf4ZY#Ynk.PFN8+ar)>lJhW5.RfLjb(#8,5^<QXJfI;%f(qWp&H0tPe2rp;5fg;BWL_D%K!pAP^7kup=#KCW%:dc&EmGoDtf'+N@?5+n?#AfZPrV`DC49`lo+2ZB41[YBY@\WZ@l/["9lG=@,BhQ*XOIQ;4H'O0UXbC*EX@kgA;W?h5^[U^0eMLF8b0%4op6Ca&O)6N\5U<kp/)kp8LP=l7h3QAr=-B(Xose?M>eUEJjPNUNW>l1oNUtRK5Rm'6&rinnMoC0&]l,ToYiJ:'VRK3*l>:7Nl6s`*$r$-Nq!D+Y#&`n&(*Ks33+L.Drm552C9V)H>9f)toX>%W[#bCXlbOR>(d'&V*?6ji%ttmr4'<J;Tk`g9se-Z.mc?53*;?Q.jr`e#D_#"3>_p&EJaQris\]?peL%Zi6-#L8NI7rmk"[lZXg-<FD7%LiFHgRkdcWEXc:26[]f<AO/Kr+2VLcm6lB[BCAGG,KsZmeq,_3d-"Y^k)N#rmh4>t#JD@hkiqOX,T%&Z&c19dR/U`LUK'#sDk^f1Aq%sV1*LD#A]Nr-Nm493TQhi;ocJY`F@-~>
+endstream
+endobj
+39 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 38 0 R
+/Annots 40 0 R
+>>
+endobj
+40 0 obj
+[
+41 0 R
+42 0 R
+43 0 R
+44 0 R
+45 0 R
+46 0 R
+47 0 R
+48 0 R
+49 0 R
+50 0 R
+]
+endobj
+41 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
+42 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
+43 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 304.308 535.136 516.288 523.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/drops/R-LunaSR2-201502041700/download.php?dropFile=org.eclipse.osgi_3.10.2.v20150203-1939.jar)
+/S /URI >>
+/H /I
+>>
+endobj
+44 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 406.116 521.936 456.108 509.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+45 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 483.536 151.992 471.536 ]
+/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 [ 322.308 483.536 455.964 471.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/drops/R-LunaSR2-201502041700/download.php?dropFile=equinox-SDK-LunaSR2.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+47 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 424.776 356.336 474.768 344.336 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+48 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 346.644 304.736 396.636 292.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.eclipse.org/gemini/web/download)
+/S /URI >>
+/H /I
+>>
+endobj
+49 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 160.656 239.936 224.652 227.936 ]
+/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
+50 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 416.616 140.718 511.26 128.718 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (https://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+51 0 obj
+<< /Length 772 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat$u9omaW&A@7.Qp#SgXck`LPOsCD!\J@W5S-8H6^kNe,rZ=B6e$UHe$QM]V$L8(nkA6,c-2Z&c96Z66&8nKnuW^YSJQmnHp`EoUE`nGP:-P/!W8=e&]0T::2jV?RD"aL2`2ct7(metDm)?/5tLn@kf*t![][.#eLFVgXB=8!PG1uT5$8>K4(tJ(f$2)+\L7j"(J6@/+:W_;%Lo?-XtXO<K)ENo:."e<;ZcKc::1liYAD"3WJ23ZX*AkZ3>YH$6LsE\"2'IQFHD/0RdT)M/K,R=71ZJ3:/JF^f:ph"X/XRj6J;*6(d+?mS,p:I]jG(GZT&@,1XXB]jV^I`@,lk`$t>C8'[4H3U+?J2JrTNHHd4;$LmX7nT(!&F`n54ufpeud%+?Ub=dfK`OPl-$$=WXX*[aKkLFGdn1'7hN4f,@"872KiCke'!__?btZ'YDGJl<1Q/egH-csJ+_LqjH2U>Cir<C&S_,35i93nP_s45_ZDplb3[B^O/]8fa(/LJMYQN1tKo-X:,d>3Vb6SJ;dlIjENuDM=m(b!PC@qD%A&fGX89ded9VMJZ!NRO]LBVPphkUVfpWmVhSV`joS1oF4&9Q9n2IC4:PNCFY6Ch7H7RcA?jHq^Lo3E=%6UPqQ_%2N4Xtnb]Y&V+.t.f4Ki(K=%=m?SopQLq[p?UncB1?tDopBOsccqJl)K,j#p%F9!6:=N&.FKOeok<RKPo(oJ5s#o_R#>#s%MPd+AqN*J0a;&2U6IeLJt/*A-49lfcEX8W+EjF_C~>
+endstream
+endobj
+52 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 51 0 R
+>>
+endobj
+53 0 obj
+<< /Length 3211 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6D/\2f')q<++Y4,5'W>`.eE^Dh_J*8QJ_R!jh?A\H_a2joD4t-I.qtR:hqq866]'<-fCfI<b+.G.iOipfc2-Gb-Z1Y24DVXDYcYqRC>&)LXjAE'jb8pYSo:`Tf"YR3nr7e6I%Q'5$XN)KO*S0.*Y1\=-$f3Doj;M5^?.leTEK-^-\iA-ZAoU#=il@\Rj<>#*`c'Gpi<]f&=\[3$r=&#;2eSXo3E>9_tSLT4K"og6)d*dLEj2l@.,R;1/[]5?&LHIHoH/'mkdGA@[CV^gru&`HM(E'$ssRdmZEV#bMdf4%A,l?h^4[6H]#,=3FDCQ=VPF!eF#W:*Br)\WSu^80E/Ip:g0K/XUE2CM.\o#Q4qlTG*_/JKXn12OBOOK>i5Beh-^)'nRgV)(6;LGgk!Lbi_J;*:";DfVZ,qZ;[35W6,6&_bm\os4lHCKdf_g5Q*K,dS)%f$^f),\bU0#(*/E5]%T$.O*H0K,?!n<upS$@iS-@^Nj$#%0Q!gs;N_Q$)G0=u0T4"KG2HZ$@I/(?-o&jO.L'QgK^X%gQGd,F)ksk$gr+g*,c(k$\F#89V\O#q2rCO8[NG:)ZWHo4VFhE7/5Wt3<S_*aeR`*ieWIb4uhU9(tA=HP_1QI$lJ9[Z\:m#1iJ)uIE9ADQg0f!7X7r5C;kd:Mt(jhQ9WJFO4=B6QTW7^%GG>>L?Y*b(r#M19/4].0O4?D=;Ze@iMD`5^\.gc;0D0VA2(hZec:rd<El'3\h%D:[K9r6Lr>7(i-gS#m/%oh*"^+;RaU*+sRd[;Ute0U,A%EP+TUNh[%RGF8AX.2F`Z"Re<YR)J9rcOO-3)5Yt:a6?@;k;WUe,g>5*"p96FQ=W#Ut0*bV8lcH/Bn+<TLabbX!3D^mb!pA6@1Drk0@=M6l?f_K*g(A'<1baP>hXlEa03;9^$,rp+,hPS(qs_?_Rs5%U+$(9s/%P[a?8#0T`:9^JTGqfKG8ecI$7;S"$qf+XbZ?!HhrFEYK9:RA%r_5GD4b6CJ"_ffM!Aj).DtmjZK\Er5Z^mlpYiF4I5Z$oA1tHq_4F$FoE7pe#XKF<H5(SEi6jftSG'6h+eh6ucd9XgoB/(uH[&2Xt`_"SF(?Sd^!b58,>'!CoPW%gbYukuMCF1@0>*jrXHn8RPiP^`f:b'uG:4=VP9cquF-Z7QuCr>LRoQ@M$sji70@>#(^P:E*]D>:84[1FTa`r;K3i4<!!FA1mS5J;91`^g\e4tYm:H>E.N]V"ubrM.X?1CKaLcCJ#KL-d^*p&n9RN[]c%rEMpF=i^9:W<=T<I\XFAMAG0I(p;2+i?@pNp/"4-H?kQg\Ug5pG[-59^YUT>JGToJS%ga,6&lqW."D%BN!Q,+JS]0M3k7rR>De0.*9&>rB.rYk0WmSoiV%TCuom^Jo3@%PqME#CE].R^>MGU--,9aUU!-r%"'5SPiN_k-e4d=Jq-nPL"VJQ<[K%cr?K.d&=GQt7*F]bcJB1H81SR)9Okj7S>LN/=oNNq5T!lTId^/)maP.OH@257J,dl,rKZp\/kjfct#S\kD#m$%im%j)>9"j0N9"*UpitX"2FE5`$;Kj0j7K5Rbq;!Q8E/$D@(8<<*W!<T&9KIM"XIfQSP9rF7"B74'8BXMHoeGU$0WBiBf"`7tRfo-?KG09Pk1HEi\>'!mPK:PFT_GEA`!-V2p%&>Sb"7N"R8FR5@4%a70BZQp;Z`=."o;]0*M)7ooheWn1/lnK-3fWTa?AZHI_K*0dOJr/!U/R8r!4MpHkquDsT>c!4E/?AC!Kjq)oTl=]%+AJ]p]>PeB?(dZBK2ZGaJK<AN>s"hSM`);VO]QguV`L5-i7^spaIH)lN=,43HN!Ak'"SWd.muTIPkOQ]ZDQ&T-TdG4F96$dI]7k>Nhb^-1dt*E@Q+.SL_T-PXpn3`VGd8h^\7(&0Ze=%dT(NAd4,-7XgODUf'qCmIq^J<Ep8+Gji&03_=Znn$Kc<G;Xi,2Q@`hd;XEm@92XUf[?QjdG*\jf]RDLCKeGk41)\m^(.\"XbJo9\,#n!G>m4_P)YB*fJTU;%@\Wu_$-1`qLWJ!KF\rX"a\B%BM,SZ\K%O,=$c+[Kcur+])M:O2g@lcZnl"dS!%/4N_oY#:=s/PKh`.H.Y_Dd[!L0_/@X>/Mr#]PpkiGrm92enB%.KCGh(,?dEj9lRig[nT)OVVXgRqSqbbSr!IE:iG&m9Fp!O&'P8U),KZ?-4n)l9B5=pd#cX!)'d*NK$S%9KGO*gGsHM(#oQf=H;ebl6<>BkFKf3Fn5Ts5%kR1fZi4i[Y/P00eO9p/IcM?o$k'`dnuF:d7q=D,TS*b!&J6:5$`:\'`TE@<+FT^.KL7pMZd(B1<jJq=%?TFtlO=W:`,H.>@%JPK0poe+j@k%\g]npt/?dcr*eEZRN0T$fW)%^G<NLklIL.L.[V[nqR&GQ)):TC/deTR-M7[=g!0GbFh0-pc5lto9r^R^RBFF)b=75<d/fR\K4i$=_2UXUO1hh[dK^R]<4LWMpo$b1h/[eLUP1-W?2#RO^V^SJ[YHLgAk0@e_<2\o.N`!r8Ea7U+1.UV<J%"3[8CS>GP^UZH>#2&63T!V4;6q9mShk%;f8.]A;^Hmq=64ZBP!+j5<BA,q2%26X<U`D9)T%W^]>]\ETu9l#=O\HRRAR[V8-=g-Lq]Km2aYP7tu?duBm3`=K>&N[JjX#n_d\T^\;bp:E?q6aGT4=>F2?0L9?=SZ`rK!kWJ2]Bb-$\fM]5:ej#_#"-=D#nb\?q5P%e?!UX[m5/7EY2@cJ^KmH`^tMX0X?(hcRHPQ++NN*dr0Gh-2)]%Yde]6S;:G[sK)J:5P8r$fU-3-W5^IeO/Qm=sX`sSk6N,n"^Z1r<7%TOdn"]/^G1*?u!qFG,g35bGS!qa<)/iLRH7se<_"t2o*^DN,P"gtMWA5\qLj^F=JHmK?><R9\o+[_"M@OoagX"omTK,02Ud95$lK^WrP=GmoP#\6,ST,K;0SWJPC/m+0jD(p'Nm'6!p5d]L%($saR%%Jk[*_052a>.j5l&g0r"!;?lqV>n_MT>j9,f0ijr'+J@hd&da&2On-0WH3g`Fj=8'9&=or$m.2/1S7F+WNI"LVro:7!2!7u8SWWbqS&X_c1.,%6H[W4)O:aUo1`,\<7Z`i\d$@TFd76D#'BolH*r<V'KV>o[MuqB^os4d8'6*@]9-i<"j/52G#M>i3_%;bfX/0dSgPrrYt`Q9#~>
+endstream
+endobj
+54 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 53 0 R
+/Annots 55 0 R
+>>
+endobj
+55 0 obj
+[
+56 0 R
+57 0 R
+58 0 R
+]
+endobj
+56 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 407.604 602.936 520.908 590.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+57 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 589.736 137.328 577.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+58 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 292.932 201.591 491.208 189.591 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/config/index.html)
+/S /URI >>
+/H /I
+>>
+endobj
+59 0 obj
+<< /Length 2945 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6=c_<,&q6H[Tsr[iR-&g5Mu`C`-fQD@;31eD4S2H%W=b;qn;p->IZ(!m<].K<GrGqZ+bt2AI8sQ9DqB3:hZk[P[HuFiHY9O*GL"?cJ'KP5iE_fr<obR-Fh[^uMm'9&]Ni,W!ul^\@_LqX=+@@'T7K?bEYtb8a9k:,roPS*e\'i%%jP@6UN8bG7el/5T0TL4Mrbi&Gu7YlS*IdfYrtl9l;k7M+TnFePMG0TCjC>%1ZdXt_[820Ld%/ZW+A!&@)_8;c!WgS[XO-%.i@p)=i#::THDLPph%E&e!hEi/B(ttAY*?O.UF/PNaANeW0mXnXm+Y'i%_\Kd:B=F<XSITRst:ZN_F4pjB:>IhNuO#2CM,o1WZVM/.g^B00Xm]oBXTa`L"'('dc`N.cWcbXbqQ!7>fo`+(R[e_-n_J++:,n0siNFY]4ci')CKpc]G#"S0P?MV;.=ecZ+cG/K=>'-$*D]7Bo3hE1hL0C9a/Cr(*kuB"Gu[5I?TqdYmkfO]i2h->MgHQIqfe.r1l/F$P]:[`0r$C3_eSfCoKQ<ld/(YS>o?J9%4\$_T3LRn(O(On(qg$3JCPk]HSV^"AUU3KQA[6&`&f^tn2Tr?<W'KcDXg$KtD+gkDd1]LoK(fKo52*pfY?`tME8BOkrS<aZB!R(?fsFc[n=8=o6P+fbI;r;!j/s*B_>Pb`XQBJ)4Y7T!DLSG3+LPW\'eW6P2^#ppA0GuXm(R/dJugm0]Si!Fq69EhJ:Yuc?S+`N1[`.;Lp!Lgu1j'Z@e@]I2i1IbI8h7_AGYrfeWBeOG$E*#$dcU=_:YT2Q*4P-KiD^d9i:+Sm]S<XaBC<qnrf,5=pgq^3/=&EeXpa+I<40i+VFI5I0@+C^pqE0]a^kM\P(A5Y$r4\LFP&%Q19)_W(X4i43-&9u!.W3HNP.DmNb\G2:^TG)iON+e'eP01[h#LP<Jgc/h-GsEdA=D`+o?[0[]<c;^3MXHZ/2E[I.YaB*.eKghEN'sshK<76bU1rN>a92mkZ^)[T!]X3h$L];&?92*>sQ"UoI8$Z/J$(t<Pj[*g5Ze*d=eQr,V#*%(0q:?DhUJJ=k)7-r2P`<bdbuE[KIeV+I0cDi*OKrjH3tfRPc$^,U^,>Fl/'mT1ZU*7bU.$,opCS?ckX,nZ2%QkX3dNe487l2''UlA<H,obk9$&3i47j;`pZ18T*tcD^i9C'7OCd!.%#O3GrMaPj77OlkQ<nMl`Z6)stl6LV_uo3B<e7-qpT?4$2L7s3j5J^g;_8F3ZgCqp8N'k-5r]$U41[aRW?"ou!u:59ZkhEaZ7uIK5bu[N?W2@;3jpoGGDVI,T$Y)TcSI&^oUU6u?s(U<D5ra;`&2T;,X1r^5S#$j+O:YK[NH06,K&_+Q+[q#.ZtW1OAA?D+fH,VGlZel^:1o$pgQH&,J`8>Qt9pEmIsK%D3eqT/qSb9q<eD21iF9;$=q.K"o47H<\5_.YkY?1=LB&3i@Q';,hTDd>F!:ke*]5$p?-cjX&/;O6:@"cs(u95B`?1IpB09n.Ur^lHc^A"Tb:qnBOq*AD6/1g2I'i#I1RQM0EOBL`U)]U4[W,sOZmk]r=CZI%s#Pk1luo;7%?e6JKT?K=nLFqXIS/,@,U(/*j>Qm&KJ#DZ4.16n9ab<>un"YUBVQJn75[?);pgpJSeJ;<5'BXS<EjLPrqU6t6<^hT0lJh9]?EF?=,h=oPZpp_eIV*Hnl;_^loHt\'4,PE%Q-XN*:gX&%n!S;_0J-R:i=bX1Si&VYn84TuOL9Nm.WZ)JB8!Z#)A8WA),0*:WQeDIQ-e;i$7p4A8@kQi4UQVpo0#^afCF<?476"08/`"4cRmMs+>MN"B@@r$Ok*sqt`T75M*NN0(?=Z#3<6SLH"4-\BfEi9UY0XC[kZGPkB<6a!`39d*P!UX=A^]td8kiE(F:6QA(t07ib%W)QgO<R/Dt,GiNapFk-:Ih+D(d'I)KNlN!%C=f,(?B3*(=!h(cP[.iSi;!J&AKEC`1>#XQ9Bu$4b,0no%fY>q#4T8SKoIL=cD55!=DGlupX=Qb_Q$17-'FSPE47DL3rcc;rZEBBI^!F0hu(^c+lmaV(g;ZkjBiPHiPP%<gn\'H4.YnUtXUhpTKFCl/9h1&=lC;#/O=r`Rh5[ZF`Z!rRp+4-Uijmt=ZWFb$gQ".2D4^MG2h5'#GWRR9/.Rel7RSr5p/c[XlXk<Z6HfC(l,K50&LXimCl:i7de:/QDtZk^3M]G-.Kgn%Xc=\e0r(0.hX4#>_MFJMkdD9:eF^Ldo(\/1d\L.gQPU,dd;-)6UY.LcgpO5+h3IHgE+NDS2?"?EJ<Gj61*j`@m2XA$5S6G./-H;D!.i:cO"]?T2YhmT8qH@lCJ'b;;2J]qbJG8'(uX;%sC6G#-!gH,M3_/4Nc0=3<<,o*QFg1ou]a"@M$.M=1o04=>\#'P%!(!o=&?0]&ph*6,^\#\CMXR6_!gV^IX1Cm#spaNX6gE5<`/),r6BQ[KAhYm?>m<Tm-GH5H<4>9'A8YW4_<?WL9F-aej===;t=649"(g0NAIiq2V%Y&o#f2lAi_BO>0fSkMNO96,&@51K^_hUe?IVGb2<b:'Do"Ih&PlOpnn:EF7W9m!1Zpb8WWJpiWab;pEW9LXNBepM*_QiiU"r+EX<HZu:91-U%9(1H/[XK421Qc&OT4@A8&F36W4!]pSM(T?\[?)cC>HHJ#?Q6uB?cVK$>/'Q8EqMS>Huhs&:0`m_M`%P-ah++hU>.be87BnPOgTD@7M_c5,:V&bZ"@"eXfuJAfUPC+Z=r&0`n0mS8<LVl>3M5Opk#<W?C!EXTb-:c^jugc#$"/[UoJ=H;C-M*OsF>@"!YTi)>`mm_C2Q?1#&*CZB)cunS8#\"rRW2jD4.I*Pqba@.1i9PqW'^muA(BUYi-*"be$G<Z&C>]+9nRBY1A'ri&.B8poa21!gk/;fLQB!D9<-3W~>
+endstream
+endobj
+60 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 59 0 R
+/Annots 61 0 R
+>>
+endobj
+61 0 obj
+[
+62 0 R
+63 0 R
+64 0 R
+]
+endobj
+62 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 91.656 135.76 253.956 123.76 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/config/http.html)
+/S /URI >>
+/H /I
+>>
+endobj
+63 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 347.784 122.56 518.1 110.56 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+64 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 54.0 109.36 102.648 97.36 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+65 0 obj
+<< /Length 3083 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6CN%re(B'h3+Tr0H$e2OSML#t@%jp*hD:.$Gg'k:&cD"-O3`/tE[#uCVs*h.Xetjp$ZJ5M`Xmk*^c[Co&ea:?R"#m/$VK'5^0TChqC7+LW)P.8]CtBi5/WAGDnaBQJ_ek^_oX-D`NXJ(!ofeDe_8A2(o,s'")uhX15D(q(:f`EO7G0$H[T/0qOddI#$;$uefrI2[hgPU2\K=5)VWq$e9p.K\1\;seUQqISg*aW]rpipphf%Q"da-\:bLZUf!B-RWc`^[/cRZR"[pf95p.k;%EX6MEWhfsJ6OSq+mH5IY-9([>[?AW+9VtUZbSB0L5mWSLX!%$&6b.Nl5(\#meC@<-4@e^HM,Zl_hWm&^`,!!q,4Kq*Yn8Vo&Q`ES7-chgF@6%5b$*EimD])X.Wrb?)rlO\P^&2tC)M"VmDe)6,rW+':I;rEY&K>jnbqI.MlYS:SN[m;b?HF:pkCK9HFm?G0;HS\*f0"[5_O(_F,u,jltrH;hM0DUp3&iV17K=dFs*L]fGKp)-_<K<hE;S+qgQ<YoC"HXg)A@=gf79$[Z2k%'Oc,P#h+D;]#1tc:h9G^R=rBh(UgKd.N,0T7&c2ei/?^bT4lbT3+eIGQ+B/.]pmi,Xju>B9J'Gi`2b&0E+VJ"#]V"Rq1Z-F52N%+QP%^W,qG87d8U?^7@VJ2?g6=bTf=E):2I,>p)e/9WHuQZhNR+s33e;G@2%qWZ9S4^4t\"L$CW8])6ES%W&Tk(g^a'"5M>Ke>*?qnk9Q%ZJsB5>P;%I=a=,*TZ=Oq"H*LG+,ue!*G`<Mh^"PR8*BFXo"DTE:I0?sOU6\5m(\ZHr9Ti/Kcl,0CE,q#=U@,1fAtT(uiJ7Yr>K#dC<^A4%&<[i/pkP;]&ERW=g+MoMq)t9Cl[T/(ab8G00nb-^`&`E3#0TNE+89S(o8(j<Z="?!IbN*n*V"U#NqgMZ79l^))0UcqK!5^lN=P]m3n+;Y%L^->>!1fHnl+4]#M19g\0$Hr..i1Tg-dcpiiGQ/\U0Q<2\4HE2B;'Bj12\EACekl'6r_-Qa'Q"7aR5Y`9s;L;"/fVAobc_&aRc0HU!^_I78/SUmkS25s.W.!)N"P/fLV;;rA`,UeP[Ug#4oV!OCWjg6Q$`ZT(9Y_AM'+S*Gh23M+*j.#Xj0cYuV?*-ts.L9!?V%/^CNpF<Cc'\h#[*^@bgQNju?7;=]ENnp!iL`Od`:FK>CT(?:J/`MPH8!ktlhLpq1E=f[FnS(Z?Z>ACK9MH\I$)>#7oC5e1CZ+d2Num@e53HtG\IEJY5&LUf3jER&0n@e%<%Vj)@]?$#BT5eAII_>Z,a^([D`;l)5(<J/H<pd==;&G@I/q<?8W@i-M8Q"o,!k01a_6)F$^-&ibVZg7k;#olTNpI8$iP+Z`V`ZG=il`akYs9)Bko)6+a4ncS>he_Dk[Dd[Q>mEl$rIl@Mds%o%.X_kib.0,6_Z+ghTe$m4^-&jhU\l?N!`une^*On@\dkV`m".HRgoKRO#uF1k:u#1O'_sNuGPfGDujX)3T6[+pZD=c)7&j0Nf-87hd0u\-?X$K1XBI;JFqH6SFB1n-@l7T]-9Z?gH8Zf5Mj3PREl]%k7b]!$N?ASV/CcWW@M`(%_VaG)ePB_&6oAH*s,kDiV\f=cQWu[QG@Tf_hr.li91CVW**-cBktB9bT96XrcG*6K2@\O(G\WMl_5Kq<..#R="aFchX%::5#GN?ZaClR1G($;k.8[_F&drJGsmE27al*3J0Ai$39gqXN)>2//TAV[I<g(W"%<!hOII%&trbe+7hU?4.hjcaNnEaiq/r>2NP0>:H4S3Gra<!P7\9*V@Z/E6.Wf!c2u7E#TR?=otqhQU>/0GC0]EYG%AWdqjD0Hq7hCYnf?!U)h/Vk`=;G0<)61):<gAPJ.HS);VII>\Oob)Em$#R\7(HV/7C7J1h'Cp<S)AM@i<M^LnJl\)\t34l1ou3T]A+;SJE=00k/NkQ0QT[$VJBQAbC"ATFuQ#k)pC(fp`9OWKj=9]VZCC1RR)cqkMGibbe>NY2]2Br&qtN3NB/EY_]j/$'I<5;!Lc[W/`>C:n';"r/L&SB?;t6ZDdZ]8\,f"AMfL=q1*AFGf8nBX,DfD"%4r19o95md+G`7rN*Jgeqo#6$V1ukQPTo1Enq7Ya="BgN7>>0obHR[#'(M>gefsOZI"1(gh%Q725(\F2/GnJD*j!]^gSmg-%>,tqVpYQ\[MZ#Yc:G$b:@4]$!%d3>89sQUnp%mE3fWHMVi=oV@X_?R30s`bYg(Zkg`+S&Vj(16;9:uJBFl>5MYsf_]df8&I\3;:dF:+*NSAD[5+3dUPZ!N6WbskgZR'N/7<psZ"7uW!'71=5Jb[F5Zkh#1r955E>Tu;T9S+gENjsjBnQMF&5GhO@qV^e#PpFG8/b#FQWFd8\ht(N@m0#<'G`6->Uj1#@dSr=4L)1OAMM57L=3&=SVh"gED8ERnO^-b-8$&f.\/7YCDEr3k9N&'&B=]a(.U0JkgOpK*8)g#>0oi@%uZecCMpRQdG-sEQ76E?W\NTdWo3'\L=)1Kb&X%E0X/.>Ui`V1_YCt;=BVb7%Y\oMZ-M:6,%02NX?[OcZfEt&^bO.$#T9.lX+%#tecZ,15he=EPnX6DB4D*tBB,V5QH6G$N6166R5>Tc#"LgFam_ttMr,@o/CT8G3(/QYR^jVM9J]`MRasn2W"`l$F%*m3B!)+LlT"k3M&"DiCBTqYd)^&CcK2'09ebLY_o3LA>S/ZiO"6%NI9[@?Y)fWP24Q7q-?2f:_ZIjME<W#AMKsl4F,CJD0Ii8?5Xum8JDQL\]-\%(0Ii8?@.Bc*4.47Ae]VY0ZE0ec@8R-k<*XCINcIib?rZdbF,C>@0J8tOif&9%@RfLDU05B='>=3(M7Ha(W-lG^X]<?0JELH'(,1%e<_s/fAM."ON1Z#.c2C!XUmQ!pW\NTDMW)HO0j^ueVm+sEPY.c8(u>ZY)a?p:?NFrPK/";03/hh>$pJ2!\?QkqcF>^N@Rf2l/"5d8g=LqHir*5'Y[$"0)g0/gl[$P=$_:$lldoOe2ht$Oe9N7Z\*G^!^O<jLOOPjg4`$84[ho&L61m1B~>
+endstream
+endobj
+66 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 65 0 R
+/Annots 67 0 R
+>>
+endobj
+67 0 obj
+[
+68 0 R
+69 0 R
+]
+endobj
+68 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 281.976 642.16 509.628 630.16 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/cluster-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+69 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 628.96 138.648 616.96 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/cluster-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+70 0 obj
+<< /Length 2788 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6hf%Pb&Ur&5+lqnU\u$p>q?7!&mWu@#>I;1g2hr/^qk2S`U/mS-P+6([f68Xbnr,t.[ZZ&@8*2c%n`.iT6fk5$RpR4Srj^o<;Q^ru:YhpE2kFK]'*sqEkrHls=Qli>i651rTq05n^YSh;TnO"AJ@8hc@)hZT`cK2\S->$VO#.?BRK.m*kW4BjF9:)CXZo9M^kD<`]AYI#FZB;?SOe8;-ZB61_n^QM49,6HmX+-ScGO:)>Qrom=&I%MpV0Wh3G6"N]TD-67CkOu<MbW?A-k8<<@o6rgomo%l$<Bj4jNA-Vh0\s-[",Q3t2K1MdRaa@m#\c#SBHu;Y[iQ`Cm53eNQ/:P3g:?7`^ge0KV!Ri[g&L;ITcX#qrVU"Os@""HFSH3oZG0%`+c^Aas)fMa\c_s!\K1"])oOmho9S3#9Ad\EQ#^b7XNnO-\r@_-`?q"E=AC]3YtYapKjZQV4G!`3W_Y5@Rs+,ahgn0`E7R0VD;'m7KB*k4a\XaWW\9HCjLAljMrqGB!gspuS?+^da-r8BI4ZE'k&O93miTSujnr[S*^/AAj(kc]REg/ee.'\V0K#?<+;_q6@4;o3E\iW-cW&Kb(VsSp(X0)bmPPqbfukF1umG,4P:'=uAm*5pNblLdgb&bmD;^+Oa:l9@k0.#\530@(-[&GAKtjYMUh#)7?Q14JmH(mTh!&*,::loorOoq-]L56GVh0E8QdK(geplp$H/CTN`T/pj6,b1tfe^b[UO6D-<</a)^:E`9KC7KF_^"7?+LKfLRXROPaPX%::c?Zum0t'nNQ$j1!Tq@)c<Z%/PKd#ciIAj$Ep'IW=ojpgqQ;+SM2oJq-Ft4S]9^K&e0:n,KlS01e?:jHAT!?:T[!O^`V,&c;gS8&c(&mlA\%cT9mbF9]dR.Sd94I/;=H5.uglbaEa6qO5\u5;^JTak<HBQcp2fEtQ;CbsdR/@0O]:81r4C%"Hgl-3mkh,h8qP.BS@;:Xj]!gdlh/TcoZh82Q:GeAdQ6"EL,F>Q)R5X"-R$PX3sQHH*_hr1SVP.WAu+j?'XWj"F@86dD]:=,/!GCg"^+]I:YPr"/=?9gldE\\&k+p^8sqOB.RG44I:ED!F>]Lj+2P$Y\DHigu+Ef9[e,ZdW;iT,J+E*0:!DQnQQsB_]*1GbFc?Jhh!_e?1AEIH%U4kW*UnjQ=Uhj(<0aQ"b;k<nN1?=Flb,3.18P/l0so[B?s97ut\))V+EV@&qIFOZXgeKh^oB;`arU;f-\+"NTC4i)]=+@p4$9UB,Z)6.=aBardEfYl@GA=h0^;50PQus#ekg"0j4KU])Qm#7UQc@4g"X].bqP,D"a#D;+oe'lgp5'-k#:r:M]F$*d<r1bLW51d6D:8mX>P\@lN?6aJ@J$bS/f)gO""dmhI)?]YOBj8C-lP/6mPLb`H;neH2=)cRO$</-G+A,`3B$uOGQ(+W4pk3$*5m/8p106tGN![O:<nj.qhWbWY`>%IkPDU-#7Wo_916e2`#aJ$]6bEC'X1FVl;7pT0VlPQgCJHfaIqSo&"2"FW-rIPq+-"'gC;C'Q%%Ao$"iaZ;&C#C\6Q=RspeMYd;nG@_@p+&j3]6Sg&1O$Q\Ec,D%^c%r-)*o[e%/(6-MKt?JSto2#6SECbSZg9WPnm((`iTuM_iKRt1[;I<`V9n>r=2O)I1ris_&bRRU+:(4Pjj+BpRAZ2j4cA,S-@BeL*hMD#nIY>W!hgt84*&`;YU(6lEHMH?PgaG<!ns\Ol&;>Fk,K'RS`D7lRChpIeneY.lH^/BL;Ad5^DmrQtLc#,/R^Z:)>tGFScccmQ?n,#]"RHrq(qgat5U*>uB;;aq?2ETAu9jLp'[hpapsCG`VY8\Ot$/Z=Tm%q\QVNdbB3h&diJ2\+M8+gQ>t#I/A*![,t'jqTaDbKF=nAjI?SB]aOD`1S7)0jH=h5[XqJHY'3#^i7I/@IKq3G!&+Fbf96jp3kcUKnXZb*c([Rfp7%$%:uK6qHSSMaUj#!>I#cC&$"82Vkh.iTK26h4Q4H/5iEo(J$q5Q_BVk;*I\LVW7XYp_lT@Hi)A<#HosZZUZF>/&SanOdPMlLsmAI+mZSYl/,5Fn*P[sJ[gf[(`Xf[;!dC+7ICI-m&]f1aG/V\fCRJ64"/I"W>-J9]?"i%[5lafJi]kT^]g=a*"iDq6K[$fSs\lDcC]W5Nen2pJED,O@DleR3>2/YL3TeT8GcQbLSma9E'P\8&=1g3p[4]Eu[NUl'EcOD12Z(d!9]0$+L<S<.%p3G4C`;RugJDD/KX)r?Mc:b'3:*]!7U"9G%_:KloUP)4E@tj+9pl34G3<@le>J."K&GR9[:S5:`Lg5!K6,6QV2S,'=0,A6*M216>GWK3ppGd6UK;8!g#pe/pH,Y>$s6n;4q\$bg["JBdV18C*49N1Fl2ePjKB9G"\+ok_*]6_Sdua.qd/+ZHg,`Y$;Wlbte*:-IbOsfeUQ.%[8*P8HKG""8i!sn8Jr7?s)6n/R^4aFCmVKM`\ARQ:e"U8ON^c<N(#)*`T^?uCs7%TL''S+?\fo"9RhU0Iji+\>AEBu)2+dE;^W7!=E%!9>!o2d[XIe\$Cj2VN+t.F`#p"NNaR)IZ1.spJ-)?5g.SOb3?0].GMZh8?C[mkOn5ilBKK^S=Un^"Ga?"GUSZ@YT2,YgA)&BeE()c)@eH_X^#sOup(;Hr7A6lo@LfcRJr/]&D.CF($l=0EeS#Z?+o)KjmVI(PNT".H#)cL0@1?HCbf;F7M0=qFg)](sT:kF`)FA0-s<i_lX'QDPcH!EoQ!e,e^Zig=536Q,0~>
+endstream
+endobj
+71 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 70 0 R
+/Annots 72 0 R
+>>
+endobj
+72 0 obj
+[
+73 0 R
+74 0 R
+75 0 R
+76 0 R
+]
+endobj
+73 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 397.944 408.875 513.24 396.875 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/default-servlet.html)
+/S /URI >>
+/H /I
+>>
+endobj
+74 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 78.0 395.675 166.632 383.675 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/default-servlet.html)
+/S /URI >>
+/H /I
+>>
+endobj
+75 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 421.224 357.275 497.532 345.275 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+76 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 78.0 344.075 177.996 332.075 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+77 0 obj
+<< /Length 2580 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauHM95iTD&AIV:d%Pt1+JpGWe0DH@YoO(/e&DdV&-iBPbM=JEa&^W7j8SmQn"E-AZI9T'=Bs*tk2X\Lh/[La719PKdo^K'VQjE/L+3*Q,;@*))[+6g"(N2dhbL@X`+/eh35_QemIVoUkT2@>32\lNBm5d^pA6,[1N8N+GYQY0GOfoQ=$+tr09^'<oBuD[A^LB>jPjgD`80BE#\H;Al!VE<LU;F>]e[;@bE"feHl%pbWb!?fI-5O\phNa?Aph-I(7&MTf+i3;A;doA_fC-8Rso\s)CG$3B,loC`UA_/bD&"4)Qgf@#nYc,Xd7ZS,/b+0>jQu0O$Kr=4VYCN/6[1#;Wsi9-u+0WXG&@ejAB=f(-R8j^dL.jL:/ZWd.RO\?_b!P?c[;j0mNkAl1N-%bl@pU40<Hh#h8gi2CrG0WlYKJK=32PMD$+);,C+('GjuqQ(bVB%PYa&B!u1U7p7,A-o/Ep196l?+pt%;\BlB,]?`g>COi>]hGMFP;B^g!?^Z$[b8HR&ADkN;Laa>+bUC>oZDVMuYCeYT-E.jbK&_lpG"VDulr&6,es^0NPWpj`;E;\ULokhWk#hh:LB,R"jWS+6g,V^Cl`].ERfqR[N2EWrO1002*Ur#2<*S-/h8>ZfB8)c%I+LbeA%lL>>f$:ofs<Nu/5tFY[YWc_a.?p;7%_&G#GC*@Uar""-"Ai)(a_bpZ!gPdS_7dt^[;7"e5i)H"`5X6V'82+_6Qqq=M,BJ(t4:hDe[=DQ8g)7qm9TK'Pqo?L1Edt"@1[QWc^9%?EDZCT'oHN/ne!I*n(e\hC"[L)gVe]qcCJDde^uo4QJN.rnhljQ;9N]naM(5TM]4r,>[n5%@+(PI;h+Naca>+berF^b$^;E%nXK6]=c.J<l("0'>'m-HIqs>E_T%^+>8@lQEg(EV<CD`NocUA,I>_SNQOc0a'HsI@n]AAZ:s&OpuVA<+!3[r\id044Kj<F69QlGB1HPZOQ2J,[:!2Dj(2&c!E^96Z_fY-ot-sJFkLM[,ECUACurnt\$!R'(mnFX/p^r_^@,9^/a)^Tan1\Dj1=BPk_>67A@_oCX6MV1-VNhF$fmMg^7Pqf+@&lc:8Y0aJ.PraaC5<\1^>ckkc]t$POoHoSAIQ=krK)H%&iiT^*nXO?Y7[2Ypp$>DtZi4$,TELk+[e[o<aN>H!*!j(sZO1X*/4&%BLLcAReAg3j(!@$nAC53<=88="och%iXh&p0+6:^j8!KT/1L03P6I=N;#0d:$.O)5e1cqA0be=gIJD?T^@f3I1'J]QjiILT1O!GOPM9_U8<LU0%Y$*SAG!9:3rpgS"79Pk/%-QKAes6-\+Y!U=$F:Wf<(V6kN:30W6C<@b^X!GK7ZG'=U1[0;KI>,#%3hV<T#AG-MO^n+LS:2c#Saa6THj?Vk7U*?9(Ws&mI46g#JqTceacjE`6DA`\W$cg$qW2crPL#1=Simo\PD&St>FXmH6sId1\J,TA7Iha`tL5:''shVR*o?/@0\VlR'Xnk<Tg8IPGrLD`1b4(0nglXY-o=:F3e5Vr1^dkRLr?/)T>XDY!@(?<$qP"LXn\*n5B-6a9Q7VBgd?*S4ajGHI4Ir_*;a1GbE5#HpV_gf%8D2`3^T%9jKR1L@W'X^q1$&c(7C2BBpY*Si5hX7hQc,hcMX-1P,gJoB)hKWeSlF*aD7D/cQZKQ4.AJ`VEXo`&)c?$_64bCbjQ=r54)="Yp5i%LiDf9`%<LIbK-l<[UA.\AM\,jH&*8;)-7Jk%`>iJAgKeP6ENsQaZOPc,QFmZQI%4+jF6ZP:n2JnPg"=?!-n?ueE#Jn.1Is(/Y;$2btZ)>KK?dVtYk-e8.=fO:.Jk=.r@SNdj%b!jQ_t"#!6e?*+2`Z/XCSU1gkN)t1*7@,o]MGhl5Oact:MOGrd2]?couT\`p^WXGT!/88OZoH:1gC-b;RQ4RN+oZtI!6$IR)EqPq$`U+A\,r7dZ]FK4tUB81/S`<&-H<e74*@Ar,nX.Db14(Y33r$cJAs#DJ95F'eP:0+MU]%:HSrj2poTGdDAssABN3M,'I$`ZZ]:\71O5JjV0"Y4tP0Ql$B1T'Cn]3"+(.-f(HtM%0(f<%h&7TI`ujVUfd5I5(m`8k![U6]/#Z<6jPp%06-Oa,6sS=4:.@ao+4[a1(sZ44I8?k,hqn;ak]G#9VKWi).1lG)Y;=<_`\pNO'#XV(#[X@WV46.R-'60>&'C*\q:+LADW*hL't5tM37X=@o%uDCZBEF!u=$$_8<O?KCp5<6*d<il:N`:]+N)).^%]@$1aeUjUZsMs66FRVuYa,0/cqOQo;B-*D;YZQ9K>gR&\94Sn$`7*W9YLIb>48i<Nr3<ICbUO=M6XqI'$KEPV`\="1<J3\EuP&eC%\*2X;80bATu@P*!Ic^G@/=h.M6Vo6">!'_Yrohf!=0>&P_gIWtI3iHR*C%^C`k*AN+WQ?I-`_LTJ+*f=kYNrQlr)"/]jn]^)mpGA*jb24:<\Cu1^L;P-;Ren@=r&M#nrYG9PL>7-POqZ4%H.m(@H+>3dl-ngkQHr3\JOm+$+L_HND)aeQci_hhqhWSPa:cAOAZ5N+4ac^GQ~>
+endstream
+endobj
+78 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 77 0 R
+/Annots 79 0 R
+>>
+endobj
+79 0 obj
+[
+80 0 R
+81 0 R
+82 0 R
+83 0 R
+84 0 R
+87 0 R
+]
+endobj
+80 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 111.66 694.735 309.936 682.735 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/config/index.html)
+/S /URI >>
+/H /I
+>>
+endobj
+81 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 392.256 694.735 502.248 682.735 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/config/context.html)
+/S /URI >>
+/H /I
+>>
+endobj
+82 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 111.66 253.36 312.936 241.36 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/jndi-resources-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+83 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 386.76 111.76 471.42 99.76 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://eclipse.org/gemini/naming/)
+/S /URI >>
+/H /I
+>>
+endobj
+84 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 392.292 98.56 492.276 86.56 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 86 0 R
+/H /I
+>>
+endobj
+85 0 obj
+<<
+/Type /FileSpec
+/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
+>>
+endobj
+86 0 obj
+<<
+/S /GoToR
+/F 85 0 R
+/D [ 0 /XYZ null null null ] 
+>>
+endobj
+87 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 85.36 165.324 73.36 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 89 0 R
+/H /I
+>>
+endobj
+88 0 obj
+<<
+/Type /FileSpec
+/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
+>>
+endobj
+89 0 obj
+<<
+/S /GoToR
+/F 88 0 R
+/D [ 0 /XYZ null null null ] 
+>>
+endobj
+90 0 obj
+<< /Length 3452 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatm?>EdgM'n5%IU"PddSHpE)&0sEHdQ3@NhFZbY]4iAP5&_f=98=]+P1n*on)=4q"=T.N4;1@%^2lIXS/VJ)h;-WH]sFAj=GsfIQ*o7Od=haRkX#Q"-@DGq[_K=6/H5P3;_29/QHZVlLKBrfm_52HoSX.L#FW;4r,6S!"4I-KH6\h=0(FXn$;[sU#Vq'5b4tAq0AVt2o,nRL($H&/1>rZGL593"D@8qYf0&:]7nN85R`Mc2N$nDbp-[J\b@LGdDWD=1_8q#7"8'+GmVD;/oVPjP<U5!`3"=lK'du1P.V=NLds^#n+?u]9`K"['(iJHDHZK/7IJt?"@>ngu+*lalq'h0l+H0l(\n<+/,K?r.RrGjW;e(g/MpDPK$4J`OW=MQIA$(/bS(J/QS/*]$Yhb%ZR)D:D"=<Rjgn3#fpn<%nFiAAGZReXSoZhVEC@oP#:mC)43@E..Lt(40^:X7%aoYY=e:g/)5(0q]3%8GBbATIM&!qO!,mS)S]L=:dpK.C+H?[u6R=P;;Xhe-/"NKn(j2#,2I%.b085S5G$4Ho(M16D;Uf7G<PR;n\_8jsg6Rm'l!dr/aghIl0;HjOiEn>=s"SY(&DZ=%=qaKZPi(Qh`s&9lMOb,?_&&o7Ii-!AJ.QUfGk5"W5@/OZ*-)Yi0>;8!?07ZC9po8j(BYt'NL/O(/:EB;?<C-kN/]XjM)'b0!\c*o.hcBRBqBCs.:T.(TfR#W=EPt5BEl=@2,i+ZY^lUTuP:5+Jfu.<]I(PPh#`_EcrRG:b?90naJ"Agt#\PXN\n8YPY1$dKpqB[@fEIa,.?`8$%Q5VtX/"!:_KH2$.]?SS\V\15-HWtQ.HF(WP<:jAJt.@XL@Lkb7*$aCANd*geY?mh3DN!\O]]q%+-I>DM>n#&!om?,.0=7GViG)Ee?5eY=[`t+?1mUdQ&$j4Ea1`$jJi$fQ.[Jnmj4tt\E2C9W65eL0uoHdiGL#A)<XUT3m'8iAbJSp.im4f<l=J9A'RW)GJ-0?,p@-k@el,P'a/8W'Ur'bg:h?8QseXFc0j`pc1WTF,(3bRUsL1)/X`D!HUpoZ<\Gkd&TeA@;VqhGC_\a-<YIC])B0B-d@3jN33Hfi3,B&2b@Grf>dR0AJF`3N11>iMR<GJV6;>fKV]Z=j+msMkWh-D^;\WcqG?Er[qH!R<CSN*gh5k3/(o4BJP*"b"E78V"<"G/<8%HHFQ#8@qE@0.?Orht\OVs&4#i:1ZknK8arBfNCqKZJ6+HDYujKEbGW!M`6VnmmL%Fhs!FA4pRd]fZE[ED6:2AUCg!O7uj)nN.;jXuL4]KmM_cZ"ZY]_%E*d!rQ\E`r);S"s]7hYCKG]!B9!VPWRAX#g.R"4SZY&`4=r`$pnh@DSm2Cs(HZ&JR%IE>ME/gT#DI<U!NkU0:!H<bl&4U"(493YZ#s76mJW>MLd(h;bt@`:i?F^OJ)Fm0NtsS;jQfM!+k)6t%i*JS^64AF"[k1D*Z!(Wr7FAO?KY._p3E&L4@*Z>G,Z/>P'mfN$@HA"_UU:hXr?2%BdL4TXCrat40%VG%P0@d<WSH5A@0H;$>038^.^$S?C&PkF,RR[e@l6P3(#"9cUfZ5jXam7sP`RX0!?'0fumJI"H,Y?.61GSA0,;!b^e]L^^,ZsqErD)p[/G!4KBEi8uf]p,r@_OcXc+B'4:g(s'pGG*Hl.PJ5)`;Nc62eb0QQQGZ+cE>Y<7T0FMl4gQKUYt1>8L3tuS!!;I>Y]qKaO#>_pVi@L39qmXHJ6`hW9[S-NU``(3q]*5k4YF$K[L-6^V_dblL*'`'W$m89mP[EV3#n7nlrX4:(]8-hi>MWYP;D6NQ-<u67H67RT%u1Qo9t#GjSAkM\g^N`ku"Z[?mf0`M^Q4l_a+#9-X_7LrK]U<YnW$`<KOi1-*Yl5qgSAT/Qj5o[fWG6Q"cg5=cr,Ts`+O'6OH:bs]=Z)TabRKaC^l"]2CAH<^+>s8L&@_JoaQI=0]WS*t$JP75J(.dqt20Cr&+2?bbtj7+a<XGI2"iZ<Q9kKJZ1mE0:_)P+jP;c!Z+q&2L.9$>,Y8ESt[45O![8*;$$;^EpF!6ERF-Y#5oi''0_B:7L.pA6Vc&f'QMO^["<1[q&:1WW<2es(GkQ@`$%pk8OGI55Bgd7V7!RWPFYgX?4M"WQ&T&CCT1#i@#Z)%k9P0@`nC[n4&4^=?+JPn9c=cRuCaRKl;N2,&*,i20b&K9i*2cm-R'$j;BX!1ut1g&_jdAmj;U#tg`2=SB`V(6i;")G.@sCsSi#k]bNU>r,+/0dT2sX26$Eb(P2'AHP=GIua83XM%ABKqct*/;HU\*<<f.X)R?*V$+su>`9/Q3A`&/ZFa:)]FfQ!o*7X@CT>^1b*4X0mnXh2WWNR$^-AGXj970]>bJ*io,">h9\0p=5RIh=WYCCtTO*:".+Ni@mS=_]'%c-LDatN>O'qM0mIgE&oKKK/Dm(UpY.M_0hB^i0hS6c'Gl)4>H&fY8f0=#?^,X-+>h,L\iF1*n'_@nZ#E6un3#LKQ.td_@>Rm07_4Z^//8k_7f-e!6YN[T4=1Qj%SH;rDc&NTSKj%%&SrhJ?`Q[ng6WLf(@mCL"o52mK)b0M?=C[9[l4HD7;c;I@X;D)7@#C,t3F]EF@Su*\2jNEfkF?U1L#L!_A6J=dFI"EFad)CE7^]S?/tUHNfqGtd<U_:RZQg8>Xf-bmJ"Lf88jRlJ\12JUb(0lOh=i75Z3u=+SWe%3]-)L?kqRuhju3S\^`#,:QN]?BbZ/5U`jN7p_eSj>CI<*:o912LYKhAEoGpUo(c]?&Isr@\oTV$r_[YH(NK_EFn>X))j!R8-#-@]+pK:@H,u0@BKnI2oX?7nuD\n)!'L`im2i=huM,C(IeU+Atg_@t(.$_tbpp;Hd#X,)[%<gCjaB%44i^arjG8TUD_X6%UK&KYF#`i?]P4\JdmXf#?M&U1CL_iLZh?k;O[QQjG./56"UB&lW+NibVQ2lE?\LQ`HjFETF*`[iZ]!/<Ak9Q249/1flj<t9I-YW;Ag!Qn:VaM"9Dt"WQ'?cs\bI,Z(r1qu]JG&LgH'5/^^3dE7E?H$ifiDXS$)21\W+spg"M.riIdOu@8MPn<ImXJb.2*p3ld\'I02=T@G=r9j=o_uaM%bR`l273on0eUOb9UD+H'%1-4$f_Y_P";bi==QnH6,MnlFc+gN>0XK'+P@4YMf"J3#):*jG9T%D*2"JLD>fnS9.[#_>%X>>eE`G`qp@g_'jrr0[T+/p)A[VG4:(qF3e-rN+p<bMH7D2MH?[Fq*C#!V_j!ec?#Dn,AVoDlT^TVD,E_5(:+q2>h_SBX>bk[#]o-@'+CLF%#h-DnU+d68;Z.IIa/jSql$IE`GTts2*[@6phE.Z<cN^g@rK>Q-fluYT/h%a;l_j6iZESO<2cR@bM(.FG+@_/iA,Q2LJt_5hF;Htl?q!Y>h[C+!S'7cpkGQS:A@'+f!nN~>
+endstream
+endobj
+91 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 90 0 R
+/Annots 92 0 R
+>>
+endobj
+92 0 obj
+[
+93 0 R
+96 0 R
+97 0 R
+]
+endobj
+93 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 182.976 495.227 480.948 483.227 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 95 0 R
+/H /I
+>>
+endobj
+94 0 obj
+<<
+/Type /FileSpec
+/F (http://www.osgi.org/download/r4v42/r4.enterprise.pdf)
+>>
+endobj
+95 0 obj
+<<
+/S /GoToR
+/F 94 0 R
+/D [ 0 /XYZ null null null ] 
+>>
+endobj
+96 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 422.844 338.252 499.152 326.252 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+97 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 54.0 325.052 150.996 313.052 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+98 0 obj
+<< /Length 1821 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatm<D/\/e&H;*)Tb%$^!Y$B;H7cQ+c0JDPB\+*bLM[lAR<I*D`KfL0rqAKW&p9Eea2s2=JOSmrHg^[umca9<m-L0Fe0VO\?d3D&4en;PJ(+gB=RuTd"J0DR;sUWN&#+;YSMEE[02?C0O_#.W>iaQf?>g3K`Hh0sqT#%S!,U8]XMNJ-4e$E:BlN6ZZA*Ab02BY^A4ocN>D0'Qm/*k=[(b<t1[;Q);pY$iOAGpJ/aA%CgOWO"/=QdFD`q:5ZTi*co?OpL>De&"_)1lER@OgmJ5`'\Fuk3l(o.qB2@7'2"N@dT`*?=9pO)M>1!96pq!Ce<5K$4*m'F@Woq1,[7"fblSu7^LqWGBT5As2R;WVTLJ._V^"$Xjrrua4h,`Z&jFGm34kT@O<IF';#q"mJH,?i'C7'r[NX$iJsfihUtH;q%hb>T,La%Q%.Acr.)XpVF/AQFqk1`;sKrqUd!8M$45mMk>i\uYF;#a<m;f7gc[U)H?DEOC/J)rJ^NU@"SfiXB0NacIp$<WFP\o51p0clQK8NQd\DMdlTbHfCNM<c^7SUK(cZPM*nCir!0C=U[W")FMmt<c4\Ej-5.ie]LkO[)Ad1R1Y-0#&X7Um=MJJ.4Ui9;?$?pJ]Knd'/uT_C&4;R(JHqYS;$mTN=2k1$mWg#jAfDSN!,hBLIVo'Ag:L@:G@aV9jVL[!4D<&X>/R07YrOjMWYKYR"`43c?GYk8o0]+_WU4q1?'<%W2@\7.+q@mCm=B60!u*?A<K0O;cMiB!6Pj7p%iQ+(B_@8_^7jY`2_D^>N01e&tA!<KV4ZY(cku$n&HS25rb^m]N>gY;7n>(aiegC2#!NS*9u\D`.N:YV(<Z#=W)':;U,;Inu^[amA\QIhdeARP8OnJW=mXH5oRp/\i5i8*hUSV7lo?>d.W:J<d,gCrJ,H.6ul-!>&>+IS;"Th%l*JT>2ra.gZVCCCTQjB\3`@='chNDMe]-oj3Tn*F,ius(=%6pYg+\sp&c3^gO<Da`uCb5jlG4a\0LpNk#Uo#s-)<oT:sMSYD&=lroN>*_eHYS(HI`)dnHS.f=)F:KFgQX/h_d,:jjd$ghR18_T)>7[_akZD2E$L52G)6rR5li4s0CUrjb*"X*$su%e2de>1WSdGT_o#Qr)3s]+BmJMrYiAe.'s=UYaO-7GZJ*[[ST<)e"_%(op*S7CL>P..E\Y@&As>ZeV@"BZLMC9R$!Tc.@Gpqt.qZ=`i_aP.OOPLF>f_>,!K"G41Zl2mI9Z<,T*^@Y)-?W1$CkpNi@c$hGWh*VW(1]bmnbHf$Xg8E`*2rbJXhKNa):<n\:/4f^Z&76+UU"1E[a8uLi.e#TWUiuIf26_Jl#+G'B2LQH`;-UA-`.'X<![]_I#\(#EDY5Rlc342cE'$k"2:4-(W';oi;7EumtSMQ-iWItFB(RMFdMKjd72%&%0LrWN:Hog3Z`JK*SATQ0:]"Zp!WCH;dhc>\%.Mq+fNQ7b"(q]#(WR&b.ib&eBVBcQf5h)^]ZVntt)&6Q0at^Z=oI,MdF-=aR#<opRB8=0\+9i#M&ND'.fee@kX%X,[eY!))r!h"gJ,Wl+@gIPaiUZgHF9H)bM&<_^7]a`BreX/h,6K]D!8q.\5P+4i<BJQHK,1s<k5<\S!em3VZr[,K4s4$fn4M(hJ/i6sD-($h>"muodIpm.+\d6Q'Q"B.a_D/l,[/FcB[J#RraC;?U/_aWD/MYc;c]cOZ7ZY^Z3hD]XporbTsMX$8suh+D=!a^oX^mF_fIXprV8.#0K7@LF`RO&->;Ch8#c"[jqAN1=k+iOq/Z/ulM^*MD+_?/2,i.]rrC<sQl?~>
+endstream
+endobj
+99 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 98 0 R
+/Annots 100 0 R
+>>
+endobj
+100 0 obj
+[
+101 0 R
+102 0 R
+104 0 R
+]
+endobj
+101 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 155.316 668.56 210.96 656.56 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-8.5-doc/config/jar-scanner.html)
+/S /URI >>
+/H /I
+>>
+endobj
+102 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 401.992 172.732 535.96 160.732 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 103 0 R
+/H /I
+>>
+endobj
+104 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 401.992 151.482 519.964 139.482 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 105 0 R
+/H /I
+>>
+endobj
+106 0 obj
+<< /Length 2013 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauHLgQ(#H&:NH>cpJo'U1$G^U87K38X!uu1eA>c5uA="/^q/6P3D2:cMi5^2esh([MK4,"VrWUB]dP.b`+8V2pYe8%V<S$<neSFg"fKFKcfR_5.ooq9L:CU<k7hRP<W(=^%7Hl0)Xa$Fc]2+I@+?jHT=6*99IDm.ds69LJf.'=f8QohPJ3XqnJ]PDh'6"+WA`^*YV;Z%d:OZci<q>me9f/&libs>uQVA<Q4GqdNUh'$l01spEE@a;;4"R,an/'YWjK(V9J#6-u.gpRf71S=X%9O,&J9%-"XZRRkp0d78d]b3i9k+rElWfUk<U@iZ!(J*IV/"T1g.c_N:\!Q\Y5Tq:h<_[CZ1CUIVNBNsQ8*a6+$sJK:YQcM$C]RhmS#kn0"r!tkiI-c:=mG`3MO=mNr4_EO,G$\:_i#W\DDKXueB9&.drFqeMZf7'^bIJ,^,`k"%R]mrL5lsi2smU7.s(.FYmIt@Jbp6a*irmF[+d.2O_[rX<\>iH:1o0X-o>oX#"/hV4KGEM_IjKqFPWa/6J9sMg+"R4a4N%EdAV;pJh2PML*U@MPOXlMc5P2jL&dL'QYg.m-in;T)]q_Zt:E+a?"8qPHnQE$[Y<=WRd&R"gXe$Z47%0e!`oUrdZlG#(+$QqpqBFcqbRS0YOUnnu/%ok3&KEJd:*%YL?VC8*f&0#UO7O%RFiXCF",>Q$A67F8,(ND)6<7JA7>1do%oGI:8Q9KKj8LrHdXJ5I_/]AYnB[p1Sku'^p>`UW\8SdId1S&1Zhj2IUP><:W+PN^c*qt\sBJN!OH]^0u4(kbRG=e_VdX,SQ-6_GOGq[@ofbh>6#R@.U[F*0A3H9hc6lCd+Xs"76M/T=N?'!:Z4KU7A'WWpl6/W[0.@ftT_O7.?f<R57RkFjAUP1]USuE,`B\3U<0JXZt/=W7!UcdQB,7E85P/HLI2n@>5++(pHD%>>]Kqo_H[&F0g6!\$hH1A+Hi$k,#dX2i7<al7J`mEuT:qG8J[*iS'm6l8$k^f@sl]3GHi_CSk/Ec#6:A>+XgG.X1E87%%A]=do@EJ^4FB"Wbc9]!,#P/"fbG%sL-t]BS+14bc?m+E(KRHcEV%f3^BP`CfA.XI_!H/a#EK@X]0\*`ORt.b_@eD;Gf$Se=Sg4u:\Hc"#&UEG=W$05&>X-_S">M'qhF)@SVXp\ANfRIG7UTbt9G>2(d"!YpILj"#O+r5Uj\Xe=_M;u.IIcgdD)sgoF+=5TrT22Z=b6s17f44-KmGSYh[+WX;!-dMMIdrYA97@ro[ah-S)$o97?8KN5WB\Xs&MV,)UkEh&WFONRa9;E]RBDFp>"^q@@?*UT7)J6b2tn,"[^E(6<R@P"Brgj<`ZAs&/7U9#AIeXYZ=J4K6LCqUZoi:/=bS\XSaQ2)D;<8]r8+h]MWW35NC^N"'f+g-``/^C,3_]6tdh2m:UKN[j''L?5tYk:;gLE*-`8Q%Wn?[DA&<Aq`*V;ga%Oq)#4%H$&-[5`-3"(=3CB'kV^rtb_:p.W4d/00T&'^)M(af^SlY,28Wn^dPZWRo^Xj@`.PWgke%2\IO9$9i8^+h)FJ4]ULBT?GGL_q:H;/#9%=lZSNC87(h(=CfaVZV:PMqt4RF+`J_$=CRGC^cG@G3p>0p1'0Eb4fmZ/bO,rW9)YI2bpMLd4=2)sT7aO4TG4Ua+n&9&7U"&\%YEdheei;(&$T@q#cCRM/2VjFZ6h]"iU0Yr\j^mjV:G[UbV%4\GnIScl7?CEE2Ko&8lU[!+X\'>g3pB^M9-00i&_ZTNtGP2&R1n-mt-uuksPJ+Da(?V)18u%6P"+&b:[bLF)3K"uj'n!4Lkq6Ah3T3o/"S8g9cA:g8*q6ur<L`Nj_8Q,"e^ds2]YSf;g3g,jbOi0e6E-CJnE\$i1$K8^hPs`u3eV?k;C/,t`]^s=g3<lRXuiO)Sd4bKjuRIXmS\-eMhLSh"bT^qAg0DD)9R*$:R.HR:js)l%a@\2]5?!@gl_Tq4X;T@PKB^Do0<<VI>NaIWHS:H=8"Se~>
+endstream
+endobj
+107 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 106 0 R
+>>
+endobj
+108 0 obj
+<< /Length 732 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat=)bDr)H&A7TL5&R17M_R,/bU0YoU)`a^[`ZEp)TGod1#CU:^Q09%?llY3EZ'F.eQp^2A+!65Q[4-D*u/,A@in,?_*2EYjKX"%0gQ.CmX=]p*+YSt">LtVOOH"?0T(,iCge4I$iM=F/AYe&Ps>G/'8Ca@Ul9GCjfaoVd"%^Uo=DF*&L)clV>6NFOQh]09#?$(IY=JHU9m5t2d]S6K$l;jcqfmTFp3T+-K.S/X\".i=nEq\R?F\<9td\k)C7?dK@+pj,brN`\*7oZemd6?Qi6fX0Y9Tf%VN[P0#O.fN^p>t7>&WM'tEK8M/ssmG])"UmTqp`'lHJ6-jo0-laQV)<Gn0AkBs:r*i*5W$Wq?EVS0(MSocPp17-pLoDorOV5lb)503(E]a=q<U4ir<?YWTVWGRlSrC$PUEi%aQec@tbq\&CA&+`G1O&('G\XnkTS6epUM9Z5pPbiG)6O$gD>bGu3B/jV(pC"fAH:V^i4mM8s^RZcuUYL0iC.iMY$MF%W20CO0-RJ)qiD`.0gKf5Z,MTVBMIOR=D/6M2E[K5V3eJsCQbBU1C+Y1Tfk#'s-$SYl%m!hZjS62DMA(.iDrikKl&t4I:=`TL6A)m!"f7RiakbFR]s*;e=o9q.+\=Aa_7\4S;.NiOKl\\[3G%@D?q^JSeAJ2<KfEK1JG:fF_+HT:N;9IjZ%R"7_[$JR+/ieWR,RMG0>$sCG!2*e:1dIHH2Rmr&=>c~>
+endstream
+endobj
+109 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 108 0 R
+>>
+endobj
+110 0 obj
+<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1so9Y<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<COD.sq~>
+endstream
+endobj
+111 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 110 0 R
+>>
+endobj
+114 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 112 0 R
+ /Next 116 0 R
+ /A 113 0 R
+>> endobj
+116 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 112 0 R
+ /Prev 114 0 R
+ /Next 117 0 R
+ /A 115 0 R
+>> endobj
+117 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 112 0 R
+ /First 118 0 R
+ /Last 119 0 R
+ /Prev 116 0 R
+ /Next 120 0 R
+ /Count -2
+ /A 13 0 R
+>> endobj
+118 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 117 0 R
+ /Next 119 0 R
+ /A 15 0 R
+>> endobj
+119 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 117 0 R
+ /Prev 118 0 R
+ /A 17 0 R
+>> endobj
+120 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 112 0 R
+ /First 121 0 R
+ /Last 122 0 R
+ /Prev 117 0 R
+ /Next 123 0 R
+ /Count -2
+ /A 19 0 R
+>> endobj
+121 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 120 0 R
+ /Next 122 0 R
+ /A 21 0 R
+>> endobj
+122 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 120 0 R
+ /Prev 121 0 R
+ /A 23 0 R
+>> endobj
+123 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 112 0 R
+ /First 124 0 R
+ /Last 141 0 R
+ /Prev 120 0 R
+ /Count -12
+ /A 25 0 R
+>> endobj
+124 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\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\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 123 0 R
+ /First 126 0 R
+ /Last 140 0 R
+ /Next 141 0 R
+ /Count -8
+ /A 27 0 R
+>> endobj
+126 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 124 0 R
+ /Next 128 0 R
+ /A 125 0 R
+>> endobj
+128 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 124 0 R
+ /Prev 126 0 R
+ /Next 130 0 R
+ /A 127 0 R
+>> endobj
+130 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 124 0 R
+ /Prev 128 0 R
+ /Next 132 0 R
+ /A 129 0 R
+>> endobj
+132 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 124 0 R
+ /Prev 130 0 R
+ /Next 134 0 R
+ /A 131 0 R
+>> endobj
+134 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 124 0 R
+ /Prev 132 0 R
+ /Next 136 0 R
+ /A 133 0 R
+>> endobj
+136 0 obj
+<<
+ /Title (\376\377\0\112\0\116\0\104\0\111\0\40\0\122\0\145\0\163\0\157\0\165\0\162\0\143\0\145\0\163)
+ /Parent 124 0 R
+ /Prev 134 0 R
+ /Next 138 0 R
+ /A 135 0 R
+>> endobj
+138 0 obj
+<<
+ /Title (\376\377\0\112\0\123\0\120\0\40\0\103\0\157\0\155\0\160\0\151\0\154\0\141\0\164\0\151\0\157\0\156)
+ /Parent 124 0 R
+ /Prev 136 0 R
+ /Next 140 0 R
+ /A 137 0 R
+>> endobj
+140 0 obj
+<<
+ /Title (\376\377\0\112\0\141\0\162\0\40\0\123\0\143\0\141\0\156\0\156\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 124 0 R
+ /Prev 138 0 R
+ /A 139 0 R
+>> endobj
+141 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 123 0 R
+ /First 142 0 R
+ /Last 143 0 R
+ /Prev 124 0 R
+ /Count -2
+ /A 29 0 R
+>> endobj
+142 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 141 0 R
+ /Next 143 0 R
+ /A 103 0 R
+>> endobj
+143 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 141 0 R
+ /Prev 142 0 R
+ /A 105 0 R
+>> endobj
+144 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+145 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+146 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+147 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+148 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+149 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 18
+/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 39 0 R 52 0 R 54 0 R 60 0 R 66 0 R 71 0 R 78 0 R 91 0 R 99 0 R 107 0 R 109 0 R 111 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 112 0 R
+ /PageMode /UseOutlines
+ /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 39 0 R /XYZ 85.0 726.135 null ] (configuring) [ 54 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 144 0 R /F5 145 0 R /F3 146 0 R /F9 147 0 R /F6 148 0 R /F7 149 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+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 [39 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+21 0 obj
+<<
+/S /GoTo
+/D [39 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+23 0 obj
+<<
+/S /GoTo
+/D [39 0 R /XYZ 85.0 602.986 null]
+>>
+endobj
+25 0 obj
+<<
+/S /GoTo
+/D [54 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+27 0 obj
+<<
+/S /GoTo
+/D [54 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+29 0 obj
+<<
+/S /GoTo
+/D [99 0 R /XYZ 85.0 324.36 null]
+>>
+endobj
+103 0 obj
+<<
+/S /GoTo
+/D [99 0 R /XYZ 85.0 128.382 null]
+>>
+endobj
+105 0 obj
+<<
+/S /GoTo
+/D [107 0 R /XYZ 49.0 398.957 null]
+>>
+endobj
+112 0 obj
+<<
+ /First 114 0 R
+ /Last 123 0 R
+>> endobj
+113 0 obj
+<<
+/S /GoTo
+/D [6 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+115 0 obj
+<<
+/S /GoTo
+/D [10 0 R /XYZ 85.0 714.135 null]
+>>
+endobj
+125 0 obj
+<<
+/S /GoTo
+/D [54 0 R /XYZ 85.0 285.566 null]
+>>
+endobj
+127 0 obj
+<<
+/S /GoTo
+/D [60 0 R /XYZ 49.0 232.935 null]
+>>
+endobj
+129 0 obj
+<<
+/S /GoTo
+/D [66 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+131 0 obj
+<<
+/S /GoTo
+/D [66 0 R /XYZ 85.0 621.96 null]
+>>
+endobj
+133 0 obj
+<<
+/S /GoTo
+/D [71 0 R /XYZ 49.0 129.475 null]
+>>
+endobj
+135 0 obj
+<<
+/S /GoTo
+/D [78 0 R /XYZ 85.0 324.135 null]
+>>
+endobj
+137 0 obj
+<<
+/S /GoTo
+/D [91 0 R /XYZ 49.0 448.627 null]
+>>
+endobj
+139 0 obj
+<<
+/S /GoTo
+/D [99 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+xref
+0 150
+0000000000 65535 f 
+0000046801 00000 n 
+0000046981 00000 n 
+0000047299 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000520 00000 n 
+0000000626 00000 n 
+0000000737 00000 n 
+0000000843 00000 n 
+0000001566 00000 n 
+0000001688 00000 n 
+0000001771 00000 n 
+0000047439 00000 n 
+0000001907 00000 n 
+0000047505 00000 n 
+0000002044 00000 n 
+0000047571 00000 n 
+0000002181 00000 n 
+0000047637 00000 n 
+0000002317 00000 n 
+0000047703 00000 n 
+0000002454 00000 n 
+0000047769 00000 n 
+0000002590 00000 n 
+0000047835 00000 n 
+0000002726 00000 n 
+0000047901 00000 n 
+0000002863 00000 n 
+0000047967 00000 n 
+0000003000 00000 n 
+0000003210 00000 n 
+0000003318 00000 n 
+0000004207 00000 n 
+0000004330 00000 n 
+0000004357 00000 n 
+0000004540 00000 n 
+0000004784 00000 n 
+0000004892 00000 n 
+0000007216 00000 n 
+0000007339 00000 n 
+0000007429 00000 n 
+0000007603 00000 n 
+0000007791 00000 n 
+0000008074 00000 n 
+0000008264 00000 n 
+0000008452 00000 n 
+0000008716 00000 n 
+0000008906 00000 n 
+0000009102 00000 n 
+0000009306 00000 n 
+0000009514 00000 n 
+0000010378 00000 n 
+0000010486 00000 n 
+0000013790 00000 n 
+0000013913 00000 n 
+0000013954 00000 n 
+0000014133 00000 n 
+0000014309 00000 n 
+0000014520 00000 n 
+0000017558 00000 n 
+0000017681 00000 n 
+0000017722 00000 n 
+0000017929 00000 n 
+0000018133 00000 n 
+0000018335 00000 n 
+0000021511 00000 n 
+0000021634 00000 n 
+0000021668 00000 n 
+0000021878 00000 n 
+0000022085 00000 n 
+0000024966 00000 n 
+0000025089 00000 n 
+0000025137 00000 n 
+0000025350 00000 n 
+0000025561 00000 n 
+0000025772 00000 n 
+0000025980 00000 n 
+0000028653 00000 n 
+0000028776 00000 n 
+0000028838 00000 n 
+0000029048 00000 n 
+0000029261 00000 n 
+0000029477 00000 n 
+0000029659 00000 n 
+0000029794 00000 n 
+0000029890 00000 n 
+0000029962 00000 n 
+0000030095 00000 n 
+0000030191 00000 n 
+0000030263 00000 n 
+0000033808 00000 n 
+0000033931 00000 n 
+0000033972 00000 n 
+0000034111 00000 n 
+0000034207 00000 n 
+0000034279 00000 n 
+0000034490 00000 n 
+0000034698 00000 n 
+0000036612 00000 n 
+0000036736 00000 n 
+0000036781 00000 n 
+0000036996 00000 n 
+0000048032 00000 n 
+0000037136 00000 n 
+0000048099 00000 n 
+0000037277 00000 n 
+0000039384 00000 n 
+0000039494 00000 n 
+0000040319 00000 n 
+0000040429 00000 n 
+0000040683 00000 n 
+0000048167 00000 n 
+0000048221 00000 n 
+0000040793 00000 n 
+0000048287 00000 n 
+0000041002 00000 n 
+0000041203 00000 n 
+0000041409 00000 n 
+0000041587 00000 n 
+0000041787 00000 n 
+0000042069 00000 n 
+0000042253 00000 n 
+0000042547 00000 n 
+0000042769 00000 n 
+0000048354 00000 n 
+0000043247 00000 n 
+0000048421 00000 n 
+0000043651 00000 n 
+0000048488 00000 n 
+0000043889 00000 n 
+0000048555 00000 n 
+0000044115 00000 n 
+0000048621 00000 n 
+0000044387 00000 n 
+0000048688 00000 n 
+0000044613 00000 n 
+0000048755 00000 n 
+0000044797 00000 n 
+0000048822 00000 n 
+0000044987 00000 n 
+0000045221 00000 n 
+0000045546 00000 n 
+0000045851 00000 n 
+0000046138 00000 n 
+0000046247 00000 n 
+0000046358 00000 n 
+0000046472 00000 n 
+0000046579 00000 n 
+0000046691 00000 n 
+trailer
+<<
+/Size 150
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+48889
+%%EOF