Revision: 2609
Author: janne.t.harkonen
Date: Fri Mar  5 02:50:52 2010
Log: Finalizing 2.1.3
http://code.google.com/p/robotframework/source/detail?r=2609

Modified:
 /tags/robotframework-2.1.3/doc/libraries/BuiltIn.html
 /tags/robotframework-2.1.3/doc/libraries/Collections.html
 /tags/robotframework-2.1.3/doc/libraries/Dialogs.html
 /tags/robotframework-2.1.3/doc/libraries/OperatingSystem.html
 /tags/robotframework-2.1.3/doc/libraries/Screenshot.html
 /tags/robotframework-2.1.3/doc/libraries/String.html
 /tags/robotframework-2.1.3/doc/libraries/Telnet.html
 /tags/robotframework-2.1.3/doc/userguide/RobotFrameworkUserGuide.html
 /tags/robotframework-2.1.3/src/robot/version.py
 /tags/robotframework-2.1.3/tools/fileviewer/doc/fileviewer.html
 /tags/robotframework-2.1.3/tools/fixml/doc/fixml.html
 /tags/robotframework-2.1.3/tools/libdoc/doc/libdoc.html
/tags/robotframework-2.1.3/tools/oneclickinstaller/doc/oneclickinstaller.html
 /tags/robotframework-2.1.3/tools/ristopy/doc/ristopy.html
 /tags/robotframework-2.1.3/tools/robotdiff/doc/robotdiff.html
 /tags/robotframework-2.1.3/tools/robotidy/doc/robotidy.html
 /tags/robotframework-2.1.3/tools/statuschecker/doc/statuschecker.html
 /tags/robotframework-2.1.3/tools/testdoc/doc/testdoc.html
 /tags/robotframework-2.1.3/tools/times2csv/doc/times2csv.html

=======================================
--- /tags/robotframework-2.1.3/doc/libraries/BuiltIn.html Mon Jan 18 09:55:24 2010 +++ /tags/robotframework-2.1.3/doc/libraries/BuiltIn.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>BuiltIn - Documentation</h1>
-<p><b>Version:</b> trunk 20091023</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>An always available standard library with often needed keywords.<br />
@@ -102,6 +102,7 @@
<a href="#Get Count" title="Returns and logs how many times `item2` is found from `item1`.">Get&nbsp;Count</a>&nbsp; <a href="#Get Length" title="Returns and logs the length of the given item.">Get&nbsp;Length</a>&nbsp; <a href="#Get Time" title="Returns the given time in the requested format.">Get&nbsp;Time</a>&nbsp; +<a href="#Get Variables" title="Returns a dictionary containing all variables in the current scope.">Get&nbsp;Variables</a>&nbsp; <a href="#Grep" title="*DEPRECATED* Use `Get Lines Matching XXX` keywords from `String` library instead. This keyword will be removed in Robot Framework 2.2.">Grep</a>&nbsp; <a href="#Import Library" title="Imports a library with the given name and optional arguments.">Import&nbsp;Library</a>&nbsp; <a href="#Import Variables" title="Imports a variable file with the given path and optional arguments.">Import&nbsp;Variables</a>&nbsp;
@@ -517,6 +518,11 @@
 - @{time} = ['16', '08', '24']</td>
 </tr>
 <tr>
+  <td class="kw"><a name="Get Variables"></a>Get Variables</td>
+  <td class="arg"></td>
+ <td class="doc">Returns a dictionary containing all variables in the current scope.</td>
+</tr>
+<tr>
   <td class="kw"><a name="Grep"></a>Grep</td>
   <td class="arg">text, pattern, pattern_type=literal string</td>
<td class="doc"><b>DEPRECATED</b> Use <span class="name">Get Lines Matching XXX</span> keywords from <span class="name">String</span> library instead. This keyword will be removed in Robot Framework 2.2.</td>
@@ -1527,9 +1533,9 @@
 </tr>
 </table>
 <p class="footer">
-Altogether 72 keywords.<br />
+Altogether 73 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2010-01-18 19:54:54.
+on 2010-03-05 12:49:00.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/libraries/Collections.html Thu Oct 22 07:12:23 2009 +++ /tags/robotframework-2.1.3/doc/libraries/Collections.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>Collections - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>A test library providing keywords for handling lists and dictionaries.<br />
@@ -801,7 +801,7 @@
 <p class="footer">
 Altogether 36 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2009-10-22 17:11:08.
+on 2010-03-05 12:49:01.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/libraries/Dialogs.html Thu Oct 22 07:12:23 2009 +++ /tags/robotframework-2.1.3/doc/libraries/Dialogs.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>Dialogs - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>A test library providing dialogs for interacting with users.<br />
@@ -114,7 +114,9 @@
   <td class="arg">message, *values</td>
<td class="doc">Pauses the test execution and asks user to select value<br />
 <br />
-<span class="name">message</span> is the instruction shown in the dialog. and <span class="name">values</span> are the options given to the user. Selecting 'Cancel' fails the keyword.</td> +<span class="name">message</span> is the instruction shown in the dialog. and <span class="name">values</span> are the options given to the user. Selecting 'Cancel' fails the keyword.<br />
+<br />
+This keyword was added into Robot Framework 2.1.2.</td>
 </tr>
 <tr>
   <td class="kw"><a name="Get Value From User"></a>Get Value From User</td>
@@ -132,7 +134,7 @@
 <p class="footer">
 Altogether 4 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2009-10-22 17:11:08.
+on 2010-03-05 12:49:01.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/libraries/OperatingSystem.html Thu Oct 22 07:12:23 2009 +++ /tags/robotframework-2.1.3/doc/libraries/OperatingSystem.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>OperatingSystem - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>A test library providing keywords for OS related tasks.<br />
@@ -1206,7 +1206,7 @@
 <p class="footer">
 Altogether 55 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2009-10-22 17:11:08.
+on 2010-03-05 12:49:01.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/libraries/Screenshot.html Thu Oct 22 07:12:23 2009 +++ /tags/robotframework-2.1.3/doc/libraries/Screenshot.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>Screenshot - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>A test library for taking full-screen screenshots of the desktop.<br />
@@ -210,7 +210,7 @@
 <p class="footer">
 Altogether 4 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2009-10-22 17:11:09.
+on 2010-03-05 12:49:01.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/libraries/String.html Thu Oct 22 07:12:23 2009 +++ /tags/robotframework-2.1.3/doc/libraries/String.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>String - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>A test library for string manipulation and verification.<br />
@@ -449,7 +449,9 @@
 <br />
The default error message can be overridden with the optional <span class="name">msg</span> argument.<br />
 <br />
-For example 'string' and 'with specials!' would pass, and 'String', '' and ' ' would fail.</td> +For example 'string' and 'with specials!' would pass, and 'String', '' and ' ' would fail.<br />
+<br />
+See also <a href="#Should Be Uppercase" class="name">Should Be Uppercase</a> and <a href="#Should Be Titlecase" class="name">Should Be Titlecase</a>. These keyword were added into Robot Framework 2.1.2.</td>
 </tr>
 <tr>
   <td class="kw"><a name="Should Be String"></a>Should Be String</td>
@@ -467,7 +469,9 @@
 <br />
The default error message can be overridden with the optional <span class="name">msg</span> argument.<br />
 <br />
-For example 'This Is Title' would pass, and 'Word In UPPER', 'Word In lower', '' and ' ' would fail.</td> +For example 'This Is Title' would pass, and 'Word In UPPER', 'Word In lower', '' and ' ' would fail.<br />
+<br />
+See also <a href="#Should Be Uppercase" class="name">Should Be Uppercase</a> and <a href="#Should Be Lowercase" class="name">Should Be Lowercase</a>. These keyword were added into Robot Framework 2.1.2.</td>
 </tr>
 <tr>
   <td class="kw"><a name="Should Be Uppercase"></a>Should Be Uppercase</td>
@@ -476,7 +480,9 @@
 <br />
The default error message can be overridden with the optional <span class="name">msg</span> argument.<br />
 <br />
-For example 'STRING' and 'WITH SPECIALS!' would pass, and 'String', '' and ' ' would fail.</td> +For example 'STRING' and 'WITH SPECIALS!' would pass, and 'String', '' and ' ' would fail.<br />
+<br />
+See also <a href="#Should Be Titlecase" class="name">Should Be Titlecase</a> and <a href="#Should Be Lowercase" class="name">Should Be Lowercase</a>. These keyword were added into Robot Framework 2.1.2.</td>
 </tr>
 <tr>
<td class="kw"><a name="Should Not Be String"></a>Should Not Be String</td>
@@ -613,7 +619,7 @@
 <p class="footer">
 Altogether 19 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2009-10-22 17:11:09.
+on 2010-03-05 12:49:01.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/libraries/Telnet.html Thu Oct 22 07:12:23 2009 +++ /tags/robotframework-2.1.3/doc/libraries/Telnet.html Fri Mar 5 02:50:52 2010
@@ -79,7 +79,7 @@
 </head>
 <body>
 <h1>Telnet - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> 2.1.3</p>

 <h2 id="introduction">Introduction</h2>
<p class='libdoc'>A test library providing communication over Telnet connections.<br />
@@ -569,7 +569,7 @@
 <p class="footer">
 Altogether 17 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2009-10-22 17:11:09.
+on 2010-03-05 12:49:01.
 </p>
 </body>
 </html>
=======================================
--- /tags/robotframework-2.1.3/doc/userguide/RobotFrameworkUserGuide.html Fri Feb 26 04:53:04 2010 +++ /tags/robotframework-2.1.3/doc/userguide/RobotFrameworkUserGuide.html Fri Mar 5 02:50:52 2010
@@ -488,7 +488,7 @@
 <body>
 <div class="document" id="robot-framework-user-guide">
 <h1 class="title">Robot Framework User Guide</h1>
-<h2 class="subtitle" id="version-version">Version trunk 20100201</h2>
+<h2 class="subtitle" id="version-version">Version 2.1.3</h2>

 <!-- This data file has been placed in the public domain. -->
 <!-- Derived from the Unicode character mappings available from
@@ -10769,7 +10769,7 @@
 Robot Framework:</p>
 <ul class="simple">
<li>Regardless of the library used, remote servers provide <span class="name">Stop
-Remote Servers</span> keyword that can be used from the test data.</li>
+Remote Server</span> keyword that can be used from the test data.</li>
<li>Remote servers have <span class="code">stop_remote_server</span> method in their
 XML-RPC interface.</li>
<li><span class="code">Ctrl-c</span> stops the server if it is running on a terminal
@@ -12303,7 +12303,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2010-02-26 12:51 UTC.
+<p>Generated on: 2010-03-05 10:49 UTC.
 </p>

 </div>
=======================================
--- /tags/robotframework-2.1.3/src/robot/version.py     Mon Feb  1 14:31:22 2010
+++ /tags/robotframework-2.1.3/src/robot/version.py     Fri Mar  5 02:50:52 2010
@@ -1,8 +1,8 @@
 # Automatically generated by 'package.py' script.

-VERSION = 'trunk'
-RELEASE = '20100201'
-TIMESTAMP = '20100201-235945'
+VERSION = '2.1.3'
+RELEASE = 'final'
+TIMESTAMP = '20100305-124846'

 def get_version(sep=' '):
     if RELEASE == 'final':
=======================================
--- /tags/robotframework-2.1.3/tools/fileviewer/doc/fileviewer.html Mon Sep 22 06:13:34 2008 +++ /tags/robotframework-2.1.3/tools/fileviewer/doc/fileviewer.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>fileviewer.py</title>
 <style type="text/css">

@@ -313,13 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
-    margin: 0.5em 2em;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -332,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -391,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -502,7 +517,7 @@
 display as the debug file gets written, so that it is possible to
 scroll the file when it is being written to.</p>
 <p>To use the tool, you can either double-click the icon and click the
-<tt class="docutils literal"><span class="pre">Open</span></tt> button in the GUI to open the desired file, or you can start +<tt class="docutils literal">Open</tt> button in the GUI to open the desired file, or you can start
 the tool from the command line and give the path to the debug file as
 an argument, for example:</p>
 <pre class="literal-block">
@@ -516,7 +531,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-09-22 13:12 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/fixml/doc/fixml.html Tue Feb 23 02:37:32 2010 +++ /tags/robotframework-2.1.3/tools/fixml/doc/fixml.html Fri Mar 5 02:50:52 2010
@@ -522,7 +522,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2010-02-23 10:35 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/libdoc/doc/libdoc.html Fri Feb 5 14:51:42 2010 +++ /tags/robotframework-2.1.3/tools/libdoc/doc/libdoc.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>libdoc.py</title>
 <style type="text/css">

@@ -707,27 +707,27 @@
 on the Javadocs in the source files. For example following simple
 example has exactly same documentation (and functionality) than the
 earlier Python example.</p>
-<div class="highlight"><pre><span class="c">/**</span>
-<span class="c"> * Library for demo purposes.</span>
-<span class="c"> *</span>
-<span class="c"> * This library is only used in an example and it does&#39;t do anything useful.</span>
-<span class="c"> */</span>
-<span class="k">public</span> <span class="k">class</span> <span class="nc">ExampleLib</span> <span class="o">{</span>
-
-    <span class="c">/**</span>
-<span class="c">     * Does nothing</span>
-<span class="c">     */</span>
- <span class="k">public</span> <span class="kt">void</span> <span class="nf">myKeyword</span><span class="o">()</span> <span class="o">{</span>
+<div class="highlight"><pre><span class="cm">/**</span>
+<span class="cm"> * Library for demo purposes.</span>
+<span class="cm"> *</span>
+<span class="cm"> * This library is only used in an example and it does&#39;t do anything useful.</span>
+<span class="cm"> */</span>
+<span class="kd">public</span> <span class="kd">class</span> <span class="nc">ExampleLib</span> <span class="o">{</span>
+
+    <span class="cm">/**</span>
+<span class="cm">     * Does nothing</span>
+<span class="cm">     */</span>
+ <span class="kd">public</span> <span class="kt">void</span> <span class="nf">myKeyword</span><span class="o">()</span> <span class="o">{</span>
     <span class="o">}</span>

-    <span class="c">/**</span>
-<span class="c"> * Takes one argument and *does nothing* with it.</span>
-<span class="c">     *</span>
-<span class="c">     * Example:</span>
-<span class="c">     * | Your Keyword | xxx |</span>
-<span class="c">     * | Your Keyword | yyy |</span>
-<span class="c">     */</span>
- <span class="k">public</span> <span class="kt">void</span> <span class="nf">yourKeyword</span><span class="o">(</span><span class="n">String</span> <span class="n">arg</span><span class="o">)</span> <span class="o">{</span>
+    <span class="cm">/**</span>
+<span class="cm"> * Takes one argument and *does nothing* with it.</span>
+<span class="cm">     *</span>
+<span class="cm">     * Example:</span>
+<span class="cm">     * | Your Keyword | xxx |</span>
+<span class="cm">     * | Your Keyword | yyy |</span>
+<span class="cm">     */</span>
+ <span class="kd">public</span> <span class="kt">void</span> <span class="nf">yourKeyword</span><span class="o">(</span><span class="n">String</span> <span class="n">arg</span><span class="o">)</span> <span class="o">{</span>
     <span class="o">}</span>
 <span class="o">}</span>
 </pre></div>
@@ -915,7 +915,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2010-02-05 22:51 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/oneclickinstaller/doc/oneclickinstaller.html Mon Aug 3 03:32:50 2009 +++ /tags/robotframework-2.1.3/tools/oneclickinstaller/doc/oneclickinstaller.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>Robot Framework One Click Installer</title>
 <style type="text/css">

@@ -313,12 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -331,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -390,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -545,7 +561,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2009-08-03 10:21 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/ristopy/doc/ristopy.html Mon Sep 22 06:13:34 2008 +++ /tags/robotframework-2.1.3/tools/ristopy/doc/ristopy.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>risto.py -- Robot Framework's Historical Reporting Tool</title>
 <style type="text/css">

@@ -313,13 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
-    margin: 0.5em 2em;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -332,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -391,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -749,7 +764,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-09-22 13:12 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/robotdiff/doc/robotdiff.html Mon Sep 22 06:13:34 2008 +++ /tags/robotframework-2.1.3/tools/robotdiff/doc/robotdiff.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>robotdiff.py</title>
 <style type="text/css">

@@ -313,13 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
-    margin: 0.5em 2em;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -332,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -391,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -555,7 +570,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-09-22 13:12 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/robotidy/doc/robotidy.html Wed Oct 21 10:35:58 2009 +++ /tags/robotframework-2.1.3/tools/robotidy/doc/robotidy.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>robotidy.py</title>
 <style type="text/css">

@@ -618,7 +618,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2009-10-21 17:34 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/statuschecker/doc/statuschecker.html Wed Sep 24 09:49:34 2008 +++ /tags/robotframework-2.1.3/tools/statuschecker/doc/statuschecker.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>statuschecker.py</title>
 <style type="text/css">

@@ -313,13 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
-    margin: 0.5em 2em;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -332,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -391,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -721,7 +736,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-09-24 16:47 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/testdoc/doc/testdoc.html Fri Dec 19 12:28:52 2008 +++ /tags/robotframework-2.1.3/tools/testdoc/doc/testdoc.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>testdoc.py</title>
 <style type="text/css">

@@ -313,13 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
-    margin: 0.5em 2em;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -332,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -391,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -589,7 +604,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-12-19 20:27 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>
=======================================
--- /tags/robotframework-2.1.3/tools/times2csv/doc/times2csv.html Mon Sep 22 06:13:34 2008 +++ /tags/robotframework-2.1.3/tools/times2csv/doc/times2csv.html Fri Mar 5 02:50:52 2010
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/"; /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/"; />
 <title>times2csv.py</title>
 <style type="text/css">

@@ -313,13 +313,14 @@
     text-align: left;
     padding-bottom: 0.5em;
     font-style: italic;
-    margin: 0.5em 2em;
+    font-size: 0.9em;
+    width: 100%;
 }
 table.example th, table.example td, table.tsv-example td {
     border: 1px solid #808080;
     font-family: arial,helvetica,sans-serif;
     height: 1.2em;
-    font-size: 0.85em;
+    font-size: 0.8em;
 }
 table.example th {
     padding: 0.1em 1em;
@@ -332,7 +333,7 @@
     border: 1px solid black;
     padding: 0.1em 0.3em;
     height: 1.2em;
-    font-size: 0.9em;
+    font-size: 0.8em;
 }
 table.messages {
     border: 1px solid gray;
@@ -391,13 +392,27 @@

 /* Overridden and modified styles */

+cite {
+    font-size: 0.95em;
+}
 div.admonition, div.attention, div.caution, div.danger, div.error,
 div.hint, div.important, div.note, div.tip, div.warning {
-    border: 2px solid gray;
+    border: 0.1em solid gray;
+    margin: 1em 2em;
+    padding: 0.7em 1em;
+    font-size: 0.9em;
 }
 pre.literal-block, pre.doctest-block {
     background: #f4f4f4;
 }
+li, li p.first {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+}
+div.contents li {
+    margin-top: 0em;
+    margin-bottom: 0em;
+}


 /* Pygments
@@ -521,7 +536,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2008-09-22 13:12 UTC.
+Generated on: 2010-03-05 10:48 UTC.

 </div>
 </body>

Reply via email to