<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 06/08/2015 14:42, Harshal Patil
      wrote:<br>
    </div>
    <blockquote
      cite="mid:201508061743.t76HhMC2026755@d28av06.in.ibm.com"
      type="cite">
      <div class="socmaildefaultfont" dir="ltr"
        style="font-family:Arial;font-size:10.5pt">
        <div dir="ltr">If you are looking at wok just as a web framework
          which developers can use to write plugins for, then it doesn't
          need to have any user facing webpage at all. Developers would
          need to interact with wok's API anyway. </div>
        <div dir="ltr"> </div>
        <div dir="ltr">Now you can always create a marketplace for the
          wok plugins where users can download and install plugins on
          them on the fly and that could be the only page wok can serve
          on it's own without any plugins. ;-) <br>
        </div>
      </div>
    </blockquote>
    <br>
    Yeap!! I have thought about it too.<br>
    <br>
    My idea (for future, of course) is adding to wok a "Configuration
    tab" so user can configure wok settings through UI.<br>
    For example, which authentication method to use, which plugins to
    install/uninstall/enable/disable, authorization settings and any
    other setting related to the web sever config.<br>
    <br>
    It is the same approach we have on Jenkins.<br>
    <br>
    <blockquote
      cite="mid:201508061743.t76HhMC2026755@d28av06.in.ibm.com"
      type="cite">
      <div class="socmaildefaultfont" dir="ltr"
        style="font-family:Arial;font-size:10.5pt">
        <div dir="ltr"> </div>
        <div dir="ltr">But if that's not on the table then wok could
          only display basic API usage for its plugin developers
          on default index page, probably a button to load bare minimum
          sample plugin as a proof of concept. </div>
        <div dir="ltr"> </div>
        <div dir="ltr"> </div>
      </div>
    </blockquote>
    <br>
    Yeap! I think we should go on that way by now and on future we can
    implement the "Configuration tab" for wok.<br>
    <br>
    Sounds a good plan for you?<br>
    <br>
    <blockquote
      cite="mid:201508061743.t76HhMC2026755@d28av06.in.ibm.com"
      type="cite">
      <div class="socmaildefaultfont" dir="ltr"
        style="font-family:Arial;font-size:10.5pt">
        <div dir="ltr"> </div>
        <blockquote data-history-content-modified="1" dir="ltr"
          style="border-left:solid #aaaaaa 2px; margin-left:5px;
          padding-left:5px; direction:ltr">----- Original message -----<br>
          From: Aline Manera <a class="moz-txt-link-rfc2396E" href="mailto:alinefm@linux.vnet.ibm.com">&lt;alinefm@linux.vnet.ibm.com&gt;</a><br>
          Sent by: <a class="moz-txt-link-abbreviated" href="mailto:kimchi-devel-bounces@ovirt.org">kimchi-devel-bounces@ovirt.org</a><br>
          To: <a class="moz-txt-link-abbreviated" href="mailto:sureshab@linux.vnet.ibm.com">sureshab@linux.vnet.ibm.com</a>, <a class="moz-txt-link-abbreviated" href="mailto:kimchi-devel@ovirt.org">kimchi-devel@ovirt.org</a><br>
          Cc:<br>
          Subject: Re: [Kimchi-devel] [PATCH 1/1] Enabling help page for
          wok base. This commit supports en_US only.<br>
          Date: Thu, Aug 6, 2015 8:02 PM<br>
           
          <div><font size="2" face="Default Monospace,Courier
              New,Courier,monospace">I don't think we need a help page
              for Wok framework.<br>
              <br>
              We have a lot to discuss on that, but the initial idea was
              to load a<br>
              simple page when running wok without any plugin.<br>
              That page would describe the wok proposal - as a web
              server framework<br>
              based on plugins.<br>
              <br>
              I think it is hard to us to point the user to any specific
              plugin like<br>
              kimchi or ginger, as anyone can develop a wok plugin and
              host anywhere.<br>
              <br>
              I am more for a generic simple page and no help.<br>
              <br>
              More (and different) thoughts on it are more than welcome.
              =)<br>
              <br>
              On 04/08/2015 10:04, <a class="moz-txt-link-abbreviated" href="mailto:sureshab@linux.vnet.ibm.com">sureshab@linux.vnet.ibm.com</a> wrote:<br>
              &gt; From: Suresh Babu Angadi
              <a class="moz-txt-link-rfc2396E" href="mailto:sureshab@linux.vnet.ibm.com">&lt;sureshab@linux.vnet.ibm.com&gt;</a><br>
              &gt;<br>
              &gt; Signed-off-by: Suresh Babu Angadi
              <a class="moz-txt-link-rfc2396E" href="mailto:sureshab@linux.vnet.ibm.com">&lt;sureshab@linux.vnet.ibm.com&gt;</a><br>
              &gt; ---<br>
              &gt;   configure.ac                     |   2 +<br>
              &gt;   src/wok/config.py.in             |   5 +<br>
              &gt;   ui/js/src/wok.main.js            |   9 +-<br>
              &gt;   ui/pages/Makefile.am             |   2 +-<br>
              &gt;   ui/pages/help/Makefile.am        |  34 +++++++<br>
              &gt;   ui/pages/help/dita-help.xsl      |  26 +++++<br>
              &gt;   ui/pages/help/en_US/Makefile.am  |  23 +++++<br>
              &gt;   ui/pages/help/en_US/wokhelp.dita |  27 +++++<br>
              &gt;   ui/pages/help/wok.css            | 208
              +++++++++++++++++++++++++++++++++++++++<br>
              &gt;   9 files changed, 333 insertions(+), 3 deletions(-)<br>
              &gt;   create mode 100644 ui/pages/help/Makefile.am<br>
              &gt;   create mode 100644 ui/pages/help/dita-help.xsl<br>
              &gt;   create mode 100644 ui/pages/help/en_US/Makefile.am<br>
              &gt;   create mode 100644 ui/pages/help/en_US/wokhelp.dita<br>
              &gt;   create mode 100644 ui/pages/help/wok.css<br>
              &gt;<br>
              &gt; diff --git a/configure.ac b/configure.ac<br>
              &gt; index 47c2e6c..ee4d793 100644<br>
              &gt; --- a/configure.ac<br>
              &gt; +++ b/configure.ac<br>
              &gt; @@ -115,6 +115,8 @@ AC_CONFIG_FILES([<br>
              &gt;       ui/libs/themes/base/Makefile<br>
              &gt;       ui/libs/themes/base/images/Makefile<br>
              &gt;       ui/pages/Makefile<br>
              &gt; +    ui/pages/help/Makefile<br>
              &gt; +    ui/pages/help/en_US/Makefile<br>
              &gt;       ui/pages/websockify/Makefile<br>
              &gt;       contrib/Makefile<br>
              &gt;       contrib/DEBIAN/Makefile<br>
              &gt; diff --git a/src/wok/config.py.in
              b/src/wok/config.py.in<br>
              &gt; index 5ffa936..c158a75 100644<br>
              &gt; --- a/src/wok/config.py.in<br>
              &gt; +++ b/src/wok/config.py.in<br>
              &gt; @@ -142,6 +142,11 @@ class WokConfig(dict):<br>
              &gt;           '/wok-ui.html': {<br>
              &gt;               'tools.wokauth.on': True<br>
              &gt;           },<br>
              &gt; + '/help': {<br>
              &gt; +            'tools.staticdir.on': True,<br>
              &gt; +            'tools.staticdir.dir':
              '%s/ui/pages/help' % paths.prefix,<br>
              &gt; +            'tools.nocache.on': True<br>
              &gt; +        }<br>
              &gt;       }<br>
              &gt;<br>
              &gt;       def __init__(self):<br>
              &gt; diff --git a/ui/js/src/wok.main.js
              b/ui/js/src/wok.main.js<br>
              &gt; index f4c9940..3dd76b8 100644<br>
              &gt; --- a/ui/js/src/wok.main.js<br>
              &gt; +++ b/ui/js/src/wok.main.js<br>
              &gt; @@ -349,7 +349,12 @@ wok.checkHelpFile =
              function(path) {<br>
              &gt;<br>
              &gt;   wok.openHelp = function(e) {<br>
              &gt;       var tab = $('#nav-menu a.current');<br>
              &gt; -    var url =
              $(tab).parent().find("input[name='helpPath']").val();<br>
              &gt; -    window.open(url, "Wok Help");<br>
              &gt; +    if (tab.length == 0 ){<br>
              &gt; +     window.open("help/en_US/wokhelp.html","Wok
              Help")<br>
              &gt; +    }<br>
              &gt; +    else {<br>
              &gt; +     var url =
              $(tab).parent().find("input[name='helpPath']").val();<br>
              &gt; +     window.open(url, "Wok Help");<br>
              &gt; +    }<br>
              &gt;       e.preventDefault();<br>
              &gt;   };<br>
              &gt; diff --git a/ui/pages/Makefile.am
              b/ui/pages/Makefile.am<br>
              &gt; index 68f4c92..b3f5c2e 100644<br>
              &gt; --- a/ui/pages/Makefile.am<br>
              &gt; +++ b/ui/pages/Makefile.am<br>
              &gt; @@ -15,7 +15,7 @@<br>
              &gt;   # See the License for the specific language
              governing permissions and<br>
              &gt;   # limitations under the License.<br>
              &gt;<br>
              &gt; -SUBDIRS = websockify<br>
              &gt; +SUBDIRS = websockify help<br>
              &gt;<br>
              &gt;   htmldir = $(datadir)/wok/ui/pages<br>
              &gt;<br>
              &gt; diff --git a/ui/pages/help/Makefile.am
              b/ui/pages/help/Makefile.am<br>
              &gt; new file mode 100644<br>
              &gt; index 0000000..0dc8d9f<br>
              &gt; --- /dev/null<br>
              &gt; +++ b/ui/pages/help/Makefile.am<br>
              &gt; @@ -0,0 +1,34 @@<br>
              &gt; +# Copyright IBM Corp, 2014<br>
              &gt; +#<br>
              &gt; +# This library is free software; you can
              redistribute it and/or<br>
              &gt; +# modify it under the terms of the GNU Lesser
              General Public<br>
              &gt; +# License as published by the Free Software
              Foundation; either<br>
              &gt; +# version 2.1 of the License, or (at your option)
              any later version.<br>
              &gt; +#<br>
              &gt; +# This library is distributed in the hope that it
              will be useful,<br>
              &gt; +# but WITHOUT ANY WARRANTY; without even the implied
              warranty of<br>
              &gt; +# MERCHANTABILITY or FITNESS FOR A PARTICULAR
              PURPOSE.  See the GNU<br>
              &gt; +# Lesser General Public License for more details.<br>
              &gt; +#<br>
              &gt; +# You should have received a copy of the GNU Lesser
              General Public<br>
              &gt; +# License along with this library; if not, write to
              the Free Software<br>
              &gt; +# Foundation, Inc., 51 Franklin Street, Fifth Floor,
              Boston, MA  02110-1301 USA<br>
              &gt; +<br>
              &gt; +SUBDIRS = en_US<br>
              &gt; +<br>
              &gt; +DITA_HTML_FILES = $(patsubst
              %.dita,%.html,$(wildcard */*.dita))<br>
              &gt; +HTML_FILES = $(if $(DITA_HTML_FILES),
              $(DITA_HTML_FILES), $(wildcard */*.html))<br>
              &gt; +DITA_XSL_FILE = dita-help.xsl<br>
              &gt; +<br>
              &gt; +EXTRA_DIST = $(DITA_XSL_FILE)<br>
              &gt; +<br>
              &gt; +helpdir = $(datadir)/wok/ui/pages/help<br>
              &gt; +<br>
              &gt; +dist_help_DATA = wok.css<br>
              &gt; +<br>
              &gt; +all: $(HTML_FILES) $(wildcard */*.dita)<br>
              &gt; +<br>
              &gt; +%.html: %.dita $(DITA_XSL_FILE)<br>
              &gt; + xsltproc -o $@ $(DITA_XSL_FILE) $&lt;<br>
              &gt; +<br>
              &gt; +CLEANFILES = $(HTML_FILES)<br>
              &gt; \ No newline at end of file<br>
              &gt; diff --git a/ui/pages/help/dita-help.xsl
              b/ui/pages/help/dita-help.xsl<br>
              &gt; new file mode 100644<br>
              &gt; index 0000000..fb49855<br>
              &gt; --- /dev/null<br>
              &gt; +++ b/ui/pages/help/dita-help.xsl<br>
              &gt; @@ -0,0 +1,26 @@<br>
              &gt; +&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
              &gt; +&lt;xsl:stylesheet version="1.0"<br>
              &gt; +      
               xmlns:xsl=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/XSL/Transform">"http://www.w3.org/1999/XSL/Transform"</a><br>
              &gt; +        xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/xhtml">"http://www.w3.org/1999/xhtml"</a>&gt;<br>
              &gt; +    &lt;xsl:output method="xml" indent="yes"
              encoding="UTF-8" /&gt;<br>
              &gt; +<br>
              &gt; +    &lt;xsl:template match="/"&gt;<br>
              &gt; +        &lt;html&gt;<br>
              &gt; +            &lt;head&gt;<br>
              &gt; +                &lt;title&gt;&lt;xsl:value-of
              select="/cshelp/title" /&gt;&lt;/title&gt;<br>
              &gt; +                &lt;meta charset="UTF-8" /&gt;<br>
              &gt; +                &lt;link rel="shortcut icon"
              href=<a class="moz-txt-link-rfc2396E" href="https://mail.notes.na.collabserv.com/livemail/0/../images/logo.ico">"https://mail.notes.na.collabserv.com/livemail/0/../images/logo.ico"</a>
              /&gt;<br>
              &gt; +                &lt;link rel="stylesheet"
              type="text/css"
              href=<a class="moz-txt-link-rfc2396E" href="https://mail.notes.na.collabserv.com/livemail/0/wok.css">"https://mail.notes.na.collabserv.com/livemail/0/wok.css"</a>
              /&gt;<br>
              &gt; +            &lt;/head&gt;<br>
              &gt; +            &lt;body&gt;<br>
              &gt; +                &lt;xsl:apply-templates
              select="//cshelp" /&gt;<br>
              &gt; +            &lt;/body&gt;<br>
              &gt; +        &lt;/html&gt;<br>
              &gt; +    &lt;/xsl:template&gt;<br>
              &gt; +<br>
              &gt; +    &lt;xsl:template match="cshelp"&gt;<br>
              &gt; +        &lt;h1&gt;&lt;xsl:value-of select="title"
              /&gt;&lt;/h1&gt;<br>
              &gt; +        &lt;p class="shortdesc"&gt;&lt;xsl:value-of
              select="shortdesc" /&gt;&lt;/p&gt;<br>
              &gt; +        &lt;p class="csbody"&gt;&lt;xsl:copy-of
              select="csbody/node()" /&gt;&lt;/p&gt;<br>
              &gt; +    &lt;/xsl:template&gt;<br>
              &gt; +&lt;/xsl:stylesheet&gt;<br>
              &gt; diff --git a/ui/pages/help/en_US/Makefile.am
              b/ui/pages/help/en_US/Makefile.am<br>
              &gt; new file mode 100644<br>
              &gt; index 0000000..b1e807d<br>
              &gt; --- /dev/null<br>
              &gt; +++ b/ui/pages/help/en_US/Makefile.am<br>
              &gt; @@ -0,0 +1,23 @@<br>
              &gt; +# Copyright IBM Corp, 2014<br>
              &gt; +#<br>
              &gt; +# This library is free software; you can
              redistribute it and/or<br>
              &gt; +# modify it under the terms of the GNU Lesser
              General Public<br>
              &gt; +# License as published by the Free Software
              Foundation; either<br>
              &gt; +# version 2.1 of the License, or (at your option)
              any later version.<br>
              &gt; +#<br>
              &gt; +# This library is distributed in the hope that it
              will be useful,<br>
              &gt; +# but WITHOUT ANY WARRANTY; without even the implied
              warranty of<br>
              &gt; +# MERCHANTABILITY or FITNESS FOR A PARTICULAR
              PURPOSE.  See the GNU<br>
              &gt; +# Lesser General Public License for more details.<br>
              &gt; +#<br>
              &gt; +# You should have received a copy of the GNU Lesser
              General Public<br>
              &gt; +# License along with this library; if not, write to
              the Free Software<br>
              &gt; +# Foundation, Inc., 51 Franklin Street, Fifth Floor,
              Boston, MA  02110-1301 USA<br>
              &gt; +<br>
              &gt; +en_US_helpdir = $(datadir)/wok/ui/pages/help/en_US<br>
              &gt; +<br>
              &gt; +dist_en_US_help_DATA = $(wildcard *.html) $(NULL)<br>
              &gt; +<br>
              &gt; +EXTRA_DIST = $(wildcard *.dita)<br>
              &gt; +<br>
              &gt; +CLEANFILES = $(wildcard *.html)<br>
              &gt; \ No newline at end of file<br>
              &gt; diff --git a/ui/pages/help/en_US/wokhelp.dita
              b/ui/pages/help/en_US/wokhelp.dita<br>
              &gt; new file mode 100644<br>
              &gt; index 0000000..582e47b<br>
              &gt; --- /dev/null<br>
              &gt; +++ b/ui/pages/help/en_US/wokhelp.dita<br>
              &gt; @@ -0,0 +1,27 @@<br>
              &gt; +&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
              &gt; +&lt;!--Arbortext, Inc., 1988-2011, v.4002--&gt;<br>
              &gt; +&lt;!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA
              CSHelp//EN"<br>
              &gt; + "..\dtd\cshelp.dtd"&gt;<br>
              &gt; +&lt;?Pub Sty _display FontColor="red"?&gt;<br>
              &gt; +&lt;?Pub Inc?&gt;<br>
              &gt; +&lt;!--This DITA specialized document type is not
              supported by the Authoring Tools development team.<br>
              &gt; +For support please see:<br>
              &gt;
              +https://w3.opensource.ibm.com/projects/dita-cshelp/--&gt;<br>
              &gt; +&lt;cshelp id="wokbase" xml:lang="en-us"&gt;<br>
              &gt; +&lt;title&gt;Wok (Webserver Originated from
              Kimchi)&lt;/title&gt;<br>
              &gt; +&lt;shortdesc&gt;Wok is a cherrypy-based web
              framework with HTML5 support that is extended by plugins
              which expose functionality through REST
              APIs.&lt;/shortdesc&gt;<br>
              &gt; +&lt;csbody&gt;<br>
              &gt; +&lt;p&gt;Currently available plugins are Kimchi
              (Virtualization Management) and Ginger (System
              Administration).<br>
              &gt; +Wok comes with a sample plugin for education
              purposes.&lt;ul&gt;<br>
              &gt; +&lt;li&gt;&lt;uicontrol&gt;Download Kimchi :
              &lt;/uicontrol&gt;<br>
              &gt; +&lt;a
              href=<a class="moz-txt-link-rfc2396E" href="https://github.com/kimchi-project/kimchi/tree/wok">"https://github.com/kimchi-project/kimchi/tree/wok"</a><br>
              &gt; +target="_blank"
              &gt;<a class="moz-txt-link-freetext" href="https://github.com/kimchi-project/kimchi/tree/wok">https://github.com/kimchi-project/kimchi/tree/wok</a>&lt;/a&gt;<br>
              &gt; +&lt;/li&gt;<br>
              &gt; +&lt;li&gt;&lt;uicontrol&gt;Download Ginger :
              &lt;/uicontrol&gt;<br>
              &gt; +&lt;a
              href=<a class="moz-txt-link-rfc2396E" href="https://github.com/kimchi-project/ginger/tree/ginger_wok">"https://github.com/kimchi-project/ginger/tree/ginger_wok"</a><br>
              &gt; +target="_blank"
              &gt;<a class="moz-txt-link-freetext" href="https://github.com/kimchi-project/ginger/tree/ginger_wok">https://github.com/kimchi-project/ginger/tree/ginger_wok</a>&lt;/a&gt;<br>
              &gt; +&lt;/li&gt;<br>
              &gt; +&lt;/ul&gt;<br>
              &gt; +&lt;/p&gt;<br>
              &gt; +&lt;/csbody&gt;<br>
              &gt; +&lt;/cshelp&gt;<br>
              &gt; diff --git a/ui/pages/help/wok.css
              b/ui/pages/help/wok.css<br>
              &gt; new file mode 100644<br>
              &gt; index 0000000..32fae4a<br>
              &gt; --- /dev/null<br>
              &gt; +++ b/ui/pages/help/wok.css<br>
              &gt; @@ -0,0 +1,208 @@<br>
              &gt; +/*<br>
              &gt; + * Project Kimchi<br>
              &gt; + *<br>
              &gt; + * Copyright IBM, Corp. 2014<br>
              &gt; + *<br>
              &gt; + * Licensed under the Apache License, Version 2.0
              (the "License");<br>
              &gt; + * you may not use this file except in compliance
              with the License.<br>
              &gt; + * You may obtain a copy of the License at<br>
              &gt; + *<br>
              &gt; + *     <a moz-do-not-send="true"
                href="http://www.apache.org/licenses/LICENSE-2.0"
                target="_blank">http://www.apache.org/licenses/LICENSE-2.0</a><br>
              &gt; + *<br>
              &gt; + * Unless required by applicable law or agreed to in
              writing, software<br>
              &gt; + * distributed under the License is distributed on
              an "AS IS" BASIS,<br>
              &gt; + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
              either express or implied.<br>
              &gt; + * See the License for the specific language
              governing permissions and<br>
              &gt; + * limitations under the License.<br>
              &gt; + */<br>
              &gt; +BODY {<br>
              &gt; +    background: #FFFFFF;<br>
              &gt; +    margin-bottom: 1em;<br>
              &gt; +    margin-left: .5em;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +bold {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +boldItalic {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    font-style: italic;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +italic {<br>
              &gt; +    font-style: italic;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +underlined {<br>
              &gt; +    text-decoration: underline;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +uicontrol {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +filepath {<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +}.option {<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +cmdname {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +.defparmname {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    text-decoration: underline;<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +.kwd {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +.defkwd {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    text-decoration: underline;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +var {<br>
              &gt; +    font-style : italic;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +strongwintitle {<br>
              &gt; +    font-weight : bold;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +parmname {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +    white-space: nowrap;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +code {<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +pre {<br>
              &gt; +    font-family: monospace, monospace;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +CITE {<br>
              &gt; +    font-style: italic;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +EM {<br>
              &gt; +    font-style: italic;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +STRONG {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +VAR {<br>
              &gt; +    font-style: italic;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +dt {<br>
              &gt; +    font-weight: bold;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt;
              +/***********************************************************<br>
              &gt; + * Basic fonts<br>
              &gt; +
              ***********************************************************/<br>
              &gt; +body,<br>
              &gt; +td,<br>
              &gt; +th,<br>
              &gt; +caption  {<br>
              &gt; +    font-family: Verdana, Arial, Helvetica,
              sans-serif;<br>
              &gt; +    font-size: 10pt;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +pre, code {<br>
              &gt; +    font-family: MS Courier New, Courier, monospace;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +h1, h2, h3 {<br>
              &gt; +    font-size:   12pt;<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    color:       #336699;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +h4 {<br>
              &gt; +    font-size:   10pt;<br>
              &gt; +    font-weight: bold;<br>
              &gt; +    color:       #336699;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt;
              +/***********************************************************<br>
              &gt; + * Basic indents, padding, and margin<br>
              &gt; +
              ***********************************************************/<br>
              &gt; +body {<br>
              &gt; +    color:            black;<br>
              &gt; +    background-color: white;<br>
              &gt; +    margin:           0;<br>
              &gt; +    padding-top:      0.2em;<br>
              &gt; +    padding-left:     0.6em;<br>
              &gt; +    padding-right:    0.2em;<br>
              &gt; +    padding-bottom:   1em;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +h1,<br>
              &gt; +h2,<br>
              &gt; +h3,<br>
              &gt; +h4,<br>
              &gt; +h5,<br>
              &gt; +h6 {<br>
              &gt; +    padding:        0;<br>
              &gt; +    margin-top:     1em;<br>
              &gt; +    margin-bottom:  0.75em;<br>
              &gt; +    margin-left:    0;<br>
              &gt; +    margin-right:   0;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +address,<br>
              &gt; +dl,<br>
              &gt; +li,<br>
              &gt; +p {<br>
              &gt; +    padding:        0;<br>
              &gt; +    margin-top:     0.75em;<br>
              &gt; +    margin-bottom:  0.75em;<br>
              &gt; +    margin-left:    0;<br>
              &gt; +    margin-right:   0;<br>
              &gt; +    line-height:    125%;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +td dl {<br>
              &gt; +    margin-left:    2em;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +pre {<br>
              &gt; +    padding:        0;<br>
              &gt; +    margin-top:     0.75em;<br>
              &gt; +    margin-bottom:  0.75em;<br>
              &gt; +    margin-left:    2em;<br>
              &gt; +    margin-right:   0;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +ol,<br>
              &gt; +ul {<br>
              &gt; +    padding:        0;<br>
              &gt; +    margin-top:     0.75em;<br>
              &gt; +    margin-bottom:  0.75em;<br>
              &gt; +    margin-left:    2.00em;<br>
              &gt; +    margin-right:   0;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +dd {<br>
              &gt; +    margin-left:    3.00em;<br>
              &gt; +    margin-top:     0.75em;<br>
              &gt; +    margin-bottom:  0.75em;<br>
              &gt; +}<br>
              &gt; +<br>
              &gt; +dt {<br>
              &gt; +    margin-left:    1.00em;<br>
              &gt; +    margin-top:     0.75em;<br>
              &gt; +}<br>
              <br>
              _______________________________________________<br>
              Kimchi-devel mailing list<br>
              <a class="moz-txt-link-abbreviated" href="mailto:Kimchi-devel@ovirt.org">Kimchi-devel@ovirt.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.ovirt.org/mailman/listinfo/kimchi-devel"
                target="_blank">http://lists.ovirt.org/mailman/listinfo/kimchi-devel</a></font><br>
             </div>
        </blockquote>
        <div dir="ltr"> </div>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>