Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@sny.no>2019-04-12 13:42:00 +0300
committerAndreas Tolfsen <ato@sny.no>2019-04-12 13:42:00 +0300
commit99a316e58c57131c24c063b8efae6cd1705d7d29 (patch)
tree77f01049e108c1dc12c90ffb7b91bf1b03d4d978
parentd194203020eb586ad953741ef696f22e3135feae (diff)
updated to 5704d0949b15dae6b17c659c0822c713983ce66b
-rw-r--r--README.md31
1 files changed, 16 insertions, 15 deletions
diff --git a/README.md b/README.md
index ae99ed8..85da4b9 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,13 @@ geckodriver
Proxy for using W3C [WebDriver] compatible clients to interact with
Gecko-based browsers.
-This program provides the HTTP API described by the [WebDriver protocol]
-to communicate with Gecko browsers, such as Firefox. It translates calls
-into the [Firefox remote protocol] by acting as a proxy between the local-
-and remote ends.
-
-geckodriver’s [source code] is made available under the [Mozilla
-Public License].
+This program provides the HTTP API described by the [WebDriver
+protocol] to communicate with Gecko browsers, such as Firefox. It
+translates calls into the [Marionette remote protocol] by acting
+as a proxy between the local- and remote ends.
[WebDriver protocol]: https://w3c.github.io/webdriver/#protocol
-[Firefox remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/Protocol.html
-[source code]: https://hg.mozilla.org/mozilla-unified/file/tip/testing/geckodriver
-[Mozilla Public License]: https://www.mozilla.org/en-US/MPL/2.0/
+[Marionette remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/
[WebDriver]: https://developer.mozilla.org/en-US/docs/Web/WebDriver
@@ -52,17 +47,23 @@ Documentation
* [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)
* [Contributing](https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers)
+ * [Building](https://firefox-source-docs.mozilla.org/testing/geckodriver/Building.html)
+ * [Testing](https://firefox-source-docs.mozilla.org/testing/geckodriver/Testing.html)
+ * [Releasing](https://firefox-source-docs.mozilla.org/testing/geckodriver/Releasing.html)
+ * [Self-serving an ARM build](https://firefox-source-docs.mozilla.org/testing/geckodriver/ARM.html)
Source code
-----------
-geckodriver’s canonical source code can be found in [mozilla-central].
-We only use this GitHub repository for issue tracking and making releases.
-See our [contribution documentation] for more information.
+geckodriver is made available under the [Mozilla Public License].
+Its source code can be found in [mozilla-central] under testing/geckodriver.
+This GitHub repository is only used for issue tracking and making releases.
+
+[source code]: https://hg.mozilla.org/mozilla-unified/file/tip/testing/geckodriver
+[Mozilla Public License]: https://www.mozilla.org/en-US/MPL/2.0/
[mozilla-central]: https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver
-[contribution documentation]: https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers
Contact
@@ -72,7 +73,7 @@ The mailing list for geckodriver discussion is
tools-marionette@lists.mozilla.org ([subscribe], [archive]).
There is also an IRC channel to talk about using and developing
-geckodriver in #ateam on irc.mozilla.org.
+geckodriver in #interop on irc.mozilla.org.
[subscribe]: https://lists.mozilla.org/listinfo/tools-marionette
[archive]: https://lists.mozilla.org/pipermail/tools-marionette/