Adding 2.0.0.RELEASE content
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ch01.html
new file mode 100644
index 0000000..9dd172c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">Gemini Web Programmer Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
new file mode 100644
index 0000000..d828a36
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/index.html
new file mode 100644
index 0000000..7b8016e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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">2.0.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/html/ivy.xml
new file mode 100644
index 0000000..6c28636
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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.web" module="gemini-web-programmer-guide" revision="2.0.0.RELEASE" status="integration" publication="20110818142207"/>
+
+	<configurations>
+		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
+		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
+		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
+		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
+		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
+		<conf name="test" visibility="private" description="Test dependencies"/>
+		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
+		<conf name="external" visibility="private" description="External candidates to be woven"/>
+		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
+		<conf name="doc" visibility="public" description="Documentation"/>
+	</configurations>
+
+	<publications>
+		<artifact name="gemini-web-programmer-guide" ext="zip" type="zip"/>
+		<artifact name="gemini-web-programmer-guide-single" ext="zip" type="zip"/>
+	</publications>
+
+	<dependencies/>
+
+</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
new file mode 100644
index 0000000..7f0cdc1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
new file mode 100644
index 0000000..44a6e6a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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">2.0.0.RELEASE</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
+			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
new file mode 100644
index 0000000..5b6e675
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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
+Gaqco4U]+\(khY]MAt<df/H:U,bm[WLkBBV5ocoEdNJqus1e5B.(;@pn_>mUq+="SA?A>2#pr-O#Y$HmG`7=*27^:a@hhRhODlc)R"kK7@]#)-BA#-j%e2Xbg\g8VQVu%+hEH^1/9+!YJ*aJ8lL"QYQ'#QVUNT=cp"--U]LFutnVb*\NI;?k8G4Q3~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+>>
+endobj
+7 0 obj
+<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iGoCd!WWA\!CQ~>
+endstream
+endobj
+8 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 7 0 R
+>>
+endobj
+9 0 obj
+<< /Length 286 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/e9oHkB&;KZP'm"1%Ai"-bb]-]6\-R]K-@=BflOqP[C=U)6PPThnGaB%`G`m9l$TZEmq/FI11^>j2N59?E%Y"cdVhJM=j.NekS4\-1VsaFp=(X-!`\=Gi6<\;Sa%9REA^qhWp]C1]c3dC0#oWJ3V.)o#9T]Jd($'IV.[uVTc_TXW"GM^q1,<l(*2/X+Mq=3',m.V<FY9&m8&Jgrbc8+NIug)Mf2WUuqF)G>)*()KCXd6T9DUAFIHaZKn[+V$]QdcuTf#](DL-ZuYBLA@qu]!UE'O~>
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 9 0 R
+/Annots 11 0 R
+>>
+endobj
+11 0 obj
+[
+12 0 R
+14 0 R
+]
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 653.936 149.316 641.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 640.736 194.328 628.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Length 121 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoNJY-EPWOX3gj,G6GL]dPTo2mio>C1M&Z&p#_N9M*c6LfF`Nic5Le!W]M7'nc~>
+endstream
+endobj
+17 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 16 0 R
+>>
+endobj
+18 0 obj
+<< /Length 511 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbW?Vc;.'ZJu,.IJF-YgPie4Dk?>NQH8RI5!i=.&.+K"Ea1g>ILfBM940^H@,(`kM1e\Li2Z5TEI=fVT=EB,%.E>^b`5%N^p>@E!Qhr2[H"k%HSRV%eUYUX)HC59<ju&#DA.b&91^6!hD\p$ZeW>#h`.&U%(s&9pL+FSZKsIK`RlG'OkRu4$]++OJV;(X?SJs`("\5Wj7On.2lKT7@f?'P[1>*>pc]Z,U-6B6l.aGf9#-;S]a"Xj0cpTkF#"qq(YfEMcciH[78);<-Mh&<Vk%dX'dq+8^P4H4?@r:UFr[;6<D_^(K!8Wf_Y2>2!p\A)cOH?94b)?ADd;D'm![)VG^hs#W"JeMfq..&WN[#)&Z/K?("bkd_Em&IQp5mk[4GB90effYsVf.Kk&;Y!\DC2HCohH?,g:X!I@%iE+j*sE/LA%3_^ri+n>>/3Pi*9:CW%72+?XK'Gl8F+CpF;.`iAt\YGa;&?$)Hf)Cjt%t$5\Mms8]k="reIK?<"lb3~>
+endstream
+endobj
+19 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 18 0 R
+/Annots 20 0 R
+>>
+endobj
+20 0 obj
+[
+21 0 R
+]
+endobj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 347.628 596.786 368.28 584.786 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.osgi.org/Download/Release4V42)
+/S /URI >>
+/H /I
+>>
+endobj
+22 0 obj
+<< /Length 157 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dT"RN2D@!G#>/Y4']l5/-0F?e('-j`9FX6rm\Q=#WL=1!$6``S`gE.Z)-NEE9gMWa@W%oQAmp:c`kO(4W%9a4*3.LGKF7c,lQtZ~>
+endstream
+endobj
+23 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 22 0 R
+>>
+endobj
+26 0 obj
+<<
+ /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\120\0\162\0\157\0\147\0\162\0\141\0\155\0\155\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
+ /Parent 24 0 R
+ /Next 28 0 R
+ /A 25 0 R
+>> endobj
+28 0 obj
+<<
+ /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
+ /Parent 24 0 R
+ /Prev 26 0 R
+ /Next 29 0 R
+ /A 27 0 R
+>> endobj
+29 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
+ /Parent 24 0 R
+ /First 30 0 R
+ /Last 30 0 R
+ /Prev 28 0 R
+ /Count -1
+ /A 13 0 R
+>> endobj
+30 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
+ /Parent 29 0 R
+ /A 15 0 R
+>> endobj
+31 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+32 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+33 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 6
+/Kids [6 0 R 8 0 R 10 0 R 17 0 R 19 0 R 23 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 24 0 R
+ /PageMode /UseOutlines
+ /Names << /Dests << /Names [  (introduction) [ 19 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [19 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [19 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+24 0 obj
+<<
+ /First 26 0 R
+ /Last 29 0 R
+>> endobj
+25 0 obj
+<<
+/S /GoTo
+/D [6 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+27 0 obj
+<<
+/S /GoTo
+/D [10 0 R /XYZ 85.0 714.135 null]
+>>
+endobj
+xref
+0 34
+0000000000 65535 f 
+0000004218 00000 n 
+0000004310 00000 n 
+0000004530 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000350 00000 n 
+0000000456 00000 n 
+0000000567 00000 n 
+0000000673 00000 n 
+0000001050 00000 n 
+0000001172 00000 n 
+0000001206 00000 n 
+0000004631 00000 n 
+0000001342 00000 n 
+0000004697 00000 n 
+0000001479 00000 n 
+0000001692 00000 n 
+0000001800 00000 n 
+0000002403 00000 n 
+0000002526 00000 n 
+0000002553 00000 n 
+0000002746 00000 n 
+0000002995 00000 n 
+0000004763 00000 n 
+0000004814 00000 n 
+0000003103 00000 n 
+0000004879 00000 n 
+0000003344 00000 n 
+0000003540 00000 n 
+0000003726 00000 n 
+0000003887 00000 n 
+0000003995 00000 n 
+0000004105 00000 n 
+trailer
+<<
+/Size 34
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4945
+%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01.html
new file mode 100644
index 0000000..9661e7f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Gemini Web User Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;1.2&nbsp;About This Guide</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch01s02.html
new file mode 100644
index 0000000..cd30133
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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 Tomcat
+					</p></li><li><p>
+						Configure OSGi Framework
+					</p></li></ul></div><p>
+		</p></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.&nbsp;Overview&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.&nbsp;Installing Gemini Web</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02.html
new file mode 100644
index 0000000..2286060
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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 6 or later to be installed. Java is available from
+			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
+		</p></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1.2&nbsp;About This Guide&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;2.2&nbsp;Installing from the ZIP Download</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
new file mode 100644
index 0000000..ae029a4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch02s02.html
@@ -0,0 +1,39 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>2.2&nbsp;Installing from the ZIP Download</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="prev" href="ch02.html" title="2.&nbsp;Installing Gemini Web"><link rel="next" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2.2&nbsp;Installing from the ZIP Download</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><th width="60%" align="center">2.&nbsp;Installing Gemini Web</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
+					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
+					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
+				</p></li><li><p>
+					Gemini Web Container is distributed as a ZIP file.
+					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
+				</p></li><li><p>
+					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
+					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
+					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
+					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
+				</p></li><li><p>
+					Start Equinox as follows:
+					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
+					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
+					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
+Bundle id is 40
+osgi&gt; start 40</pre></li><li><p>
+					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
+				</p></li><li><p>
+					Stop Gemini Web Container as follows:
+					</p><pre class="programlisting">osgi&gt; close</pre><p>
+					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
+						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
+					</td></tr></table></div><p>
+				</p></li></ul></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.&nbsp;Installing Gemini Web&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.&nbsp;Configuration</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03.html
new file mode 100644
index 0000000..7634796
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03.html
@@ -0,0 +1,177 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>3.&nbsp;Configuration</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="index.html" title="Gemini Web User Guide"><link rel="prev" href="ch02s02.html" title="2.2&nbsp;Installing from the ZIP Download"><link rel="next" href="ch03s02.html" title="3.2&nbsp;Configuring the OSGi Framework"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.&nbsp;Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
+			Gemini Web Container
+			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
+			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
+			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
+			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
+			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
+&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
+
+  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
+    
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
+               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
+               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
+
+      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
+            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
+
+      &lt;<span class="hl-tag">/Host</span>&gt;
+    &lt;<span class="hl-tag">/Engine</span>&gt;
+  &lt;<span class="hl-tag">/Service</span>&gt;
+&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
+				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
+			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
+						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
+						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
+					</p></li><li><p>
+						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
+					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
+				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
+				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat cluster configuration.
+				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
+				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
+				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
+				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
+				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
+				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
+				In Gemini Web Container you can also provide default configurations for all web applications.
+				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+			</p><p>
+				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
+			</p><p>
+				Here's an extract of the default configuration distributed with the GW.
+			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
+&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
+    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
+    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
+    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">session-config</span>&gt;
+        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
+    &lt;<span class="hl-tag">/session-config</span>&gt;
+
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+    ......
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
+    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
+
+&lt;<span class="hl-tag">/web-app</span>&gt;
+</pre><p>
+				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
+				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
+									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
+									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
+								</p></li><li><p>
+									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
+									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
+								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
+							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
+							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
+						</p></li><li><p>
+							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
+							When serving static resources, a "Content-Type" header will be generated based on these mappings.
+						</p></li><li><p>
+							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
+							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
+							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
+						</p></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat web application context configuration.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
+				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
+				is used in GW for searching context configuration files and details the context configuration properties.
+			</p><p>
+				Context configuration files may be placed in the following locations,
+				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
+				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
+				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
+							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
+					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
+										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
+									</p></li><li><p>
+										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
+										For example, the context for a web application with
+										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
+									</p></li></ul></div><p>
+						</p></li></ul></div><p>
+			</p><p>
+				Note that the following context configuration features are not supported in Gemini Web Container:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
+			</p></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2.2&nbsp;Installing from the ZIP Download&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;3.2&nbsp;Configuring the OSGi Framework</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
new file mode 100644
index 0000000..9eed45c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ch03s02.html
@@ -0,0 +1,58 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>3.2&nbsp;Configuring the OSGi Framework</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Gemini Web User Guide"><link rel="up" href="ch03.html" title="3.&nbsp;Configuration"><link rel="prev" href="ch03.html" title="3.&nbsp;Configuration"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2&nbsp;Configuring the OSGi Framework</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><th width="60%" align="center">3.&nbsp;Configuration</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
+			This section provides information about configuring the OSGi framework by updating the following files in the
+			<code class="literal">$GW_HOME/configuration</code> directory:
+		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+							<code class="literal">config.ini</code>
+						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="ch03s02.html#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+							<code class="literal">java6-server.profile</code>
+						</td><td style="">Configures the <a class="link" href="ch03s02.html#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
+				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">osgi.bundles</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">osgi.java.profile</code>
+							</td><td style="">
+								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
+								<code class="literal">file:configuration/java6-server.profile</code>.
+							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
+				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><p>
+				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
+				you are doing; updating the profile could cause GW to fail.
+			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.bootdelegation</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								<p>
+									This property specifies the packages which are loaded by delegation to the application class loader.
+									Bundles can load classes belonging to these packages without importing the packages.
+									The <code class="literal">.*</code> wildcard matches any package suffix. 
+									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
+									Note that the ordering of the packages does not matter.
+								</p>
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.system.packages</code>
+							</td><td style="">
+								<p>
+									This property specifies the packages which are exported by the system bundle.
+								</p>
+								<p>
+									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
+								</p>
+							</td></tr></tbody></table></div></div><br class="table-break"></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">3.&nbsp;Configuration&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
new file mode 100644
index 0000000..6afdc85
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/index.html
new file mode 100644
index 0000000..e4d6903
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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">2.0.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
+				Copyright &copy; 2009, 2010 VMware Inc. and others
+			</p><p>
+				Contributors:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>
+							VMware Inc. - initial contribution
+						</p></li><li><p>
+							Violeta Georgieva, SAP AG - Tomcat context configuration
+						</p></li></ul></div><p>
+			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="ch01.html#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="ch01s02.html">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="ch02.html#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="ch02s02.html">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="ch03.html#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="ch03s02.html">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;1.&nbsp;Overview</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/html/ivy.xml
new file mode 100644
index 0000000..f4830a7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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.web" module="gemini-web-user-guide" revision="2.0.0.RELEASE" status="integration" publication="20110818142207"/>
+
+	<configurations>
+		<conf name="compile" visibility="public" extends="aspects" description="Maven compile dependencies"/>
+		<conf name="optional" visibility="public" extends="compile" description="Maven optional dependencies"/>
+		<conf name="provided" visibility="public" description="Maven provided dependencies"/>
+		<conf name="server-provided" visibility="public" description="Maven provided dependencies that already exist in the platform"/>
+		<conf name="runtime" visibility="public" extends="compile" description="Runtime dependencies"/>
+		<conf name="test" visibility="private" description="Test dependencies"/>
+		<conf name="aspects" visibility="private" description="Aspects to be woven"/>
+		<conf name="external" visibility="private" description="External candidates to be woven"/>
+		<conf name="additional" visibility="private" description="Additional candidates to be included in the PAR"/>
+		<conf name="doc" visibility="public" description="Documentation"/>
+	</configurations>
+
+	<publications>
+		<artifact name="gemini-web-user-guide" ext="zip" type="zip"/>
+		<artifact name="gemini-web-user-guide-single" ext="zip" type="zip"/>
+	</publications>
+
+	<dependencies/>
+
+</ivy-module>
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css
new file mode 100644
index 0000000..2cb42fd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css
new file mode 100644
index 0000000..b02eca7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
new file mode 100644
index 0000000..5a2df76
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
new file mode 100644
index 0000000..6228cc3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
@@ -0,0 +1,272 @@
+<html><head>
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+   <title>Gemini Web User Guide</title><link rel="stylesheet" href="css/stylesheet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><!--Begin Google Analytics code--><script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script><script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2728886-3");
+			pageTracker._setDomainName("none");
+			pageTracker._setAllowLinker(true);
+			pageTracker._trackPageview();
+		</script><!--End Google Analytics code--></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Gemini Web User Guide</h1></div><div><span class="productname">Gemini Web Container<br></span></div><div><p class="releaseinfo">2.0.0.RELEASE</p></div></div><div><div><div class="legalnotice"><a name="d0e11"></a><p>
+				Copyright &copy; 2009, 2010 VMware Inc. and others
+			</p><p>
+				Contributors:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>
+							VMware Inc. - initial contribution
+						</p></li><li><p>
+							Violeta Georgieva, SAP AG - Tomcat context configuration
+						</p></li></ul></div><p>
+			</p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#intro">1.1. Introduction</a></span></dt><dt><span class="section"><a href="#about-this-guide">1.2. About This Guide</a></span></dt></dl></dd><dt><span class="chapter"><a href="#installation">2. Installing Gemini Web</a></span></dt><dd><dl><dt><span class="section"><a href="#installation-prereqs">2.1. Prerequisites</a></span></dt><dt><span class="section"><a href="#installation-zip">2.2. Installing from the ZIP Download</a></span></dt></dl></dd><dt><span class="chapter"><a href="#configuring">3. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="#configuring-tomcat">3.1. Configuring the Embedded Tomcat Servlet Container</a></span></dt><dt><span class="section"><a href="#configuring-osgi-framework">3.2. Configuring the OSGi Framework</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>1.&nbsp;Overview</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>1.1&nbsp;Introduction</h2></div></div></div><p>
+			Gemini Web Container implements the Web Container defined by the Web Applications Specification chapter of the OSGi Service Platform Release 4 Version 4.2 Enterprise Specification. 
+			This specification may be downloaded <a class="ulink" href="http://www.osgi.org/Download/Release4V42" target="_top">here</a>.
+		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="about-this-guide"></a>1.2&nbsp;About This Guide</h2></div></div></div><p>
+			This User Guide contains step-by-step instructions on how to use Gemini Web Container. This User Guide will enable you to:
+			</p><div class="itemizedlist"><ul type="disc"><li><p>
+						Install Gemini Web Container
+					</p></li><li><p>
+						Deploy and request a simple web application
+					</p></li><li><p>
+						Configure Tomcat
+					</p></li><li><p>
+						Configure OSGi Framework
+					</p></li></ul></div><p>
+		</p></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>2.&nbsp;Installing Gemini Web</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-prereqs"></a>2.1&nbsp;Prerequisites</h2></div></div></div><p>
+			The Gemini Web Container, or GW for short, requires Java SE 6 or later to be installed. Java is available from
+			<a class="ulink" href="http://www.java.com/" target="_top">http://www.java.com/</a> and elsewhere.
+		</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="installation-zip"></a>2.2&nbsp;Installing from the ZIP Download</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
+					<a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> the Equinox JAR, for example <a class="ulink" href="http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar" target="_top">org.eclipse.osgi_3.6.0.v20100517.jar</a>, and move it to a suitable directory (e.g. ~/gemini-web-test). 
+					On the <a class="ulink" href="http://download.eclipse.org/equinox/" target="_top">Download</a> page, first choose the desired Release or Build, then download the JAR from the Framework section. 
+				</p></li><li><p>
+					Gemini Web Container is distributed as a ZIP file.
+					<a class="ulink" href="http://www.eclipse.org/gemini/web/download" target="_top">Download</a> Gemini Web Container and unzip it to ~/gemini-web-test/gemini-web. 
+				</p></li><li><p>
+					Configure Equinox by creating a directory ~/gemini-web-test/configuration and create files config.ini and Java6-server.profile in the configuration directory. 
+					Example files which work with 1.1.0.RELEASE are available in <a class="ulink" href="http://wiki.eclipse.org/images/5/5e/Config.ini.zip" target="_top">config.ini.zip</a> and <a class="ulink" href="http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip" target="_top">Java6-server.profile.zip</a>. 
+					Essentially config.ini ensures that Java6-server.profile is used and that the dependencies of Gemini Web Container, which come in the dep directory, are installed and then the Gemini Web Container bundles are installed and started. 
+					Java6-server.profile ensures that javax.xml.ws is exported at version 2.1.1 from the system bundle as the Tomcat bundles in Gemini Web Container depend on that version. 
+				</p></li><li><p>
+					Start Equinox as follows:
+					</p><pre class="programlisting">java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console</pre></li><li><p>
+					You can then deploy WAR files (a trivial example is available in <a class="ulink" href="http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip" target="_top">Simple-war.war.zip</a>) and web bundles using the install and start commands from the console.
+					</p><pre class="programlisting">osgi&gt; install file:simple-war.war
+Bundle id is 40
+osgi&gt; start 40</pre></li><li><p>
+					Drive the WAR or web bundle using a web browser, e.g. http://localhost:8080/simple-war should display "Hello World!". 
+				</p></li><li><p>
+					Stop Gemini Web Container as follows:
+					</p><pre class="programlisting">osgi&gt; close</pre><p>
+					</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">
+						You need to stop any old instance of Gemini Web before starting it again. Otherwise, the new instance will not start correctly, because the old one still occupies the http port (and, perhaps, other system resources).
+					</td></tr></table></div><p>
+				</p></li></ul></div></div></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="configuring"></a>3.&nbsp;Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-tomcat"></a>3.1&nbsp;Configuring the Embedded Tomcat Servlet Container</h2></div></div></div><p>
+			Gemini Web Container
+			embeds an OSGi-enhanced version of the <a class="ulink" href="http://tomcat.apache.org/" target="_top">Tomcat Servlet Container</a>
+			in order to provide support for deploying Java EE WARs and OSGi <span class="emphasis"><em>Web Application Bundles</em></span>. 
+			You configure the embedded Servlet container using the standard Apache Tomcat configuration.
+			The main difference is that the configuration file is called <code class="filename">tomcat-server.xml</code> rather than <code class="literal">server.xml</code>.  
+			If you do not want to use the default settings, you can provide the <code class="literal">tomcat-server.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+		</p><p>Here's an extract of the default configuration distributed with the GW.</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version='1.0' encoding='utf-8'?</span>&gt;
+&lt;<span class="hl-tag">Server</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8005"</span> <span class="hl-attribute">shutdown</span>=<span class="hl-value">"SHUTDOWN"</span>&gt;
+  &lt;<span class="hl-tag">Listener</span> <span class="hl-attribute">className</span>=<span class="hl-value">"org.apache.catalina.core.JasperListener"</span> /&gt;
+
+  &lt;<span class="hl-tag">Service</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span>&gt;
+    
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8080"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"HTTP/1.1"</span> 
+               <span class="hl-attribute">connectionTimeout</span>=<span class="hl-value">"20000"</span> 
+               <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Connector</span> <span class="hl-attribute">port</span>=<span class="hl-value">"8009"</span> <span class="hl-attribute">protocol</span>=<span class="hl-value">"AJP/1.3"</span> <span class="hl-attribute">redirectPort</span>=<span class="hl-value">"8443"</span> /&gt;
+
+    &lt;<span class="hl-tag">Engine</span> <span class="hl-attribute">name</span>=<span class="hl-value">"Catalina"</span> <span class="hl-attribute">defaultHost</span>=<span class="hl-value">"localhost"</span>&gt;
+
+      &lt;<span class="hl-tag">Host</span> <span class="hl-attribute">name</span>=<span class="hl-value">"localhost"</span> <span class="hl-attribute">deployOnStartup</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">autoDeploy</span>=<span class="hl-value">"false"</span>
+            <span class="hl-attribute">unpackWARs</span>=<span class="hl-value">"false"</span> <span class="hl-attribute">createDirs</span>=<span class="hl-value">"false"</span>&gt;
+
+      &lt;<span class="hl-tag">/Host</span>&gt;
+    &lt;<span class="hl-tag">/Engine</span>&gt;
+  &lt;<span class="hl-tag">/Service</span>&gt;
+&lt;<span class="hl-tag">/Server</span>&gt;</pre><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="overview-tomcat-servlet-container"></a>Description of the Default Apache Tomcat Configuration</h3></div></div></div><p>
+				The following bullets describe the main elements and attributes in the default <code class="literal">tomcat-server.xml</code> file; for details about updating this file to further configure the embedded Apache Tomcat server, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a>.
+			</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip: Relative paths"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Relative paths</th></tr><tr><td align="left" valign="top"><p>If the configured path to a directory or file does not represent an absolute path, GW typically interprets it as a path relative to the <code class="filename">$GW_HOME</code> directory.</p></td></tr></table></div><div class="itemizedlist"><ul type="disc"><li><p>The root element of the <code class="literal">tomcat-server.xml</code> file is <code class="literal">&lt;Server&gt;</code>. The attributes of this element represent the characteristics of the entire embedded Tomcat servlet container. The <code class="literal">shutdown</code> attribute specifies the command string that the shutdown port number receives via a TCP/IP connection in order to shut down the servlet container. The <code class="literal">port</code> attribute specifies the TCP/IP port number that listens for a shutdown message.</p></li><li><p>The <code class="literal">&lt;Listener&gt;</code> XML elements specify the list of lifecycle listeners that monitor and manage the embedded Tomcat servlet container. Each listener class is a Java Management Extensions (JMX) MBean that listens to a specific component of the servlet container and has been programmed to do something at certain lifecycle events of the component, such as before starting up, after stopping, and so on.</p></li><li><p>The <code class="literal">&lt;Service&gt;</code> XML element groups together one or more connectors and a single engine. Connectors define a transport mechanism, such as HTTP, that clients use to send and receive messages to and from the associated service. There are many transports that a client can use, which is why a <code class="literal">&lt;Service&gt;</code> element can have many <code class="literal">&lt;Connector&gt;</code> elements. The engine then defines how these requests and responses that the connector receives and sends are in turn handled by the servlet container; you can define only a single <code class="literal">&lt;Engine&gt;</code> element for any given <code class="literal">&lt;Service&gt;</code> element.</p><p>The sample <code class="literal">tomcat-server.xml</code> file above includes two <code class="literal">&lt;Connector&gt;</code> elements: one for the HTTP transport, and one for the AJP transport. The file also includes a single <code class="literal">&lt;Engine&gt;</code> element, as required.</p></li><li><p>The first connector listens for HTTP requests at the <code class="literal">8080</code> TCP/IP port. The connector, after accepting a connection from a client, waits for a maximum of 20000 milliseconds for a request URI; if it does not receive one from the client by then, the connector times out. If this connector receives a request from the client that requires the SSL transport, the servlet container automatically redirects the request to port <code class="literal">8443</code>. </p></li><li><p>The second AJP Connector element represents a Connector component that communicates with a web connector via the AJP protocol. </p></li><li><p>
+						The engine has a logical name of <code class="literal">Catalina</code>; this is the name used in all log and error messages so you can easily identify problems. 
+						The value of the <code class="literal">defaultHost</code> attribute refers to the name of a <code class="literal">&lt;Host&gt;</code> child element of <code class="literal">&lt;Engine&gt;</code>; this host processes requests directed to host names on this servlet container.
+					</p></li><li><p>
+						The <code class="literal">&lt;Host&gt;</code> child element represents a virtual host, which is an association of a network name for a server (such as <code class="literal">www.mycompany.com</code>) with the particular server on which Catalina is running.  
+					</p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-connectors"></a>Connector Configuration</h3></div></div></div><p>The Gemini Web Container supports the configuration of any connector supported by Apache Tomcat. 
+				See the default configuration above for syntax examples, and for further details of the configuration properties supported for various <code class="literal">&lt;Connector&gt;</code> implementations, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html" target="_top">Tomcat HTTP Connector</a> documentation.
+				For detailed instructions on how to configure Tomcat's SSL support, consult the official <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html" target="_top">Tomcat SSL Configuration HOW-TO</a>.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-clustering"></a>Cluster Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat cluster configuration.
+				By default, clustering of the embedded servlet container is disabled, and the default configuration does not include any clustering information.  
+				See <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html" target="_top">Tomcat Clustering/Session Replication HOW-TO</a> for detailed information about enabling and configuring clustering.
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-default-web-xml"></a>Default web.xml Configuration</h3></div></div></div><p>
+				Java Servlet specification enables web applications to provide deployment descriptor (<code class="literal">web.xml</code>) in the <code class="literal">WEB-INF</code> directory.
+				Apache Tomcat introduces a default <code class="literal">web.xml</code> which is similar to web application's <code class="literal">web.xml</code>, but provides configurations that are applied to all web applications.
+				When deploying a web application, Apache Tomcat uses the default <code class="literal">web.xml</code> file as a base configuration. 
+				If the web application provides its own configurations via <code class="literal">web.xml</code> (the one located in the web application's <code class="literal">WEB-INF</code>) or annotations, they overwrite the default ones.
+				In Gemini Web Container you can also provide default configurations for all web applications.
+				If you want to change/extend the default configurations, you can provide the default <code class="literal">web.xml</code> file located in the <code class="literal">$GW_HOME/config</code> directory. 
+			</p><p>
+				</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Tip"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="images/tip.gif"></td><th align="left">Tip</th></tr><tr><td align="left" valign="top">Be careful when changing/extending the default <code class="literal">web.xml</code> as this will affect all web applications.</td></tr></table></div><p>
+			</p><p>
+				Here's an extract of the default configuration distributed with the GW.
+			</p><pre class="programlisting">&lt;<span class="hl-tag">?xml version="1.0" encoding="ISO-8859-1"?</span>&gt;
+&lt;<span class="hl-tag">web-app</span> <span class="hl-attribute">xmlns</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee"</span>
+    <span class="hl-attribute">xmlns:xsi</span>=<span class="hl-value">"http://www.w3.org/2001/XMLSchema-instance"</span>
+    <span class="hl-attribute">xsi:schemaLocation</span>=<span class="hl-value">"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"</span>
+    <span class="hl-attribute">version</span>=<span class="hl-value">"3.0"</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.catalina.servlets.DefaultServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;debug&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;0&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;listings&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;1&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">servlet-class</span>&gt;org.apache.jasper.servlet.JspServlet&lt;<span class="hl-tag">/servlet-class</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;fork&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">init-param</span>&gt;
+            &lt;<span class="hl-tag">param-name</span>&gt;xpoweredBy&lt;<span class="hl-tag">/param-name</span>&gt;
+            &lt;<span class="hl-tag">param-value</span>&gt;false&lt;<span class="hl-tag">/param-value</span>&gt;
+        &lt;<span class="hl-tag">/init-param</span>&gt;
+        &lt;<span class="hl-tag">load-on-startup</span>&gt;3&lt;<span class="hl-tag">/load-on-startup</span>&gt;
+    &lt;<span class="hl-tag">/servlet</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;default&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;/&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jsp&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">servlet-mapping</span>&gt;
+        &lt;<span class="hl-tag">servlet-name</span>&gt;jsp&lt;<span class="hl-tag">/servlet-name</span>&gt;
+        &lt;<span class="hl-tag">url-pattern</span>&gt;*.jspx&lt;<span class="hl-tag">/url-pattern</span>&gt;
+    &lt;<span class="hl-tag">/servlet-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">session-config</span>&gt;
+        &lt;<span class="hl-tag">session-timeout</span>&gt;30&lt;<span class="hl-tag">/session-timeout</span>&gt;
+    &lt;<span class="hl-tag">/session-config</span>&gt;
+
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;abs&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;audio/x-mpeg&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+    ......
+    &lt;<span class="hl-tag">mime-mapping</span>&gt;
+        &lt;<span class="hl-tag">extension</span>&gt;ppt&lt;<span class="hl-tag">/extension</span>&gt;
+        &lt;<span class="hl-tag">mime-type</span>&gt;application/vnd.ms-powerpoint&lt;<span class="hl-tag">/mime-type</span>&gt;
+    &lt;<span class="hl-tag">/mime-mapping</span>&gt;
+
+    &lt;<span class="hl-tag">welcome-file-list</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.html&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.htm&lt;<span class="hl-tag">/welcome-file</span>&gt;
+        &lt;<span class="hl-tag">welcome-file</span>&gt;index.jsp&lt;<span class="hl-tag">/welcome-file</span>&gt;
+    &lt;<span class="hl-tag">/welcome-file-list</span>&gt;
+
+&lt;<span class="hl-tag">/web-app</span>&gt;
+</pre><p>
+				The following bullets describe the main elements in the default <code class="literal">web.xml</code> file.
+				</p><div class="itemizedlist"><ul type="disc"><li><p>The <code class="literal">&lt;Servlet&gt;</code> XML element declares a given servlet and its configurations. The sample <code class="literal">web.xml</code> file above includes two &lt;Servlet&gt; elements.</p><div class="itemizedlist"><ul type="circle"><li><p>
+									The default servlet serves static resources and processes the requests that are not mapped to any servlet.
+									For details about default servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html" target="_top">Apache Tomcat Default Servlet Reference.</a>.
+								</p></li><li><p>
+									The jsp servlet serves the requests to JavaServer Pages. It is mapped to the URL pattern "*.jsp" and "*.jspx".
+									For details about jsp servlet configuration, see the <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html" target="_top">Apache Tomcat Jasper 2 JSP Engine.</a>.
+								</p></li></ul></div></li><li><p>The <code class="literal">&lt;servlet-mapping&gt;</code> XML element specifies the mapping between the servlet and URL pattern.</p></li><li><p>
+							The <code class="literal">&lt;session-config&gt;</code> XML element defines the session configuration for one web application. 
+							The sample <code class="literal">web.xml</code> file above specifies that the session timeout for all web applications will be 30 minutes by default.
+						</p></li><li><p>
+							The <code class="literal">&lt;mime-mapping&gt;</code> XML element defines a mapping between a filename extension and a mime type. 
+							When serving static resources, a "Content-Type" header will be generated based on these mappings.
+						</p></li><li><p>
+							The <code class="literal">&lt;welcome-file-list&gt;</code> XML element specifies a list of welcome files. 
+							When a request URI refers to a directory, the default servlet looks for a "welcome file" within that directory.
+							If the "welcome file" exists it will be served, otherwise 404 status or directory listing will be returned, depending on the default servlet configuration.
+						</p></li></ul></div><p>
+			</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-tomcat-contexts"></a>Context Configuration</h3></div></div></div><p>
+				Gemini Web Container supports standard Apache Tomcat web application context configuration.
+				The <a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/index.html" target="_top">Apache Tomcat Configuration Reference</a> has a section on
+				<a class="ulink" href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html" target="_top">The Context Container</a> which describes the mechanism that
+				is used in GW for searching context configuration files and details the context configuration properties.
+			</p><p>
+				Context configuration files may be placed in the following locations,
+				where <code class="literal">[enginename]</code> is the name of Tomcat's engine ('Catalina' by default) and <code class="literal">[hostname]</code> names
+				a virtual host ('localhost' by default), both of which are configured in <code class="literal">tomcat-server.xml</code>:
+				</p><div class="itemizedlist"><ul type="disc"><li><p><code class="literal">$GW_HOME/config/context.xml</code> provides the default context configuration file for all web applications.</p></li><li><p>
+							The <code class="literal">$GW_HOME/config/[enginename]/[hostname]</code> directory may contain:
+					  		</p><div class="itemizedlist"><ul type="circle"><li><p>
+										The default context configuration for all web applications of a given virtual host in the file <code class="literal">context.xml.default</code>.
+									</p></li><li><p>
+										Individual web applications' context configuration files as described in the Apache Tomcat Configuration Reference.
+										For example, the context for a web application with
+										context path <code class="literal">foo</code> may be configured in <code class="literal">foo.xml</code>.
+									</p></li></ul></div><p>
+						</p></li></ul></div><p>
+			</p><p>
+				Note that the following context configuration features are not supported in Gemini Web Container:
+				</p><div class="itemizedlist"><ul type="disc"><li><p>Custom class loaders.</p></li><li><p>Specifying the context path. This is specified using the <code class="literal">Web-ContextPath</code> header in the web application's <code class="literal">MANIFEST.MF</code> file.</p></li><li><p>Specifying the document base directory.</p></li></ul></div><p>
+			</p></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="configuring-osgi-framework"></a>3.2&nbsp;Configuring the OSGi Framework</h2></div></div></div><p>
+			This section provides information about configuring the OSGi framework by updating the following files in the
+			<code class="literal">$GW_HOME/configuration</code> directory:
+		</p><div class="table"><a name="configuring-osgi-framework-table"></a><p class="title"><b>Table&nbsp;3.1.&nbsp;OSGi Framework Configuration Files </b></p><div class="table-contents"><table summary="OSGi Framework Configuration Files " style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property File</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+							<code class="literal">config.ini</code>
+						</td><td style="border-bottom: 1.0pt solid ; ">Configures the <a class="link" href="#configuring-framework-properties" title="Configuring OSGi Framework Properties">OSGi framework properties</a>.</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+							<code class="literal">java6-server.profile</code>
+						</td><td style="">Configures the <a class="link" href="#configuring-framework-profile" title="Configuring OSGi Framework Profile">OSGi framework profile</a>.</td></tr></tbody></table></div></div><br class="table-break"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-properties"></a>Configuring OSGi Framework Properties</h3></div></div></div><p>
+				You specify the framework properties in the <code class="literal">$GW_HOME/configuration/config.ini</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><div class="table"><a name="configuring-framework-properties-table"></a><p class="title"><b>Table&nbsp;3.2.&nbsp;Framework Properties</b></p><div class="table-contents"><table summary="Framework Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">osgi.bundles</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								The comma-separated list of bundles which are automatically installed and optionally started once the system is up and running.
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">osgi.java.profile</code>
+							</td><td style="">
+								Specifies the profile to use using a <code class="literal">file:</code> URI with default value
+								<code class="literal">file:configuration/java6-server.profile</code>.
+							</td></tr></tbody></table></div></div><br class="table-break"></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="configuring-framework-profile"></a>Configuring OSGi Framework Profile</h3></div></div></div><p>
+				You specify the framework profile in the <code class="literal">$GW_HOME/configuration/java6-server.profile</code> file. 
+				The properties relevant to users are described in the following table.
+			</p><p>
+				<span class="bold"><strong>WARNING:</strong></span> We advise you not to change the framework profile unless you are sure you know exactly what
+				you are doing; updating the profile could cause GW to fail.
+			</p><div class="table"><a name="configuring-framework-profile-table"></a><p class="title"><b>Table&nbsp;3.3.&nbsp;Framework Profile Properties</b></p><div class="table-contents"><table summary="Framework Profile Properties" style="border-collapse: collapse;border-top: 1.0pt solid ; border-bottom: 1.0pt solid ; border-left: 1.0pt solid ; border-right: 1.0pt solid ; "><colgroup><col><col></colgroup><thead><tr><th style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">Property</th><th style="border-bottom: 1.0pt solid ; ">Description</th></tr></thead><tbody><tr><td style="border-right: 1.0pt solid ; border-bottom: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.bootdelegation</code>
+							</td><td style="border-bottom: 1.0pt solid ; ">
+								<p>
+									This property specifies the packages which are loaded by delegation to the application class loader.
+									Bundles can load classes belonging to these packages without importing the packages.
+									The <code class="literal">.*</code> wildcard matches any package suffix. 
+									<code class="literal">java.*</code> is always boot delegated and must not be specified in this property.
+									Note that the ordering of the packages does not matter.
+								</p>
+							</td></tr><tr><td style="border-right: 1.0pt solid ; ">
+								<code class="literal">org.osgi.framework.system.packages</code>
+							</td><td style="">
+								<p>
+									This property specifies the packages which are exported by the system bundle.
+								</p>
+								<p>
+									It is very occasionally necessary to extend the set, for example when configuring email logging appenders since the implementation of <code class="literal">javax.mail</code>	is intimately related to the implementation of <code class="literal">javax.activation</code>.
+								</p>
+							</td></tr></tbody></table></div></div><br class="table-break"></div></div></div></div><!--Begin LoopFuse code--><script src="http://loopfuse.net/webrecorder/js/listen.js" type="text/javascript"></script><script type="text/javascript">
+			_lf_cid = "LF_48be82fa";
+			_lf_remora();
+		</script><!--End LoopFuse code--></body></html>
\ No newline at end of file
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
new file mode 100644
index 0000000..b9e1a0d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
new file mode 100644
index 0000000..71040ec
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
new file mode 100644
index 0000000..764bf4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
new file mode 100644
index 0000000..9e7a87f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
new file mode 100644
index 0000000..7d47343
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg
new file mode 100644
index 0000000..e2e87dc
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
new file mode 100644
index 0000000..e80f7f8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
new file mode 100644
index 0000000..997bbc8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg
new file mode 100644
index 0000000..4740f58
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
new file mode 100644
index 0000000..67f91a2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
new file mode 100644
index 0000000..ce47dac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg
new file mode 100644
index 0000000..09a0b2c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
new file mode 100644
index 0000000..54c4b42
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
new file mode 100644
index 0000000..31daf4e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg
new file mode 100644
index 0000000..9794044
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
new file mode 100644
index 0000000..dd5d7d9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
new file mode 100644
index 0000000..14021a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg
new file mode 100644
index 0000000..64268bb
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
new file mode 100644
index 0000000..3d7a952
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
new file mode 100644
index 0000000..64014b7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg
new file mode 100644
index 0000000..469aa97
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
new file mode 100644
index 0000000..1c9183d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
new file mode 100644
index 0000000..0d65765
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg
new file mode 100644
index 0000000..8202233
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg
new file mode 100644
index 0000000..01d6bf8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg
new file mode 100644
index 0000000..0a04c55
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg
new file mode 100644
index 0000000..1cb891b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg
new file mode 100644
index 0000000..e6fbb17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
new file mode 100644
index 0000000..94d42a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
new file mode 100644
index 0000000..5d09341
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg
new file mode 100644
index 0000000..07d0339
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg
new file mode 100644
index 0000000..ccbfd40
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg
new file mode 100644
index 0000000..93ec53f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg
new file mode 100644
index 0000000..f48c5f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg
new file mode 100644
index 0000000..6624212
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg
new file mode 100644
index 0000000..a3d5525
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg
new file mode 100644
index 0000000..56614a9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg
new file mode 100644
index 0000000..56faeac
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg
new file mode 100644
index 0000000..a75c812
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg
new file mode 100644
index 0000000..7f8cf1a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg
new file mode 100644
index 0000000..cb63adf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
new file mode 100644
index 0000000..dd3541a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
new file mode 100644
index 0000000..ef7b700
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg
new file mode 100644
index 0000000..918be80
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg
new file mode 100644
index 0000000..dc43ba1
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
new file mode 100644
index 0000000..4bcbf7e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
new file mode 100644
index 0000000..adb8364
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg
new file mode 100644
index 0000000..8eb6a53
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
new file mode 100644
index 0000000..1c62b4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
new file mode 100644
index 0000000..4d7eb46
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg
new file mode 100644
index 0000000..ca7a9f2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
new file mode 100644
index 0000000..23bc555
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
new file mode 100644
index 0000000..0ba694a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg
new file mode 100644
index 0000000..783a0b9
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
new file mode 100644
index 0000000..e55ce89
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
new file mode 100644
index 0000000..472e96f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg
new file mode 100644
index 0000000..59b3714
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
new file mode 100644
index 0000000..49375e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
new file mode 100644
index 0000000..5e60973
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg
new file mode 100644
index 0000000..c1803a3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
new file mode 100644
index 0000000..da12a4f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
new file mode 100644
index 0000000..a0676d2
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg
new file mode 100644
index 0000000..bc149d3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
new file mode 100644
index 0000000..d9f5e5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
new file mode 100644
index 0000000..5b7809c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
new file mode 100644
index 0000000..4a28294
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
new file mode 100644
index 0000000..59673fe
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
new file mode 100644
index 0000000..6784f5b
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
new file mode 100644
index 0000000..cbb711d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg
new file mode 100644
index 0000000..e803a31
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
new file mode 100644
index 0000000..6795d9a
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
new file mode 100644
index 0000000..12c90f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg
new file mode 100644
index 0000000..dd84f3f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
new file mode 100644
index 0000000..184de63
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
new file mode 100644
index 0000000..aa1516e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
new file mode 100644
index 0000000..45835bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg
new file mode 100644
index 0000000..75fa83e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
new file mode 100644
index 0000000..f329d35
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
new file mode 100644
index 0000000..d0c3c64
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg
new file mode 100644
index 0000000..648299d
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
new file mode 100644
index 0000000..08644d6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
new file mode 100644
index 0000000..64ca8f3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
new file mode 100644
index 0000000..cf24654
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg
new file mode 100644
index 0000000..6d88ffd
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
new file mode 100644
index 0000000..823f2b4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
new file mode 100644
index 0000000..5c4aab3
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg
new file mode 100644
index 0000000..4a64a15
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
new file mode 100644
index 0000000..4a3d8c7
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
new file mode 100644
index 0000000..6ffad17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
new file mode 100644
index 0000000..abbb020
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
new file mode 100644
index 0000000..941312c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
new file mode 100644
index 0000000..aabc2d0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
new file mode 100644
index 0000000..07634de
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg
new file mode 100644
index 0000000..d31aa9c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
new file mode 100644
index 0000000..3adf191
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
new file mode 100644
index 0000000..1c33db8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg
new file mode 100644
index 0000000..fc8d748
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.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-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
new file mode 100644
index 0000000..7b6611e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
new file mode 100644
index 0000000..94207a8
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.0.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
@@ -0,0 +1,1115 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 381 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbU>u/?\'Sc)R/'d7B3!<DSlWlBUd:cu/l@nh]FfZfjMdb+rIrDq0Bp4r%0'IA&%dt(@'Z'Tf#W+kf*.h8r(h!tEJ>!AWi-#\T0h%=^0Pu##5ud>7b#P9R4ba:)*$m=7VD*<nMdbRYX6d'R2gVICn-7lqQV/M:FfED0b":>+!_Y6,38A.De4QFTln1qDg$^TsZ?,]V8]MF";8`s.=6BJ9l>l8Q$eG7tbpam/.)sA3*sqZ5I/bXtnpF@PaHN]l*fO;R]03Y5I):R2I;3EfU2e1j02?\3k.Bf@Z8Q1g+.J,eCu<3G\abC5R&Wl/16b4WL2+%l:AV;;ASe?rL[<jN/:I#LjsR!YW=%mE:?lUs=R!,rZ=fS^i!2ZoRka~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+>>
+endobj
+7 0 obj
+<< /Length 21 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iGoCd!WWA\!CQ~>
+endstream
+endobj
+8 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 7 0 R
+>>
+endobj
+9 0 obj
+<< /Length 625 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/h;/_pX&BE]".K#PseAE+*IdB+!AX_+`6)q;+&#;1a26\rJP-7)3$"0PsGmo\&4T'5T36B2?]ArH>T7)"%!$s<m6,&oo?o(.m0OFrr!!<eQ'F*\t%=ZXp@TBZpE$$D5U]a+o0%V?>;$tR$DXP:^OFK3O#sb0j@KMUC7Kb'c+Xhq#"L7CjbEf+ZB05.i6"3">@c6M8Gr**'1pT?n0hZVV!?pchE<o..)VjDX&6d2]IFh_]I=d8&Z62rh>N>s]+pr<CeBefm_b.@`0_5h3%+]LCb<lf&:1TcaSl=W/fc<+d;t\L7FfsjBU<uD0ENsMZ`bI.$@)&t3Xd_;=a?i$Q56Eu5ifeMHck+W3O`&)5WgI8q>2F5C)Qu8!cg)u9U&D>IKU8_$>02)poEQ=o?]3OPpa13ZP!s)=9s;52T!uOW#C1g780%B!&aZ%I7k*#:e#K.3N21P>bOP5s4>1br\m?!(:KHt`U[44/.TiGYQ.7BcQE52J0=$$[S8lc9WGTWH.&\c.@*6(/CN%J"n\V&]K)Tm6O'7ajO8<G`m(D+<WM3udWW!rEe9o\9m""9^Ap8jkWLbA-?qB=\[l,<&1]*:t/2Q%9+;4,B`9!L2n'1FVIu,F0<r~>
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 9 0 R
+/Annots 11 0 R
+>>
+endobj
+11 0 obj
+[
+12 0 R
+14 0 R
+16 0 R
+18 0 R
+20 0 R
+22 0 R
+24 0 R
+26 0 R
+28 0 R
+]
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 653.936 149.316 641.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 640.736 194.328 628.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 627.536 221.664 615.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 17 0 R
+/H /I
+>>
+endobj
+18 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 614.336 211.992 602.336 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 19 0 R
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 601.136 196.992 589.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 21 0 R
+/H /I
+>>
+endobj
+22 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 587.936 298.32 575.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 23 0 R
+/H /I
+>>
+endobj
+24 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 574.736 169.332 562.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 25 0 R
+/H /I
+>>
+endobj
+26 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 561.536 392.64 549.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 27 0 R
+/H /I
+>>
+endobj
+28 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 114.0 548.336 299.988 536.336 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 29 0 R
+/H /I
+>>
+endobj
+30 0 obj
+<< /Length 118 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\PgkM7K4?V3sY@Y!TKbAsoM_X?q^Z>_S$&\XnAG)2b08im]/oAX5f3B')Q2b1oWG;c9=S>XQ"$E<mR0~>
+endstream
+endobj
+31 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 30 0 R
+>>
+endobj
+32 0 obj
+<< /Length 770 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gasan966RV&AI`dFEA!n/V/0=k-U-rS^+%=BmXN?OH$J%"[iL3j*tEEYdGa`p2GPIG/)jO?ei]I]*B-LJpe?2c4'([JnF-g.%9*4nfr`L5<s4KISL0_6W4m+3:^e%d,aF[kSGZXGN^uC5Fm<qBT*AH&B&X05j0)=S5<D.a^\1`Pr.6!WoAWI&><S^`5>I%JLj5B$eaODp1j.cCom+l'fD>3d.U#mAL;Fpe<N1tpYp@H7&8rfYm6cY/P,K=biG)!oW"M?OOK0HT]`[7`E&kL[Y<B%H!/$]<;I-O:[9;tah"V!(0l@2Gb$=TgQRoD"L!?5B0X-=>n,f_0X\cl0Hl]b[`35gYqX+4N"rc,nQpfN<9)bT%^N_JJL9YYA;VaO78EguZ1I=(+e[?u3Na0+T8"\W!4ricOm@eTar-Z,O9Oiuf$7@[5!GJ$*P,(P&=1RIkVH^..Mm')M6@?l1IL-uQ_C'q.-;K!e5e\EWfra.9Z4>9@I:"<*V;&5h^[8N4kQU]]"WrBWC8i'*2i0C9N+g=\f4hG$OaFF#LK9hIQ+LeDO]WE9f(4:m25MDs3'mSZcl%9i0t/1*`W<;IQuu;$Q+&6=2-.p`k_$O*_fZpKYMY$NArXRACS^k;.^.D"Y[Yddc.eL<=Nh3,u6$&A-)tQm@"q&LY?niL1=>]En=t)*37j;NPW,%FK*\gR,KfIco`*LV>lM5#0cE\(3[Ksr^g`k`oq2411"9\,JR/2(?SaO4tl'aKo*bpThjBULg<&k!Nhd!aT~>
+endstream
+endobj
+33 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 32 0 R
+/Annots 34 0 R
+>>
+endobj
+34 0 obj
+[
+35 0 R
+]
+endobj
+35 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 347.628 596.786 368.28 584.786 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.osgi.org/Download/Release4V42)
+/S /URI >>
+/H /I
+>>
+endobj
+36 0 obj
+<< /Length 152 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[dSu$&#k<MI0JNYZ0f26t'O%#1KW`V;;U<SB#Z[FBBkBseRR46D-K]VDQ=`*m1cNf<ZS4[Bj'S*U<0iqU%TVd4_?BpS:bD&~>
+endstream
+endobj
+37 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 36 0 R
+>>
+endobj
+38 0 obj
+<< /Length 2333 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat=->Ar7S'Roe[d/&t,0eH;Q/IqrP2=4QUBU9Pa[Ug:dS$pkhU+=>_ZA8DP*F3r(;nf>%!K#C<o)$]mAFHCjaa;';P^(c$3O5d;Lfu_7V,h7Cg[[['\E@)FNV1=,,M1M6q*#*J(:r)Ia##HD,`1!8^A^E7i\]6<^5CUOoqs\G<84/KkQZCF/aa1BZHa5f'iZ8]IE=l(^@1&D/k"QsE@o=,C+(H<fP$\U7A[u*era1]HgO`*nrlb*-r*3SUXit1KYOPM-2o&pbH*rq[A-mdB".=[HB-M0j1Td4bdN\5&EpN`l?S-DM4=-q"W=T\GKJ8HA5hKs$%gL`,ap#Mm4slp<pY8rqEAX>XbRG<LjG#)49,gKEC4MO1!_3WCg"B3=>gIjh^YbKdBB=WBd]CPXPO,W6[>phMXBeA;O/X)"s/o;ge:lf0Hup'\(4@UksDp5P$F5e^^<)U2:qLli:U2^$>Y!]%TH'3\"Wn'oCDe!0C%Yi/CR!VMc110R7BU#(k6#=*D3fclAo61F%A33.0,i[$YLcteY(.R\VS^-?/FjJT,3k[pOMU0^*'erICL/fKm8G4gBq!$a;gZ_`su'b4Fg/9/2j=l\LY!$&b@:)k(:[%('!A,O4`N]g!mH9l3"[S6fcD$;M>2$0Xd+iR"L+<;iPX2p8LuEe=[Q,NEofQ`*5L[QkqN)<D-+hJufNss.-7V+uV'mC^d_UGe-AZISQ"]lbVAo2KR0[01O_XpQ.r6Ghp5>\aO[>fT%)4gO<p(ID1\A!eVlGEg4cC>0:+:L!qDAjH-Bq3SRO[C/$gH6pt,b#3akq:)5dW"dH_i+,nSL!<.G`1k,0_M`.;og#$K#@?4od&lWB(^.THJ/r[J:HC%t6's@*OMeBXgTPu+I!CC@%cFQ/1qFZ'a,47`7kMS*CZpKlg_?0(D]5SOCH6"L%,:ITLYdL,f^GIT$PmstVd$8:FF-lk>Dhfc*a@5`=hHad/l?BiJN\9AB/j!*LB;dB*1D(@=LH='S6Q%n+Fl$;\.P)'/]%W%giNPOC[+SrHf8XC:m>@dL)H".e0!],PO_lEq[<SVfT[JA2IC,p_hKQYGch$S4>fZFnHEI!W$B(of;T8kQTnGa:H+<n9r[j`),.rP_dAdQ!a<h\4ojku-Y_"d;M2-4pCDY9);m-:KXYtg]Qp0Sqb8NH589*^@oKI%-fX],?B#lTFZe'aZRNO?CE,Q>Fj/pXKOVTY[E3I85F[EjH*@@S>1uE#bHa/TgZa#GLG.CXje&@Ek^!=&$ksD3;)#GGB-Oql.5QfjZ1t1,iNrq(UT0ks7cTo15!=&0$PefbD+[bGDF]7@?9'FFaCmQb2l<iTor0e?*a/e1t567A@B_+Ps2@1gR1MF_M<b?ZI0$H&]IU@'1Q!>hrd)h`oo?$MJJ'A@PIVdGD*YL<GWSG^;BErh&#eIB52^C)tc$@W]R1:OSc%rV24#@ooYo]t%514t$16s[eA=;=iFV7M@W=QD:HhoDtPLVrF+KVSfE**UO1$*B*#cp^%Z_g:%d`d>.+Dm4><oEl:d.auf6AG\=o-G73N<-A9$fD=EP,M[O"ACFBhM7CmR!-i1OT8o7gHj2^qce,#;;DsP$HMg:XF!%ti7?(<l-<ji\f<hF1S5;P1"1%?-?lEb7=#tH2)$?iNDa,ka^:YjT(!R$,PO"d+\_=;W<>$WP$ro?(n7L+?\c-&h$2/)'_\P632[39,q)3CETQ/hN&"<01O%d6(s_OAkn0Dq61%r6:>m+1:d'!42V`&DV_-WC9"*=%2Xie?mVk%"5t0'C2</YOV&^Mp/-#nE';X2jc6+tR8AKKK,oH+i"%Pq2JOJNr.rZ*"*SAI,9"<mGO,B<>F4u>*+h+udX8T'RW2,+D/N3%.0%;=UT]]QCF5*XNET2)RER2<.*W$0J$ODGRX`"HA!qHir4`iu`'a]9P@"A1ulD#N-$p'G-bNX4=m:C#Vk>AONH#XeUJNZkW?mI*/*9)-mk%hM#&?-Fb^.feN"Q0,.T`:^1AX4lrG[kR"'PQs&;tsHc1eqA)PlJMsQi[_bbqJA&]$+mR;MUCMp+GRLQUiqc[/u[kQND:Mf/&S"T%#]:.Y5eiFtF,]Z<NiPS-4CUbr;E>`soH5aj-Jb3NWmL\m?s('%U(]C#;`\N,&P_QaiTA>*D\b*fTV`9Wm>&8eFrI`c5:TdQ,#Q4E[sp8LKf:+!'W=U<s]_'1FFel96/Un,fIFi%l(,XGh4o?UNh7b@BCq1%'[n/GB"ZXY$U!C'd)(c,;`u%Gn@)M3FnSH>WA;l+RO!Ea,F,s,D%U_kH*id(+2@=/*K*YPWef>J##tB])`=$*a@=*\b#%~>
+endstream
+endobj
+39 0 obj
+<</Type /XObject
+/Subtype /Image
+/Name /Im1
+/Length 382
+/Width 25
+/Height 24
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/Filter [ /ASCII85Decode /FlateDecode ]
+>>
+stream
+Gatn$+VKD]&4Lq-:;TFZ#nDYUi=T`S!eW`^l4ERsJ!rruA1;@sF:.BKrRpNaqek*ceP+jG@@lXj)#CrgSu2P2Z>A:h#m@_ORTpP#hRHqfrF((7'dLf2Y(dl8\J]^45gh%V8IB2P7t["_MUjm.JnFpJ4hPL`2UD!+Y!\Y`psh(hJng`$bHeE)UCP`15=S^+,H7p[Wf5,1G]mBE*bOKmPBoTs9C3Wt\fF8B;Eeih;\VDa;-ZGak)8`/WrAaX$e-i0fJ9.DD[X9HC%*-$24LMB[mf99P:rW,_qrr`XdB<Jm\3?APbodddSUnE,mu),<&:kB.Pg\k#Ke_+#01G1L('i8PS'P:N9V(>C<YLVUN9O-nYP!\O*(S2*3##)d^P5I~>
+endstream
+endobj
+40 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 38 0 R
+/Annots 41 0 R
+>>
+endobj
+41 0 obj
+[
+42 0 R
+43 0 R
+44 0 R
+45 0 R
+46 0 R
+47 0 R
+48 0 R
+49 0 R
+]
+endobj
+42 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 162.648 609.986 267.312 597.986 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.java.com/)
+/S /URI >>
+/H /I
+>>
+endobj
+43 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 535.136 151.992 523.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+44 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 304.308 535.136 482.292 523.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar)
+/S /URI >>
+/H /I
+>>
+endobj
+45 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 354.444 521.936 404.436 509.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+46 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 346.644 483.536 396.636 471.536 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.eclipse.org/gemini/web/download)
+/S /URI >>
+/H /I
+>>
+endobj
+47 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 285.312 418.736 349.308 406.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://wiki.eclipse.org/images/5/5e/Config.ini.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+48 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 372.636 418.736 485.928 406.736 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://wiki.eclipse.org/images/3/32/Java6-server.profile.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+49 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 416.616 279.918 511.26 267.918 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://wiki.eclipse.org/images/a/a0/Simple-war.war.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+50 0 obj
+<< /Length 263 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GarW2b79+X&4Q>@`@N1[$3aVcR]+VVN=0l[0M3"(Ub)uSh@be_A"#57G>;c<;L"+B$5"R-LoV?/c&3^O0="_o6^D`/iuCGh8&$RtTpM\[R+$/IqPH^e[5#@i^/N&!aY2@_p,,9=(VTf?3kJ$Fe.6E#ENDu\K.9`j!YW9d`9u)29ru.t:XeZ12#/j=AsJ0HV7dr=9t`)*N74c8).\I$:*uLXS:*$8Bcb<)mVc<HMYg\f2qNP3NGPHO"('hG=2K:c-C7q`~>
+endstream
+endobj
+51 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 50 0 R
+>>
+endobj
+52 0 obj
+<< /Length 3163 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatm>lYkjm&c]RpKjY&Q"c0_K6SC9_i9osaG=Zc+o+jgC(58jOg-W3q<mo^4s1Ui`LD$G3V"P&^d[]9Wo-T7]=,Z/nggZMXenVOqXeu?1D"si-?k_:8"%n74=f\[tO#NSVDd>*D,D"#>a*R>#9/lCi4qGgr9>@t8AZ\-rgo(aJ^eNu;3:SD43RN_LRb4m%e#.Z!I$X_tS*ctUYN<>;=_6>9/Gno114Ml+fmqEcAfS8+/.?<Z@@YKQKBlX();mQ,+J,NgDWNcOA$q]!rq5D>55&=pa*(!'\4-E\9`*/.mr.5:R6HC?<:?_+IZ\nQ$*bMl2Z;f2()>Voe`+?%)Q!-"eli@6,H`Tu/LQR_[[%JV0Xhul/=ZEpB>%LCMn^n$Y?KZXam-=hoB:DRMV#M>^4oh@RpC-[^`+us.1AnuG=Xg,*iZ=;d7P<e[?-b[BM:$8EedTQq#4]p/R=EYBR&1Y*%i/<rVSW4fs1_WELIbJ^;`WDB)UmuT"W'Xfaeeoh(HmoIUJ?_d^@jVfsf!"lCh#49A"a+\O"78m]0sRCYcE\^N)hn-#A@H9PBpB>j:'^Qc)`7:"mGXqfJCM@`Daq"pRb,NA'N6r&rdR7HsZ%2m]8+!m-#>Bb%hrrn<cG3tRCh^qS/`Wc9R^OBe0Vn`I^pcfcTY[m2$OdIpUHE6u)W3.s3EgP.EqkW7R:A1f&)oODllET1Oee<(gA4(F/3$!pJr,YDm4mXgSh\7fu>i0Mp=Y6kiGbfLs]A4H=1j2<"c"2&9k1S2L+#!smo5tTGM+13eFfmjLqj<G#ghj!qZZ:@ZYAk:.L@>]c1@4RePb-g#XqZN#rZ7NiQMB=0GO)Q9]`J?_$9M:6<?%=t)98ko"B[jW8,T3i'mY1%N*Z):o^gS/Qmqs6HIJ<QHRq6H?F65jcLjC*)1+KX.)_q2Sc+>*>#B"WDOltgJAKF<33MV6kWQ#5t>K91#a,bRA:p4m74MgdcJS80u%$a^$dSB](FoaZ+)$Gm(mTNHL&`:0oN_>c">Ih*^EE7aG#!Y@j+AsF<Ikrt>[Q&JfmF=#C$DLkC9]7s-@\-%eJSHW-TTnh/oq7^0'VphjH'N_,L&T^OB>T=742=/c^<O:)>29lXiQ63<T.;k1Ec#(1]tL5[^?gUunn)ZVe$k\@Ec^>LrbSM=Qr@.U`r)a.3EGW4&57%,H:33hH#gs#Tf#bIn/!Kl0R6r2N-7OA;sa_4I+tbh>lZpg8>ulNYB.JJD;2T\&tE<3.&&>cpZ4G_9hgeJK"15_p_Xui!aiulJ+pG&p#h+f02-.HY+YXhTe\'M0rRQp)\='p1\=7U\(V(!n1-m8R3&KZ7T5[AP_;KqHao=fbsIOCQp1PSCAfX/C.&k@r^=W'r#q.,_B_lD&nSU!T>G%bo6)'"d;mR97#UjmVhD*cKY[O"_SlqJ]>Tgo<jlrW@60$_6EH2C*.?sXWIf]s"83NQ)GqD)&iO82#Y%^eG%Kb8h*+>@ORkK0L(dBe-.X;0<m.27T*d9D6Tbh?&Ook+Ln4[BMf0[T>o8Ad)&!(;B4ViiM+Q!3<";[?`ZXt(90qM(<i[lH9'EP=Y8/,@,d:K3Y!ilCBGGGs[Pu<jnZ%i(kROAAN2uLL-G!SCr1!tW\\tu3nm0f]fGCm.>PVcl,9h:OjY>/:0*F3p8$+U1G8sL!kCA04[Ekfn)Y_&>k;`h1E54p3e75$Pe#4N3SEM:<]Ru5b'#N4"1l1Ta.:;&SU/Y^jJAhQdj43PKM,:__?26j%:=pZ_r$n/qa\rDbToKfYXFd-$5`PaiI>ZLK1Kmd1B_54@Xj0\qe0@k[V[i>;d5[sCZGF]L2'1"VlRj]H_54<a:4imd&9(#XWB/ERc`i4&_19]M#\:$oJ@I:'h'CFTC)4fh4P(G.>p#tN9RT1>Gj<]A`C'p(*R\k+LMKTK]?JUcI2V2/IV7(`*3).$7(`rn<]YcC$'R[s$'d;IR3H5Sm`Xt.JnqY(f261RdnhsQnG+bB[<nPeg4Z&G$DmQJl>'bE+eYju21i`gLSLp;l9m#9AEq1$kmX:kL8DPCEt_4OK(7NN0UZ"u.F,cJ$F:nIqYKP-VZr1gfNCMPEGE^*3>'G<?/iCn=Tm"N4qm*l&PTshdte#:Siq'o;[Lo_J)[Q,0j"nqCDs)8A>W'[hR%6hkd'e5MDY1+IbB>Ce2Jo3lkWCI>BLAKZIL77HV\`8M^XX1mH%d4+0BH'%B\1Hrq<T<kkbqR:91qi44-K.T'C,LmGeqqS_RaIP.bT>P/i!6aKiT?UM;0;;to0q>=0`X/(8O=2\hY'j_6Gjb<3A!S\GYI/l\;,mS:M-f>uKrpg5BFF(H19G\<)f)6R`em+,T*kV_<ON.0H?RgY^6Y4kPc3aq',E!@@N>P-q[fqERi/Z0][J8rhB93,'Z!GAXL$^&W=[ZFYp<Elp7a0`L+->3oA@cObH7:9-@Alg!-d,tK5(JZVmRR*9A>!`@7[QQi_$nHU>G,5cQIJt"BpTSq(*J(Vp6s*1R@ao$4/>/RKYk]TcD[P-Y70&J+Sl&AbXIpk.YeS>`8NMaV4_I0U2-ZH*dd!/bV;M'+%>BAZX_>=KIb[ie3boZJSu'^7>'!Q>!QHO-B[Ga15_:Z17s8>:4P(@PREtqsXi"p$+/aE]S_L>jroU/1?3YMr1=YO1V]sGJ_pMQOJ*(d<b<k28..3sdO%#@"nCH!\k]-JRX<[#dqbVIF].^qd@b$Q0=Q?cQ3NS1g7Z9&9`a.o)a[`AI_E-&XFJ/[:gXC\]rQDakV6Z((h0eB`8VFKMs2gY'>#OPn6+<Bn/#Gn=LE7e1p;SL[ksFSAT9:P3J9/Sh_>(:OZuA/1rJu*cp!]FM\NL-\Hu^rC=QhO*0]Euerc1WtQMX4s#)CPgp,Q+NAXUS-)+Tm+j$tY7)<8@ncIo'7D1:PTI",U'6*jRqKJ!N>RW28e.pSXF'/P6LP>SuLAMGL*CqJ545h/*NX/*k(/j7;$kI(%_koQXe@s(3Q63)W.&r1),gS4FE'N8$S^+;Ktd:D(gfp`B#RHIoa4H@"V;g%O.6,A0)O1M]8TmLIJJ%6U46^i9()[*-HVKPg*.l@QpSCa9K"A.-Z`3hBrBAoA3Ch6Is:XU),4\&J4.SLT)'kb6&-k;8o<5!Qn>BI)dq#,O1lcm%god#Sshkc\QMN@c<M3ZN6~>
+endstream
+endobj
+53 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 52 0 R
+/Annots 54 0 R
+>>
+endobj
+54 0 obj
+[
+55 0 R
+56 0 R
+]
+endobj
+55 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 407.604 602.936 531.588 590.936 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+56 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 292.932 256.383 491.208 244.383 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
+/S /URI >>
+/H /I
+>>
+endobj
+57 0 obj
+<< /Length 2826 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6l]9dY'*#[qKt^goCfn@mfAM0kOlh3!m<)^A^u[b!A_JJ+&m\A?fDg7hOsLPd;X<rf+BW>8n!W&ALO$A>qsMMGnU0=WS)'Y$m-d'WKtj2mL%$_?16Md.ZRMIF]_^pjd;.o>*4bR.=.9;=mJPShHj1)6`*oH:',&>8q:hOOCfn[AInb%4K$K;Q"lUP1IKHeR+I3bDA5sl;2tG%1^:VTBRSL3ZT`CeXPM"jOlr\_Y$gltL6]%4.6skh/2klmNct[p8B!`\@427UHM+7G:>1#L>kf:gn[b\7Vr+71r*6XSJ4r"L>a@4WU%Vh1&h0YS4Q?FC>JkBPg7mGJua3XC2T"aiCGMY6HQinZO9mlsLng#"diqrE!k:_=4I?"$8A$iOeG#0&<?5QZ^U<RcGNq+Tu?;"4a'lViTWJ,GA3)F<G5'DcA)ZR_m1@&&#I8.ltLD8LK76aFBZKAs'4d(hj@s+^)C<EiG=q+N]-TBj+q(9l1MV(%rSZ%t(oIqWFBY&"nh'i-/8&V%f)XLV[LuT)]^:-(+,1hX.B[R,No"G&2O>-Lb8&tn+ZW0,F+qeX4-9R`(ltauiPs!njN3O<E$KqNhU?l0G;R9gmTT-=g$WdLV<QU,5%nWmME/:-UcHu2kOKi@YN\s46R[R:J-u+]s/3hL=bOVO;qRG5VEfUl58b[h;\_Kf9R^d7&iWoBXZ^gQL0ls*@RLuT2;?FG_!!fjceY9Db'nE=*3Gi`?b9<nt3(%<;^f((1c/E,NYdFR1h-]@`UFZ--hWTXBT98Gei&FWE/"@+d7B!Vu][.mS+0(9<.4sH%Lo1n=b"4>Q5Yhd>=VV>BLq&kV.5kc8RVJOc&76e*-P&)=HHd=U*iCf)6N/*cL13N!5DZY/CUaL^p1MQZA&Eqf60_F4=`[+!#?ODHC<+?/X#ardA)*oL[]YR,!%a[+'L6/4i3IX69lTftrVcZ^,$IXbk\qlK6Hs<e6gY0p#:0"jeW.--qlm89P91EEVctGC:)ti<7Lt7QN88gd<OJPRTNrOm.a:[>&'PH)_Q18fNY6WZN2oQB86R'9>mg7#i[@i12#RFPVMdO[\Be`k"sTT\S\^?H?:^^,8]fJpBX^TrSAf6m6^"sQ.cEi6ksctiFG,d+C'0%'YAQ=pO-1PVI<7X&cp;J8Q83m@\c2*O`70NiR`>duaXnP4/Oe9<,0\g[5]<S\c]:Z!;I/+=]n/*+OHnF6CRdE&3*Mk5B.)2,Kde$M(Pa!Ls(WYc@';r.4_HpVI;#a?k,Fi].m=?XKS2D2k2DZq4s?cREaZ1sGlUt/Fr2BATm=qDl7mlCpql"<2NfY(,,E&Co#Bg26s%fL?FGY;5"GE$r'B62!WpJ/YO)dhYAlB[+in8#q!H[/W1S&TStif6"YQTC1g&+InhjL[I>HG:8?EP,pGTToJiC?\qM>u#b9uCbb)HYl&1Vn@]\>miK<,$,dH[NL`<0ftIXFO25SN.G#8i*(:k]cBGHm'>Tc):5kHr$'$Qp0tQT$i$(661CS)O:RJfQT9dnj$r%DuQg4(-RhBoH.4^cD<./02mVdZ,B7H*J3aC3G:*WTQjab/1AQda"bb/DCM@d4f(u#"^dag6jl)UZ=4X=tQE]Vj=824uh,f&\0=6?4IROXE]"QZAd*7CA([Op0A"Li1VG$Rb^S"q0iCY-rkD9TFEJt7Frlu1a9Y/pH<[/5-Ap1.B&]PW>Hor5.!S+.J?rB-W\j9f[,3M!S;A&J-R:q=bT_pELl\QUnb6ML9Nm.W`p"--X*l\A8WA)&s$RcYM'"i-e]?\7j4A00c+lUdn+9&eGQ:_N0A,:,Fk^c:>NF<RmMs+>MW(#nW86&k1e1We`?p]Sa'2MJJU9^FNdmiK>7pelG]250@-pim#b,BZdurY@+^6NaWVCe2X(]]V'.BB\oelON,=KTb3:+&gO<^4DtP_mM.=nfAjlUkD6H;*@`Z4_!i-FA'_*!Nb_aqGMfH(E)]hcAq_nokj-EO[J[PEJ6G_S>>Q<"`?6;de6;k4YCr>RX#+qO&)Kradb0/^^&"0K>4eL&r]QCiQ<YppCo9hc7iS<eb%.K7>g11r&3-H)OH!AYLD@LdP2&$7u7HobGF5JalXDY'G:,-97.<+2fVO039[?j1V7G8*_j--:jiFL"'D1.DReNZ2Q0CqaHLPG3>#?LDQcd0Adal?eiCs)I]=?W_F51[lDLNo/&Qu/u=Chpd-N\iua%:_(IabVkng$a\m#CL'jgXU'AHdN+98#2B%]RZoO&I:Mn>:jPnYUIH%[T5&2[LCqtXBjHrXG8$G2Hk%(!20>4+Q\l^A*Il"\J)*UB\,kd9?:u_Y%Ve/ngfN%''c:*o3;No^%U*4@$Xb9Ab/@OP@S2OFup2L3%bKoDsmV;)npHDrSZIB?GBb;,*,,W;M'oXJb..YVJoe'7Yu20*q0)VpMMc"f6_.:UQ/$0h!p9Y-rh&b@KUOSm"0p\!%d+G=Nk&er"/*SCmN<!`_01f2eoB*PQ5[l`_CBuFs9B/,"1ct`r@R.moHDNB1/s=Grm;e_M')NU@?\&?T*&]DjDrlMg?6cQ7ucCd3.bW7]Gqh,X>KR>YF_.6C?/02<4W`lUPqJ8Gf7aTu\Dp46JQ3V#8GJ@>IX\-DcoqY01+V82V.`[)k!rm49T4-W6aYmq/?#3o@68X]Hf#=D.iQ,))W&@d\Uo3Dq&,9auRq;AB0E1OiEaJq<cHl%C4M/E.WH4&I2e5Q:TXS'B96$D"`%Y?r9+4;Zd.%Tu4NYQ&P%Dp1QTr!P=8^adq#1BbAT-;*BphrJ6:*J1WX`)j_Nd)((`GX9^4(<;WW2h@S&]gZoHb?n8=:j)~>
+endstream
+endobj
+58 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 57 0 R
+/Annots 59 0 R
+>>
+endobj
+59 0 obj
+[
+60 0 R
+61 0 R
+]
+endobj
+60 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 91.656 160.96 214.308 148.96 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/http.html)
+/S /URI >>
+/H /I
+>>
+endobj
+61 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 259.152 147.76 441.468 135.76 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+62 0 obj
+<< /Length 3201 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6D/YnG(B3`/JYJ:(?.BbZ$ZFSHUIch->BQgs-;mmuXt!mf-Zh(f!6<3rhh(rN0'4(2Rh'Z*IEpS1cZu4u]UbE3CkFKP)7ReGANWYb@DNI3HjcN+^/&#%)n.?X5Hh6O.ZD9s`g#/q^V.4BpWYA[P;j)i=Jj?<CpRFqBqD"GGn;W\FO<5HI3$NRAb5e9ZC2#DoD:Z(A2tDd:Z>s\YXsI09OcF4^O0`Z0B=n@7/<>(`da!&cRk2?LY0")Q1QbZBY_`qq4(sDjQ^&(((qLWan.$F\RJf*#U+5<&SAk-,StBf7h?2j]#k>=kNH.pObu-?42#etiO.9G%"9iT2WEg@i^un]GaYA.G0"TtXE7b(:B$iLlATZ5`e8W%poX^6)53^HAT6oHLGr!Q_]k]>)I)66nup0sD2h:4N4n>4'P)T^+J!i5>!Oa9a7UL0BE;.gT^Y?oH4dQu%2@LmINM>V7V:?Al8id#X!na@j,+@9LpdT0-iO+p)^I3;Rp8JB]LoYNRoT!O%mD#_G9B.6^G>."L2;[b2%gf)na#$'p1n4iY%9L)PuMiD;S&&ANj[?K40t$ak6Q,M;#q9m51q'Uar"fp&4iL?9k<?R6T\1KAU`PA[EHFg>0&\.*4rTIO/>U\?6Nu4n&b/NC*(#hlUE24.Jep<gUE%,Lf3s0i$lH`DcODc/a))5T-9*d\0c'4T*X$FUd@TBV"qYuPG`An<5NdB]W>Y6j(I%-%G,n"*SMPZ]_:@^X1d!]U!oP,^7tc'&_)Pm$:/nUpAHkoP#bT7)F1";EM'5)m]J1?TDn\+_udp^ESI]dR*%FBj96:_^'5OrH($9BF*qC^7i0T7+<1aA-r(5F%2DAQ^`LDhUY7dk/f0BTXV"^G$DSa2c6Q]TrL+bsLI&'3R&["?*Tl(/[8<gHhrF9(-$XT8&IrLELp&:!A]l*!R'>U:'Xa[^&OtM%IVgQH,tac@7iAd]W7JBU@)!SNMjmCP/`*"ZLRoX4;;E.PL>4(M$akYFh\e/bLqA^M2dc!*9PWu1`V#F4`mb1^=Rq,i_G7OZIp,!h_9kM/`)3)mO(0%Mju:QF]BWN3UL0_ugetcLM#fV3@F$Qa,IXMbVK2)9g4nRdStJ+X`%YqmJUO<GN^i9o8Z(6!biPLn<^THLVCY(#0IoA]@%Flm]d+P]*s%sAU?m+<5.6KEjB=$1)H)ABhUG4n+i8n0>hB7*._mo\rYWQadZi(g*4]S<Mq,l8+AsT<X^)?gkFYY[W8L(BTX&5?-^^Jf*"LXqQ2\u"h2dV(s1C,1!$*;HTSIJKQo'^(.u)g<#<K"f`;q@mF4GXq0gDe=nOHIerT4>$Hp4(:!+8aB!)`0=iOWZ8.l9N-kN2M4>cOL0/iPaoQ/9!nVIGB4o1<YJ-XJcV>lqVD2PgAm"l,!1Jc_cMiqEl9&CW76/g:"B3E_%BmR6P>:*)0XHf.bDpnLOEYIHONc/:TX")Nkg?-D/m+(:J5+\Yrsf=,2fW0)FTVduGhHs"!dfG*XIf+[YP\0GYj0MMhn-(ZjQQ;'>]N)U_iG`d]2"9&;5"&qC6o1RnbbA]&mdbVH#^0SnM5&]1.nP92P$nBSIR8`/mgf\D+EX`Lk@;RR!nt5S%9pflO)ajthZhXN<j^jD^]-^JH^QiT5A!KE:9T-A%mk17s>VqLQ4AQ;F]t=&]o6'>D[QgT)^NJo4`Ips>WaXK(`mP+]oc+bd33Zm"ftS>$J\0m*1Lb\<*Wcmc*PP?S'PHp_GC(X_$f-iP@FY",X["K[o6gMf1k3B2:9mSfk/kaKQ"HQRSk42^cuNk9mo$[?M$9qUA,=sC/F5-!pr%7'o)n>4IE%r6KC*hT[[\W-K?5[&RfEBYb7/7pX'cjc`B3,UWLaA4kImnkJ.HS)S[:&,nhs-\an(<=<+*I6IdnUO"nc4pPP`$`bpiaDn/iEkc5%csJU>?,Wnpk*YOaYdZ+;E_qcsH!D4uP6pl=$_$@oFhFgfQMg>q6^SNh_<PX:()i;8l4*=eFEUVd?!0X"S*3H^2GZSD/Q`;g:E/=OSp8p7'SZs9IpAlU'<8N1.lL]s)Sp?6+k:INB5D+k;5igcAY!OZ5).*+G"A]7<$R6dAd_<tS1!C@#g(^#7[5oHY.LfSFE:GS#YI$^d6RFu5HJ6CZ9/IOG0K2%-Q_s42I@0*V,jjS@6#-4o:6+:r?J-2iE*l.OZ,P7@X=nMea^s4'>MO+KF!C2P"D]V@n\0AmSWgCOI"?f9*X,.&I/Y`SY`M.pM(-MiKVE5JEi>t0IZVCl0,TKnP232N`%P&GOf%?Ojb_(Q!)-'HE?lmWmY8BqJJBfXcBZiH3mO/-kO@K?8dKOrdDiLK5PqZ=U+S&pU/:n$2VW[<Qe:B3@[3YDV#V'<r&Oj/],/?)%S8s2b$mQ?Rba(PZaV3us>Ej(q9HT\FL8eq=,VDd'Y_J.`>D+(d-?NR,P&Q4EcXAdK&1,/%R`&-leC/fO5&sF925?qh*>W)WCTd+tdG-m31@E%T4fZ<aL/.tk*ZI>e1rmXZ-F)RD_^I.&-=M;j5cgL,AIeBjARTuG+T/Hh(aEWWZh8$8@l_M'O(IsD_H!)DC3?eSKUrtg,[fOUXC1NCr%lFF19K_Ini9p8)M)`pHrWc<"AJWOh25d4OBDYQj.%HV"Uo/*(nbSG']q`SS^G@j!CN<c!gkR'oRA5(6a%mKMNj\:mPr.&WRV+Rk!P3#dD$CsKDN'/(uN(C0uNjsWjt3(.1E+,+.ohU5GWeho/`'X[iKoej\Z-hTofE'AWGd_Ru\b;PrVs^+<"\(m!5.<AL\L_0;iBB&5_p3;*A1T=j`U9jgpOM,5=0`"Uc/:-B'p:9N]M(1+AYLR;32Iq5ERVAM+`PLe\e[ZV%agS?@P8K;W,dRdi,M0U=D?(0:'Nc^e$#jM\"nZC<ojI/bUr*7pS]_l5:Y0rZu9j6MP6's-$!s2rmR%L20<#C<X&cH0`N@+\/S5gFUEXN2:SN`ai6M[:]4I83<Or$IDRiH[')mf0cLh%Mh61JcJ%FV5t94Kc!T(KdL\ARY4Qln_asn`Gq'/X$:S1oC)AefIU6$m3V<N7"G\#<?Lj_'Fs]7O3p0]3Je_".)YLD0IPdh(-(aTg8)j"@C.Aru`ZoU23=j80<Q.0OV$5.ID<e?"i9"N`kZum8M:m)!!:/Q.lXXq5#:Eq2,`>L7`Bc?`njm\LN]j/&&dR+KoZ1rs)Au!36~>
+endstream
+endobj
+63 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 62 0 R
+/Annots 64 0 R
+>>
+endobj
+64 0 obj
+[
+65 0 R
+]
+endobj
+65 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 281.976 681.535 521.628 669.535 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+66 0 obj
+<< /Length 2771 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6hf%7/&q8/6+lmA3:t$VfT0QfB]%7^%liOjYMd9`b*Yb)=F=0^f8P[_6r^N%scVUER/*TE2RGZ6/O#'-5Q1t#3+7=(H^2[<BE?70%_f)/bI#i7p'V)_^GJ#&/Og>V%&)V_/WLSa5J)@m\i$*[nJ/^a+4G!$,gN_??\]<]s[j-SG0]%)Z+M`5L-);^7,>=o!+(H[/_R\R\\1euJ_EXCm+<i2oK(172mWZsK5MZ5$r5ZAJg_fcPf*=BD*4^+bh^KY<'0^#k_O$N;T/0J#G0,3*k)[25jHP!'o)scLNoMOm+:d-Dbp5d:Qge`h,TrXY/3n4mij'tu1MF`.o-9.]H0*.Cfu5.seUOXu<Gm*G1069;4QBNLLcLHq7?0pE0_X\QJanLN>O7Qb<b6/U+q.TPK7P#G=6^C&5U4"5p+3#_I*JuXB#B-b%*af8%)4om#g>Ud&Bo@]-PM59WiFJk?`]05Ri6"_R"^u)9D&!Co@u8M'?9dZl?&q]6Z""_E$dHl9"M@G#MW@PG7BjB9o*TV;Sf)"G>:VM982?Jo4ul&'a@fS8Jp[2ZY<kC%V2"8CWU#*UC^)rLlf/p:08Uu#NO?MXn"q5,:-GNc/1!rW3-LK+4-I=jcij*\t`D3K]"SCq&9qQj4i[p^[I.ddSU94I[(m2BsE%km.T`73^r&j^dY@WVq_Y./R/B[iY>3*&YG[b(qr*OYX_P%`ki'XQm"\[C=`A$a8%Gh)*U.:#lLuE,7npXq(ZN$5+N^)"Fi_GOn#LN^7LO*`5j7X7_P7ELcj=6k@YaM?]],8r!HI[9@l`EZWKES)n)d_qr1&0q]a:gP=PgrZQBhOPNaG<_KGk?5ki0X8MN=*#lMR3,8^fh5VatSV\Os$W,,`>YAK`-7@$uo",AO3kY[irV#14]auAAs`a`cW@j?Q+dX7frfi,T-Xp^q5dU6;&1]@Od*r.aq!_d,"L.&rS$WY$)P:CX^2.Gj`.&(G9M0Fk)S4.IIa$oKaC4[Qu9s/A$HVKU$9/XQBc$9ag`DFkJ]*Ne0=^lTE$O5nG?qBMV!a8*4:0p<^"Dp6:"1<mfPX,DFj4`M?4eLh+hgrB+2YTE<\)q/BK7JirUTjJgYQ>3k]C<cMgEOguQaYWANuecK1o&Uc_+%Gj14;Ed)OoA*Bn#oS1::%@L?!1YE20k`+fbk=nVFjMiUdq2PWq^V??b)@S38Kme7$TGlUS0SS,eFG5O'mFHsde5$sT^4m%U`K%gi1%>M%"nXU+[U9oS$0q"9u9KNP0qQBV_jR[ehT9V3%tpir-UL?9G^(3j9!<q0"p#E4P2^*""c-+eR`,m2?n7._c=Q`gsUA%bAu?"FjT58;ENa3Zk/Cp4!696'fYACoj<?h05ZLmU9/jJ*!gWnTYO[&P%o>b=3tWYL;0:"Be-aM'4`bDOLP1FUf2#?B=8lNFD/M$E,HqPH8A.HIH\oR[u=8oX6`,"_c^1fY5*+,^b);^Z9[OVKt-f18EKmi<IJ=.5FuG8K*kGJ8NHDIdg@lZm?Q#;Ce$j$A[u@kg*fT\N"cke&n4]'Jl2)V<i0'r8`3pW;.S=81/<%B'/b9n^(af\KpG[$qn)gAjZimu-!_WGR#?duC\Qg=b+HW1!/62rS%-G<d@`ruuSmGLhHo*&bL]'Bbn)EA0M[\iShq9;qOTXcGH:+5Lnrb+!Q32W<mITY(D*S7d2#,/R^;<g>.A&,R'Sdd0[QKX&,1E-an;EsiJ$=&cVLAI4X^ccL7VLp'Xgpl[`h]Z9r/>c#tmfeQJ#m46mGl&@k5#oTC1k-f\tE,-oBh7'SsF)0X>TPpoUT&<:-cH54Yf]=iX4/5U\:G/Vj-S%`Ql$B7Q!Pa1Im<<)-"+U\+]=sdh1%63VM!nlflP:MpRAe;"(CGO(%8WkeLMU"bGOmhop.Yg^bD0]=.3IubVfDNO7j`i2a:;%j='-tY0_,la9/Y9p8?DCcd<J@Wo=$A2W`!%akQiQKN8S5+^r*CYZKGqF5YU`9rg;j19&*Xi_i:dP'PQ75^9o*Q47+WY</Vo-?Zn=)FGg0^^.u/:[GVR>E^Q1ll5-:5Xe!!10l0i0D.]Z&DNn-hDsGs\r/SKNRoIr2=erm[2/ZWS+e,?!c^#RQpZQ9$.WT&#)D./Q,"0B_>p@U4nTZ<&M`khMI$Z5=YUXeJA=mKC6eq-($TPea2+j3Gfm2f`Pg`/a7-Gr9G4;nqFA]oNq4Yh"Gkb%nU,`7DK3Q'hAe=_X^/(B6PDFL*-UGOLL,QW+3+"5`i$KMV5>E)DSR1-B.3CmLnpq+CfO"0,",6aC:\oJGiG.c<h\k\9r`%rD[pIjB(Ncm/;TT-8J*g,)W,`%jNt8o78YsWEG,&"'.;8CV`oVMgqp@l8PKdQcKG""8kRMa@Jr6c=1Lf>.I0kbfh:W:7EJr;XV+&;'Z:7,h'"e*hWh/@Xj2(]7cT"IgF0fsUM!lZBe[dBUn*e???#seE'ug37,?j#%=;h@Q`UR%pd@8hJ6qp,>K2Y>Ypu=h]CRN@K$L0Jp/S&$pHF@p0qpGodYQ1lg98^XEF$5u=#NUV]FT$lO;to@P\hp*Ml@b^:WTlj='94$>=8@U/MmM$pQZ\I-a>XE``Q"8Eghm$'l1h9OX]DX-Xg[2&*oJipoQu8Ri7lr\UgSgJ;*$ShC&alHP/-L9KWYg^I8SSfVDR0U-)u9>)`jKdNboijZA2OHmEJ%dIWcAsd4+n9oiT_g.age2!=[of*V<Pn1kiiW.#(8)FPNc]\ksf@?H<8V&&$#;'G97TCB6$4rrJn_-):~>
+endstream
+endobj
+67 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 66 0 R
+/Annots 68 0 R
+>>
+endobj
+68 0 obj
+[
+69 0 R
+70 0 R
+71 0 R
+72 0 R
+]
+endobj
+69 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 397.944 423.071 513.24 411.071 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
+/S /URI >>
+/H /I
+>>
+endobj
+70 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 78.0 409.871 166.632 397.871 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/default-servlet.html)
+/S /URI >>
+/H /I
+>>
+endobj
+71 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 421.224 371.471 497.532 359.471 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+72 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 78.0 358.271 177.996 346.271 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html)
+/S /URI >>
+/H /I
+>>
+endobj
+73 0 obj
+<< /Length 2226 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU48TWWE'Y`m7nB`%#1GMQ)"IIo,e8j#PQH#B8+j"gS$'Nq=Ue47&r9sNmiW001,op>\)"2eZ^:+*G(UKSkG<AK&B<dl8c?A>10)Tuim(up;a!>3#Ze.?HSh5-F\b"'Kr'%_ubl40@gRM&`cHPlB&d5F#+rkdp*RBcPF/*.iF'K@Jd!9a$B7J3507)StlO4+*&>\mI+^*L+C.^`CpSQK$+>a+LLdD^Z'+ff,K.%4,Z!SeIS%T^s."`X<.N:Ze!df]C#f6br%YDdU2atGP\#1uAVF>AW>/^_pJN'ED,d(t@43W[Ub_#EjpO^KA:LYP@Ofs'p@(%h`E/TVWG"MA^\Yd#Oo!:a`XMh.3\6lIdcXKKpa3=6?#c'E<J:ZAdje?S><RaXo[*gZ3dij7E0g-V&.B*sA.)+G\X[1RMr(11(!+,of/d0D5+:/9Ec.F;d7;8D$GBjFP"<MdOC=d<'X'ZPtlC2'p;6@u_.1i>9ob$m>Ha29NH!9V*s6Ek8J#,^,</EL/&#/(>BDHmQPaJgL\_<nU<\CNN@mLJ^Ta.)E_e(8Vd_-D-XK41g+#:]ZpD%$g<I?3QK.)e[W/+:O'QA!/Yoe%!T015V-*m'&,qE2]'k]EnQ5,HQ@'a=mBWYU^[Ds:%T?`@aGs(^m8OZB`:0"4+LjTS0b`fa82TYHO/GD/5\nl+F'F'LT*_NO;Q*cPKh0,VF'XcLCq>L!>eXPWeA8.W?Tl<2(SnsQgG5V2Aj,l2?$lXn*k9`+^bH@e(kG$ok2O:FubglV7/WZeTP7+c.A*Bj=P9)ih:H>I7T5tmT?s+InjrekJA2(5%@k-elS-WFl!nH4=F,8G5-m(iK^@/D-#Y$%g?^`1U@kKS8/#@X1,gW<u`%Q>,s8)-#]A&h+^RMAWS2$$jmIaI%W"T^+g0.[lKD<!oB.9`MQ>$rq*/pgi_+1au&r/i?G'1W'c8Z=[?e]7##@.Q%VFlV6=ZuR1np5+l-+UQ;NSKWj)X9@8@J2-B`,_])Y1ha3PGJWr_tc+^n,FK]k^\EKZ5nTY(K#>-V@Ok8>:e&YM2"Uq'D22`5[G`!"dBF+Lkn2C5Y\$UkT"@K_2k"UZMbrZc.=D?OlDriE*#8j9t1=-prM4Kk`UDLhs&YYUc[<6['!n`5VQ=ug^8jBRq!Y!n&bQjM&-qK7c(0s4<I2&,K7o9"FNb#]<`LJ"-fsXU6skta!,10ML]gfqV_oPrV@R#8+rH)mQP'jR'Bik^+6bn^,QII5'Us/2lp:Y?]c<O!1:U48*:&-W(r+8;')i,]%Ep+._e4"e1eC'6^b!m[D^^SIFkn"N]3jCH9ZF'9.K!j<[;HXRQD,i\ZK>u+2fYb4=QD_cAS.*.*!)bI%eBkWs1W(_)kY,7J>[f#Y?#8`^>E_],SUWS487A(IfY6SZ$$T;4@uJQ3C7Ye!Bl4ePnk*0[7LH;aGa(lM]K5mJVXLRnokXkRsbNf(IXBbUg-oKX8_3/lnm`aO*"$P7%?)T,>XW/d'F!EuQWClk/N.XVHfA)C(1Z#'UC,=j\jF<jWqjmdF'L2(rCFGq@*f-6gs>K^ecan=ZM;:k.LCc^8DVV1,UJM.BbZ%(4"p^u"^da@OcS=,PI8%Jn;JTR,b@KLS>^*>L`>(Rk_J,\8br:fW')CoT.?VW]i(6[!/l"'&Y;P(D`M-md8[DTNMel&9l*(>\dG\sB='hSof8=)DTPDQeMkMP3Df>_Djh.>>***i?BP-mis2Ls<hL:B2&S853<6IF#TGDdu&IFj^6o=+ZeucaH[U$b&-?$F\\]=X0p*hTWn-8be8ZbRe+5T#A\C\`QHmUE2inI79\knmYu5NH>oM2M:!tr89,3%Up'\K?ML,E4=6Sn<j'S_dQ)\?_pr;PGXZcSK(UfSM[34lS)Aeo5f#a2*[qK5gG_u6i^_]=21T[QiQKWEli[76pZR7R:OmKkl@iE:2:k9BEA/Gq'6HL*C;saoV0F\NRe/#qD@hJ?T>0+$k[4cS8f/H(K`dj,)bPeVs3$J7n*QuQ2j`'I$sTu,$)T-T*?>*hoS4uoFFAuQ?%2WOqo;?,\]7dDP3*">PTGj@RDakXjl&<aemT\=p`U*ap'RE/[k@^dNX+uZp$!S#70``Y6t189HHTaaXTFfaptpp].sM06YH-u7bfCkBr&t$ekrVXqPYd)Fo2VU$DBR;57bQo5Sj[<fQc9\$&+%K,QSh_52H3Xqs+0hQLpoe_iesErrIRu/h[~>
+endstream
+endobj
+74 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 73 0 R
+/Annots 75 0 R
+>>
+endobj
+75 0 obj
+[
+76 0 R
+77 0 R
+78 0 R
+80 0 R
+]
+endobj
+76 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 111.66 707.935 309.936 695.935 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/index.html)
+/S /URI >>
+/H /I
+>>
+endobj
+77 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 392.256 707.935 502.248 695.935 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tomcat.apache.org/tomcat-7.0-doc/config/context.html)
+/S /URI >>
+/H /I
+>>
+endobj
+78 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 401.992 185.707 535.96 173.707 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 79 0 R
+/H /I
+>>
+endobj
+80 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 401.992 164.457 519.964 152.457 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 81 0 R
+/H /I
+>>
+endobj
+82 0 obj
+<< /Length 1922 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau`TgQ(#H&:NH>cpJo'U1$GeUnm^`8X!uu1eA>c5uA="/^lTs=`edhn,@`*pRs.[hBHX<^ojLScC>ctjc#h8DP"Q$%eYYDXL:'jZb)ok$U</"5.hP+6in,aX+U$@PM](0[I_o.0)Xa$IT3T/4q'*%]c%s#R67F3aZ^6=NgVo-XO&F=hW]-(rXWZ71E_R$6ld1A6psj["8_<Ve"8k<rT3.IfVD`b.l1=API=7TVn,sNcP/;*KnAehgK#\Z%!Yh*T.08t9%9D*$flmW5*rh&OKcrj[Z/Gi9WuuY+VK2K9p1m-:3Yq%Ea9o,I1nEN$('#a[oIQ]d(kHm4FM@$=mqHe[@*A^S%n:]BQX+`Tg@c7,(q>Jj(-<chY_]kI"`g`M&af''"U@\6`D2Wi(_@?Pmc1NqablBJenV:if<Lp6<h,E-16B=:=NdT3bdo.p*r%_F_+l5:-oOLZ#4(G0TMY>L6_l?%!S?1OZ->;A">Bq._j=&ekYe_,sH7;oE,`M8$3SsEUg^8)AfAK!^Rb^-JrOC0%3O8Sfj#^K9:46Vol8e)&ogf0K+]=I%%+2KHeHjPNWudT\0gIH[OY-dpC)l(@K8H9*t(R>,<^l_Ao5N`%jn*E4P*7]YQjDMB5H>;pC^:HQ6M53d[MKZWo8"XCf%0rf@r]J8cY*b2WntX@uQ++Cm*ETTUM.:E4@K2K06>8oZce-1<+12Hb1MKsob4O,ndh-]-AWMc&q[Pg6X=r*]1h\M-g,k`1UJ2Nl5,GF--INNG;5nbm6f@(P"N0#*Z_Js,_#-KX6GCXi56#qSL<FK5HpTG"OlQ!Fu@*^H@)Pn'RA3L!<u%Nc=9ZaTJ<BW\b;%BA`Do(Ku'*hKG6d_'mM)-C_^Y/+]/$h4Td9s,i[%2<02Y_+^K/05[U-3TQsV>/5q%'-3]kb4E&cH(LU4XT<"NQ)EahkBl<_tuBrhqTh!(58_=\/:dSD0U-"EMYnX<(Y=C#E/=3h9E@UCJq*)@=[DpB!&<"AMse^F)"HK=2lFZ]ZsZ&0B3+0R+#@Wf,3?]\=`6['\G[R>$&/b9Oh!J-l6?,Fk#/AduiHYSQo]u%&d=$ph(#"?"BTdcjQ)&nUQ:D\:TkJN,[BeaC+3b1X[dbrB^&o50=^aKMLni+72H<a%)Qd"/#+eiM2$V9755eHC9iBW;=t&8Qc=MTC]=OHlO;@*Wq-7[M1"AOd_$s<DD&a'H?8-4#ma*Zn+FrV(tXJbH!eg@)kI^p)I:E2_t@`G7ug`WqH`/ksZcc3Y[F5)r/ln#QYFP<%V<njRJT;fsR[:7-=;%L_0?6"X6<FrHui)@u7QniZfCEG-)C@md*\,*doVrJ<I,=!T)n\i<>BV9%7)<iFoNRQ8rL_1/E"X3n<815"d]!J/Rb/9#rqar#paU0KO1$aX3;kMB&]FnK*$*e*4!PoD+KW/UBOq[Te/U(@f;nieFn5ReJHqiPSF2a/<n$aQ+TgnAUl3Skn=#7A\?*2QLILYX=9A6Am%heTlGcdNLc;pbWm%^T2[F$#`LG&J%"JXb&>He;TZ?G__ha7$eE5J"G[>K:a^X+^9i8810lb$o-->-L/F[];?0=(lZ>&DoBoG8d:Lrp+$Ih9<[f6CTism`:$O$ql3*/2;#kW^%iFq9\Y*&j)m7dj-GAf_Q&0'R5gLXs4'Gc_^Yk^.^:,anER_a\2NKTWhSHiLF60B[s/Y/YWd=l@W$AC.m,HNNNkWf!6R9<eHP*tp+p5lpO!fKJDJpl@*>2@Jj`\U%Os&",HNAp$]B4^d^\RWpB3dR?LNKn0l;?J?"bWEL$o>V3P/jnc/FNS^_#]CnR&iI6=AQlZP58,_TnkD0L)"Bi'9-okkI-0)[6_cqu0:FObbYUL'h/M,AaAi\M,3/(pPB2>O'Hm3mFN>&2+ZKaeqB35llZ""lA$iG4uM&E:")~>
+endstream
+endobj
+83 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 82 0 R
+>>
+endobj
+84 0 obj
+<< /Length 318 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbU]2$7/&4QKpMCFa@@;#;q/I@dG;=JO[-kN[/(Q$$B$N?Xeg50Wt,36np^#u!C>udo+e;)JV<`,WH^kCE$YeH2`N<H587Qmd%,[!Noi$2YUP;=2@RK&.*f5pqXblW[a=TQDEUQ_d8p^o%5i>d#sZH:?Op[U3BZ)"BH2[Eq3#bp^)6jF-:T\@3)iZWHV3pj\Kn-[_%<63?Sm"tUjBt3pI]r=6R;nLenh=d'p*`VLGqs3QHFa$eLC?L@o(>0G?_KE>)g@\Nn)`B;O.rV@p5r:4>\i([$5?*=ghc"f-?9OX'Q&MVD<FgRZ`@ZH]~>
+endstream
+endobj
+85 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 84 0 R
+>>
+endobj
+86 0 obj
+<< /Length 161 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Garg^iR2p+<A68X1Je?Kj"aG%k;$!j!('$V;\Pgk3KQ'Q[87.N<J]3[1t#?Z<=&,H.kra\W\H=t<>A]->(j'(_G\_(g^$oNHYI(a.[i].SL3KF7[@Wl.s6i2N.D0M-tkU'kG;aeQPLm5AEN&@[CV*3!<CK".sM~>
+endstream
+endobj
+87 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 86 0 R
+>>
+endobj
+90 0 obj
+<<
+ /Title (\376\377\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142\0\40\0\125\0\163\0\145\0\162\0\40\0\107\0\165\0\151\0\144\0\145)
+ /Parent 88 0 R
+ /Next 92 0 R
+ /A 89 0 R
+>> endobj
+92 0 obj
+<<
+ /Title (\376\377\0\124\0\141\0\142\0\154\0\145\0\40\0\157\0\146\0\40\0\103\0\157\0\156\0\164\0\145\0\156\0\164\0\163)
+ /Parent 88 0 R
+ /Prev 90 0 R
+ /Next 93 0 R
+ /A 91 0 R
+>> endobj
+93 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\240\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
+ /Parent 88 0 R
+ /First 94 0 R
+ /Last 95 0 R
+ /Prev 92 0 R
+ /Next 96 0 R
+ /Count -2
+ /A 13 0 R
+>> endobj
+94 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\240\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
+ /Parent 93 0 R
+ /Next 95 0 R
+ /A 15 0 R
+>> endobj
+95 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\62\0\240\0\101\0\142\0\157\0\165\0\164\0\40\0\124\0\150\0\151\0\163\0\40\0\107\0\165\0\151\0\144\0\145)
+ /Parent 93 0 R
+ /Prev 94 0 R
+ /A 17 0 R
+>> endobj
+96 0 obj
+<<
+ /Title (\376\377\0\62\0\56\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\107\0\145\0\155\0\151\0\156\0\151\0\40\0\127\0\145\0\142)
+ /Parent 88 0 R
+ /First 97 0 R
+ /Last 98 0 R
+ /Prev 93 0 R
+ /Next 99 0 R
+ /Count -2
+ /A 19 0 R
+>> endobj
+97 0 obj
+<<
+ /Title (\376\377\0\62\0\56\0\61\0\240\0\120\0\162\0\145\0\162\0\145\0\161\0\165\0\151\0\163\0\151\0\164\0\145\0\163)
+ /Parent 96 0 R
+ /Next 98 0 R
+ /A 21 0 R
+>> endobj
+98 0 obj
+<<
+ /Title (\376\377\0\62\0\56\0\62\0\240\0\111\0\156\0\163\0\164\0\141\0\154\0\154\0\151\0\156\0\147\0\40\0\146\0\162\0\157\0\155\0\40\0\164\0\150\0\145\0\40\0\132\0\111\0\120\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
+ /Parent 96 0 R
+ /Prev 97 0 R
+ /A 23 0 R
+>> endobj
+99 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 88 0 R
+ /First 100 0 R
+ /Last 111 0 R
+ /Prev 96 0 R
+ /Count -9
+ /A 25 0 R
+>> endobj
+100 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\61\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\105\0\155\0\142\0\145\0\144\0\144\0\145\0\144\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\123\0\145\0\162\0\166\0\154\0\145\0\164\0\40\0\103\0\157\0\156\0\164\0\141\0\151\0\156\0\145\0\162)
+ /Parent 99 0 R
+ /First 102 0 R
+ /Last 110 0 R
+ /Next 111 0 R
+ /Count -5
+ /A 27 0 R
+>> endobj
+102 0 obj
+<<
+ /Title (\376\377\0\104\0\145\0\163\0\143\0\162\0\151\0\160\0\164\0\151\0\157\0\156\0\40\0\157\0\146\0\40\0\164\0\150\0\145\0\40\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\40\0\124\0\157\0\155\0\143\0\141\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 100 0 R
+ /Next 104 0 R
+ /A 101 0 R
+>> endobj
+104 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\157\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 100 0 R
+ /Prev 102 0 R
+ /Next 106 0 R
+ /A 103 0 R
+>> endobj
+106 0 obj
+<<
+ /Title (\376\377\0\103\0\154\0\165\0\163\0\164\0\145\0\162\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 100 0 R
+ /Prev 104 0 R
+ /Next 108 0 R
+ /A 105 0 R
+>> endobj
+108 0 obj
+<<
+ /Title (\376\377\0\104\0\145\0\146\0\141\0\165\0\154\0\164\0\40\0\167\0\145\0\142\0\56\0\170\0\155\0\154\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 100 0 R
+ /Prev 106 0 R
+ /Next 110 0 R
+ /A 107 0 R
+>> endobj
+110 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\164\0\145\0\170\0\164\0\40\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\141\0\164\0\151\0\157\0\156)
+ /Parent 100 0 R
+ /Prev 108 0 R
+ /A 109 0 R
+>> endobj
+111 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\62\0\240\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\164\0\150\0\145\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153)
+ /Parent 99 0 R
+ /First 112 0 R
+ /Last 113 0 R
+ /Prev 100 0 R
+ /Count -2
+ /A 29 0 R
+>> endobj
+112 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\160\0\145\0\162\0\164\0\151\0\145\0\163)
+ /Parent 111 0 R
+ /Next 113 0 R
+ /A 79 0 R
+>> endobj
+113 0 obj
+<<
+ /Title (\376\377\0\103\0\157\0\156\0\146\0\151\0\147\0\165\0\162\0\151\0\156\0\147\0\40\0\117\0\123\0\107\0\151\0\40\0\106\0\162\0\141\0\155\0\145\0\167\0\157\0\162\0\153\0\40\0\120\0\162\0\157\0\146\0\151\0\154\0\145)
+ /Parent 111 0 R
+ /Prev 112 0 R
+ /A 81 0 R
+>> endobj
+114 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+115 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+116 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+117 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+118 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+119 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 16
+/Kids [6 0 R 8 0 R 10 0 R 31 0 R 33 0 R 37 0 R 40 0 R 51 0 R 53 0 R 58 0 R 63 0 R 67 0 R 74 0 R 83 0 R 85 0 R 87 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 88 0 R
+ /PageMode /UseOutlines
+ /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 40 0 R /XYZ 85.0 726.135 null ] (configuring) [ 53 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 114 0 R /F5 115 0 R /F3 116 0 R /F9 117 0 R /F6 118 0 R /F7 119 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] /XObject <</Im1 39 0 R 
+ >>
+>> 
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+17 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 589.786 null]
+>>
+endobj
+19 0 obj
+<<
+/S /GoTo
+/D [40 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+21 0 obj
+<<
+/S /GoTo
+/D [40 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+23 0 obj
+<<
+/S /GoTo
+/D [40 0 R /XYZ 85.0 602.986 null]
+>>
+endobj
+25 0 obj
+<<
+/S /GoTo
+/D [53 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+27 0 obj
+<<
+/S /GoTo
+/D [53 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+29 0 obj
+<<
+/S /GoTo
+/D [74 0 R /XYZ 85.0 337.335 null]
+>>
+endobj
+79 0 obj
+<<
+/S /GoTo
+/D [74 0 R /XYZ 85.0 141.357 null]
+>>
+endobj
+81 0 obj
+<<
+/S /GoTo
+/D [83 0 R /XYZ 49.0 525.807 null]
+>>
+endobj
+88 0 obj
+<<
+ /First 90 0 R
+ /Last 99 0 R
+>> endobj
+89 0 obj
+<<
+/S /GoTo
+/D [6 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+91 0 obj
+<<
+/S /GoTo
+/D [10 0 R /XYZ 85.0 714.135 null]
+>>
+endobj
+101 0 obj
+<<
+/S /GoTo
+/D [53 0 R /XYZ 85.0 340.358 null]
+>>
+endobj
+103 0 obj
+<<
+/S /GoTo
+/D [58 0 R /XYZ 49.0 258.135 null]
+>>
+endobj
+105 0 obj
+<<
+/S /GoTo
+/D [58 0 R /XYZ 49.0 140.76 null]
+>>
+endobj
+107 0 obj
+<<
+/S /GoTo
+/D [63 0 R /XYZ 85.0 661.335 null]
+>>
+endobj
+109 0 obj
+<<
+/S /GoTo
+/D [67 0 R /XYZ 49.0 143.671 null]
+>>
+endobj
+xref
+0 120
+0000000000 65535 f 
+0000036524 00000 n 
+0000036687 00000 n 
+0000037004 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000543 00000 n 
+0000000649 00000 n 
+0000000760 00000 n 
+0000000866 00000 n 
+0000001582 00000 n 
+0000001704 00000 n 
+0000001787 00000 n 
+0000037172 00000 n 
+0000001923 00000 n 
+0000037238 00000 n 
+0000002060 00000 n 
+0000037304 00000 n 
+0000002197 00000 n 
+0000037370 00000 n 
+0000002333 00000 n 
+0000037436 00000 n 
+0000002470 00000 n 
+0000037502 00000 n 
+0000002606 00000 n 
+0000037568 00000 n 
+0000002742 00000 n 
+0000037634 00000 n 
+0000002878 00000 n 
+0000037700 00000 n 
+0000003015 00000 n 
+0000003225 00000 n 
+0000003333 00000 n 
+0000004195 00000 n 
+0000004318 00000 n 
+0000004345 00000 n 
+0000004538 00000 n 
+0000004782 00000 n 
+0000004890 00000 n 
+0000007316 00000 n 
+0000007895 00000 n 
+0000008018 00000 n 
+0000008094 00000 n 
+0000008268 00000 n 
+0000008456 00000 n 
+0000008729 00000 n 
+0000008919 00000 n 
+0000009115 00000 n 
+0000009319 00000 n 
+0000009533 00000 n 
+0000009740 00000 n 
+0000010095 00000 n 
+0000010203 00000 n 
+0000013459 00000 n 
+0000013582 00000 n 
+0000013616 00000 n 
+0000013795 00000 n 
+0000014006 00000 n 
+0000016925 00000 n 
+0000017048 00000 n 
+0000017082 00000 n 
+0000017289 00000 n 
+0000017495 00000 n 
+0000020789 00000 n 
+0000020912 00000 n 
+0000020939 00000 n 
+0000021151 00000 n 
+0000024015 00000 n 
+0000024138 00000 n 
+0000024186 00000 n 
+0000024399 00000 n 
+0000024610 00000 n 
+0000024821 00000 n 
+0000025029 00000 n 
+0000027348 00000 n 
+0000027471 00000 n 
+0000027519 00000 n 
+0000027729 00000 n 
+0000027942 00000 n 
+0000037766 00000 n 
+0000028080 00000 n 
+0000037832 00000 n 
+0000028219 00000 n 
+0000030234 00000 n 
+0000030342 00000 n 
+0000030752 00000 n 
+0000030860 00000 n 
+0000031113 00000 n 
+0000037898 00000 n 
+0000037949 00000 n 
+0000031221 00000 n 
+0000038014 00000 n 
+0000031426 00000 n 
+0000031622 00000 n 
+0000031822 00000 n 
+0000031997 00000 n 
+0000032194 00000 n 
+0000032470 00000 n 
+0000032651 00000 n 
+0000032942 00000 n 
+0000033160 00000 n 
+0000038080 00000 n 
+0000033596 00000 n 
+0000038147 00000 n 
+0000034000 00000 n 
+0000038214 00000 n 
+0000034238 00000 n 
+0000038280 00000 n 
+0000034464 00000 n 
+0000038347 00000 n 
+0000034736 00000 n 
+0000034947 00000 n 
+0000035271 00000 n 
+0000035575 00000 n 
+0000035861 00000 n 
+0000035970 00000 n 
+0000036081 00000 n 
+0000036195 00000 n 
+0000036302 00000 n 
+0000036414 00000 n 
+trailer
+<<
+/Size 120
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+38414
+%%EOF