[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/README.txt moved general prerequisite to own section

Michael Howitz mh at gocept.com
Thu Mar 17 09:15:50 EDT 2011


Log message for revision 121001:
  moved general prerequisite to own section
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/README.txt

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/README.txt
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/README.txt	2011-03-17 12:57:36 UTC (rev 121000)
+++ gocept.selenium/trunk/src/gocept/selenium/README.txt	2011-03-17 13:15:49 UTC (rev 121001)
@@ -8,7 +8,19 @@
 
 .. contents::
 
+Prerequisites
+-------------
 
+Install Selenium RC by some means, e.g. by downloading a version from
+`seleniumhq.org`_ . We do not recommend using the
+``collective.recipe.seleniumrc`` buildout recipe for this since we have had
+some bad experiences with it related to new versions of Selenium RC and
+Firefox.
+
+.. _`seleniumhq.org`: http://seleniumhq.org/download/
+
+
+
 Quick start for WSGI applications
 ---------------------------------
 
@@ -40,14 +52,6 @@
 #. Add gocept.selenium to the list of eggs either in your setup.py, or in
    buildout.cfg, using the extra ``ztk``, i.e. ``gocept.selenium[ztk]``.
 
-#. Install Selenium RC by some means, e.g. by downloading a version from
-   `seleniumhq.org`_ . We do not recommend using the
-   ``collective.recipe.seleniumrc`` buildout recipe for
-   this since we have had some bad experiences with it related to new
-   versions of Selenium RC and Firefox.
-
-   .. _`seleniumhq.org`: http://seleniumhq.org/download/
-
 #. Run buildout to install gocept.selenium and selenium (the Python bindings
    for Selenium RC).
 



More information about the checkins mailing list