mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Update links and credits in README
* Link to contributing, license guides * Update credit section for newer thoughtbot references
This commit is contained in:
parent
39c37a67e4
commit
cc81747db1
2 changed files with 29 additions and 13 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2010-2012 thoughtbot, inc.
|
||||
Copyright (c) 2010-2015 thoughtbot, inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
40
README.md
40
README.md
|
@ -142,20 +142,36 @@ page.driver.allow_url 'example.com/*.js'
|
|||
Contributing
|
||||
------------
|
||||
|
||||
See the CONTRIBUTING document.
|
||||
See the [CONTRIBUTING] document.
|
||||
Thank you, [contributors]!
|
||||
|
||||
About
|
||||
-----
|
||||
|
||||
The capybara WebKit driver is maintained by Joe Ferris and Matt Horan. It was written by [thoughtbot, inc](http://thoughtbot.com/community) with the help of numerous [contributions from the open source community](https://github.com/thoughtbot/capybara-webkit/contributors).
|
||||
|
||||
Code for rendering the current webpage to a PNG is borrowed from Phantom.js' implementation.
|
||||
|
||||
![thoughtbot](http://thoughtbot.com/images/tm/logo.png)
|
||||
|
||||
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
|
||||
[CONTRIBUTING]: CONTRIBUTING.md
|
||||
[contributors]: https://github.com/thoughtbot/capybara-webkit/graphs/contributors
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
capybara-webkit is Copyright (c) 2010-2014 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
||||
capybara-webkit is Copyright (c) 2010-2015 thoughtbot, inc. It is free software,
|
||||
and may be redistributed under the terms specified in the [LICENSE] file.
|
||||
|
||||
[LICENSE]: /LICENSE
|
||||
|
||||
About
|
||||
-----
|
||||
|
||||
The capybara WebKit driver is maintained by Joe Ferris and Matt Horan.
|
||||
|
||||
Code for rendering the current webpage to a PNG is borrowed from Phantom.js'
|
||||
implementation.
|
||||
|
||||
![thoughtbot](https://thoughtbot.com/logo.png)
|
||||
|
||||
capybara-webkit is maintained and funded by thoughtbot, inc.
|
||||
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
|
||||
|
||||
We love open source software!
|
||||
See [our other projects][community]
|
||||
or [hire us][hire] to help build your product.
|
||||
|
||||
[community]: https://thoughtbot.com/community?utm_source=github
|
||||
[hire]: https://thoughtbot.com/hire-us?utm_source=github
|
||||
|
|
Loading…
Reference in a new issue