Add info for 2.0.2.RELEASE
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/ch01.html
new file mode 100644
index 0000000..9dd172c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
new file mode 100644
index 0000000..e99eb1e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/gemini-web-programmer-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/index.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/index.html
new file mode 100644
index 0000000..49a4759
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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">1.2.0.BUILD-20120313083557</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.2.RELEASE/gemini-web-programmer-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/html/ivy.xml
new file mode 100644
index 0000000..22ce9bf
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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="1.2.0.BUILD-20120313083557" status="integration" publication="20120313083557"/>
+
+	<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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
new file mode 100644
index 0000000..b6b7527
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/gemini-web-programmer-guide.html
new file mode 100644
index 0000000..d8136f6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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">1.2.0.BUILD-20120313083557</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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-programmer-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-programmer-guide/pdf/gemini-web-programmer-guide.pdf
new file mode 100644
index 0000000..dd410e0
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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 196 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GaqdY]+2\3%#*Y':Z7EG27?FBa]\][Lk-_*!ASO"<JQ*(M>-0s<+l)`o/4oh(D`f5mk)JY+XDkV6dQ\THB!KX@aH$.0?=2L_g^%2gu%r08oY>nVbk9AQVQSF)=H="bW--mhELd/.c:;Hp!L=el>?Pe&Of\#%>9c.=(E!jCpqO[X;#+ebEfe@Fhai"1f&j;/Zo~>
+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 292 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/e5B"Cm&B4BkMAsGEpWe9KQ*s4_Puu7`(^br=;O^4=d]_PL$4$iZKIdY[IOG)i)t'9;Tm3"S+=C\/@9Xk%('M^6^nX0!edLQe2_<,@Z2/3):eBi'2l*/6[TCf<Y3h^ehiD.OiJkq`82>k7f2-=;e,N5W$"9!&c48+e&=[$M'Y<@E&[Q)oqCl*8fBGoJPW0rk;6m<e_ORC[1*!0.^[!dBlTTLZ&.nP1)TnNA&bX_J%P(fUO29T"SFVgZj8&?GV34@^'e-5L0lE@b,O:#>0ciWaU%e`\lZ/s~>
+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 521 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbWb>,r/&4Q?hMHQ66#MY)FB1\dr+=&!;YWsbf`1`Lf+ph6H4\jb].0Krg'9DT%h`I-:TlYPE!i+sHQoYB,*"'W3'EWjhr.(O)$OCfuR8?"s.2)abT*62]\"B]"e7s%+Y7P#Y5ua:""$20]/dfaI#i/B>iT."PlSA9l>?r!L$4"_n.+H-WfKg9&f7iWP]\Al;X-Ht\QUMkX6IiN?o.!\L.b_nng9pcA+Ao*e,dsrRq@DhlW\PSb?+adAml1uS./''pQ&9^q='J)*NiI89V+gnKq0':cN+CVt9g%(BbG$mHleGM^<2QC%+S"gePH()s+!*2LQl!b?<U6g`G:G3ko!)/-$/o%um\1TFSk"D^Y6II[E`6L[P]Sji4b"M6n'92[4=n9f4b5e\`em#?J/hg$U0VCs:iZRU=??3%/F6U,2`O41#b,G.l9=b-W>shsM.;/Mge<jRS`7]Ul%PY6T1V/a1@A9&pM\4Hi9^"!k$lI=A]1DtOY5g+4#6&Ea90H+l5QhhmO%~>
+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 
+0000004242 00000 n 
+0000004334 00000 n 
+0000004554 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000358 00000 n 
+0000000464 00000 n 
+0000000575 00000 n 
+0000000681 00000 n 
+0000001064 00000 n 
+0000001186 00000 n 
+0000001220 00000 n 
+0000004655 00000 n 
+0000001356 00000 n 
+0000004721 00000 n 
+0000001493 00000 n 
+0000001706 00000 n 
+0000001814 00000 n 
+0000002427 00000 n 
+0000002550 00000 n 
+0000002577 00000 n 
+0000002770 00000 n 
+0000003019 00000 n 
+0000004787 00000 n 
+0000004838 00000 n 
+0000003127 00000 n 
+0000004903 00000 n 
+0000003368 00000 n 
+0000003564 00000 n 
+0000003750 00000 n 
+0000003911 00000 n 
+0000004019 00000 n 
+0000004129 00000 n 
+trailer
+<<
+/Size 34
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4969
+%%EOF
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch01.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch01.html
new file mode 100644
index 0000000..9661e7f
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/ch01s02.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch01s02.html
new file mode 100644
index 0000000..cd30133
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/ch02.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch02.html
new file mode 100644
index 0000000..2286060
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/ch02s02.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch02s02.html
new file mode 100644
index 0000000..ae029a4
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/ch03.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch03.html
new file mode 100644
index 0000000..7634796
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/ch03s02.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ch03s02.html
new file mode 100644
index 0000000..9eed45c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/css/highlight.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
new file mode 100644
index 0000000..3d1de12
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/gemini-web-user-guide.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/.images b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/annot-close.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/annot-open.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/caution.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/caution.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/caution.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/caution.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/draft.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/home.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/home.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/home.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/important.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/important.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/important.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/important.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/next.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/next.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/next.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/note.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/note.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/note.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/note.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/prev.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/prev.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/prev.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/tip.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/tip.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/tip.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/tip.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/up.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/up.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/up.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/warning.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/warning.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/images/warning.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/html/images/warning.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/html/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/index.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/index.html
new file mode 100644
index 0000000..b333c17
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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">1.2.0.BUILD-20120313083557</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.2.RELEASE/gemini-web-user-guide/html/ivy.xml b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/html/ivy.xml
new file mode 100644
index 0000000..9b4dfe6
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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="1.2.0.BUILD-20120313083557" status="integration" publication="20120313083557"/>
+
+	<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.2.RELEASE/gemini-web-user-guide/htmlsingle/css/highlight.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/css/stylesheet.css b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
new file mode 100644
index 0000000..d95c66e
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide-single.zip
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/gemini-web-user-guide.html
new file mode 100644
index 0000000..c81157c
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.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">1.2.0.BUILD-20120313083557</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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/.images b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/.images
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-close.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/annot-open.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/1.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/10.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/11.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/12.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/13.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/14.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/15.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/16.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/17.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/18.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/19.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/2.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/20.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/21.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/22.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/23.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/24.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/25.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/26.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/27.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/28.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/29.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/3.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/30.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/4.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/5.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/6.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/7.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/8.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/callouts/9.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/caution.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/draft.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/home.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/home.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/home.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/important.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/next.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/next.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/next.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/note.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/prev.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/tip.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-blank.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-minus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/toc-plus.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/up.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/up.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/up.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.gif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.png
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.svg b/documentation/gemini-web-documentation-2.0.2.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.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif b/documentation/gemini-web-documentation-2.0.2.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.2.RELEASE/gemini-web-user-guide/htmlsingle/images/warning.tif
Binary files differ
diff --git a/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
new file mode 100644
index 0000000..caec352
--- /dev/null
+++ b/documentation/gemini-web-documentation-2.0.2.RELEASE/gemini-web-user-guide/pdf/gemini-web-user-guide.pdf
@@ -0,0 +1,1097 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 392 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbU>u/<k(kqGQ/)EoiUqU\I\p4O0//V)T/:&IGPYjm`=A9Z^r-L@*]-Wi3?F8n&3TnN=Z&6hF33\bq#m[ksO<CJa67=#b=>("<@>%2^_g83he-96*RG$6@p0kb4,\_kp&:2Z7hDM07j1A'pZO>6;=&?C'?5f$;Bg#KO-AW3A7#FAVs6682&L?E$jR-cuO>>m]A&<q]^I\Lj*]t^ENK.^>@W@47FDkOC(9=H$'$YQ;`WQa.+f8mh8MR0Aq[`'gd$$4460WD%KWA.nD\$Y)*hLM4:K_s)hc7s?02B6I,.sMtUT#bus.L<`A,Suaea$W(a&_NKPGKK&ZdcRoWH?5(N:V`\n%(Baa3d6cU[07jEgp<8>pf0r23t]'H/54-<m`k[*1`)~>
+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 630 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb"/g95EQA&BF88'KW+HW-VRSFmPT^64<IlYY,L%Xe]ECM3[2`lW6j@(F8&Y2on2\4C]4i4FbV#DNi38,6^&Y,R2A2K"u,Q!HL+'*'j_EO@/)8(#\O;8JeqI!](HXO>@l,WEp(Y40>S\[_)Y`+F/-m)8O/oEIim2!sYN.(DObJ"KUA-f<m;J.5oI=;,hnt9B>@%Gqkgt*n66qInDOF"3.`1U]e!sB]pNJF(L?VW_Y.Qg)^ga8/C:NH&4X,<6QM&Kh?YX]ijRAG%U:kbKbF6A@CeIifPe@drS2F-G*RHm&D,`X0/Y:\LMHbk>JF.;A4a`ZEo%=79qid0Tq-9HN"%*JtrY;+QEUq<g!?8p!!aer`?Ci<g6p9St>+BBZ/Y>'7m']k0iIfZg=%BN'HpCcFDIFQ0U9-L!@rW!M5Xo@u7im0G]E1BS?)bpeIld>ZE+f-6k5ea`9L,4cddV*NiJ&[Z_FekU7CH%gpm\6p24lO_#a&NF-etRJ+WTn%u/I@0])8.[;]q.mE^Y>T-Ccl2\6,o5r?JSGq$Amn^WhqaZhc@\_2_]o0KQ*lSV6rbOJ1bRa@l5m.K)].#Fc\%h&YpG7CT5nm63;oYPK:,9,Gpe!"0JKBur2dLYg^]~>
+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 780 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbY9lo#B&;KZQ'fqK[W[1mKkUeUt6`2_SK@:mq*Wubqe@$@M%`?&bN/b5?gqn#\Pu`t>eUB2FS.?,OU'(]LffCb>3<ZnT6W!,Y(BlP0ILr5!6U)q$hk2D-6Q?=fAn^c1.eKbULE#k)-(dsU&t))k1kbWF%LG9caGJ>):)8,OeYZYS;WU&q+[X3t`5clQ6KTJU\SO7,fp_gM.r0N1H,X>IZsAhtObuin<GC'b]so,f&R2TGYm[Vm25K!$8EH:!o#a_b:m4OkfP+M)@P,'[[mdCm]Vo3dCAX']+.%'<,g.MnCU!apjjdDrbcX'b<:CO1q"ElpU!#_A5,Qo@cV6raQHeC_W`TsD2Ppgc6F)q#(Zi1#N.Y2<JNu0ZOJdtSRZ*d)^JC@9V[WYic&q&^+V&0r64'n5UC;E6KWUdh(Ip#E#IJTe3O@do<:<X:`?MCP^!LE2YZ6"Zou*2cJsiJAK"`\4D2R)5W[hkV?`LNr[G6R2XhpN-nQYYTTq=t[8faud[C5L3?7JfG=3#%H%D!uA/)<*8n:c_RWrjbJAUi=9gofu&G==;cE(q9oHN1&8+OehD,3Q!@llK.9U]*5rPohdJF]\O9PaMV>HXL8gKgYdG6YbZpj$Q9h\J%E35Z@.lbTncHC/J#>(M*(n!l7OF@(74UUZ#$R:;_%0MQP[a)LrKd):BAAMrQuo(GWg9p7Q[X%SHa=j+be%-5O#I2ucH^8&jas:GSMJ9]Mda9'kQjoA[sLPe)OZ*qA%,@k9_G('P/Qa-[2*(D+Kq1&~>
+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 2325 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gat=->Ar7S'Roe[d/&t,0eH;Q/IqrP2=4Q]BU<rl[Ug:dS$pkhU+=>_\qg7X*F3r(;nf>%!K#C<o)$]mAFHCja]lepP^(c$3O5d;Lfu_7V,h7Cg[[['\E@)FNV1=,,M1M6q*#*J(:r)Iq_Tt#,`1!8^A^lDi\]6<^51IMoqs\G:tq`GkQZCF/aa1BZHa5f'iZ8]IEk5-^?soB/k"QsE@o=,C+(H<fP$\U7A[u*era1]HgO`*nrlb*-r*3SUXit1KYOJK-2o&pbH*rq[A-mdB".=SHB-M0j1Td4bdN\5&EpN`l?S-DM4=-q"W=T\GKJ8HA5hKs$%gL`,ap#Mm4slp<pY8rqDN(6XbV,OLjG#)49,gKEC4MO1!_3WCg"B3=>gIjh^YbKd4_9,Bd]CPXPO,W6[>phMXBeA;O/X)$6G>?ge:lf0Hup'\(4@UksDp5P$F5e^^<)U2:qLli:U2^$>Y!]%TH'3\"Wn'oCDeUcg'VO/CR!VMc110R7BU#(k6#=*D3fclAo61F%A33.0,i[$YLcteY(.R\VS^-?/FjJT,3k[pOMU0^*'erI^g8gKm8G4gBq!$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[QkqOTY*PZ^"Bcmos#XB67;Q4dfbeI4nT9b>rKJL=eq:MgD<@@@?];L;mNI_Jn[aF\Eo61ZYoQ+G\,Fm0qKs6a"9qYljX?Je[?S5S$`?dba<=OkF1/,Ae=(UnM28AO%+)UlS1JP7$RgF]4rC%"!;ueIC&IC9(2ZGgZbOo%_]HiR-)Si/I?uos>o7pToIdiJ.pV1)(=./X5iG,p",+h*S991AoTf%K7GNMNcG='eBS@WXKE^#gG2Xtdof?()7o89"@;A/WIVE,'.N;d5Te"Mkk:Z]\h@<J3OGi>Y]XuI<eaIYt**pRb?$<=#c;7Z2B-JhZ%X#"0L,*f5lFaMA<EL6>FL;jW_dS%fBX>_nY8b_SgD*G"255?U>\)/),MPmmC@P+V5c"LBqe/hI]^L0mT'+pF\W5igoNLk8'Ga]VUl5[,64&@Sno4X!r\^;1,.rP_dAdQ!a<h\4ojku-Y_"d;M2-4pCDY9);m-:KXYtg]Qp0Sqb8NH589*^@oKI%-fX],?B#lTFZe'aZRNO?CE,Q>Fj/pXKOVTY[E8QXZl@aUn4%r0[Bti&NpL5-XB4Db"m;f>_VMcU_H_#"(dY16T1%mmc:E3h;JHib?BVr,\*X?*45)4gLT7M;I!t=B(."d?f6\`mgl__b^PgG]Kfe-QDeA''hpbaQ3N`X-qIf_a_dH6.qC_BY.B$c@#Xj$Dq?'o,DrP%3A/%J[nTp%?hkEFptr]Mn;qQWVYGt?9bVfFT6TcN23,O!Psh2oDl2s3?iANH(>2C$3gm*K]Z`-SM.qa^h/a]Q\2O_'!BeO`"HV*<D/mciO59NDC`J?Z'5_-o@.`g"AD,Hrq3c'fj08i%"WJ@%V>>(Q./6f6W6$QTj>c'Mgg2[7J-/q>=^8>::,'/6sRGoKpN@G4!`7KS[&C^37im]Xmk7!2Q2.3-r0Z0q"lK3Ku:V)t%Bl#Q9`c$W-2`_=#CS(s_&([6&je\IPC1eN2D-@^HHGf!r-N82b+LG6:5V@q,N983UF@;MfII3%<6F;m2@;:qpuiLDg-Pb8^R`g)>>1<N/\ceO(u@lUsLVakRc#.8["3/).`61rmlg2O*XT!i;S/(n*1gVE9F\\lt%"Vj%Ue;V;-Q?I']ZN(i\:QSbH3J5g<+9CNqQXIUE$lgSd"VQefXh[B$G$lQL/)cAd5:U-Bc"RtDL>:o0XS/]8UQQ8X\(J4V\ko;HJY$rUb\a+)`ei1;`]a&WFR1Lp/0GW:[D!ZK$HO1EpWs(t<[@12K)t[uW/l\O1?^jS/>qA;[?mkLS4C\)k/D1F#PLRQJWZHZE/<6PR]kg*6)7]&q)4(+&Ua8XJGt>`Q!(EfiK^\,;P:^5:>o\+d5ZFA;?$Uh@gY&'2SZ14lS>B;9-$J'gUj+#?R!n-e-]GI>mf)(>gGs$GuEP0[=n$"-T".df;et*P90%ipp=rN-3c=/ThF1dU=OEbJHoJ.Z]]+6Lf/mgM/c["RrjZDpeIBEH4l(2`(,Bi12-<tf07RhYd]\]-G4l.KRSLsOHjf<oP6l8Ed>n+1<+_oQ,T>E\5d+jfdjm/YF1bJ]>6R-/TEPr6EeWT1=p`$)/dW&rP(d]AiOn&$9D7Kq2,j<f&dA&#ak/MIXV7dbnpXJAig\VK`c_$FTro)C4HEd!LW/TVZ~>
+endstream
+endobj
+39 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 38 0 R
+/Annots 40 0 R
+>>
+endobj
+40 0 obj
+[
+41 0 R
+42 0 R
+43 0 R
+44 0 R
+45 0 R
+46 0 R
+47 0 R
+48 0 R
+]
+endobj
+41 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 162.648 609.986 267.312 597.986 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.java.com/)
+/S /URI >>
+/H /I
+>>
+endobj
+42 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 535.136 151.992 523.136 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://download.eclipse.org/equinox/)
+/S /URI >>
+/H /I
+>>
+endobj
+43 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 304.308 535.136 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
+44 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
+45 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
+46 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
+47 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
+48 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
+49 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
+50 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 49 0 R
+>>
+endobj
+51 0 obj
+<< /Length 3143 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatm>lYkjm&c_:668/K9!lVJ@cjS)E\3%=r*R`a)]R`qe73V,?D4t-I.r"D+J);FB)G67fOkLni965hPcC5ff?^tF#Prjp;hc[&,>j(@13\L>.-ZY(0p^ngh&"LVYq8XFL^3;24&<OtGOlsCQOD!n?Bii5QP%WZ6s)JmI1cH<S-#bY##u1QE>#&&';A2,M8bUXE<mS)OEjL%UX-Hr_,E$rUN2usT]e!Jf=Z%>GKc,Xt1^h3)<LdU*khpasAJVd^,Y0%mU0G0"Z:$;,WIMU,OH9>V`3C>G$?"OHO0eiWkPO#p;J+6p[]K4%&&62[e3[sVnoat8b<j+[=e,HbX@DH%]lhVR)\CmAJ<gjE3#b?n6($O=UlJ)705t6gqm52*hCi'dilUGng[jWQgks^tW4@Xd1mhQjbTI`V#Up0UdW\5D\fRiMpsD\<A$qDc>A-\_%!%D-ie???TIjH1F(fgNdl]6$[f-+LZe;Vhqsg*mH*P4U=69DDD3;RY/(kGt]BqL0Wd\?H,LVk4VYR^@rT^(PnOqYe]=C5Is6cprg+1X\42:>VIO/6[pe2No0O3kuG+0i%-CV;oms!G7Q0!t>H414Lq?C<T1\c=2Z\m0A$#aE/Rg:8E5%ckI$N"UOG4!(c*!US_+]<r&=b5Yn@YH`_0Caub_K?7Y_%pm+d00brH_*`@Zb9)'+G$\Yoi`+Di_Me)PSbcSej-o*"+FlV8NO\')5jGH>GJfDUcU1Ih'':nhYC^h,*iE.A!>4%?3He."+#LlCj<s@SBX<t`?cph)Z#(%VEPr\+e=!K_>B]W^J=LD8[BCnq)-I%cuX"l;c^GllZea?Z;O^<QsBI)`9L!cLdj+ncSEsI@UU(GNmSK7*YAUaBejB4XK[%[H_&3r>o<'u_>Lq"LO\30rnG[tD6J$C6huOaPn\7Aji'/fodcAQ608[4k[Ga^b<N!N?6\Ki')JCB-bO8\PZ<i.mL2Cp-Iq\jhqJBFA481O8cqUGmAJ\pfFc1I@RP1mJMN:>c6`.2_S"5EV"9DK+s]#?!HJR1)M._MWVN^7\PM"RSuGa%oa5jLc[ul%3"c\#V6GMK[KG'4@F@u66E90/pM,E]fHt7J7,WC,6:@Nj]>$hk'LC^"9_tBh)dN4lY3FeL:uYgR_[q+b'tEM_Md<a)$nm(<<!:Fo<b=&cBkWMFIK4tV:.LAdn$ONe4;qBb2$JJ\!XFq@ou1Sl<-W^:B]e&e%I+&BECEJg6pd+7H0Dirq17HjD4ucsI,7l(r&(fPRL8'Oa5LNI^kkAkhu2C"MsJ\"^Rj32J6YCbq*S^k#\-\j#X9Lq@OLB']"[#+B(-0r%%/-;dmd9'__R4po%/+2D46/&="n^pIas06cl,=8H1=:3?2bDV"*'c?0j3Xm,bO(:.uSQi2UV*2eY:%\Y,6lQC4s\.'>h]sPe/26H)PQ<*5YARfn<J@OEfp3rDEe$$O?%E5;]+A=sRq**>"1*7U9lm!8Te,AruUEVM5a\VA&9H,-0hPdn^.7^a"C2o)L#b!MZKBkRtH37Mc8<;9"9>'mZ&to@,+"3%@Eg@:KlGPbfLAGDjG,.n]$!iNF":k9P(P2m,R[a_6fQAA5ClO`=[L)Kbl(6H3#N!#(nZ(OhAHbBsr6D>>gM$LE[VhlZf2aT3!cNq/S$4;<BOSYK4(Si[E2NH7?Nl+<im%ukpDqU6DeF4fLsGj:ttJn\0sNfJ2p"5[?S3=93\.L*h8T9QPK6W'j=G/.RJrGd8_FX0p=5Zco@RM5D8K2>'Z4F,'L3Ri&#Sl@CW"#T4[ZDSs032>_Q_4[FCBQ\JRVB1iI!d1.pLrLl\T+,P=2g@0WXh26Q#+)o!3t<a16,4(,V!:@;5/SRF"TpB$+HWjW,N?T\Fd#?lW`^0?n_@N&GC>j)1%cU\ii*0`(DBr)[SOZL%QBd)GF>)0q^O4uh:AH53)g(?Oa%bnX`OPe*N,_r&1V<dRj)GUn#H:h_mS0Rn#8+iE@@;kpiMn*g&o\3D*lQ$K@9Z^osM!b&>8?7K4)IbiTTS'-IG[ERC_p"-A,kQj%<W*Kaf@2_1_/GQn6U.MK:JV_H_npTfIJBWPN'gG#H\)S/O2nRYYOW0(I_r/->!bOGVGm#c>?ldte/>Siq'o;[G6fJ)[PA0Xr#@edP7KA7eNEhR%6hkd/_kM@B>3o<JP[WGbgrfe"9$>P0QAZMG3@]dLCWjg%FcmH%d4+0BH'/ZmRhrq<T<kkbqb:92(m44-K.Ja.&/mGeAaSQt>lR_KaMP/gjsb,WB=UM;0;;to0]>=59.,I;-b2\fE=j_6_rb<3A!S\GYI5#e!<mZ,$m2osO'pg5BFF&ea+G\<*6%+hlm[]?nVoU9_8`k6-.c%Yhn0RG*ESZqWQ3!558/c'I>CgT9)QI?@h^q/[4-*&NhLbi/iLWC2i)b@)nWib$,6X&>0'=<N1Z$"a9,-WP0Z`B*'R.Gl[&#U3uc(N61/Ko^,gR]K@L6Vfu]@)Ld3I_.OHe<_]%`$dr,-84t1$Z(U(/Rd6f_gom2[+$=,(do(cD[[k<m[!RfO&4A,TXkfShhQ5S\GDiWpbpZThkiM;<$!%je%,m?BEEMj6Comc!<-!&L:/5f1\A'ooqKr?CC`Y;#kb8]B0oE>SU2"A<l1gC@j:i\Lh>@EDmNpa5Y,p:E^REkYO+GI2LN=p$P0qUYFU+hmSAV0I*Yj<lkDD`b?R3(eX+s:!jY"eR2hQBh/"r:k:295hgbK>U*/"`fP)P'<*7og8Y*_bYp)?oHp6c:6$(<Ure#qNGNrO'WQ$ob_;*LHX&hl5@cHs4>8AB^dA'2>tY&P-X?)"JIeALbS:J^N&lp-Aqe!i'"?sd'!oP#9TOU^<PMWO8Qd@_agLZ6PcRJrSf['&>L'W@>-YdhZ)ODL.Tf"RKEf]/WQ,Xc8_&Y8_;!+DZ;+pj-),dn0krc"%l^P\ad4M@aNit.pJBNQUfUrH/L?&M"Q^qdm:pi6n$+:</3\HlqY8$kF`Re+00j0AF"-T<lFp$DXoAV0$XQ'G1:Do)Q*(&I#=Ju7jqV\EUj?b/72;S>*(Y*VF/BPF\p&sG@@YX&3<RsUZAbEO2>.6Gd#TGg(!\+<@2LF'SrH^_@;K.c:du"_]`7rj0@uQ7V9J%c]-3]*!t?L)Di?_8;"FMp[^F;,~>
+endstream
+endobj
+52 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 51 0 R
+/Annots 53 0 R
+>>
+endobj
+53 0 obj
+[
+54 0 R
+55 0 R
+]
+endobj
+54 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
+55 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
+56 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
+57 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 56 0 R
+/Annots 58 0 R
+>>
+endobj
+58 0 obj
+[
+59 0 R
+60 0 R
+]
+endobj
+59 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
+60 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
+61 0 obj
+<< /Length 3180 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU6CN%tM&cM-)5o9cC;FF1GK<Lrq7@fo-%WWN\`e=dW76jKrRjgekP*BPXq[Qum/B&>Q.esXDR56MAR@.@HlLr*mBH*0JbICh`=N85^2(\Mq%GubMNpdXJqo8$Wps6!V\IRZh[4u07nUIb1jF-pCq]sI>0U?GM.,/Vt8Xa;U8KPgn+C2EOrk8[SO0\`[2H_\b]`!*fD6k34>pSqiI+Y;^*[WUUT3o:=T9jR5CnppQCZE1LmH754SjVikU0;m\5IB?ZeUGfKCN=hVQV31*cXckda]rhgRtM?,^C7I,5*F)Jm3B]-``sO;-?:Au87Wo>o%p<N:3[Fp(dm(OM4JlOaLICs0O?'i\sr8/;V&9?gg9o(;406>\2Gt,7u?[q@$VB3B%I6b*cZH%,Vgq1frhS9^0U[.ip*s<V[pf(o2Z6>^+#.M]3QppQdOi:%odWNCI:pC,!<Pr`nqPhr-c=UVtj&!=o%?/IIEUR%#a/#%onFg$HFOn#hN9+Er?NZM8D\eDZ)c"lG4Nh3bIhGJL\Dmllq4$N5lA?3W/.-h<aiNm47U92A<K!,Rl'U9,5Js/XJ4c$%.aek7JF?JaS^R@]GB<jpHYRRQ!W8,[/oag+2b>2lL">B%98gM<3BTLVL66_Y"7)4*aVnf2;G'^"PD[h/1VBFPFN(Ce%I956jsbVL,5qAK//c=8N>%U;oE2LZ_(0fbYA9aclGi-;C)KV:#Z/;=_#YEK6Z&M_s5MrU8,,(u\1'hd>c'p()f<`:k8eYg8t#<E'7@]<Lb-EKtXW]%-lh9of*E<H\&pC3K30O%2<?>S+@P>DB+^5Y>?ZP9(XH@@X7;EkB+?/EiKgg&QdnTc1nL.C>f/L]c:>\9LtcB@"bTVF):j(9YP'8Gao/=*VJj8)dt(.m0\4)%MG42IRU?)Y<^54k'Y,*Hm)<>!1eG'r8,K%W4s"n0!TL=m/GPD%j[('seMfceY@T]0''ig2O@TN3C3;-F42#:8gNU&E]p"N@70^&uU@c6-&H=QsdkgB<7^YpH^,`mhOsW7^lmmP'F'Q6G-_S]6LieT#0E!+s#[A_%,Y58eCUKiUL35/;_ab;$(1*;t\(^*2g#R=3V?S1YbnhG6mTQE*#h3T*\t/[B%6[;1(m7FRg^+>oMjG<)K]qUe]Y[+a9<=2^hh,T#k<%/ZOj3mk@U^HjCfUNhGB8.9RS<Lb.EV9MHbKKMb(g"aDQ54`Kp.`"1:\cafQj`kjB0T=9GHS_1Eo*!jkTV/&rEM,6K<di)"94aB!mfhBrqQg;7*T>(=(_5n8kN'r7=_XV)5,@(T7E2eF_fT\'lXfB9F\/Er9!)RcV?HHR5h@&@a[Dh7*%(!6%MGmYX+NdYFnI9Nj-#gB0NXWZh!GQ^V:nS4]HuZ@u0opq:$F2[\A9F>KXV&44A;?E1*^is8J!-f/"V3]-l9FHGJ6gQ/SrCD.#dZW&@9pah]*n4#NSa!5-@kAp8UNKf]5[CX5$_M\7)_6>h@Ak&E*VB?1N(m!;o_G*EK<nmYX-&HJG4SO-Qp1Pa]jL8&XSf(KmpY^h_/p&0(D^<PR^^aII7el$1Fs:ZuHNbZ>^;T?KL(5UG62o[;8Y_I*^gLJ!Jb)*tF?*`W',4.ik\E,%Ok^B=thZ_I'a4A\:P@3k`/<q=\snH+#r4QbW56b);OQ$J!#+>E)Vk&F2>"ZuBEn%'"f\U^$S2.;-Tm'KdW`c?`rn[O>[jke"M?(iF6;obOqu@OmP`a#r7l29hb4mO$UF-AuDOJk7cDb%FUYNqAiF`T7B73O.Kne%5PP3=G`>(I%@/<ITW$<Ql<07'PG5aGuH0I5%(#;=i\[J,';Ls#QO$EH);t3&M<Lqmfd('8YUa<bhMp.+_Bi8=i=VT`U!:nr&tP'f>hdg=dV_2<t>A_1,SJ3Er)B"muuKX(Pp:^YZFkMmK?+4WHN$C^Uu"a\-4f)?@q.Nbk&mNQ];cRm2J9PX:.+i;;:&Sq&?KOmmo`bUZGDS@ZZ4fbAr$Aq1WG*mN\P/UL,%7P7U_o6Lt>A=G;[j9"X%#Ac3J-__9X2CF2UEDB8jK#Xu_'P+nJZK<IQbb7goTY)6e5j0<tA)L.Z-mSBoB79`'P(VQMAYERCk)b?"Q>;7u4Og/:N\7tI<[X^R.tE7W52-3SYjT[R9M;hs3:Ns-!NaVO6;JJdoc-dBPR_D#]P<f@!)!0<q_4_Z'eSQF]*pS@QoV0P9fCoP15YLC/m<M]d8LTnqbuGdmU>q%F]oENi4.dMH/'Tb=>>?2`VqW(*XGq^F?N'DH+Znc@PLj_3j53N/aJA0UF6sH*X/2e(RT'R22Tb(_-dGAaFaNb#S',(4_L[X%X6'S@SHq-K$IJ/7'Wl;#]S$LVk%3!j%+h8o2Q?5o#-":(+icg1IS*T@&fMMKaShQ*5eZ*/]*Pm'9^tX,TPgjEu9oP6qOVQ-1MC%oebQDNk?`uRaXjq%]_:=/N<,iZ/!*@1@E&JH;]AEQVRd'*a:k01<8B8QWS7r0SrGf9,Kn'&1c2?b+W-]=I<DS#X<2K`eaH:Ci`e1=AEk5a#XE+iHe1,ZasC<6I/:/;D<,)<\Sb3rY]5cR5TCGq4):KXhZh>^1q2'"/`_A\)Nf&AX7l@ER#-9$:YJE%+'qa$@AJmc5>PuJh]Vt!R+V:qS*]5Ti\T+7E`IHG8t(9b\E:Aqk;'UR,<dQ;=e!X9V:4"RW7q'[G5,q'UD[a:G5k0+#C[:]Zqh%D24b2Gn^ElBVYWMQ/d,-k**kl<t87bMFJF:J)2G4REFXAbA#KO"LL9[eGtq`<X^>*\1T(l#_#N]_$\2E#p[_<'36oP9T!CUjk><*5,l0DQ&?B9U([ap]FlhWB.@?fk\V/hk'Y<,N&?ROKb_5uHRBPi3AIMJP^B<[+'sX9ELfb,SGH\-P:DnQ^=d2N_.HXF.T]\5(o42QR)PXVVkUGJEBCE,3TH-%d51?R=LG9S#pla&:.e^f2N<7GGqRSFhqOCa$-CN<dk'(6"DKQNS#kcV2Q8-.=?R]%$l39a3MpDhikR7-CHe,nViqG)a)VJr1hG]5:"j56$00&<#pZ;g0!UG!LJ,U&IkKOIMJdGa&:=n;OSJaWjQ&^.is7(OU/7*ZCpfSWITb$O1!Z5XFhXV7j33-EhD/EJSRbdYQ?(``#Z1ZGajn.D^AKm!(1e8Zh"%sl]B,AI4GR?&+)Wb2&#!G-FT~>
+endstream
+endobj
+62 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 61 0 R
+/Annots 63 0 R
+>>
+endobj
+63 0 obj
+[
+64 0 R
+]
+endobj
+64 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
+65 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
+66 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 65 0 R
+/Annots 67 0 R
+>>
+endobj
+67 0 obj
+[
+68 0 R
+69 0 R
+70 0 R
+71 0 R
+]
+endobj
+68 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
+69 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
+70 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
+71 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
+72 0 obj
+<< /Length 2235 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU48TWWE'Y`m7nB`%#1GMQ)"IIoLa\A[9)QT&hP3GdU,dF1:Q'CY1htM,?fI/$d?UPb"HOIQs!&#.pRlP[T8mH#6RCUUdjuG'lGu!_C=qJ_"A?iJn4("R1G2fLmbuss&HaB+<4);;cT5L3fkBS<Y@!>!um+sgq*tdX)_b0($,iYNhi7uTVR(Zbs_WB>d'Fl6VjblL3Z>3I)J6MA8X48=,!J#tm&dK']K=QU_%T0K<,tFH<$8a/`+AXK9+;BC?6TG;.!c&$,AF6EAhk]"*R2j["[hp^WK>,-jd\hppg\22!@hQ-+]YV9(1A@!bLf3<7Se%3j$n0oj,(X#t4a!nVYF5;6)1P[reU$"(=M8?%-'VnOq]5mgRrH0Ylk/?RCf49_9%gRL*J17%5hDBpO8C=S'BLXVgN]hcf=LlO>rmKh")o%Xk$O4'K;;smP3/Jqd"K$D"%E>&]6(IH2TsW($6&T^Y-k3/A\&S3;TJV>qiAEmm?0T6pA"Z1/a0rI,^HE.)Z9n<nb2SLHW-/rZq7g^V>5:>>4opf(2uSN3,+,l:3*.W/Ke.uATU.IK_=b+^0[i7:_j:5*`GoJUB2k%T#S#WF(V%,NZUo)iuq&r[NJ5gCl0bo*i-S``N%<h4WDuoG#3QI05fqBcne0AEY<FC47u&'>G,Gsm)?G"Q><e]kCfh?WVK@-0]%%&[1ZHe2WO87.p\jI[:YEU?_:T:8rcK/k/e>Fk9K-2-95YXY>5lS=l[>kEO^./@Y;G^MX#F=)EqZBA1_>pk4`S84=/[j;!TfiNd>3`K?*X6BD(D./gD,_MrW)&jK=@K#*qTRZHC4Ei.WG<%6c\*G[60s?BjOJ5+@F;V"soC'G2DX0uLb(asTmR>cLEoEr5[9?U)2MF49u0e!5VC`_i\J^'k-ei]^XP95A__5?IV2jYY(7,pJn4&KOg>5qJ/:iK0mA>qhR#c@_7_D)AGK/d$;rV8K(0SpVi027C#Xgg$.7DFf-YFe+gPq\1>c\PtgqD=:HGdY3G7r6bK?s2UrVd#_M@K.uI4WXdeU?K>aW`VCk.0ZecqSmM`DMoL#C,m,#/@S[>-'?L5(a4`oMA#?,>IgBuaFUDh.\RuB,e^%e?0#88dnod"(Uu1li3k7>Oc8G^*lPLZS9NDV3!]$q'0p0EKA:M\=1Q+8^pG*-&LD&uFEHBKW&'8g8Q:$+OdWJJ&':eSp"AM2qYYIPMgjuD2hZKfhce7=G';gX)X/59s,M1fh7tJtkcctX-[>X9"Os:)01DolM]Kd%Yl#8&nUNK*Dq_V*hn'<jK$nftIbgkZU@dM%Ile6[*X&B28+1[^a'lkKKP-l^_*JoL*<jD*'@[1gPV+=AE787-R@uDAAd,<e]".eH0SLRp-IJ=+8&kB7t&E2sCL@>eQOeM/rOX@aTFc7Y^PG-@/J<'Q7jo/7;Q-^+:o5NBIOP[Zqs*"D(DF*.(VpZu8#ua:YqJ/9,(>=)Ofje>)X4(D9ka[u2L&^%+$tM&YJS2:!N>4;D#kbj]$:\]g&Om4^]7fOPBGW`\g5cbg\*<ZF04D55.*@#d,1NWGnG(E#TH]LpIH/^fbVY)Q^K7F'Z7Jb*>%/"MDgGJq7ak(5MUPuCqTPo]HfiA%7RPkZMOr7Sc%J!<ZC)f5X?[X]jVL3]oGRBH]+gK\.aJ@A^iF=WP%ZhaA;R4+7Qb.<mTbgUALa(Vn\OZogKCT3X'_o:kYO.g@(pSPiG><FWU26o8_cL=o<?m]^k<b,doKf4F"c>'(sm2l1k<E-+QgqTD:HD=D9e](mC#pD8BSG$o2%XX^QF*c_@,+^pt.d^4N_)3UWBAeWUhu##+!V,<UmX<'G(%moB:3+PJA2DAp/sAN>@:llF.7Y+lRj7C?\K^?>ak*:n]sb9T.J1XJ4mUG.BIpV7Jq;Qi]YUA!C'0V:(_2m'(NPHh3&F$u%N>XB!XK=rEm^W^/$7!"o#P%]LIXI.$5fOgQ.)"_d`HoNGT]X\X]X'aW)EM1Z0e*[Hlej'/GGh76$F!lUB):`oTikNPF:L.a]>3oIc:q]tAIMSLe-mV4%"7efR'E_bCT,&Og[6_q\U>XI.ACJQ4F<\%lSLn7X*#`Z4Dg5AO\oS(cjXJ?jZ\-K\sn1QJ@&4IqhoT1I_i1fVe&BG<Oh/aHRUJRhM2"t-C]mf4@RRl$"08(d-o#U_k!2fp)*:RFtI4HQW'!dXQ*$[(]q<-Mi?XHa`UFu/*)_oXULAat70asSnJ)g8WQi~>
+endstream
+endobj
+73 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 72 0 R
+/Annots 74 0 R
+>>
+endobj
+74 0 obj
+[
+75 0 R
+76 0 R
+77 0 R
+79 0 R
+]
+endobj
+75 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
+76 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
+77 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 401.992 185.707 535.96 173.707 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 78 0 R
+/H /I
+>>
+endobj
+79 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 401.992 164.457 519.964 152.457 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 80 0 R
+/H /I
+>>
+endobj
+81 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
+82 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 81 0 R
+>>
+endobj
+83 0 obj
+<< /Length 327 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GasbU4\rsL&;GE/MAt<DL[WNKm55S'&-GI364=,G<<emMP_">1jeGgB;8m55I@p8=SJUFc0RI;<A!07gJI/H'E*:\S7=qt$aul)>P)K\\A;N"&oGLEFb^W'pml:?jp&`:u70-i5j>Et^fn`YsE!\To=o.9NHZ^9X=AqZ=2[FLC#a4L[`!-W$:jg(%ij!?DAUF2Y_CH>p;^"(=EG+]0VJuGB?'h2PD7r$\c1[Yh?<$=3pZq*CFam:RC%i_6*O:aD_KE2elHNE-2JfH/X++ek5r:4>\h5,'Co@sr*V8I+L\6NVYn[lj`VZ;Jp6+s)UZOc`gjY.~>
+endstream
+endobj
+84 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 83 0 R
+>>
+endobj
+85 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
+86 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 85 0 R
+>>
+endobj
+89 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 87 0 R
+ /Next 91 0 R
+ /A 88 0 R
+>> endobj
+91 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 87 0 R
+ /Prev 89 0 R
+ /Next 92 0 R
+ /A 90 0 R
+>> endobj
+92 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 87 0 R
+ /First 93 0 R
+ /Last 94 0 R
+ /Prev 91 0 R
+ /Next 95 0 R
+ /Count -2
+ /A 13 0 R
+>> endobj
+93 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 92 0 R
+ /Next 94 0 R
+ /A 15 0 R
+>> endobj
+94 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 92 0 R
+ /Prev 93 0 R
+ /A 17 0 R
+>> endobj
+95 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 87 0 R
+ /First 96 0 R
+ /Last 97 0 R
+ /Prev 92 0 R
+ /Next 98 0 R
+ /Count -2
+ /A 19 0 R
+>> endobj
+96 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 95 0 R
+ /Next 97 0 R
+ /A 21 0 R
+>> endobj
+97 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 95 0 R
+ /Prev 96 0 R
+ /A 23 0 R
+>> endobj
+98 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 87 0 R
+ /First 99 0 R
+ /Last 110 0 R
+ /Prev 95 0 R
+ /Count -9
+ /A 25 0 R
+>> endobj
+99 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 98 0 R
+ /First 101 0 R
+ /Last 109 0 R
+ /Next 110 0 R
+ /Count -5
+ /A 27 0 R
+>> endobj
+101 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 99 0 R
+ /Next 103 0 R
+ /A 100 0 R
+>> endobj
+103 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 99 0 R
+ /Prev 101 0 R
+ /Next 105 0 R
+ /A 102 0 R
+>> endobj
+105 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 99 0 R
+ /Prev 103 0 R
+ /Next 107 0 R
+ /A 104 0 R
+>> endobj
+107 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 99 0 R
+ /Prev 105 0 R
+ /Next 109 0 R
+ /A 106 0 R
+>> endobj
+109 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 99 0 R
+ /Prev 107 0 R
+ /A 108 0 R
+>> endobj
+110 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 98 0 R
+ /First 111 0 R
+ /Last 112 0 R
+ /Prev 99 0 R
+ /Count -2
+ /A 29 0 R
+>> endobj
+111 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 110 0 R
+ /Next 112 0 R
+ /A 78 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\146\0\151\0\154\0\145)
+ /Parent 110 0 R
+ /Prev 111 0 R
+ /A 80 0 R
+>> endobj
+113 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+114 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+115 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+116 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+117 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+118 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 39 0 R 50 0 R 52 0 R 57 0 R 62 0 R 66 0 R 73 0 R 82 0 R 84 0 R 86 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 87 0 R
+ /PageMode /UseOutlines
+ /Names << /Dests << /Names [  (introduction) [ 33 0 R /XYZ 85.0 726.135 null ] (installation) [ 39 0 R /XYZ 85.0 726.135 null ] (configuring) [ 52 0 R /XYZ 85.0 726.135 null ] (d0e1) [ 6 0 R /XYZ 85.0 726.135 null ] ] >> >>
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 113 0 R /F5 114 0 R /F3 115 0 R /F9 116 0 R /F6 117 0 R /F7 118 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+17 0 obj
+<<
+/S /GoTo
+/D [33 0 R /XYZ 85.0 589.786 null]
+>>
+endobj
+19 0 obj
+<<
+/S /GoTo
+/D [39 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+21 0 obj
+<<
+/S /GoTo
+/D [39 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+23 0 obj
+<<
+/S /GoTo
+/D [39 0 R /XYZ 85.0 602.986 null]
+>>
+endobj
+25 0 obj
+<<
+/S /GoTo
+/D [52 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+27 0 obj
+<<
+/S /GoTo
+/D [52 0 R /XYZ 85.0 689.836 null]
+>>
+endobj
+29 0 obj
+<<
+/S /GoTo
+/D [73 0 R /XYZ 85.0 337.335 null]
+>>
+endobj
+78 0 obj
+<<
+/S /GoTo
+/D [73 0 R /XYZ 85.0 141.357 null]
+>>
+endobj
+80 0 obj
+<<
+/S /GoTo
+/D [82 0 R /XYZ 49.0 525.807 null]
+>>
+endobj
+87 0 obj
+<<
+ /First 89 0 R
+ /Last 98 0 R
+>> endobj
+88 0 obj
+<<
+/S /GoTo
+/D [6 0 R /XYZ 85.0 726.135 null]
+>>
+endobj
+90 0 obj
+<<
+/S /GoTo
+/D [10 0 R /XYZ 85.0 714.135 null]
+>>
+endobj
+100 0 obj
+<<
+/S /GoTo
+/D [52 0 R /XYZ 85.0 340.358 null]
+>>
+endobj
+102 0 obj
+<<
+/S /GoTo
+/D [57 0 R /XYZ 49.0 258.135 null]
+>>
+endobj
+104 0 obj
+<<
+/S /GoTo
+/D [57 0 R /XYZ 49.0 140.76 null]
+>>
+endobj
+106 0 obj
+<<
+/S /GoTo
+/D [62 0 R /XYZ 85.0 661.335 null]
+>>
+endobj
+108 0 obj
+<<
+/S /GoTo
+/D [66 0 R /XYZ 49.0 143.671 null]
+>>
+endobj
+xref
+0 119
+0000000000 65535 f 
+0000035932 00000 n 
+0000036095 00000 n 
+0000036412 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000554 00000 n 
+0000000660 00000 n 
+0000000771 00000 n 
+0000000877 00000 n 
+0000001598 00000 n 
+0000001720 00000 n 
+0000001803 00000 n 
+0000036552 00000 n 
+0000001939 00000 n 
+0000036618 00000 n 
+0000002076 00000 n 
+0000036684 00000 n 
+0000002213 00000 n 
+0000036750 00000 n 
+0000002349 00000 n 
+0000036816 00000 n 
+0000002486 00000 n 
+0000036882 00000 n 
+0000002622 00000 n 
+0000036948 00000 n 
+0000002758 00000 n 
+0000037014 00000 n 
+0000002894 00000 n 
+0000037080 00000 n 
+0000003031 00000 n 
+0000003241 00000 n 
+0000003349 00000 n 
+0000004221 00000 n 
+0000004344 00000 n 
+0000004371 00000 n 
+0000004564 00000 n 
+0000004808 00000 n 
+0000004916 00000 n 
+0000007334 00000 n 
+0000007457 00000 n 
+0000007533 00000 n 
+0000007707 00000 n 
+0000007895 00000 n 
+0000008168 00000 n 
+0000008358 00000 n 
+0000008554 00000 n 
+0000008758 00000 n 
+0000008972 00000 n 
+0000009179 00000 n 
+0000009534 00000 n 
+0000009642 00000 n 
+0000012878 00000 n 
+0000013001 00000 n 
+0000013035 00000 n 
+0000013214 00000 n 
+0000013425 00000 n 
+0000016344 00000 n 
+0000016467 00000 n 
+0000016501 00000 n 
+0000016708 00000 n 
+0000016914 00000 n 
+0000020187 00000 n 
+0000020310 00000 n 
+0000020337 00000 n 
+0000020549 00000 n 
+0000023413 00000 n 
+0000023536 00000 n 
+0000023584 00000 n 
+0000023797 00000 n 
+0000024008 00000 n 
+0000024219 00000 n 
+0000024427 00000 n 
+0000026755 00000 n 
+0000026878 00000 n 
+0000026926 00000 n 
+0000027136 00000 n 
+0000027349 00000 n 
+0000037146 00000 n 
+0000027487 00000 n 
+0000037212 00000 n 
+0000027626 00000 n 
+0000029641 00000 n 
+0000029749 00000 n 
+0000030168 00000 n 
+0000030276 00000 n 
+0000030529 00000 n 
+0000037278 00000 n 
+0000037329 00000 n 
+0000030637 00000 n 
+0000037394 00000 n 
+0000030842 00000 n 
+0000031038 00000 n 
+0000031238 00000 n 
+0000031413 00000 n 
+0000031610 00000 n 
+0000031886 00000 n 
+0000032067 00000 n 
+0000032358 00000 n 
+0000032575 00000 n 
+0000037460 00000 n 
+0000033010 00000 n 
+0000037527 00000 n 
+0000033413 00000 n 
+0000037594 00000 n 
+0000033650 00000 n 
+0000037660 00000 n 
+0000033875 00000 n 
+0000037727 00000 n 
+0000034146 00000 n 
+0000034356 00000 n 
+0000034679 00000 n 
+0000034983 00000 n 
+0000035269 00000 n 
+0000035378 00000 n 
+0000035489 00000 n 
+0000035603 00000 n 
+0000035710 00000 n 
+0000035822 00000 n 
+trailer
+<<
+/Size 119
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+37794
+%%EOF
diff --git a/documentation/index.php b/documentation/index.php
index 9ba0e8b..280825a 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -8,13 +8,14 @@
 	include($App->getProjectCommon());
 	
 /*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
+ * Copyright (c) 2009, 2012 Eclipse Foundation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors: Christopher Frost
+ * Contributors: Violeta Georgieva
  *    
  *******************************************************************************/
 
@@ -24,7 +25,7 @@
 	$pageAuthor		= "Christopher Frost";
 		
 	$milestone = "2.1.0.x";
-	$release = "2.0.1.RELEASE";
+	$release = "2.0.2.RELEASE";
 	ob_start();
 ?>
 	
diff --git a/download/index.php b/download/index.php
index 7428e94..60bd324 100644
--- a/download/index.php
+++ b/download/index.php
@@ -8,13 +8,14 @@
 	include($App->getProjectCommon());
 	
 /*******************************************************************************
- * Copyright (c) 2009 Eclipse Foundation and others.
+ * Copyright (c) 2009, 2012 Eclipse Foundation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors: Christopher Frost
+ * Contributors: Violeta Georgieva
  *    
  *******************************************************************************/
 
@@ -40,6 +41,15 @@
 		</p>
 		
 		
+		<h4 class='toggle'>2.0.2.RELEASE</h4>
+		<div class='accordion'>
+			<ul>
+				<li><a href='http://www.eclipse.org/gemini/web/download/release-notes/2.0.2.RELEASE.php' target='_self'>View Release Notes</a> (<a href="https://bugs.eclipse.org/bugs/attachment.cgi?id=200887">Download approved IP log</a>)</li>
+				<li><strong>Gemini Web</strong> -  <a href='http://www.eclipse.org/downloads/download.php?file=/gemini/web/release/GW/2.0.2.RELEASE/gemini-web-2.0.2.RELEASE.zip' target='_self'>Download</a></li>
+				<li><strong>Gemini Web p2 repository</strong> - <a href='http://download.eclipse.org/gemini/updates/web/2.0.2/' target='_self'>http://download.eclipse.org/gemini/updates/web/2.0.2/</a></li>
+				<li>Documentation is included with the download and can be viewed on line <a href="http://www.eclipse.org/gemini/web/documentation/">here</a>.
+			</ul>
+		</div>
 		<h4 class='toggle'>2.0.1.RELEASE</h4>
 		<div class='accordion'>
 			<ul>
diff --git a/download/release-notes/2.0.2.RELEASE.php b/download/release-notes/2.0.2.RELEASE.php
new file mode 100644
index 0000000..6846755
--- /dev/null
+++ b/download/release-notes/2.0.2.RELEASE.php
@@ -0,0 +1,45 @@
+<?php

+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	

+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	

+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	

+	$App 	= new App();	

+	$Nav	= new Nav();	

+	$Menu 	= new Menu();		

+	include($App->getProjectCommon());

+	

+/*******************************************************************************

+ * Copyright (c) 2012 Eclipse Foundation and others.

+ * All rights reserved. This program and the accompanying materials

+ * are made available under the terms of the Eclipse Public License v1.0

+ * which accompanies this distribution, and is available at

+ * http://www.eclipse.org/legal/epl-v10.html

+ *

+ * Contributors: Violeta Georgieva

+ *    

+ *******************************************************************************/

+

+	# Begin: page-specific settings.  Change these. 

+	$pageTitle 		= "Gemini Web - Release Notes";

+	$pageKeywords	= "Eclipse, EclipseRT, Virgo, OSGi, Downloads";

+	$pageAuthor		= "Chris Frost";

+		

+	ob_start();

+?>

+

+<div id="midcolumn">

+

+<h3>2.0.2.RELEASE - Release Notes</h3>

+

+<p>The <a href="http://wiki.eclipse.org/Virgo/Future#Release_Branding">Maya</a> (2.0.2) release of Gemini Web

+upgrades Gemini Web to pick up Tomcat 7.0.26 which includes a fix for a serious security issue. You can read 

+more about it <a href="http://tomcat.apache.org/tomcat-7.0-doc/changelog.html">here</a>.</p>

+<p>

+<p>A full list of bugs included in this release is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&product=Gemini.Web&query_format=advanced&target_milestone=2.0.2.RELEASE&order=bug_severity,assigned_to%20DESC,changeddate,bug_status,bug_id&query_based_on=" target="_self">here</a>.</p>

+

+</div>

+

+<?

+	$html = ob_get_clean();

+	# Generate the web page

+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

+?>
\ No newline at end of file