Updated LICENSE, AUTHORS, README

pull/21/head
Mišo Belica 11 years ago
parent 18b5c9b447
commit 9eacbd579c

@ -1,3 +1,3 @@
Rick Harding (original author)
Michal Belica (current maintainer)
nhnifong
Michal Belica

@ -1,4 +1,4 @@
Copyright (c) 2013, Michal Belica
Copyright (c) 2013 Rick Harding, Michal Belica and contributors
All rights reserved.

@ -42,21 +42,21 @@ Usage
Command line
~~~~~~~~~~~~
::
.. code-block:: bash
$ breadability http://wiki.python.org/moin/BeginnersGuide
Options
```````
- b will write out the parsed content to a temp file and open it in a
- **b** will write out the parsed content to a temp file and open it in a
browser for viewing.
- d will write out debug scoring statements to help track why a node was
- **d** will write out debug scoring statements to help track why a node was
chosen as the document and why some nodes were removed from the final
product.
- f will override the default behaviour of getting an html fragment (<div>)
- **f** will override the default behaviour of getting an html fragment (<div>)
and give you back a full <html> document.
- v will output in verbose debug mode and help let you know why it parsed
- **v** will output in verbose debug mode and help let you know why it parsed
how it did.

Loading…
Cancel
Save