Author: laukpe
Date: Mon Sep 22 05:40:37 2008
New Revision: 788
Modified:
trunk/tools/fileviewer/doc/fileviewer.html
trunk/tools/libdoc/doc/libdoc.html
trunk/tools/oneclickinstaller/doc/oneclickinstaller.html
trunk/tools/ristopy/doc/ristopy.html
trunk/tools/robotdiff/doc/robotdiff.html
trunk/tools/robotidy/doc/robotidy.html
trunk/tools/statuschecker/doc/statuschecker.html
trunk/tools/times2csv/doc/times2csv.html
Log:
latest versions
Modified: trunk/tools/fileviewer/doc/fileviewer.html
==============================================================================
--- trunk/tools/fileviewer/doc/fileviewer.html (original)
+++ trunk/tools/fileviewer/doc/fileviewer.html Mon Sep 22 05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -486,7 +503,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-08-24 23:53 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/libdoc/doc/libdoc.html
==============================================================================
--- trunk/tools/libdoc/doc/libdoc.html (original)
+++ trunk/tools/libdoc/doc/libdoc.html Mon Sep 22 05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -664,7 +681,7 @@
</pre>
<p>In addition to the formatting explained in the user guide,
<span class="prog">libdoc.py</span> supports also special formatting of
keyword names
-and arguments with backtic character <span class="code">`</span>. Even more
+and arguments with backtick character <span class="code">`</span>. Even
more
importantly, this syntax also automatically creates internal links to
other keywords in the library. For example documentation of the
following simple Python library would have link from <span class="name">Log
@@ -707,7 +724,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-09-08 10:39 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/oneclickinstaller/doc/oneclickinstaller.html
==============================================================================
--- trunk/tools/oneclickinstaller/doc/oneclickinstaller.html (original)
+++ trunk/tools/oneclickinstaller/doc/oneclickinstaller.html Mon Sep 22
05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -499,7 +516,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-08-24 23:53 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/ristopy/doc/ristopy.html
==============================================================================
--- trunk/tools/ristopy/doc/ristopy.html (original)
+++ trunk/tools/ristopy/doc/ristopy.html Mon Sep 22 05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -719,7 +736,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-08-24 23:53 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/robotdiff/doc/robotdiff.html
==============================================================================
--- trunk/tools/robotdiff/doc/robotdiff.html (original)
+++ trunk/tools/robotdiff/doc/robotdiff.html Mon Sep 22 05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -525,7 +542,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-08-24 23:53 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/robotidy/doc/robotidy.html
==============================================================================
--- trunk/tools/robotidy/doc/robotidy.html (original)
+++ trunk/tools/robotidy/doc/robotidy.html Mon Sep 22 05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -563,7 +580,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-08-24 23:53 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/statuschecker/doc/statuschecker.html
==============================================================================
--- trunk/tools/statuschecker/doc/statuschecker.html (original)
+++ trunk/tools/statuschecker/doc/statuschecker.html Mon Sep 22 05:40:37
2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -515,7 +532,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-08-24 23:53 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>
Modified: trunk/tools/times2csv/doc/times2csv.html
==============================================================================
--- trunk/tools/times2csv/doc/times2csv.html (original)
+++ trunk/tools/times2csv/doc/times2csv.html Mon Sep 22 05:40:37 2008
@@ -298,8 +298,11 @@
* Robot Framework User Guide Modifications *
* **************************************** */
-/* Tables -- both those used with examples and those with normal tabular
data */
-
+/* Tables
+ - example, tsv-example: test data examples
+ - messages: log message examples
+ - tabular: normal tabular information
+*/
table.example, table.tsv-example, table.messages, table.tabular {
border: 1px solid #808080;
border-collapse: collapse;
@@ -315,35 +318,49 @@
table.example th, table.example td, table.tsv-example td {
border: 1px solid #808080;
font-family: arial,helvetica,sans-serif;
- font-size: 0.8em;
- padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.85em;
}
table.example th {
+ padding: 0.1em 1em;
background: #E0E0E0;
}
+table.example td, table.tsv-example td {
+ padding: 0.1em 1em 0.1em 0.3em;
+}
table.tabular th, table.tabular td {
border: 1px solid black;
- font-size: 0.9em;
padding: 0.1em 0.3em;
height: 1.2em;
+ font-size: 0.9em;
}
table.messages {
- border: none;
+ border: 1px solid gray;
font-family: monospace;
+ margin: 1em 2em;
+ width: 60%;
}
table.messages td {
vertical-align: top;
+ padding: 0.1em 0.2em;
}
table.messages td.time {
- width: 6em;
+ width: 7em;
letter-spacing: -0.05em;
}
table.messages td.level {
- width: 4em;
+ width: 5em;
text-align: center;
}
-
+table.messages td.fail, table.messages td.error {
+ color: red;
+}
+table.messages td.pass {
+ color: #009900;
+}
+table.messages td.warn {
+ color: #FFCC00;
+}
/* Roles -- these are defined in roles.txt file */
@@ -376,7 +393,7 @@
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: 2px solid gray;
}
pre.literal-block, pre.doctest-block {
background: #f4f4f4;
@@ -386,7 +403,7 @@
/* Pygments
- Styles generated using "HtmlFormatter().get_style_defs('.highlight')"
-- Changed only background from f8f8f8 to f4f4f4 and added margin
+- Changed only background (f8f8f8 -> f4f4f4) and added margin
- For more details see e.g. http://pygments.org/docs/quickstart/
*/
@@ -491,7 +508,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2008-09-03 14:21 UTC.
+Generated on: 2008-09-22 12:29 UTC.
</div>
</body>