Author: pekka.klarck
Date: Sun Apr 12 14:42:06 2009
New Revision: 1786

Modified:
   wiki/CollectionsLibrary.wiki
   wiki/DialogsLibrary.wiki
   wiki/ScreenshotLibrary.wiki
   wiki/StringLibrary.wiki
   wiki/TelnetLibrary.wiki

Log:
Updated general docs (issue 283)

Modified: wiki/CollectionsLibrary.wiki
==============================================================================
--- wiki/CollectionsLibrary.wiki        (original)
+++ wiki/CollectionsLibrary.wiki        Sun Apr 12 14:42:06 2009
@@ -7,7 +7,7 @@
 has keywords, for example, for modifying and getting values from lists
 and dictionaries (e.g. `Append To List`, `Get From Dictionary`) and
 for verifying their contents (e.g. `Lists Should Be Equal`,
-`Dictionary Should Contain Value`).  [BuiltInLibrary BuiltIn library]
+`Dictionary Should Contain Value`). [BuiltInLibrary BuiltIn library]
 has also some additional keywords that can be used with lists and
 dictionarias.


Modified: wiki/DialogsLibrary.wiki
==============================================================================
--- wiki/DialogsLibrary.wiki    (original)
+++ wiki/DialogsLibrary.wiki    Sun Apr 12 14:42:06 2009
@@ -1,17 +1,15 @@
-#summary A test library providing dialogs for interacting with users.
+#summary A standard library providing dialogs for interacting with users.

 = Dialogs test library =

-Dialogs is a test library that provides means for pausing the test
-execution and getting input from users. The dialogs are slightly
-different depending on are tests run on Python or Jython but they
-provide the same functionality.
+`Dialogs` is Robot Framework's standard library that provides means
+for pausing the test execution and getting input from users. The
+dialogs are slightly different depending on are tests run on Python or
+Jython but they provide the same functionality. `Dialogs` is a new
+library in Robot Framework 2.1.

-Dialogs will be one of the standard libraries in Robot Framework 2.1.
-Until that it is possible to
-[http://robotframework.googlecode.com/svn/trunk/src/robot/libraries/Dialogs.py download and use] the latest development version. Notice that there might still be changes to the
-library before the official 2.1 release.
+The full library documentation by release is found below. The
+documentation of the latest minor version (e.g. 2.0.4) is always
+applicable with earlier minor versions.

-Here are the keyword documentations for Dialogs test library by release:
-
- * [http://robotframework.googlecode.com/svn/trunk/doc/libraries/Dialogs.html Development version]
\ No newline at end of file
+ * [http://robotframework.googlecode.com/svn/trunk/doc/libraries/Dialogs.html Development version]

Modified: wiki/ScreenshotLibrary.wiki
==============================================================================
--- wiki/ScreenshotLibrary.wiki (original)
+++ wiki/ScreenshotLibrary.wiki Sun Apr 12 14:42:06 2009
@@ -1,12 +1,15 @@
-#summary Screenshot test library for Robot Framework
+#summary A standard library for taking full-screen screenshots of the desktop

 = Screenshot test library =

-The Screenshot library provides a way to capture and store screenshots of the -whole desktop. This library is implemented with Java AWT APIs, so it can be used
-only when running Robot Framework with Jython.
+`Screenshot` is Robot Framework's standard library that provides
+keywords to capture and store screenshots of the whole desktop.  This
+library is implemented with Java AWT APIs, so it can be used only when
+running Robot Framework on Jython.

-Here are the keyword documentations for Screenshot test library by release:
+The full library documentation by release is found below. The
+documentation of the latest minor version (e.g. 2.0.4) is always
+applicable with earlier minor versions.

* [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/Screenshot.html Version 2.0.4] * [http://robotframework.googlecode.com/svn/trunk/doc/libraries/Screenshot.html Development version]

Modified: wiki/StringLibrary.wiki
==============================================================================
--- wiki/StringLibrary.wiki     (original)
+++ wiki/StringLibrary.wiki     Sun Apr 12 14:42:06 2009
@@ -2,9 +2,11 @@

 = String test library =

-`String` is Robot Framework's standard library that provides keywords
-for manipulating strings and verifying that they have expected
-content. It is a new library in Robot Framework 2.1.
+`String` is Robot Framework's standard library for manipulating
+strings (e.g. `Replace String With Regexp`, `Split To Lines`) and
+verifying their contents (e.g. `Should Be String`).
+[BuiltInLibrary BuiltIn library] has also some additional keywords that
+can be used with strings. `String` is a library in Robot Framework 2.1.

 The full library documentation by release is found below. The
 documentation of the latest minor version (e.g. 2.0.4) is always

Modified: wiki/TelnetLibrary.wiki
==============================================================================
--- wiki/TelnetLibrary.wiki     (original)
+++ wiki/TelnetLibrary.wiki     Sun Apr 12 14:42:06 2009
@@ -1,14 +1,14 @@
-#summary Telnet test library for Robot Framework.
+#summary A standard library providing communication over Telnet connections.

 = Telnet test library =

-The Telnet library enables testing over a Telnet connection. It
-has keywords for logging into a Telnet server, running commands on
-the server and returning the output. The Telnet library extends
-Python's own 'telnetlib' module and it supports several
-simultaneous connections.
+`Telnet` is Robot Framework's standard library that makes it possible
+to connect to Telnet servers and execute commands on the opened
+connections.

-Here are the keyword documentations for Telnet test library by release:
+The full library documentation by release is found below. The
+documentation of the latest minor version (e.g. 2.0.4) is always
+applicable with earlier minor versions.

* [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/Telnet.html Version 2.0.4] * [http://robotframework.googlecode.com/svn/trunk/doc/libraries/Telnet.html Development version]

Reply via email to