summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-11-26Fix DOMDocumentFragment class nameAndres Rey
2017-11-26New Readability classAndres Rey
2017-11-26Fix configuration namespaceAndres Rey
2017-11-26New configuration classAndres Rey
2017-11-26New NodeClasses to extend the original DOMDocument ones + local traitAndres Rey
2017-11-26Making room for v1Andres Rey
2017-11-23Fix indentationAndres Rey
2017-11-23Move the title searching function inside the getMetadataAndres Rey
2017-11-23Merge pull request #30 from PedroAmorim/getImagesAndres Rey
2017-11-23Fix issue #32: Avoid division by zero when title is null.Andres Rey
2017-11-23Use absolute Uri on main image.Pedro Amorim
2017-11-23Simplify calls to toAbsoluteUri()Pedro Amorim
2017-11-23Add getImages()Pedro Amorim
2017-11-22Merge pull request #31 from PedroAmorim/fixUnsupportedOperandTypesAndres Rey
2017-11-22Add node to the elementsToScore array after converting it from a div to a p +...Andres Rey
2017-11-22Fix "Unsupported operand types"Pedro Amorim
2017-11-14Trim strings when detecting hierarchical separatorsAndres Rey
2017-11-12Apply fixes from StyleCIAndres Rey
2017-11-12Clean specific attributes during _cleanStylesAndres Rey
2017-11-12Refactor title matching in H2sAndres Rey
2017-11-12Add wordThreshold optionAndres 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-12Minor fix when pushing results to the $alternativeCandidateAncestors arrayAndres Rey
2017-11-11Minor fix when getting alternative top candidate ancestors + Remove DOMCommentsAndres Rey