Commit Graph

33 Commits (master)

Author SHA1 Message Date
Dan Burzo 1a61a23f68
Readability on npm (#608)
* Initial work on preparing Readability for npm

* Adjust some require()s

* Point package.json to index.js

* Add Node.js instructions to README

* Use ES6 in eslint
4 years ago
Gijs 234f420279
Clarify security implications of using readability 5 years ago
Taylor Buley c0c097c930 update JSDOM example for node 5 years ago
Gijs 878545f64d
Make usage sections in README more discoverable
This just reorders some of the content and reduces duplication.
5 years ago
Gijs Kruitbosch 512e1c18a7 Update to latest JSDOM 5 years ago
Gijs Kruitbosch 2620542dd1 Split off isProbablyReaderable implementation 5 years ago
tmm2018 076bf2017b [docs] - mozilla/readibility - README.md - fixing tiny little issues (grammar, rethorics, spelling, etc.) (#462)
* [docs] - mozilla/readibility - README.md - add articles to the description of the properties of the Readability output
6 years ago
Gijs 4b193ccd6a
Include URI information for `jsdom` in the README.
See #453 for an example of where this led to confusion.
6 years ago
David A Roberts acfd3759a1 Generate XHTML-compatible input for test cases
Fixes the bug noted in the README
6 years ago
David A Roberts d60184966c Remove unused URI parameter from constructor 6 years ago
Thomas Jaggi fd1557560a [Docs] Fixed JSDOM usage note 6 years ago
Gijs 8da91b9eed
Fix omitted semicolon 7 years ago
Gijs 0a30527c85
Explicitly mention lack of `Node` in `node.js` environments 7 years ago
SahilAgarwal321 f0edc77cb5 Fixed bugzilla bug list link 7 years ago
Gijs ab09b706ed Mention you need a DOM document object
Per #376 it doesn't seem to be clear that you need a DOM to use Readability. This is an attempt to include this information in the README.
7 years ago
Gijs 5e56271e45 Add eslint into "Tests" section as well. 7 years ago
Gijs b49483c772 Fix some formatting/grammar snafus 7 years ago
Gijs eca9bd0cdd Clarify use of testcase generation script a little 7 years ago
Gijs 286f94bb35 Point to automated tests and eslint in readme 7 years ago
Gijs c2394da2d9 Fix #272 by not using 'location' as a variable
... because it writes to window.location when used in a browser context, which is a bad idea. Using 'loc' instead fixes this.
8 years ago
Parameswaran D a812b329ea moved the sample code under Optional subsection 9 years ago
Parameswaran D d1e4ef0dcd Fixes #250 : scrambling of DOM on parse 9 years ago
Parameswaran D 0b5dd0a6fb Fixes #250 : scrambling of DOM on parse 9 years ago
Nicolas Perriault 360c648579 Fixed broken benchmark reporter code, moved benchmark code to its own folder. 9 years ago
Nicolas Perriault c24821c247 Updated README about tests. 9 years ago
Nicolas Perriault f4670a1531 Better test docs. 9 years ago
Margaret Leibovic 96e4598ee4 Move "Contributing" section to be higher in the README 9 years ago
Margaret Leibovic 1fd72d6472 Remove compare-view in favor of readable-proxy, and update README to explain that 9 years ago
Margaret Leibovic 49081a1455 Update README to include license
I took this license block from the Readability.js license header.

This should address this issue #8.
9 years ago
Margaret Leibovic 93861352c9 Update README.md 9 years ago
Margaret Leibovic 97762aff05 Create "compare view" test page for easier development 9 years ago
Margaret Leibovic bfe6c49202 Update README.md 9 years ago
Tarek Ziade 8cc7cfe297 Initial commit 9 years ago