[Groonga-mysql-commit] mroonga/mroonga [master] [doc][theme] add mroonga theme temporary.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 29日 (土) 22:55:47 JST


Kouhei Sutou	2011-10-29 13:55:47 +0000 (Sat, 29 Oct 2011)

  New Revision: c1aae9c7ded390c134180bea1d6215ceefd4bb3c

  Log:
    [doc][theme] add mroonga theme temporary.
    
    It should use different theme color.

  Added files:
    doc/themes/mroonga/layout.html
    doc/themes/mroonga/static/favicon.ico
    doc/themes/mroonga/static/footer-bar.png
    doc/themes/mroonga/static/header-background.png
    doc/themes/mroonga/static/jp.png
    doc/themes/mroonga/static/logo.png
    doc/themes/mroonga/static/logo.svg
    doc/themes/mroonga/static/menu-header.png
    doc/themes/mroonga/static/mroonga.css_t
    doc/themes/mroonga/static/navigation-bar.png
    doc/themes/mroonga/static/us.png
    doc/themes/mroonga/theme.conf
  Modified files:
    .gitignore
    doc/files.am
    doc/source/conf.py

  Modified: .gitignore (+2 -1)
===================================================================
--- .gitignore    2011-10-29 13:09:26 +0000 (2cc5405)
+++ .gitignore    2011-10-29 13:55:47 +0000 (550146d)
@@ -35,10 +35,11 @@ cscope.out
 /doc/locale/*/doctrees/
 /doc/locale/*/html/
 /doc/locale/*/man/
+/doc/locale/*/*-build-stamp
 /doc/locale/*/LC_MESSAGES/*.pot
 /doc/locale/*/LC_MESSAGES/*.mo
 /doc/locale/*/LC_MESSAGES/doctrees/
-/doc/locale/*/*-build-stamp
+/doc/locale/*/LC_MESSAGES/*-build-stamp
 /doc/sphinx/
 /doc/ja/build/
 /doc/ja/doctrees/

  Modified: doc/files.am (+22 -22)
===================================================================
--- doc/files.am    2011-10-29 13:09:26 +0000 (4e1f7f1)
+++ doc/files.am    2011-10-29 13:55:47 +0000 (1b3fe9c)
@@ -18,17 +18,17 @@ absolute_source_files = \
 	$(NULL)
 
 absolute_theme_files = \
-	$(top_srcdir)/doc/themes/groonga/layout.html \
-	$(top_srcdir)/doc/themes/groonga/static/favicon.ico \
-	$(top_srcdir)/doc/themes/groonga/static/footer-bar.png \
-	$(top_srcdir)/doc/themes/groonga/static/groonga.css_t \
-	$(top_srcdir)/doc/themes/groonga/static/header-background.png \
-	$(top_srcdir)/doc/themes/groonga/static/jp.png \
-	$(top_srcdir)/doc/themes/groonga/static/logo.png \
-	$(top_srcdir)/doc/themes/groonga/static/menu-header.png \
-	$(top_srcdir)/doc/themes/groonga/static/navigation-bar.png \
-	$(top_srcdir)/doc/themes/groonga/static/us.png \
-	$(top_srcdir)/doc/themes/groonga/theme.conf \
+	$(top_srcdir)/doc/themes/mroonga/layout.html \
+	$(top_srcdir)/doc/themes/mroonga/static/favicon.ico \
+	$(top_srcdir)/doc/themes/mroonga/static/footer-bar.png \
+	$(top_srcdir)/doc/themes/mroonga/static/mroonga.css_t \
+	$(top_srcdir)/doc/themes/mroonga/static/header-background.png \
+	$(top_srcdir)/doc/themes/mroonga/static/jp.png \
+	$(top_srcdir)/doc/themes/mroonga/static/logo.png \
+	$(top_srcdir)/doc/themes/mroonga/static/menu-header.png \
+	$(top_srcdir)/doc/themes/mroonga/static/navigation-bar.png \
+	$(top_srcdir)/doc/themes/mroonga/static/us.png \
+	$(top_srcdir)/doc/themes/mroonga/theme.conf \
 	$(NULL)
 
 source_files_relative_from_doc_dir = \
@@ -51,17 +51,17 @@ source_files_relative_from_doc_dir = \
 	$(NULL)
 
 theme_files_relative_from_doc_dir = \
-	themes/groonga/layout.html \
-	themes/groonga/static/favicon.ico \
-	themes/groonga/static/footer-bar.png \
-	themes/groonga/static/groonga.css_t \
-	themes/groonga/static/header-background.png \
-	themes/groonga/static/jp.png \
-	themes/groonga/static/logo.png \
-	themes/groonga/static/menu-header.png \
-	themes/groonga/static/navigation-bar.png \
-	themes/groonga/static/us.png \
-	themes/groonga/theme.conf \
+	themes/mroonga/layout.html \
+	themes/mroonga/static/favicon.ico \
+	themes/mroonga/static/footer-bar.png \
+	themes/mroonga/static/mroonga.css_t \
+	themes/mroonga/static/header-background.png \
+	themes/mroonga/static/jp.png \
+	themes/mroonga/static/logo.png \
+	themes/mroonga/static/menu-header.png \
+	themes/mroonga/static/navigation-bar.png \
+	themes/mroonga/static/us.png \
+	themes/mroonga/theme.conf \
 	$(NULL)
 
 po_files = \

  Modified: doc/source/conf.py (+1 -1)
===================================================================
--- doc/source/conf.py    2011-10-29 13:09:26 +0000 (c53da97)
+++ doc/source/conf.py    2011-10-29 13:55:47 +0000 (03aa562)
@@ -102,7 +102,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'mroonga'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the

  Added: doc/themes/mroonga/layout.html (+40 -0) 100644
===================================================================
--- /dev/null
+++ doc/themes/mroonga/layout.html    2011-10-29 13:55:47 +0000 (cfa3990)
@@ -0,0 +1,40 @@
+{#
+    mroonga/layout.html
+    ~~~~~~~~~~~~~~~~~~~
+
+    Sphinx layout template for the mroonga theme.
+
+    :copyright: Copyright 2011 by the groonga project, see AUTHORS.
+    :license: LGPLv2, see LICENSE for details.
+#}
+{% extends "default/layout.html" %}
+{% set favicon = "favicon.ico" %}
+
+{% block header %}
+<div class="header">
+  <h1 class="title">
+    <a id="top-link" href="{{ pathto('index') }}">
+      <span class="project">groonga</span>
+      <span class="separator">-</span>
+{%- if language == "en" %}
+      <span class="description">An open-source storage engine for fast fulltext search with MySQL.</span>
+{%- endif %}
+{%- if language == "ja" %}
+      <span class="description">MySQLで高速に全文検索するためのオープンソースのストレージエンジン</span>
+{%- endif %}
+    </a>
+  </h1>
+
+  <div class="other-language-links">
+    <ul>
+{%- if language != "en" %}
+      <li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/us.png', 1) }}" alt="English"></a></li>
+{%- endif %}
+{%- if language != "ja" %}
+      <li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/jp.png', 1) }}" alt="日本語"></a></li>
+{%- endif %}
+    </ul>
+  </div>
+</div>
+  {{ super() }}
+{% endblock %}

  Added: doc/themes/mroonga/static/favicon.ico (+0 -0) 100644
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/footer-bar.png (+0 -0) 100755
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/header-background.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/jp.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/logo.png (+0 -0) 100755
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/logo.svg (+643 -0) 100644
===================================================================
--- /dev/null
+++ doc/themes/mroonga/static/logo.svg    2011-10-29 13:55:47 +0000 (21bbdc9)
@@ -0,0 +1,643 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.1 r9760"
+   width="250"
+   height="100"
+   xml:space="preserve"
+   sodipodi:docname="logo.svg"
+   style="enable-background:new"
+   inkscape:export-filename="/home/kou/work/cpp/mroonga.clean/doc/themes/mroonga/static/logo.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+     id="defs6"><linearGradient
+   id="linearGradient4302"><stop
+     style="stop-color:#000000;stop-opacity:1;"
+     offset="0"
+     id="stop4304" /><stop
+     style="stop-color:#ffffff;stop-opacity:0;"
+     offset="1"
+     id="stop4306" /></linearGradient><linearGradient
+   id="linearGradient4054"><stop
+     style="stop-color:#000000;stop-opacity:1;"
+     offset="0"
+     id="stop4056" /><stop
+     style="stop-color:#000000;stop-opacity:0;"
+     offset="1"
+     id="stop4058" /></linearGradient><linearGradient
+   id="linearGradient4228"><stop
+     style="stop-color:#000000;stop-opacity:1;"
+     offset="0"
+     id="stop4230" /><stop
+     style="stop-color:#ffffff;stop-opacity:0;"
+     offset="1"
+     id="stop4232" /></linearGradient><linearGradient
+   id="linearGradient4022"><stop
+     style="stop-color:#000000;stop-opacity:1;"
+     offset="0"
+     id="stop4024" /><stop
+     style="stop-color:#ffffff;stop-opacity:0;"
+     offset="1"
+     id="stop4026" /></linearGradient><inkscape:perspective
+   sodipodi:type="inkscape:persp3d"
+   inkscape:vp_x="0 : 0.5 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_z="1 : 0.5 : 1"
+   inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+   id="perspective10" /><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath18"><path
+     d="m 7111.756,7160.996 c -18.648,-1.193 -30.292,-6.397 -26.002,-11.626 l 0,0 c 4.286,-5.226 22.883,-8.504 41.531,-7.311 l 0,0 c 18.652,1.192 30.292,6.393 26.002,11.626 l 0,0 c -3.69,4.503 -17.991,7.556 -33.799,7.556 l 0,0 c -2.552,0 -5.14,-0.079 -7.732,-0.245"
+     id="path20"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(0,-22.466232,-22.466232,0,7119.52,7163.2695)"
+   spreadMethod="pad"
+   id="linearGradient26"><stop
+     style="stop-opacity:1;stop-color:#ededee"
+     offset="0"
+     id="stop28" /><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="1"
+     id="stop30" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath38"><path
+     d="m 7095.544,7229.23 c -13.596,-21.387 -15.608,-46.569 -0.282,-56.8 l 0,0 c 15.327,-10.223 39.034,-3.332 52.973,17.849 l 0,0 c 14.727,22.378 14.929,47.769 -0.401,57.997 l 0,0 c -4.639,3.096 -9.962,4.62 -15.52,4.621 l 0,0 c -12.804,0 -26.866,-8.085 -36.77,-23.667"
+     id="path40"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(-6.2917328,86.17009,91.784363,-7.0466919,7125.0967,7166.1504)"
+   spreadMethod="pad"
+   id="linearGradient46"><stop
+     style="stop-opacity:1;stop-color:#b8bcd9"
+     offset="0"
+     id="stop48" /><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="1"
+     id="stop50" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath58"><path
+     d="m 7114.029,7239.237 c -4.362,-9.324 -0.289,-15.182 7.246,-20.278 l 0,0 c 18.073,-12.218 25.764,-16.967 14.651,-41.838 l 0,0 c 19.143,14.463 28.987,47.491 19.75,62.261 l 0,0 c -4.955,7.922 -11.315,12.941 -22.435,12.941 l 0,0 c -7.355,0 -15.872,-5.945 -19.212,-13.086"
+     id="path60"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(-19.872147,57.461624,57.461624,19.872147,7152.6079,7181.5889)"
+   spreadMethod="pad"
+   id="linearGradient66"><stop
+     style="stop-opacity:1;stop-color:#09338f"
+     offset="0"
+     id="stop68" /><stop
+     style="stop-opacity:1;stop-color:#386feb"
+     offset="1"
+     id="stop70" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath78"><path
+     d="m 7104.239,7169.073 c 14.947,-2.779 27.871,19.233 17.401,31.503 l 0,0 c -9.313,10.91 -31.492,13.519 -17.217,39.312 l 0,0 c -20.838,-19.461 -31.242,-65.04 -0.184,-70.815"
+     id="path80"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(-23.478821,39.932571,39.932571,23.478821,7117.7422,7173.4414)"
+   spreadMethod="pad"
+   id="linearGradient86"><stop
+     style="stop-opacity:1;stop-color:#162a7d"
+     offset="0"
+     id="stop88" /><stop
+     style="stop-opacity:1;stop-color:#283694"
+     offset="1"
+     id="stop90" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath98"><path
+     d="m 0,14400 14400,0 L 14400,0 0,0 0,14400 z"
+     id="path100"
+     inkscape:connector-curvature="0" /></clipPath><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath106"><path
+     d="m 7085.98,7251.49 70.36,0 0,-56.67 -70.36,0 0,56.67 z"
+     id="path108"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(70.358887,0,0,-70.358887,7085.9824,7223.1572)"
+   spreadMethod="pad"
+   id="linearGradient114"><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="0"
+     id="stop116" /><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="1"
+     id="stop118" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath138"><path
+     d="m 7090.75,7197.73 60.1,0 0,-27.43 -60.1,0 0,27.43 z"
+     id="path140"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(-2.2540741,5.3534241,5.3534241,2.2540741,7126.7466,7174.4863)"
+   spreadMethod="pad"
+   id="linearGradient146"><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="0"
+     id="stop148" /><stop
+     style="stop-opacity:1;stop-color:#e0eaff"
+     offset="1"
+     id="stop150" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath170"><path
+     d="m 7085.98,7251.49 70.14,0 0,-56.67 -70.14,0 0,56.67 z"
+     id="path172"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(70.139648,0,0,-70.139648,7085.9824,7223.1572)"
+   spreadMethod="pad"
+   id="linearGradient178"><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="0"
+     id="stop180" /><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="1"
+     id="stop182" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath202"><path
+     d="m 7085.98,7251.49 70.14,0 0,-56.67 -70.14,0 0,56.67 z"
+     id="path204"
+     inkscape:connector-curvature="0" /></clipPath><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(70.139648,0,0,-70.139648,7085.9824,7223.1572)"
+   spreadMethod="pad"
+   id="linearGradient210"><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="0"
+     id="stop212" /><stop
+     style="stop-opacity:1;stop-color:#ffffff"
+     offset="1"
+     id="stop214" /></linearGradient><linearGradient
+   x1="0"
+   y1="0"
+   x2="1"
+   y2="0"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(-9.7702789,28.251419,28.251419,9.7702789,7186.3716,7183.1377)"
+   spreadMethod="pad"
+   id="linearGradient242"><stop
+     style="stop-opacity:1;stop-color:#09338f"
+     offset="0"
+     id="stop244" /><stop
+     style="stop-opacity:1;stop-color:#386feb"
+     offset="1"
+     id="stop246" /></linearGradient><clipPath
+   clipPathUnits="userSpaceOnUse"
+   id="clipPath254"><path
+     d="m 0,14400 14400,0 L 14400,0 0,0 0,14400 z"
+     id="path256"
+     inkscape:connector-curvature="0" /></clipPath><inkscape:perspective
+   id="perspective3514"
+   inkscape:persp3d-origin="213.77 : 44.333333 : 1"
+   inkscape:vp_z="427.54001 : 66.5 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_x="0 : 66.5 : 1"
+   sodipodi:type="inkscape:persp3d" /><linearGradient
+   id="linearGradient6964"><stop
+     style="stop-color:#d3d7cf;stop-opacity:1"
+     offset="0"
+     id="stop6966" /><stop
+     style="stop-color:#ffffff;stop-opacity:1"
+     offset="1"
+     id="stop6968" /></linearGradient><linearGradient
+   id="linearGradient6981"><stop
+     style="stop-color:#eeeeec;stop-opacity:1;"
+     offset="0"
+     id="stop6983" /><stop
+     style="stop-color:#ffffff;stop-opacity:1"
+     offset="1"
+     id="stop6985" /></linearGradient><linearGradient
+   id="linearGradient5048"><stop
+     style="stop-color:black;stop-opacity:0;"
+     offset="0"
+     id="stop5050" /><stop
+     style="stop-color:black;stop-opacity:1;"
+     offset="0.5"
+     id="stop5056" /><stop
+     style="stop-color:black;stop-opacity:0;"
+     offset="1"
+     id="stop5052" /></linearGradient><inkscape:perspective
+   id="perspective3805"
+   inkscape:persp3d-origin="200 : 100 : 1"
+   inkscape:vp_z="400 : 150 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_x="0 : 150 : 1"
+   sodipodi:type="inkscape:persp3d" /><linearGradient
+   inkscape:collect="always"
+   xlink:href="#linearGradient4022"
+   id="linearGradient4095"
+   gradientUnits="userSpaceOnUse"
+   x1="228.21574"
+   y1="235.32756"
+   x2="228.21574"
+   y2="200.25482"
+   gradientTransform="matrix(0.8,0,0,0.8,7089.5117,-7464.9259)" /><mask
+   maskUnits="userSpaceOnUse"
+   id="mask4091"><rect
+     style="color:#000000;fill:url(#linearGradient4095);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="rect4093"
+     width="335.06223"
+     height="42.012447"
+     x="7094.6982"
+     y="-7296.3784"
+     transform="scale(1,-1)" /></mask><linearGradient
+   inkscape:collect="always"
+   xlink:href="#linearGradient4228"
+   id="linearGradient4240"
+   gradientUnits="userSpaceOnUse"
+   x1="197.74377"
+   y1="402.35309"
+   x2="197.74377"
+   y2="312.11917"
+   gradientTransform="matrix(0.8,0,0,0.8,7089.5117,6872.8411)" /><mask
+   maskUnits="userSpaceOnUse"
+   id="mask4236"><rect
+     style="color:#000000;fill:url(#linearGradient4240);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="rect4238"
+     width="535.26971"
+     height="137.44814"
+     x="6987.8521"
+     y="7160.1646" /></mask>
+<linearGradient
+   inkscape:collect="always"
+   xlink:href="#linearGradient4302"
+   id="linearGradient4326"
+   gradientUnits="userSpaceOnUse"
+   gradientTransform="matrix(0.8,0,0,0.8,7089.5117,7021.9131)"
+   x1="231.05667"
+   y1="236.47868"
+   x2="231.05667"
+   y2="171.14734" /><mask
+   maskUnits="userSpaceOnUse"
+   id="mask4322"><rect
+     style="color:#000000;fill:url(#linearGradient4326);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="rect4324"
+     width="349.6264"
+     height="45.862869"
+     x="7090.9785"
+     y="7183.0298"
+     rx="0"
+     ry="0" /></mask></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1386"
+     inkscape:window-height="1038"
+     id="namedview4"
+     showgrid="false"
+     inkscape:zoom="1.5424"
+     inkscape:cx="122.78221"
+     inkscape:cy="50.85427"
+     inkscape:window-x="311"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="g12" /><g
+     id="g12"
+     inkscape:groupmode="layer"
+     inkscape:label="senna_cs3"
+     transform="matrix(1.25,0,0,-1.25,-8861.8896,9031.157)"
+     style="display:inline">
+
+
+
+<g
+   id="layer6"
+   inkscape:label="baseplate"
+   style="display:none"
+   transform="matrix(0.8,0,0,-0.8,7031.7447,7449.124)"><rect
+   height="48"
+   id="rect6284"
+   inkscape:label="48x48"
+   style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+   width="48"
+   x="296"
+   y="50" /><rect
+   height="32"
+   id="rect6592"
+   inkscape:label="32x32"
+   style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+   width="32"
+   x="303"
+   y="126" /><rect
+   height="22"
+   id="rect6749"
+   inkscape:label="22x22"
+   style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+   width="22"
+   x="303"
+   y="177" /><rect
+   height="16"
+   id="rect6833"
+   inkscape:label="16x16"
+   style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+   width="16"
+   x="303"
+   y="219" /><text
+   id="context"
+   inkscape:label="context"
+   style="font-size:18.30070686px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+   x="20.970737"
+   xml:space="preserve"
+   y="21.513618"><tspan
+     id="tspan2716"
+     sodipodi:role="line"
+     x="20.970737"
+     y="21.513618">actions</tspan></text>
+
+
+<text
+   id="icon-name"
+   inkscape:label="icon-name"
+   sodipodi:linespacing="125%"
+   style="font-size:18.30070686px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+   x="191.97073"
+   xml:space="preserve"
+   y="21.513618"><tspan
+     id="tspan3023"
+     sodipodi:role="line"
+     x="191.97073"
+     y="21.513618">mail-forward</tspan></text>
+
+
+</g><g
+   id="g9812"
+   transform="matrix(-0.45833554,0,0,-0.45833554,7198.9664,7302.7434)" /><g
+   id="layer4"
+   inkscape:label="hires"
+   style="display:inline"
+   transform="matrix(0.45833554,0,0,-0.45833554,7060.0907,7321.9935)" /><g
+   id="g4202"
+   transform="matrix(0.57291943,0,0,0.57291943,3028.9389,3044.8573)"><text
+     transform="scale(1,-1)"
+     sodipodi:linespacing="125%"
+     id="text3173"
+     y="-7190.7305"
+     x="7181.3169"
+     style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     xml:space="preserve"><tspan
+       y="-7190.7305"
+       x="7181.3169"
+       id="tspan3175"
+       sodipodi:role="line"><tspan
+         style="font-size:16px;fill:#467694;fill-opacity:1"
+         id="tspan3967"><tspan
+   id="tspan3980"
+   style="fill:#49474e;fill-opacity:1">fast fulltext serach with</tspan> My</tspan><tspan
+         id="tspan3947"
+         style="font-size:16px;fill:#f78800;fill-opacity:1">SQL</tspan></tspan></text>
+<g
+     transform="matrix(0.70251066,0,0,-0.70251066,7099.6973,7308.4763)"
+     id="g3480">
+	<path
+   id="path3482"
+   d="m 217.589,21.432 c -12.238,0 -22.162,9.923 -22.162,22.163 0,12.241 9.924,22.165 22.162,22.165 12.24,0 22.164,-9.924 22.164,-22.165 0,-12.241 -9.924,-22.163 -22.164,-22.163 z m 0,34.353 c -6.73,0 -12.189,-5.458 -12.189,-12.19 0,-6.732 5.459,-12.189 12.189,-12.189 6.734,0 12.191,5.457 12.191,12.189 0,6.732 -5.457,12.19 -12.191,12.19 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+	<path
+   id="path3484"
+   d="m 264.536,21.432 c -12.24,0 -22.164,9.923 -22.164,22.163 0,12.241 9.924,22.165 22.164,22.165 12.24,0 22.164,-9.924 22.164,-22.165 0,-12.241 -9.924,-22.163 -22.164,-22.163 z m 0,34.353 c -6.732,0 -12.189,-5.458 -12.189,-12.19 0,-6.732 5.457,-12.189 12.189,-12.189 6.732,0 12.189,5.457 12.189,12.189 0,6.732 -5.456,12.19 -12.189,12.19 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+	<path
+   id="path3486"
+   d="m 160.897,43.595 c 0,-12.24 -9.923,-22.163 -22.163,-22.163 -12.241,0 -22.164,9.923 -22.164,22.163 0,12.241 9.923,22.165 22.164,22.165 4.505,0 8.692,-1.349 12.19,-3.657 0,0 0,15.746 0,15.778 0,6.731 -5.458,12.19 -12.19,12.19 -6.732,0 -12.19,-5.459 -12.19,-12.19 0,-2.268 0.631,-4.38 1.711,-6.196 l -8.635,-5.014 c -1.934,3.289 -3.05,7.117 -3.05,11.21 0,12.241 9.923,22.164 22.164,22.164 12.24,0 22.163,-9.923 22.163,-22.164 0,-0.032 0,-34.286 0,-34.286 z m -22.163,12.19 c -6.732,0 -12.19,-5.458 -12.19,-12.19 0,-6.732 5.458,-12.189 12.19,-12.189 6.732,0 12.19,5.457 12.19,12.189 0,6.732 -5.457,12.19 -12.19,12.19 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+	<path
+   id="path3488"
+   d="m 405.376,21.432 c -12.24,0 -22.164,9.923 -22.164,22.163 0,12.241 9.924,22.165 22.164,22.165 0.008,0 0.016,-0.001 0.023,-0.001 v 0.015 H 427.54 V 43.595 c 0,-12.241 -9.924,-22.163 -22.164,-22.163 z m -12.191,22.163 c 0,-6.732 5.459,-12.189 12.191,-12.189 6.732,0 12.189,5.457 12.189,12.189 0,6.732 -5.457,12.19 -12.189,12.19 -6.732,0 -12.191,-5.458 -12.191,-12.19 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+	<path
+   id="path3490"
+   d="m 333.647,43.595 c 0,-12.24 -9.924,-22.163 -22.164,-22.163 -12.242,0 -22.164,9.923 -22.164,22.163 v 22.179 h 9.973 V 43.595 l 0,0 c 0,-6.732 5.459,-12.189 12.191,-12.189 6.732,0 12.189,5.457 12.189,12.189 l -0.02,22.179 h 9.969 l 0.026,-22.179 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+	<path
+   id="path3492"
+   d="m 380.593,43.595 c 0,-12.24 -9.924,-22.163 -22.164,-22.163 -12.24,0 -22.164,9.923 -22.164,22.163 0,12.241 9.924,22.165 22.164,22.165 4.504,0 8.693,-1.349 12.189,-3.657 0,0 0,15.746 0,15.778 0,6.731 -5.457,12.19 -12.189,12.19 -6.732,0 -12.189,-5.459 -12.189,-12.19 0,-2.268 0.631,-4.38 1.711,-6.196 l -8.635,-5.014 c -1.934,3.289 -3.051,7.117 -3.051,11.21 0,12.241 9.924,22.164 22.164,22.164 12.24,0 22.164,-9.923 22.164,-22.164 0,-0.032 0,-34.286 0,-34.286 z m -22.164,12.19 c -6.732,0 -12.189,-5.458 -12.189,-12.19 0,-6.732 5.457,-12.189 12.189,-12.189 6.732,0 12.189,5.457 12.189,12.189 0,6.732 -5.457,12.19 -12.189,12.19 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+	<path
+   id="path3494"
+   d="m 186.681,21.432 c -12.24,0 -22.164,9.923 -22.164,22.163 0,0.079 0.006,0.157 0.006,0.236 v 21.942 h 9.973 V 43.595 h -0.004 c 0,-6.732 5.457,-12.189 12.189,-12.189 2.418,0 4.66,0.717 6.553,1.932 l 5.109,-8.587 c -3.389,-2.103 -7.383,-3.319 -11.662,-3.319 z"
+   style="fill:#49474e"
+   inkscape:connector-curvature="0" />
+</g><g
+     id="g3145"><ellipse
+       d="M 98.440002,66.499001 C 98.440002,103.22649 76.403457,133 49.220001,133 22.036545,133 0,103.22649 0,66.499001 0,29.771513 22.036545,-0.0019989 49.220001,-0.0019989 c 27.183456,0 49.220001,29.7735119 49.220001,66.5009999 z"
+       style="fill:#49474e"
+       sodipodi:ry="66.500999"
+       sodipodi:rx="49.220001"
+       sodipodi:cy="66.499001"
+       sodipodi:cx="49.220001"
+       cx="49.220001"
+       cy="66.499001"
+       rx="49.220001"
+       ry="66.500999"
+       id="ellipse3496"
+       transform="matrix(0.8,0,0,-0.8,7095.7358,7293.4185)" /><path
+       inkscape:connector-curvature="0"
+       style="fill:#f8b857"
+       d="m 7125.9022,7256.4273 c -0.01,4.232 -3.4312,7.6544 -7.6624,7.6624 -4.2328,-0.01 -7.6544,-3.4304 -7.6624,-7.6624 0.01,-4.2304 3.4304,-7.6528 7.6624,-7.6624 4.2312,0.01 7.6544,3.432 7.6624,7.6624 z m 10.0368,-29.168 v 29.168 c 0,8.856 7.1784,16.0352 16.0344,16.0352 3.4064,0 6.5584,-1.0696 9.156,-2.8808 -5.0584,12.3792 -14.8112,20.768 -26.0176,20.768 -11.2016,0 -20.9528,-8.3832 -26.012,-20.7568 2.5944,1.8048 5.7408,2.8696 9.14,2.8696 8.856,0 16.0344,-7.1792 16.0344,-16.0352 v -29.168 c 0,-6.804 -4.2424,-12.1584 -10.2208,-14.2824 3.4184,-1.8552 7.1488,-2.8864 11.0584,-2.8864 3.9088,0 7.6368,1.0304 11.0552,2.884 -5.9816,2.1224 -10.228,7.4792 -10.228,14.2848 z m -10.0368,0 v 15.0832 c -2.2768,-1.2424 -4.8888,-1.9504 -7.6624,-1.9504 -5.1824,0 -9.7768,2.468 -12.708,6.2816 0.644,-9.9232 3.9592,-18.8056 8.9704,-25.3352 1.1048,-0.6224 2.3768,-0.9864 3.7368,-0.9896 4.2304,0.01 7.6552,2.6792 7.6632,6.9104 z m 18.4088,29.168 c 0.01,-4.2304 3.4304,-7.6528 7.6624,-7.6624 4.2304,0.
 01 7.6544,3.432 7.6624,7.6624 -0.01,4.232 -3.432,7.6544 -7.6624,7.6624 -4.232,-0.01 -7.6544,-3.4304 -7.6624,-7.6624 z m 7.6624,-16.0344 c -2.7736,0 -5.3864,0.7072 -7.6624,1.9488 v -15.0824 c 0.01,-4.2312 3.4304,-6.9008 7.6624,-6.9104 1.3672,0 2.6456,0.3688 3.7544,0.9984 5.0104,6.5312 8.3232,15.4168 8.9648,25.3424 -2.9304,-3.8224 -7.5304,-6.2968 -12.7192,-6.2968 z"
+       id="path3498" /><path
+       inkscape:connector-curvature="0"
+       style="opacity:0.2;fill:#ffffff"
+       d="m 7136.5638,7290.9745 c 6.2856,0.5896 11.7992,-2.1704 15.6584,-3.5 -5.1216,3.3872 -10.8752,5.292 -16.9568,5.292 -20.3352,0 -37.0024,-21.264 -38.6168,-48.3048 3.0512,25.4816 18.6584,44.52 39.9152,46.5128 z"
+       id="path3500" /><path
+       inkscape:connector-curvature="0"
+       style="opacity:0.1;fill:#ffffff"
+       d="m 7172.6974,7253.9153 c 0.012,-0.556 0.023,-1.1112 0.033,-1.6728 0.5832,-34.7352 -19.2312,-68.6136 -48.1744,-61.8696 -0.6344,0.1488 -1.2984,0.031 -1.9424,0.064 4.0392,-2.0032 8.3912,-3.1016 12.9264,-3.1016 21.1992,0 38.384,23.8184 38.384,53.2 0,4.6216 -0.4264,9.1048 -1.2264,13.38 z"
+       id="path3502" /><path
+       inkscape:connector-curvature="0"
+       style="opacity:0.1;fill:#040000"
+       d="m 7173.8814,7244.5433 c 0,-0.1584 0.01,-0.316 0.01,-0.476 0,-30.692 -18.332,-55.5744 -40.9432,-55.5744 -3.1824,0 -6.2752,0.5096 -9.2488,1.44 3.6552,-1.5496 7.54,-2.3832 11.5688,-2.3832 21.4048,0 38.76,23.5536 38.76,52.6096 0,1.4776 -0.057,2.9368 -0.144,4.384 z"
+       id="path3504" /><image
+       style="opacity:0.2;overflow:visible"
+       overflow="visible"
+       width="63.360001"
+       height="101.184"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAIRCAYAAADOVO/VAAAACXBIWXMAAC4jAAAuIwF4pT92AAAA GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADMhJREFUeNrs3UGWG8UShlGJsdkG 2v9CWECzjfZc9IQDB8NxRVVlZkTkvZM3dZdbn/6Q/A6PBwCHPT0CdvR+v78te9E9n9/9DYgmVAvh a+Ef9UNQRRMyBPLV4Ef7EFPRhBGhfG3243+IqGhCdE2+PBURFU2wJkVUNMGaFFHRBGuyQUQFVDSx JjkRUPEUTUQS61M0KRlLkRRQ0QSxdL4jmogl1qdoIpZYn6KJWCKeoolYIp6iiVginqKJWIJ4iiZi iXiKJmKJeIomYol4iiYLQymWiKdoYlWSPZ7Vwyma+wRTLLE6RRPrEqtTNLEusTpFE+sSOsRTNK1L cLKLpnUJVqdoYl1idYom1iVUWp2iaV2C1Sma1iVYnaIpmGIJy1enaAomWJ2iKZhgdYrmjrF8CCbk Wp2iaV2C1SmagglWp2g6x4Hlq1M0rUuwOkVTMIExq1M0BROEUzQFExgTTtEUTBBO0RRMYEw4RXNu LB+CCbXDKZrWJQhnwC+em2DCpk69LkVTMGH316jzXDCBUWe6aAomEAin81wwgcBrVjQFE3gc/3xT NAUTCKxN0RRMILA2RVMwgcDaFE3BBAJrUzQFEwisTdEUTCCwNkVzwDsR0Pc1Lpo3vgMB/V/rouks BwJrUzQFEwisTdEUTCCwNkVTMIHA2hRNwQQCa1M0g9Mc2JtoHpzkAKLpLAdEUzCBcZenaAom8HMv 0fzJgwFwnh+c3wCi6SwHRFMwAdGcTTCBowNr72j6HBOIDqxto+ksB5znggmIpmACormSYAKiGViZ AKLpLAdEUzAB0VxCMAHRDKxM
 gKs+20fTWQ7c5fl8/rHD0hRMwHnuLAdE01kOiKazHBBNZzkgmlYm wGbRtDIB0YwF08oERNNZDiz22SqaznJgpL/+30CdlqaVCTjPrUwg02lePpq+/AFmnuYdlqZgAs5z ZzmQ8TQvG01nObDiNK+8NAUTcJ47ywHRtDKBmj7LR9PKBGb5r88zS0XTlz+A89xZDhQ6zctE01kO ZDjNKy1NKxNwnluZQKXTvMrStDKBFKd5+mhamUCmlVlhaVqZQJqVmTqaViaQbWVmX5pWJpBqZaaN ppUJZJV1aVqZQLrTPGU0rUwg62medWlamUDKlZkumlYmkHllZlyaViaQdmWmiqaVCWRfmdmWppUJ pF6ZaaJpZQIVVmampWllAulXZopoWplAlZWZZWlamUCJlZnpPAdIvzKXR9NpDlRamRmWptMcmBbM qytzaTStTKDSWZ5haVqZQJmzfGk0rUyg4spcuTStTKDcylwSTSsTmBnMO1fmqqVpZQLlzvIl0bQy gapn+aqlaWUCZVfmqvMcoOTKnBpNpzkwK5ijVubspek0B8qe5VOjaWUC1c/y2UvTygTKr8zZ5zlA 6ZU5JZpOc2BGMGeszFlL02kOlD/LneeAszxbNJ3mQJezfNbSdJoDLc5y5zngLM8UTac50Oksn7E0 neZAq2A6z4FyVgZzWDSd5sColbn6DzBqaTrNgVZn+bBoWplAx7N85NK0MoF2Z/no8xyg1Vk+JJpO c6BzMEcsTac5cJtswXSeA6lXZsY/1G3RdJoDnc/yEUvTaQ60Pcud54CzfFU0neZA97P87qXpNAfa B9N5DqRRIZi3RNNpDtyxMqv8Qe9Ymk5zoP1Z7jwHBHN2NJ3mwBXVgnnH0nSaA6dXZsU/tPMccJaL JiCYyaLp80xgt2BeXZo+zwS2CqbzHJimQzBFE5i2Mrv8IKei6fNMYLez/OrS9HkmsF0wneeAYIom kEHHYJ6Kps8z
 gSMrs+sPdmZp+jwT2O4sd54DgimagGAmiqbPM4Gdg3lmafo8E/jBLsF0ngO3rMyd fljRBJzlI6Lp80xg92BGl6bPM4Gtg+k8B07ZNZiiCZxamTv/8Iei6fNMYPezPLo0fZ4JbB9M5zkg mKIJCKZoAosIpmgCgZXpEQSj6ZtzcJYTW5q+OQfBxHkOCKZoAoIpmsAcgimaQGBlegQXo+mbc3CW E1uavjkHwcR5DgimaAKCKZqAYIomsJRgiiYQWJkewYBo+udG4CwntjT9cyMQTJznIJiIJiCYogkI pmgCgtktmr45h/oEc+7S9M05FF+ZHoHzHHCWiyYgmKIJCKZoAoLJD9H0zTkIJrGl6ZtzEEyc5yCY iCZsSzBFEwisTI9ANAFnuWgCgtk2mv65EQgmsaXpnxuBYOI8B8FENEEwEU3gb4IpmkBgZXoEogk4 y0UTEEzRBAQT0QTBRDRBMBFNEExEExBM0QTOEUzRBAIr0yMQTcBZLpqAYCKaIJiIJggmU6LpP3UB gklsafpPXYBg4jwHwUQ0oQTBFE0gsDI9AtEEnOWiCQgmogmCiWiCYCKaIJiIJggmogkIpmgC5wim aAKBlekRiCbgLEc0QTARTRBMRBMEE9EEwUQ0QTARTUAwEU04RzARTQisTI8A0QRnOaIJgologmAi miCYiCYIJqIJggmiCf8imIgmBFamR4BogrMc0QTBRDRBMBFNEExEEwQTRJN9CCaiCYGV6REgmuAs RzRBMBFNEExEEwQT0QTBBNFkH4KJaEJgZXoEzIqmXzac5XA0mn7ZEExwniOYIJogmIgmnCCYiCYE VqZHgGiCsxzRBMFENEEwEU0QTBBNGhBMMkbTt5GkXZkeAemi6Z0cZzk4zxFMEE0EE0QTBBPRhDjB RDQhsDI9AipF0y8sznI4Gk2/sAgmOM8RTBBN+hBMRBMCK9MjQDTBWY5ogmAimiCYcDGaPmNiKMGk 
 VTT9QjN6ZXoEOM/BWY5ogmCCaLKEYCKaEFiZHgGiCc5yRNMyQDAhHE2/6NzB7xHOcwisTI8A0QRn OaIJggmiyRKCiWhCYGV6BOwcTS8AnOVwNJpeAAgmOM8ZQDARTQisTI8A0QRnOZyKphWBYMLRaHpR 4HcDnOfcsDI9AkQTnOVwSzStCgQTjkbTiwS/C+A858TK9AgQTXCWw5BoWhnOchBNLxq8YYLzHGc5 iCbOcqgWTWeasxxE0+rAWQ7Oc5zlIJo4y6FaNL2gnOUgms42/P2C8xxXBIgmznIQTZzl0Diazjhn OYimVeIsB5zneAME0cRZDtWi6QXnLAfRdNY5ywHnOa4EEE2sTKgWTYvFygTRtFj6BtPfGTjP8SYH paLp3HOWg2haL1Ym4Dy3MoEU0fSiTBxMKxOSRdOL0lkOoomzHBgaTS9QKxNE0wvUygSc51YmkCKa 1o2VCaJp3ViZgPPcygRSRNOLdmEwrUwoFk0vWmc5iKa16SwHxkXT4rEyQTSxMoGh0fRCtjJBNL2Q rUwQTaxMIEU0rSDPF0TTCrIyQTSxMoEU0fTitjJBNL24rUwQTS9yKxNYH00vckA0cZqDaHqxO82B FNH0YvfGA6KJlQmiaSlZmUCKaFpKnh2IpsUEiKbF5DQHsixNEfBGA6IpAt5gQDTFwMoEckRTDADR tDY9HxBNa9PzAbIsTWsKEE1rypsJiCbeTIA00bSqANG0qryJgGgKhTcREE2hAKi2NK1NzwBE09r0 DEA0LS1ANC0tbxhAxaW5bTyc5iCa4gGIprUJiKa16U0CKL00twqJjyRANIUEEE1rExBNaxOgzdLc YW1a0yCa1qafD0TTGgNE0xoD6Lc0rU1ANE+szW7h9EYAoulM3/XnAdG0zgBqR7PpmQ6IprMWEE1n OiCaznSA/kvTmQ6I5kZnupUMoulMt5JBNAUIoFM0nbuAaFqbgGham4BoZlubwgmIp
 jMdEE1nOiCa znRANJ3pgGhu8DNam4BoOtMB0XSmA6LpTAdE05kOiKYzHUA0057p7/f7m19BEE1n+nEvv4IgmsIJ iGbTcAKIZoC1CYimMx0QTeEERFM4/bMjEE3hjPHPjkA0S4cTQDQDfL4JiGaBMx0QTeE8wpdBIJrC GePLIBBN4QREc9dwOtEB0QyYsTad6CCaznRANIUTEE3Wh9PnmiCawhnjc00QzbbhtDZBNAmwNkE0 SXKmA6IpnE50EE3hHBNOJzqIpnBamyCajAuntQmiKZzWJogm48JpbYJoCqe1CaLJuHBamyCa24Xz UjytTUj0uvYI5vgK329f//PrhQD/7imCpelctzZBNBkSTp9tgmgKp7UJxV7DHsEaFz7j/PgK73dP ECxNi9OZDqLJ/eF0poNoCqe1CaLJuHBam7Do9eoR5HHiyyFfCoFoCqdwgvOc+Kl+9Fz3+SZYmgRX p7UJoolwgmhyPpyPA/EUThBNgqtTOGEgXwRVeoc79iWRL4bA0iS4Oq1NEE2EE0STe8L5+J94CieI JsHVKZwgmgRXp3CCaBJcncIJoklwdQoniCbB1SmcIJoEV6dwgmgSXJ3CCaJJcHUKJ8DReP4joMBB fwowAEZoHeXvbIZkAAAAAElFTkSuQmCC"
+       transform="scale(1,-1)"
+       id="image3506"
+       x="7096.5078"
+       y="-7292.7344">
+</image></g><text
+     transform="scale(1,-1)"
+     sodipodi:linespacing="89.999998%"
+     id="text3169"
+     y="-7214.7422"
+     x="7180.3091"
+     style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:89.99999762%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#49474e;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     xml:space="preserve"><tspan
+       id="tspan3208"
+       y="-7214.7422"
+       x="7180.3091"
+       sodipodi:role="line">storage engine</tspan></text>
+</g><g
+   inkscape:groupmode="layer"
+   id="layer2"
+   inkscape:label="レイヤー" /><g
+   id="g4226"
+   transform="matrix(0.57291943,0,0,-0.57291943,3027.9016,11280.482)"
+   mask="url(#mask4322)"><text
+     xml:space="preserve"
+     style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="7181.3169"
+     y="-7190.7305"
+     id="text4228"
+     sodipodi:linespacing="125%"
+     transform="scale(1,-1)"><tspan
+       sodipodi:role="line"
+       id="tspan4230"
+       x="7181.3169"
+       y="-7190.7305"><tspan
+         id="tspan4232"
+         style="font-size:16px;fill:#467694;fill-opacity:1"><tspan
+   style="fill:#49474e;fill-opacity:1"
+   id="tspan4234">fast fulltext serach with</tspan> My</tspan><tspan
+         style="font-size:16px;fill:#f78800;fill-opacity:1"
+         id="tspan4236">SQL</tspan></tspan></text>
+<g
+     id="g4238"
+     transform="matrix(0.70251066,0,0,-0.70251066,7099.6973,7308.4763)">
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 217.589,21.432 c -12.238,0 -22.162,9.923 -22.162,22.163 0,12.241 9.924,22.165 22.162,22.165 12.24,0 22.164,-9.924 22.164,-22.165 0,-12.241 -9.924,-22.163 -22.164,-22.163 z m 0,34.353 c -6.73,0 -12.189,-5.458 -12.189,-12.19 0,-6.732 5.459,-12.189 12.189,-12.189 6.734,0 12.191,5.457 12.191,12.189 0,6.732 -5.457,12.19 -12.191,12.19 z"
+   id="path4240" />
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 264.536,21.432 c -12.24,0 -22.164,9.923 -22.164,22.163 0,12.241 9.924,22.165 22.164,22.165 12.24,0 22.164,-9.924 22.164,-22.165 0,-12.241 -9.924,-22.163 -22.164,-22.163 z m 0,34.353 c -6.732,0 -12.189,-5.458 -12.189,-12.19 0,-6.732 5.457,-12.189 12.189,-12.189 6.732,0 12.189,5.457 12.189,12.189 0,6.732 -5.456,12.19 -12.189,12.19 z"
+   id="path4242" />
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 160.897,43.595 c 0,-12.24 -9.923,-22.163 -22.163,-22.163 -12.241,0 -22.164,9.923 -22.164,22.163 0,12.241 9.923,22.165 22.164,22.165 4.505,0 8.692,-1.349 12.19,-3.657 0,0 0,15.746 0,15.778 0,6.731 -5.458,12.19 -12.19,12.19 -6.732,0 -12.19,-5.459 -12.19,-12.19 0,-2.268 0.631,-4.38 1.711,-6.196 l -8.635,-5.014 c -1.934,3.289 -3.05,7.117 -3.05,11.21 0,12.241 9.923,22.164 22.164,22.164 12.24,0 22.163,-9.923 22.163,-22.164 0,-0.032 0,-34.286 0,-34.286 z m -22.163,12.19 c -6.732,0 -12.19,-5.458 -12.19,-12.19 0,-6.732 5.458,-12.189 12.19,-12.189 6.732,0 12.19,5.457 12.19,12.189 0,6.732 -5.457,12.19 -12.19,12.19 z"
+   id="path4244" />
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 405.376,21.432 c -12.24,0 -22.164,9.923 -22.164,22.163 0,12.241 9.924,22.165 22.164,22.165 0.008,0 0.016,-0.001 0.023,-0.001 v 0.015 H 427.54 V 43.595 c 0,-12.241 -9.924,-22.163 -22.164,-22.163 z m -12.191,22.163 c 0,-6.732 5.459,-12.189 12.191,-12.189 6.732,0 12.189,5.457 12.189,12.189 0,6.732 -5.457,12.19 -12.189,12.19 -6.732,0 -12.191,-5.458 -12.191,-12.19 z"
+   id="path4246" />
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 333.647,43.595 c 0,-12.24 -9.924,-22.163 -22.164,-22.163 -12.242,0 -22.164,9.923 -22.164,22.163 v 22.179 h 9.973 V 43.595 l 0,0 c 0,-6.732 5.459,-12.189 12.191,-12.189 6.732,0 12.189,5.457 12.189,12.189 l -0.02,22.179 h 9.969 l 0.026,-22.179 z"
+   id="path4248" />
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 380.593,43.595 c 0,-12.24 -9.924,-22.163 -22.164,-22.163 -12.24,0 -22.164,9.923 -22.164,22.163 0,12.241 9.924,22.165 22.164,22.165 4.504,0 8.693,-1.349 12.189,-3.657 0,0 0,15.746 0,15.778 0,6.731 -5.457,12.19 -12.189,12.19 -6.732,0 -12.189,-5.459 -12.189,-12.19 0,-2.268 0.631,-4.38 1.711,-6.196 l -8.635,-5.014 c -1.934,3.289 -3.051,7.117 -3.051,11.21 0,12.241 9.924,22.164 22.164,22.164 12.24,0 22.164,-9.923 22.164,-22.164 0,-0.032 0,-34.286 0,-34.286 z m -22.164,12.19 c -6.732,0 -12.189,-5.458 -12.189,-12.19 0,-6.732 5.457,-12.189 12.189,-12.189 6.732,0 12.189,5.457 12.189,12.189 0,6.732 -5.457,12.19 -12.189,12.19 z"
+   id="path4250" />
+	<path
+   inkscape:connector-curvature="0"
+   style="fill:#49474e"
+   d="m 186.681,21.432 c -12.24,0 -22.164,9.923 -22.164,22.163 0,0.079 0.006,0.157 0.006,0.236 v 21.942 h 9.973 V 43.595 h -0.004 c 0,-6.732 5.457,-12.189 12.189,-12.189 2.418,0 4.66,0.717 6.553,1.932 l 5.109,-8.587 c -3.389,-2.103 -7.383,-3.319 -11.662,-3.319 z"
+   id="path4252" />
+</g><g
+     id="g4254"><ellipse
+       transform="matrix(0.8,0,0,-0.8,7095.7358,7293.4185)"
+       id="ellipse4256"
+       ry="66.500999"
+       rx="49.220001"
+       cy="66.499001"
+       cx="49.220001"
+       sodipodi:cx="49.220001"
+       sodipodi:cy="66.499001"
+       sodipodi:rx="49.220001"
+       sodipodi:ry="66.500999"
+       style="fill:#49474e"
+       d="M 98.440002,66.499001 C 98.440002,103.22649 76.403457,133 49.220001,133 22.036545,133 0,103.22649 0,66.499001 0,29.771513 22.036545,-0.0019989 49.220001,-0.0019989 c 27.183456,0 49.220001,29.7735119 49.220001,66.5009999 z" /><path
+       id="path4258"
+       d="m 7125.9022,7256.4273 c -0.01,4.232 -3.4312,7.6544 -7.6624,7.6624 -4.2328,-0.01 -7.6544,-3.4304 -7.6624,-7.6624 0.01,-4.2304 3.4304,-7.6528 7.6624,-7.6624 4.2312,0.01 7.6544,3.432 7.6624,7.6624 z m 10.0368,-29.168 v 29.168 c 0,8.856 7.1784,16.0352 16.0344,16.0352 3.4064,0 6.5584,-1.0696 9.156,-2.8808 -5.0584,12.3792 -14.8112,20.768 -26.0176,20.768 -11.2016,0 -20.9528,-8.3832 -26.012,-20.7568 2.5944,1.8048 5.7408,2.8696 9.14,2.8696 8.856,0 16.0344,-7.1792 16.0344,-16.0352 v -29.168 c 0,-6.804 -4.2424,-12.1584 -10.2208,-14.2824 3.4184,-1.8552 7.1488,-2.8864 11.0584,-2.8864 3.9088,0 7.6368,1.0304 11.0552,2.884 -5.9816,2.1224 -10.228,7.4792 -10.228,14.2848 z m -10.0368,0 v 15.0832 c -2.2768,-1.2424 -4.8888,-1.9504 -7.6624,-1.9504 -5.1824,0 -9.7768,2.468 -12.708,6.2816 0.644,-9.9232 3.9592,-18.8056 8.9704,-25.3352 1.1048,-0.6224 2.3768,-0.9864 3.7368,-0.9896 4.2304,0.01 7.6552,2.6792 7.6632,6.9104 z m 18.4088,29.168 c 0.01,-4.2304 3.4304,-7.6528 7.6624,-7.6624 4.2304,0.
 01 7.6544,3.432 7.6624,7.6624 -0.01,4.232 -3.432,7.6544 -7.6624,7.6624 -4.232,-0.01 -7.6544,-3.4304 -7.6624,-7.6624 z m 7.6624,-16.0344 c -2.7736,0 -5.3864,0.7072 -7.6624,1.9488 v -15.0824 c 0.01,-4.2312 3.4304,-6.9008 7.6624,-6.9104 1.3672,0 2.6456,0.3688 3.7544,0.9984 5.0104,6.5312 8.3232,15.4168 8.9648,25.3424 -2.9304,-3.8224 -7.5304,-6.2968 -12.7192,-6.2968 z"
+       style="fill:#f8b857"
+       inkscape:connector-curvature="0" /><path
+       id="path4260"
+       d="m 7136.5638,7290.9745 c 6.2856,0.5896 11.7992,-2.1704 15.6584,-3.5 -5.1216,3.3872 -10.8752,5.292 -16.9568,5.292 -20.3352,0 -37.0024,-21.264 -38.6168,-48.3048 3.0512,25.4816 18.6584,44.52 39.9152,46.5128 z"
+       style="opacity:0.2;fill:#ffffff"
+       inkscape:connector-curvature="0" /><path
+       id="path4262"
+       d="m 7172.6974,7253.9153 c 0.012,-0.556 0.023,-1.1112 0.033,-1.6728 0.5832,-34.7352 -19.2312,-68.6136 -48.1744,-61.8696 -0.6344,0.1488 -1.2984,0.031 -1.9424,0.064 4.0392,-2.0032 8.3912,-3.1016 12.9264,-3.1016 21.1992,0 38.384,23.8184 38.384,53.2 0,4.6216 -0.4264,9.1048 -1.2264,13.38 z"
+       style="opacity:0.1;fill:#ffffff"
+       inkscape:connector-curvature="0" /><path
+       id="path4264"
+       d="m 7173.8814,7244.5433 c 0,-0.1584 0.01,-0.316 0.01,-0.476 0,-30.692 -18.332,-55.5744 -40.9432,-55.5744 -3.1824,0 -6.2752,0.5096 -9.2488,1.44 3.6552,-1.5496 7.54,-2.3832 11.5688,-2.3832 21.4048,0 38.76,23.5536 38.76,52.6096 0,1.4776 -0.057,2.9368 -0.144,4.384 z"
+       style="opacity:0.1;fill:#040000"
+       inkscape:connector-curvature="0" /><image
+       y="-7292.7344"
+       x="7096.5078"
+       id="image4266"
+       transform="scale(1,-1)"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAIRCAYAAADOVO/VAAAACXBIWXMAAC4jAAAuIwF4pT92AAAA GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADMhJREFUeNrs3UGWG8UShlGJsdkG 2v9CWECzjfZc9IQDB8NxRVVlZkTkvZM3dZdbn/6Q/A6PBwCHPT0CdvR+v78te9E9n9/9DYgmVAvh a+Ef9UNQRRMyBPLV4Ef7EFPRhBGhfG3243+IqGhCdE2+PBURFU2wJkVUNMGaFFHRBGuyQUQFVDSx JjkRUPEUTUQS61M0KRlLkRRQ0QSxdL4jmogl1qdoIpZYn6KJWCKeoolYIp6iiVginqKJWIJ4iiZi iXiKJmKJeIomYol4iiYLQymWiKdoYlWSPZ7Vwyma+wRTLLE6RRPrEqtTNLEusTpFE+sSOsRTNK1L cLKLpnUJVqdoYl1idYom1iVUWp2iaV2C1Sma1iVYnaIpmGIJy1enaAomWJ2iKZhgdYrmjrF8CCbk Wp2iaV2C1SmagglWp2g6x4Hlq1M0rUuwOkVTMIExq1M0BROEUzQFExgTTtEUTBBO0RRMYEw4RXNu LB+CCbXDKZrWJQhnwC+em2DCpk69LkVTMGH316jzXDCBUWe6aAomEAin81wwgcBrVjQFE3gc/3xT NAUTCKxN0RRMILA2RVMwgcDaFE3BBAJrUzQFEwisTdEUTCCwNkVzwDsR0Pc1Lpo3vgMB/V/rouks BwJrUzQFEwisTdEUTCCwNkVTMIHA2hRNwQQCa1M0g9Mc2JtoHpzkAKLpLAdEUzCBcZenaAom8HMv 0fzJgwFwnh+c3wCi6SwHRFMwAdGcTTCBowNr72j6HBOIDqxto+ksB5znggmIpmACormSYAKiGViZ AKLpLAdEUzAB0VxCMAHRDKxM
 gKs+20fTWQ7c5fl8/rHD0hRMwHnuLAdE01kOiKazHBBNZzkgmlYm wGbRtDIB0YwF08oERNNZDiz22SqaznJgpL/+30CdlqaVCTjPrUwg02lePpq+/AFmnuYdlqZgAs5z ZzmQ8TQvG01nObDiNK+8NAUTcJ47ywHRtDKBmj7LR9PKBGb5r88zS0XTlz+A89xZDhQ6zctE01kO ZDjNKy1NKxNwnluZQKXTvMrStDKBFKd5+mhamUCmlVlhaVqZQJqVmTqaViaQbWVmX5pWJpBqZaaN ppUJZJV1aVqZQLrTPGU0rUwg62medWlamUDKlZkumlYmkHllZlyaViaQdmWmiqaVCWRfmdmWppUJ pF6ZaaJpZQIVVmampWllAulXZopoWplAlZWZZWlamUCJlZnpPAdIvzKXR9NpDlRamRmWptMcmBbM qytzaTStTKDSWZ5haVqZQJmzfGk0rUyg4spcuTStTKDcylwSTSsTmBnMO1fmqqVpZQLlzvIl0bQy gapn+aqlaWUCZVfmqvMcoOTKnBpNpzkwK5ijVubspek0B8qe5VOjaWUC1c/y2UvTygTKr8zZ5zlA 6ZU5JZpOc2BGMGeszFlL02kOlD/LneeAszxbNJ3mQJezfNbSdJoDLc5y5zngLM8UTac50Oksn7E0 neZAq2A6z4FyVgZzWDSd5sColbn6DzBqaTrNgVZn+bBoWplAx7N85NK0MoF2Z/no8xyg1Vk+JJpO c6BzMEcsTac5cJtswXSeA6lXZsY/1G3RdJoDnc/yEUvTaQ60Pcud54CzfFU0neZA97P87qXpNAfa B9N5DqRRIZi3RNNpDtyxMqv8Qe9Ymk5zoP1Z7jwHBHN2NJ3mwBXVgnnH0nSaA6dXZsU/tPMccJaL JiCYyaLp80xgt2BeXZo+zwS2CqbzHJimQzBFE5i2Mrv8IKei6fNMYLez/OrS9HkmsF0wneeAYIom kEHHYJ6Kps8z
 gSMrs+sPdmZp+jwT2O4sd54DgimagGAmiqbPM4Gdg3lmafo8E/jBLsF0ngO3rMyd fljRBJzlI6Lp80xg92BGl6bPM4Gtg+k8B07ZNZiiCZxamTv/8Iei6fNMYPezPLo0fZ4JbB9M5zkg mKIJCKZoAosIpmgCgZXpEQSj6ZtzcJYTW5q+OQfBxHkOCKZoAoIpmsAcgimaQGBlegQXo+mbc3CW E1uavjkHwcR5DgimaAKCKZqAYIomsJRgiiYQWJkewYBo+udG4CwntjT9cyMQTJznIJiIJiCYogkI pmgCgtktmr45h/oEc+7S9M05FF+ZHoHzHHCWiyYgmKIJCKZoAoLJD9H0zTkIJrGl6ZtzEEyc5yCY iCZsSzBFEwisTI9ANAFnuWgCgtk2mv65EQgmsaXpnxuBYOI8B8FENEEwEU3gb4IpmkBgZXoEogk4 y0UTEEzRBAQT0QTBRDRBMBFNEExEExBM0QTOEUzRBAIr0yMQTcBZLpqAYCKaIJiIJggmU6LpP3UB gklsafpPXYBg4jwHwUQ0oQTBFE0gsDI9AtEEnOWiCQgmogmCiWiCYCKaIJiIJggmogkIpmgC5wim aAKBlekRiCbgLEc0QTARTRBMRBMEE9EEwUQ0QTARTUAwEU04RzARTQisTI8A0QRnOaIJgologmAi miCYiCYIJqIJggmiCf8imIgmBFamR4BogrMc0QTBRDRBMBFNEExEEwQTRJN9CCaiCYGV6REgmuAs RzRBMBFNEExEEwQT0QTBBNFkH4KJaEJgZXoEzIqmXzac5XA0mn7ZEExwniOYIJogmIgmnCCYiCYE VqZHgGiCsxzRBMFENEEwEU0QTBBNGhBMMkbTt5GkXZkeAemi6Z0cZzk4zxFMEE0EE0QTBBPRhDjB RDQhsDI9AipF0y8sznI4Gk2/sAgmOM8RTBBN+hBMRBMCK9MjQDTBWY5ogmAimiCYcDGaPmNiKMGk 
 VTT9QjN6ZXoEOM/BWY5ogmCCaLKEYCKaEFiZHgGiCc5yRNMyQDAhHE2/6NzB7xHOcwisTI8A0QRn OaIJggmiyRKCiWhCYGV6BOwcTS8AnOVwNJpeAAgmOM8ZQDARTQisTI8A0QRnOZyKphWBYMLRaHpR 4HcDnOfcsDI9AkQTnOVwSzStCgQTjkbTiwS/C+A858TK9AgQTXCWw5BoWhnOchBNLxq8YYLzHGc5 iCbOcqgWTWeasxxE0+rAWQ7Oc5zlIJo4y6FaNL2gnOUgms42/P2C8xxXBIgmznIQTZzl0Diazjhn OYimVeIsB5zneAME0cRZDtWi6QXnLAfRdNY5ywHnOa4EEE2sTKgWTYvFygTRtFj6BtPfGTjP8SYH paLp3HOWg2haL1Ym4Dy3MoEU0fSiTBxMKxOSRdOL0lkOoomzHBgaTS9QKxNE0wvUygSc51YmkCKa 1o2VCaJp3ViZgPPcygRSRNOLdmEwrUwoFk0vWmc5iKa16SwHxkXT4rEyQTSxMoGh0fRCtjJBNL2Q rUwQTaxMIEU0rSDPF0TTCrIyQTSxMoEU0fTitjJBNL24rUwQTS9yKxNYH00vckA0cZqDaHqxO82B FNH0YvfGA6KJlQmiaSlZmUCKaFpKnh2IpsUEiKbF5DQHsixNEfBGA6IpAt5gQDTFwMoEckRTDADR tDY9HxBNa9PzAbIsTWsKEE1rypsJiCbeTIA00bSqANG0qryJgGgKhTcREE2hAKi2NK1NzwBE09r0 DEA0LS1ANC0tbxhAxaW5bTyc5iCa4gGIprUJiKa16U0CKL00twqJjyRANIUEEE1rExBNaxOgzdLc YW1a0yCa1qafD0TTGgNE0xoD6Lc0rU1ANE+szW7h9EYAoulM3/XnAdG0zgBqR7PpmQ6IprMWEE1n OiCaznSA/kvTmQ6I5kZnupUMoulMt5JBNAUIoFM0nbuAaFqbgGham4BoZlubwgmIp
 jMdEE1nOiCa znRANJ3pgGhu8DNam4BoOtMB0XSmA6LpTAdE05kOiKYzHUA0057p7/f7m19BEE1n+nEvv4IgmsIJ iGbTcAKIZoC1CYimMx0QTeEERFM4/bMjEE3hjPHPjkA0S4cTQDQDfL4JiGaBMx0QTeE8wpdBIJrC GePLIBBN4QREc9dwOtEB0QyYsTad6CCaznRANIUTEE3Wh9PnmiCawhnjc00QzbbhtDZBNAmwNkE0 SXKmA6IpnE50EE3hHBNOJzqIpnBamyCajAuntQmiKZzWJogm48JpbYJoCqe1CaLJuHBamyCa24Xz UjytTUj0uvYI5vgK329f//PrhQD/7imCpelctzZBNBkSTp9tgmgKp7UJxV7DHsEaFz7j/PgK73dP ECxNi9OZDqLJ/eF0poNoCqe1CaLJuHBam7Do9eoR5HHiyyFfCoFoCqdwgvOc+Kl+9Fz3+SZYmgRX p7UJoolwgmhyPpyPA/EUThBNgqtTOGEgXwRVeoc79iWRL4bA0iS4Oq1NEE2EE0STe8L5+J94CieI JsHVKZwgmgRXp3CCaBJcncIJoklwdQoniCbB1SmcIJoEV6dwgmgSXJ3CCaJJcHUKJ8DReP4joMBB fwowAEZoHeXvbIZkAAAAAElFTkSuQmCC"
+       height="101.184"
+       width="63.360001"
+       overflow="visible"
+       style="opacity:0.2;overflow:visible">
+</image></g><text
+     xml:space="preserve"
+     style="font-size:32px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:89.99999762%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#49474e;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+     x="7180.3091"
+     y="-7214.7422"
+     id="text4268"
+     sodipodi:linespacing="89.999998%"
+     transform="scale(1,-1)"><tspan
+       sodipodi:role="line"
+       x="7180.3091"
+       y="-7214.7422"
+       id="tspan4270">storage engine</tspan></text>
+</g></g></svg>
\ No newline at end of file

  Added: doc/themes/mroonga/static/menu-header.png (+0 -0) 100755
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/mroonga.css_t (+271 -0) 100644
===================================================================
--- /dev/null
+++ doc/themes/mroonga/static/mroonga.css_t    2011-10-29 13:55:47 +0000 (b975869)
@@ -0,0 +1,271 @@
+/* -*- css -*- */
+/*
+ * groonga.css_t
+ * ~~~~~~~~~~~~~
+ *
+ * Sphinx stylesheet -- groonga theme.
+ *
+ * :copyright: Copyright 2011 by the groonga team, see AUTHORS.
+ * :license: LGPLv2, see LICENSE for details.
+ *
+ */
+
+ @ import url("default.css");
+
+a:link,
+div.sphinxsidebar a:link,
+div.sphinxsidebar a:visited
+{
+    color: #992e1d;
+}
+
+a:visited
+{
+    color: #f6872e;
+}
+
+a:active,
+div.sphinxsidebar a:active,
+a:hover,
+div.sphinxsidebar a:hover
+{
+    color: #fff;
+    background-color: #992e1d;
+    text-decoration: none;
+}
+
+div.header
+{
+    /* background: url(header-background.png) repeat-y #ffe9c7; */
+}
+
+div.header h1.title
+{
+    background: url(logo.png) no-repeat;
+    background-position: 10px 25px;
+    font-family: sans-serif;
+    font-size: 12px;
+    font-weight: bold;
+    text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
+    margin: 0;
+    margin-right: 360px;
+    padding: 0px;
+    height: 125px;
+}
+
+div.header h1.title a,
+div.header h1.title a:link,
+div.header h1.title a:visited
+{
+    color: black;
+    background-color: transparent;
+    text-decoration: none;
+}
+
+div.header h1.title a
+{
+    display: block;
+    height: 105px;
+    position: relative;
+    top: 20px;
+    left: 0;
+}
+
+div.header h1.title span
+{
+    display: block;
+    padding-left: 260px;
+    margin-bottom: 2px;
+}
+
+div.header h1.title span.project,
+div.header h1.title span.separator
+{
+    display: none;
+}
+
+div.header h1.title span.description
+{
+    padding-top: 10px;
+}
+
+div.header div.facebook-buttons
+{
+    position: absolute;
+    top: 10px;
+    right: 10px;
+    border: #992e1d 2px solid;
+    background-color: white;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
+    padding-top: 10px;
+    padding-left: 10px;
+    width: 320px;
+    height: 90px;
+    overflow: hidden;
+}
+
+div.header div.other-language-links
+{
+    position: absolute;
+    top: 5px;
+    right: 10px;
+    /* width: 50px; */
+}
+
+div.header div.other-language-links ul,
+div.header div.other-language-links li
+{
+    display: inline;
+    padding: 0;
+    margin: 0;
+}
+
+header div.other-language-links a img
+{
+    border-style: none;
+}
+
+div.bodywrapper
+{
+    background-color: #fff5e5;
+    margin-left: 10px;
+    margin-top: 10px;
+    margin-bottom: 10px;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
+}
+
+div.body
+{
+    background-color: #fff5e5;
+    padding: 0;
+    padding-left: 20px;
+    padding-right: 20px;
+    padding-bottom: 20px;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
+}
+
+div.body h1,
+div.body h2,
+div.body h3,
+div.body h4,
+div.body h5,
+div.body h6
+{
+    margin: 0;
+    margin-left: -20px;
+    margin-right: -20px;
+    padding-top: 10px;
+    padding-left: 20px;
+    padding-right: 20px;
+    position: relative;
+    border-bottom: 1px solid #992e1d;
+    color: #992e1d;
+    font-weight: bold;
+}
+
+div.related
+{
+    border-bottom: 1px solid #992e1d;
+    font-weight: bold;
+    background: #f6872e url(navigation-bar.png) no-repeat;
+    line-height: 36px;
+}
+
+div.related ul
+{
+    padding-left: 60px;
+}
+
+div.document
+{
+    position: relative;
+}
+
+div.document div.body img
+{
+    border: 1px solid #AAAAAA;
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+    padding: 0.5em;
+}
+
+div.sphinxsidebar
+{
+    position: absolute;
+    top: 0;
+    font-size: smaller;
+}
+
+div.sphinxsidebarwrapper
+{
+    padding-right: 0;
+}
+
+div.sphinxsidebar h3
+{
+    color: #fff;
+    background: url(menu-header.png) right top no-repeat;
+    margin: 0 0 10px 0;
+    padding: 0;
+    padding-left: 10px;
+    line-height: 36px;
+    font-weight: bold;
+}
+
+div.sphinxsidebar h3 a:link,
+div.sphinxsidebar h3 a:visited
+{
+    color: #fff;
+}
+
+div.sphinxsidebar h4
+{
+    font-size: small;
+}
+
+div.sphinxsidebar h4:before
+{
+    content: ">> ";
+    color: #53aa24;
+}
+
+div.sphinxsidebar ul,
+div.sphinxsidebar ul ul
+{
+    list-style-type: none;
+}
+
+div.sphinxsidebar li ul
+{
+    margin-top: 4px;
+}
+
+div.sphinxsidebar li ul li
+{
+    margin-bottom: 4px;
+}
+
+div.sphinxsidebar p.topless:before,
+div.sphinxsidebar ul li:before
+{
+    content: "> ";
+    font-weight: bold;
+    color: #2fa52f;
+}
+
+div.sphinxsidebar p.searchtip
+{
+    margin-right: 10px;
+}
+
+div.footer
+{
+    background: url(footer-bar.png) repeat-x scroll center top;
+}

  Added: doc/themes/mroonga/static/navigation-bar.png (+0 -0) 100755
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/static/us.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Added: doc/themes/mroonga/theme.conf (+34 -0) 100644
===================================================================
--- /dev/null
+++ doc/themes/mroonga/theme.conf    2011-10-29 13:55:47 +0000 (be351bc)
@@ -0,0 +1,34 @@
+[theme]
+inherit = default
+stylesheet = mroonga.css
+pygments_style = sphinx
+
+[options]
+rightsidebar = false
+stickysidebar = false
+collapsiblesidebar = false
+externalrefs = false
+
+sidebarwidth = 230
+
+footerbgcolor    = #ffffff
+footertextcolor  = #000000
+sidebarbgcolor   = #ffffff
+sidebarbtncolor  = #ffefd1
+sidebartextcolor = #000000
+sidebarlinkcolor = #992e1d
+relbarbgcolor    = #f6872e
+relbartextcolor  = #ffffff
+relbarlinkcolor  = #ffffff
+bgcolor          = #ffffff
+textcolor        = #000000
+headbgcolor      = transparent
+headtextcolor    = #992e1d
+headlinkcolor    = #f8e0ae
+linkcolor        = #e15611
+visitedlinkcolor = #f6872e
+codebgcolor      = #eeffcc
+codetextcolor    = #333333
+
+bodyfont = sans-serif
+headfont = sans-serif




Groonga-mysql-commit メーリングリストの案内
Back to archive index