Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/selenium/trunk@12 ed7eda33-4b9a-41fc-af1f-e75b3c93d7ee
  • Loading branch information
wolfdancer committed Jan 1, 2007
1 parent 0ce2bd4 commit 805b478
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions site/contribute.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
---
Contribute
---
This project is created so that we can share our experiences using ruby and Selenium to test our web applications.
You can start by joining the "selenium-ruby":http://groups.google.com/group/selenium-ruby google group. This project
will be constantly updated on the following area:

h1. Testing API

* Creating more wrapper classes that presents HTML elements with behaviors.
* Re-design the API to leverage Ruby language and remove duplication

h1. Testing Patterns

* Share your experience of using Selenium with Ruby. What is good, what is bad.
* Share the patterns that you have built in your porject to make test easy and fun.

h1. Write about it

* Love it, hate it? Write about it
6 changes: 3 additions & 3 deletions site_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ <h1>Documentation</h1>
<div class="MenuGroup">
<h1>User Support</h1>
<ul>
<li><a><template:href url="http://sourceforge.net/forum/?group_id=171037"/>Forum</a></li>
<li><a><template:href url="http://sourceforge.net/tracker/?group_id=171037&atid=856430"/>Bug Tracker</a></li>
<li><a><template:href url="http://groups.google.com/group/selenium-ruby"/>Mailing List</a></li>
<li><a><template:href url="http://rubyforge.org/tracker/?group_id=2789"/>Bug Tracker</a></li>
</ul>
</div>

<div class="MenuGroup">
<h1>Development</h1>
<ul>
<li><a><template:href url="contribute.html"/>How to Contribute</a></li>
<li><a href="http://sourceforge.net/project/memberlist.php?group_id=171037">Development Team</a></li>
<li><a href="http://rubyforge.org/project/memberlist.php?group_id=2789">Development Team</a></li>
</ul>
</div>
<div class="logo">
Expand Down

0 comments on commit 805b478

Please sign in to comment.