summaryrefslogtreecommitdiff
path: root/src/Readability.php
AgeCommit message (Collapse)Author
2017-11-30Minor fixAndres Rey
2017-11-30Bye bye array with results, hello object with gettersAndres Rey
2017-11-30Minor clean up and reorganizationAndres Rey
2017-11-30Import functions from NodeUtility to NodeClassTraitAndres Rey
2017-11-30Remove duplicated functionsAndres Rey
2017-11-30Remove duplicated function and fix callsAndres Rey
2017-11-30Move regexps array to NodeUtilityAndres Rey
2017-11-29Remove node comparing functionAndres Rey
2017-11-29Check for class weighting before doing itAndres Rey
2017-11-29Remove tagNameEqualsTo + commentsAndres Rey
2017-11-29Make initialized property privateAndres Rey
2017-11-29Import getArticleTitle function (originally "getTitle")Andres Rey
2017-11-29Fix small mistake on node cleaningAndres Rey
2017-11-29Replace sibling node when changing tagAndres Rey
2017-11-29Fix child replacing callAndres Rey
2017-11-28Minor fixAndres Rey
2017-11-28But don't forget to replace the current nodeAndres Rey
2017-11-28Add node to elementsToScore after converting it to a P nodeAndres Rey
2017-11-28Add initialization function and propertyAndres Rey
2017-11-28Indentation fixAndres Rey
2017-11-28Move $dom variable to the top + fix indendationAndres Rey
2017-11-28Minor fixesAndres Rey
2017-11-28Import and fix more codeAndres Rey
2017-11-28Rollback DOMDocument creation, now it will be handled directly in the ↵Andres Rey
Readability DOMDocument class
2017-11-27Fix incorrect callsAndres Rey
2017-11-27Abtract the DOMDocument creation + code fixingAndres Rey
2017-11-27Import rateNodes functionAndres Rey
2017-11-27Fix function callAndres Rey
2017-11-26More imported codeAndres Rey
2017-11-26removeAndGetNext and getNextNode on NodeUtility + More imported ↵Andres Rey
functionality on Readability
2017-11-26Update dependencies and add basic functionalityAndres Rey
2017-11-26New Readability classAndres Rey
2017-11-26Making room for v1Andres Rey
2017-11-12Apply fixes from StyleCIAndres Rey
2017-11-12Remove empty or just whitespace P elements during ratingAndres Rey
2017-11-12Add new regexp to check for whitespace include unicode version of  Andres Rey
2017-11-11Allow getting all node ancestorsAndres Rey
2017-11-11Remove nodes when there's only one DOMText node with no textAndres Rey
2017-11-09Better detection of empty paragraphsAndres Rey
2017-11-06Check for maxDepth before continuingAndres Rey
2017-11-05Add isElementWithoutContent functionAndres Rey
2017-11-02Minor cleanupAndres Rey
2017-03-10Apply fixes from StyleCIAndres Rey
2017-02-21Fixed test cases and added function to replace font tags with span + param ↵Andres Rey
to setNodeTag to keep attributes from original node.
2016-12-23Apply fixes from StyleCIAndres Rey
2016-12-12Added recursion to re-run the algorithm in case no quality content is found.Andres Rey
2016-12-11Added option to filter empty DOMText nodes while getting children.Andres Rey
2016-12-10Solved some mistakes during node parsing (before scoring)Andres Rey
2016-11-27Added cleanConditionallyAndres Rey
2016-11-23Added horrible way to restore score. Should be gone in next versions (or whe ↵Andres Rey
I learn to code properly)