summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)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-30Replace regex with NodeUtility::$regexps equivalentAndres Rey
2017-11-30Move regexps array to NodeUtilityAndres Rey
2017-11-30Optimize getChildren with array_filter instead of a foreachAndres Rey
2017-11-30Add todoAndres Rey
2017-11-29Remove node comparing functionAndres Rey
2017-11-29Check for class weighting before doing itAndres Rey
2017-11-29Fix PHPDoc on getAllLinksAndres Rey
2017-11-29Even better refactor on getAllLinksAndres Rey
2017-11-29Refactor getAllLinksAndres Rey
2017-11-29Fix wrong PHPDocAndres Rey
2017-11-29Simplify getAttribute overrideAndres Rey
2017-11-29Remove tagNameEqualsTo + commentsAndres Rey
2017-11-29Make initialized property privateAndres Rey
2017-11-29Remove PHP7 type hintingAndres 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 Readabi...Andres Rey
2017-11-27Fix incorrect callsAndres Rey
2017-11-27Remove unused functionsAndres Rey
2017-11-27Abtract the DOMDocument creation + code fixingAndres Rey
2017-11-27Minor fix on node compareAndres Rey
2017-11-27Add getlinkdensity plus minor fixesAndres Rey
2017-11-27Import rateNodes functionAndres Rey
2017-11-27Fix function callAndres Rey
2017-11-27Check it attributes is null instead of checking the attribute exists (It alwa...Andres Rey
2017-11-26More imported codeAndres Rey
2017-11-26removeAndGetNext and getNextNode on NodeUtility + More imported functionality...Andres Rey
2017-11-26Placeholder function for DOMTextAndres Rey
2017-11-26Add type hinting in DOMNodeAndres Rey
2017-11-26Discard node classes that will not be usedAndres Rey
2017-11-26Import functionality for NodeClassTrait (most of it will be gone eventually)Andres Rey
2017-11-26Update dependencies and add basic functionalityAndres Rey
2017-11-26Add setNodeTagAndres Rey
2017-11-26Base for NodeUtilityAndres Rey