Revision: ecb60c150c88
Branch:   default
Author:   pekka.kla...@gmail.com
Date:     Wed Mar 12 09:40:04 2014 UTC
Log:      Edited wiki page RemoteLibrary through web user interface.
http://code.google.com/p/robotframework/source/detail?r=ecb60c150c88&repo=wiki

Modified:
 /RemoteLibrary.wiki

=======================================
--- /RemoteLibrary.wiki Fri Feb  7 11:04:38 2014 UTC
+++ /RemoteLibrary.wiki Wed Mar 12 09:40:04 2014 UTC
@@ -30,94 +30,14 @@

http://robotframework.googlecode.com/hg/doc/userguide/src/ExtendingRobotFramework/remote.png

-= Remote servers =
-
-Robot Framework currently contains remote server implementations for
-Python and Ruby, and the former works also with Jython. These servers,
-as well as example libraries and tests using them, can be downloaded
-here. The same servers and examples are also included in
-[http://code.google.com/p/robotframework/downloads/list source distributions]
-under `tools/remoteserver` directory.
-
-== Available remote servers ==
-
-=== Python ===
-
-The Python version of the remote server is available under this project as
-[http://robotframework.googlecode.com/hg/tools/remoteserver/robotremoteserver.py robotremoteserver.py]. Notice that this version works also with Jython.
-
-=== Ruby ===
-
-The Ruby implementation of a remote server is also available as the
-`robot_remote_server` gem and developed further as a separate project on [https://github.com/semperos/robot-remote-server-rb GitHub]. Run the following to install it:
-
-{{{
-   gem install robot_remote_server
-}}}
-
-In your test library you will need to `require robot_remote_server`,
-which will make the `RobotRemoteServer` class available to your code. For more information see the instructions on the [https://github.com/semperos/robot-remote-server-rb GitHub project pages].
-
-The original version of the Ruby server is still available under this project as [http://robotframework.googlecode.com/hg/tools/remoteserver/robotremoteserver.rb robotremoteserver.rb].
-
-=== .NET ===
-
-The .NET implementation of the remote server is available at
-http://code.google.com/p/nrobotremote/.
-
-It is an improved for of http://code.google.com/p/sharprobotremoteserver/.
-
-=== Clojure ===
-
-The Clojure version is hosted on [https://github.com/semperos/robot-remote-server-clj GitHub] and JAR package available at http://clojars.org/robot-remote-server.
-
-=== Java ===
-
-Java version of the remote server is available at
-https://github.com/ombre42/jrobotremoteserver/.
-
-
-=== Perl ===
-
-Perl version is hosted at http://code.google.com/p/plrobotremoteserver/.
-
-
-== Example libraries and test cases ==
-
- * Python: [http://robotframework.googlecode.com/hg/tools/remoteserver/example/examplelibrary.py examplelibrary.py] - * Ruby: [http://robotframework.googlecode.com/hg/tools/remoteserver/example/examplelibrary.rb examplelibrary.rb] - * Tests: [http://robotframework.googlecode.com/hg/tools/remoteserver/example/remote_tests.txt remote_tests.txt]
-
-== Trying out examples ==
-
-If an example library and the associated remote server are downloaded
-into same directory, the library can be started using one of the following
-commands:
-
-{{{
-   python examplelibrary.py
-   jython examplelibrary.py
-   ruby examplelibrary.rb
-}}}
-
-By default the libraries listen to connections to localhost on port 8270,
-but this can be configured like:
-
-{{{
-   python examplelibrary.py localhost 7777
-   ruby examplelibrary.rb 192.1.168.0.1 8270
-}}}
-
-These examples will start the remote server so that it provides
-keywords implemented in the example module. After the remote server is
-started, the example test case file can be executed using the familiar
-`pybot` or `jybot` commands, possibly giving the port where the server
-is listening as a variable:
+= Available remote servers =

-{{{
-   pybot remote_tests.txt
-   jybot --variable PORT:7777 remote_tests.txt
-}}}
+Following remote servers are available as separate projects. See the project pages for installation and usage instructions. Older versions of Python and Ruby servers are also distributed with Robot Framework 2.8.x source distributions but they will be removed in the future.

-The results should be the same regardless of the example library or start-up
-script used.
+|| *Language / Platform* || *Project Pages* ||
+|| Python     || https://github.com/robotframework/PythonRemoteServer ||
+|| Java       || https://github.com/ombre42/jrobotremoteserver ||
+|| Ruby       || https://github.com/semperos/robot-remote-server-rb ||
+|| .NET       || http://code.google.com/p/nrobotremote ||
+|| Clojure    || https://github.com/semperos/robot-remote-server-clj ||
+|| Perl       || http://code.google.com/p/plrobotremoteserver ||

--

--- 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