summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-07Corrected some test casesAndres Rey
2017-03-07Fuck this, we are not going to normalize blank space.Andres Rey
2017-03-03Functons to normalize space and disable subtitute entitiesAndres Rey
2017-02-24Fixed some test casesAndres Rey
2017-02-22Added name data sets because it was driving me crazy to search for "dataset #...Andres Rey
2017-02-21Fixed test cases and added function to replace font tags with span + param to...Andres Rey
2017-02-21Fixed expected result on Mozilla 1 test caseAndres Rey
2017-02-21Fixed expected result on missing paragraphs test caseAndres Rey
2017-02-19Added the fixRelativeURLs flag to true for Unit TestingAndres Rey
2017-02-12Extract top image when og:image and twitter:image are missing on the HTMLAndres Rey
2016-12-28Removed the private var title since it wasn't usedAndres Rey
2016-12-26Restored the if to select the main image of the articleAndres Rey
2016-12-26Restored the if to select the main image of the articleAndres Rey
2016-12-26Updated the getMetadata functionAndres Rey
2016-12-24Added function to clean Style tags and refactored the _clean function to trav...Andres Rey
2016-12-23Merge pull request #12 from andreskrey/analysis-q5A7rjAndres Rey
2016-12-23Apply fixes from StyleCIAndres Rey
2016-12-23Updated README and fixed initial options.Andres Rey
2016-12-23Corrected even more test casesAndres Rey
2016-12-23IF statements are hardAndres Rey
2016-12-23Updated the fake url for the test case and corrected more expected htmlsAndres Rey
2016-12-23New function to solve relative URLsAndres Rey
2016-12-22Corrected all the test casesAndres Rey
2016-12-22Node shifting is a bitchAndres Rey
2016-12-21Added safe check when getting the article title.Andres Rey
2016-12-17Corrected more test casesAndres Rey
2016-12-15Added prepDocument function.Andres Rey
2016-12-15Moved the position of the backupnode creation since we need it without the sc...Andres Rey
2016-12-15Added a hack to load HTML with UTF-8 charactersAndres Rey
2016-12-12GoddammitAndres Rey
2016-12-12GoddammitAndres Rey
2016-12-12Fixed phpunit autoloaderAndres Rey
2016-12-12Updated travis badgeAndres Rey
2016-12-12Removed php 5.3 from testsAndres Rey
2016-12-12Adjusted more result test casesAndres Rey
2016-12-12Added recursion to re-run the algorithm in case no quality content is found.Andres Rey
2016-12-11Added backupdom property, which will hold the original HTML in case it's need...Andres Rey
2016-12-11Added travis.ci badgeAndres Rey
2016-12-11Adjusted more result test casesAndres Rey
2016-12-11Added option to filter empty DOMText nodes while getting children.Andres Rey
2016-12-11Removed conditional cleaning of crlfsAndres Rey
2016-12-10Small fix to avoid adding empty DOMText nodes to the selected nodes.Andres Rey
2016-12-10Fixed wrong iteration on hasSingleChildBlockElement. Funny how one single lin...Andres Rey
2016-12-10Modified the expected files to match the readability.php style of resultAndres Rey
2016-12-10Modified the expected files to match the readability.php style of resultAndres Rey
2016-12-10Solved some mistakes during node parsing (before scoring)Andres Rey
2016-12-08Added option to remove the data-readability tags.Andres Rey
2016-12-08Refactored readability.js expected files to match readability.php styleAndres Rey
2016-12-07Refactored the testing suite a bit using data providersAndres Rey
2016-12-07Added some basic Unit Testing. HTML samples taken from readability.jsAndres Rey