Skip to content

Commit 9a04624

Browse files
committed
add logo, and build status next to logo
1 parent 4fe755a commit 9a04624

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
Selenium
2+
========
3+
[![SeleniumHQ](http://www.seleniumhq.org/images/big-logo.png)](http://www.seleniumhq.org/)
14
[![Build Status](https://travis-ci.org/SeleniumHQ/selenium.svg)](//travis-ci.org/SeleniumHQ/selenium)
2-
# Selenium
35

4-
Selenium is an umbrella project encapsulating a variety of tools and
5-
libraries enabling web browser automation. Selenium specifically
6-
provides infrastructure for the [W3C WebDriver specification](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html)
7-
— a platform and language-neutral coding interface compatible with all
6+
7+
8+
Selenium is an umbrella project encapsulating a variety of tools and
9+
libraries enabling web browser automation. Selenium specifically
10+
provides infrastructure for the [W3C WebDriver specification](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html)
11+
— a platform and language-neutral coding interface compatible with all
812
major web browsers.
913

10-
The project is made possible by volunteer contributors who've
11-
generously donated thousands of hours in code development and upkeep.
14+
The project is made possible by volunteer contributors who've
15+
generously donated thousands of hours in code development and upkeep.
1216

1317
Selenium's source code is made available under the [Apache 2.0 license](https://github.com/SeleniumHQ/selenium/blob/master/LICENSE).
1418

@@ -29,7 +33,7 @@ API documentation:
2933

3034
## Pull Requests
3135

32-
Please read [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md)
36+
Please read [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md)
3337
before submitting your pull requests.
3438

3539
## Building
@@ -43,7 +47,7 @@ see directories carrying multiple build directive files.
4347
For reference, crazyfun's build files are named *build.desc*,
4448
while buck's are named simply *BUCK*.
4549

46-
Before building ensure that you have the
50+
Before building ensure that you have the
4751
[most recent `chromedriver` ](https://sites.google.com/a/chromium.org/chromedriver/downloads)
4852
available on your `$PATH`.
4953

@@ -140,12 +144,12 @@ you also need:
140144
* [Visual Studio 2008](http://www.microsoft.com/visualstudio/en-gb/products/2008-editions)
141145
* 32 and 64 bit cross compilers
142146

143-
The build will work on any platform, but the tests for IE will be
147+
The build will work on any platform, but the tests for IE will be
144148
skipped silently, if you are not building on Windows.
145149

146150
## Common Tasks
147151

148-
For an express build of the binaries we release run the following from
152+
For an express build of the binaries we release run the following from
149153
the directory containing the `Rakefile`:
150154

151155
```sh
@@ -286,8 +290,8 @@ targets.
286290
## Maven _per se_
287291

288292
If it is not clear already, Selenium is not built with Maven, it is
289-
built with [Buck](https://github.com/SeleniumHQ/buck),
290-
though that is invoked with *go* as outlined above so you do not really
293+
built with [Buck](https://github.com/SeleniumHQ/buck),
294+
though that is invoked with *go* as outlined above so you do not really
291295
have to learn too much about that.
292296

293297
That said, it is possible to relatively quickly build selenium pieces
@@ -315,5 +319,5 @@ the name.
315319
## Useful Resources
316320

317321
Refer to the [Building Web
318-
Driver](https://github.com/SeleniumHQ/selenium/wiki/Building-WebDriver)
322+
Driver](https://github.com/SeleniumHQ/selenium/wiki/Building-WebDriver)
319323
wiki page for the last word on building the bits and pieces of Selenium.

0 commit comments

Comments
 (0)