Commit Graph

98 Commits (cc009765332bc5408affd0d75458326e2e39c7aa)
 

Author SHA1 Message Date
Mišo Belica cc00976533 Replace implementation of 'cached_property'
Parameter 'ttl' isn't needed.
12 years ago
Mišo Belica e3b6ee2fd6 Suppress warning "ResourceWarning: unclosed file" 12 years ago
Mišo Belica c69cd4b2ba Purification 12 years ago
Mišo Belica 101950478e Simplify logging 12 years ago
Mišo Belica 81be8ccbfb Updated readme 12 years ago
Mišo Belica 9f83ea973a Fixed setup.py 12 years ago
Mišo Belica 726fe59ecd Show build status from master branch [ci skip] 12 years ago
Mišo Belica c7299b9852 Updated makefile [ci skip] 12 years ago
Mišo Belica 671d940ded Removed branches from Travis configuration
[ci skip]
12 years ago
Mišo Belica ea90ee5a5e Updated changelog [ci skip] 12 years ago
Mišo Belica c89010221e Changed/renamed/added AUTHORS, CHANGELOG, LICENSE
[ci skip]
12 years ago
Mišo Belica d31d804167 Exclude coverage file from repo 12 years ago
Mišo Belica 231d251536 Added commands test into README 12 years ago
Mišo Belica 3322681166 Use 'charade' for detecting encoding 12 years ago
Mišo Belica 544220e9a3 Replaced u"" literal wit function 'to_unnicode'
Literal u"" is not supported by Python v3.2.
12 years ago
Mišo Belica 915876b675 Added Travis status image to README 12 years ago
Mišo Belica 8c79d4c04b Set white-list branches for @travisbot 12 years ago
Mišo Belica 94f6b0a84e Tests passes for both Python v2.7, v3.3 12 years ago
Mišo Belica 912bb50b76 Skip failing test that I don't know how to fix 12 years ago
Mišo Belica c4dbe24a65 New repository structure 12 years ago
Richard Harding 75b3151de9 Update the unittest import to grab unittest2 for 2.6 12 years ago
Richard Harding 84f6a079f9 Try to adjust the travis command to test py2.6 12 years ago
Richard Harding b18589ced8 Use the right package doh 12 years ago
Richard Harding 316c550709 Add python 2.6 to the travis ci 12 years ago
Richard Harding fee5c37b39 Add argparse as a install req for py <2.7 12 years ago
Richard Harding 3dea2f349b Update ignore file 12 years ago
Nathan Nifong 920094c81a Add a penalty for double quote chars in paragraphs.
- They are far more common in random commented code and proprietary metadata
  that keeps slipping by the filter as actual content.
- Downgraded the score value of commas for the same reason.
- Prep for 0.1.10 release with these changes.

Add credits and tweak the " and , scoring

Update version and update the scoring code
12 years ago
Richard Harding 60da675da5 Reprocess without candidate in case of errors using one
- Fixes #10
12 years ago
Richard Harding 3984e04668 Add better handling around xml parsing issues
- Fixes #9 with empty/non parsable docs
- Fixes #8 and removes kwargs for the decode statements.
- Fixes #7 by checking if the node has a parent before dropping.
12 years ago
Richard Harding fe9364295f prep for 0.1.7 release 12 years ago
Richard Harding ae355e9f2f Update kwarg for older python 12 years ago
Richard Harding 0de17a7b81 Update readme 12 years ago
Richard Harding e592f5322e Prep for 0.1.6 12 years ago
Richard Harding bf35e3410e Do some link filtring to drop stupid permalinks from the content. 12 years ago
Richard Harding 9cf19d9970 Prep for 0.1.5 12 years ago
Richard Harding ff37f3169f Add checks to links to remove really bad links from the scripting site 12 years ago
Richard Harding 5157b4570d Prep for the 0.1.4 release 12 years ago
Richard Harding 5704eb4c15 Start process of adding a newtest script for generating test cases
- Adds new breadability_newtest tool for generating test cases.
- Add fixes for the scripting.com test failure.
12 years ago
Richard Harding 3b00d33ad3 Prep for 0.1.3 release 12 years ago
Richard Harding c2f935bf51 Remove code we didn't need 12 years ago
Richard Harding 326fbfe107 Fix the processing and clean up the antipope article 12 years ago
Richard Harding 3ae64f165e Update and merge 12 years ago
Richard Harding edca1c74ba Add in test files for antipope blog post 13 years ago
Richard Harding d3c83b7255 Update scoring and tests for the antipope article 13 years ago
Richard Harding 3f70a49a22 Update to fix client, add head to the css downgrade weights 13 years ago
Richard Harding 46ede7ccfb Prep for 0.1.2 release 13 years ago
Richard Harding 811921775c Started to do some testing, but really not happy with it 13 years ago
Richard Harding 7c220535df Complete upstream merge 13 years ago
Greg Jastrab c8c53b304b Bonus per 100 chars logic was incorrect
Number of characters was being mod'd by 100 instead of divided,
so a paragraph with a character length of 103 would have
incorrectly gotten 3 bonus points added to the content score.

Add Greg to credits
13 years ago
Richard Harding be77f99be1 Add doc and candidates properties to the article 13 years ago