3 new revisions:

Revision: 361c7abb3905
Branch:   default
Author:   Pekka Klärck
Date:     Fri Jul  4 14:15:28 2014 UTC
Log:      added datetime to index
http://code.google.com/p/robotframework/source/detail?r=361c7abb3905&repo=wiki

Revision: 2e099b8126e7
Branch:   default
Author:   Pekka Klärck
Date:     Fri Jul  4 14:15:33 2014 UTC
Log: Automated merge with https://code.google.com/p/robotframework.wiki/
http://code.google.com/p/robotframework/source/detail?r=2e099b8126e7&repo=wiki

Revision: 2357a07e789c
Branch:   default
Author:   Pekka Klärck
Date:     Fri Jul  4 14:20:31 2014 UTC
Log:      added notes about new doc hosting location
http://code.google.com/p/robotframework/source/detail?r=2357a07e789c&repo=wiki

==============================================================================
Revision: 361c7abb3905
Branch:   default
Author:   Pekka Klärck
Date:     Fri Jul  4 14:15:28 2014 UTC
Log:      added datetime to index
http://code.google.com/p/robotframework/source/detail?r=361c7abb3905&repo=wiki

Modified:
 /DocumentationIndex.wiki

=======================================
--- /DocumentationIndex.wiki    Tue Jun 25 06:59:03 2013 UTC
+++ /DocumentationIndex.wiki    Fri Jul  4 14:15:28 2014 UTC
@@ -23,6 +23,7 @@
     * [DialogsLibrary Dialogs Library]
     * [ScreenshotLibrary Screenshot Library]
     * [XMLLibrary XML Library]
+    * [DataTimeLibrary DateTime Library]
     * [RemoteLibrary Remote Library]

   * [TestLibraries#External_test_libraries External Libraries]

==============================================================================
Revision: 2e099b8126e7
Branch:   default
Author:   Pekka Klärck
Date:     Fri Jul  4 14:15:33 2014 UTC
Log: Automated merge with https://code.google.com/p/robotframework.wiki/
http://code.google.com/p/robotframework/source/detail?r=2e099b8126e7&repo=wiki



==============================================================================
Revision: 2357a07e789c
Branch:   default
Author:   Pekka Klärck
Date:     Fri Jul  4 14:20:31 2014 UTC
Log:      added notes about new doc hosting location
http://code.google.com/p/robotframework/source/detail?r=2357a07e789c&repo=wiki

Modified:
 /CollectionsLibrary.wiki
 /DateTimeLibrary.wiki
 /DialogsLibrary.wiki
 /OperatingSystemLibrary.wiki
 /ProcessLibrary.wiki
 /RemoteLibrary.wiki
 /ScreenshotLibrary.wiki
 /StringLibrary.wiki
 /TelnetLibrary.wiki
 /UserGuide.wiki
 /XMLLibrary.wiki

=======================================
--- /CollectionsLibrary.wiki    Tue Jun 17 11:01:06 2014 UTC
+++ /CollectionsLibrary.wiki    Fri Jul  4 14:20:31 2014 UTC
@@ -2,6 +2,12 @@

 = Collections test library =

+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----
+
*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].

 `Collections` is Robot Framework's standard library that provides a set
=======================================
--- /DateTimeLibrary.wiki       Tue Jun 17 11:02:38 2014 UTC
+++ /DateTimeLibrary.wiki       Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = !DateTime test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

`DateTime` is a Robot Framework standard library that supports creating, converting, and verifying date and time values, as well as doing simple calculations with them. It supports dates and times in various formats, and can also be used by other libraries programmatically.

=======================================
--- /DialogsLibrary.wiki        Tue Jun 17 11:01:48 2014 UTC
+++ /DialogsLibrary.wiki        Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = Dialogs test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

 `Dialogs` is Robot Framework's standard library that provides means
 for pausing the test execution and getting input from users. The
=======================================
--- /OperatingSystemLibrary.wiki        Tue Jun 17 11:00:14 2014 UTC
+++ /OperatingSystemLibrary.wiki        Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = !OperatingSystem test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

 `OperatingSystem` is Robot Framework's standard library that enables
 various operating system related tasks to be performed in the system
=======================================
--- /ProcessLibrary.wiki        Tue Jun 17 11:02:25 2014 UTC
+++ /ProcessLibrary.wiki        Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = Process test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

Robot Framework test library for running processes. This library utilizes Python's [http://docs.python.org/2.7/library/subprocess.htm subprocess] module and its
=======================================
--- /RemoteLibrary.wiki Tue Jun 17 11:02:02 2014 UTC
+++ /RemoteLibrary.wiki Fri Jul  4 14:20:31 2014 UTC
@@ -4,8 +4,6 @@

 = Remote library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
-
The Remote library is one of the [TestLibraries standard libraries] but totally
 different than the others. It does not have any keywords of its own
 but it works as a proxy between Robot Framework and actual test
=======================================
--- /ScreenshotLibrary.wiki     Tue Jun 17 11:00:43 2014 UTC
+++ /ScreenshotLibrary.wiki     Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = Screenshot test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

 `Screenshot` is Robot Framework's standard library that provides
keywords to capture and store screenshots of the whole desktop. This library was initially supported only with Jython, but version 2.5.5 and newer work work also with Python. Running on Python requires some external modules as explained in the documentation linked below.
=======================================
--- /StringLibrary.wiki Tue Jun 17 11:01:38 2014 UTC
+++ /StringLibrary.wiki Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = String test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

 `String` is Robot Framework's standard library for manipulating
 strings (e.g. `Replace String With Regexp`, `Split To Lines`) and
=======================================
--- /TelnetLibrary.wiki Tue Jun 17 11:00:56 2014 UTC
+++ /TelnetLibrary.wiki Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = Telnet test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

 `Telnet` is Robot Framework's standard library that makes it possible
 to connect to Telnet servers and execute commands on the opened
=======================================
--- /UserGuide.wiki     Tue Jun 17 11:31:27 2014 UTC
+++ /UserGuide.wiki     Fri Jul  4 14:20:31 2014 UTC
@@ -3,7 +3,11 @@

 = User Guide =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _User Guide is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

Most of the Robot Framework documentation is in separate version specific user guides, which contain also standard library and supporting tool documentations. If you want to get a brief introduction of Robot Framework and an overview of its most important features, you may want to look at the [QuickStartGuide Quick Start Guide] instead.

=======================================
--- /XMLLibrary.wiki    Tue Jun 17 11:02:14 2014 UTC
+++ /XMLLibrary.wiki    Fri Jul  4 14:20:31 2014 UTC
@@ -2,7 +2,11 @@

 = XML test library =

-*NOTE:* Due to problems with Google Code, library documentation might be intermittently unavailable. If you get "403 Forbidden" or similar error, download user guide with library documentation [Downloads from the Downloads page].
+----
+
+ _Standard library documentation is nowadays hosted at http://robotframework.org/robotframework/. This page is not updated anymore._
+
+----

As the name implies, `XML` is a test library for verifying contents of XML files. In practice it is a pretty thin wrapper on top of Python's [http://docs.python.org/library/xml.etree.elementtree.html ElementTree XML API].

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to