summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-07Added some basic Unit Testing. HTML samples taken from readability.jsAndres Rey
2016-11-27Fixed node trasverse while cleaningConditionallyAndres Rey
2016-11-27Added cleanExtraParagraphsAndres Rey
2016-11-27Added cleanConditionallyAndres Rey
2016-11-25Updated readme for release. Added cleanheaders.Andres Rey
2016-11-24Progress over prepArticleAndres Rey
2016-11-24Initial approach to prepArticleAndres Rey
2016-11-23Added horrible way to restore score. Should be gone in next versions (or whe ...Andres Rey
2016-11-22Fixed error where nodes where recognized as initialized when they weren'tAndres Rey
2016-11-22Removed old reference to elementsToScore, switched the moment when elements a...Andres Rey
2016-11-22Switched from is_callable to method_existsAndres Rey
2016-11-22Added a boolean to check if the result of the operation actually has content ...Andres Rey
2016-11-21Improved the way we catch calls to getAttribute to elements that lack of that...Andres Rey
2016-11-21Removed commentAndres Rey
2016-11-21Replaced commentAndres Rey
2016-11-21Switched to a more html-friendly readability tag.Andres Rey
2016-11-19Fixed incorrect approach when counting nodeListsAndres Rey
2016-11-18- Corrected call to siblings of topCandidateAndres Rey
2016-11-18Check for previously initialized nodes, restore the score and set the flagAndres Rey
2016-11-18Checking for text before replacing it with P nodesAndres Rey
2016-11-18ALWAYSAndres Rey
2016-11-18ALWAYSAndres Rey
2016-11-18Added initialized property to avoid reinitializing nodes.Andres Rey
2016-11-16Fixed duplication of initializationAndres Rey
2016-11-16Fixed small mistakesAndres Rey
2016-11-16Fixed a small mistake when checking for single P nodesAndres Rey
2016-11-16Skipping original node when getting ancestorsAndres Rey
2016-11-14Fixed a wrong call to get the ID using 'class' as tag name instead of 'id'Andres Rey
2016-11-14Minor fixesAndres Rey
2016-11-14Ported last part of node rating, new createNode functionAndres Rey
2016-11-14Updated interfaceAndres Rey
2016-11-14Replacing old node when setting a new node tagAndres Rey
2016-11-14Fixed setNodeTagAndres Rey
2016-11-13Correct loop for hasSingleChildBlockElement. Changed Readability function to ...Andres Rey
2016-11-13Bunch of changes imported from JS project.Andres Rey
2016-11-13Fixed a small bug where content score was set directly to the object property...Andres Rey
2016-11-13Returning the top imageAndres Rey
2016-11-13Small if to extract the top imageAndres Rey
2016-11-11Renamed varAndres Rey
2016-11-11Removed space while checking for commasAndres Rey
2016-11-11Removed commentAndres Rey
2016-11-11Fixed node comparisonAndres Rey
2016-11-11TyposAndres Rey
2016-11-11Creating readability object on the first child (a div/domelement) instead of ...Andres Rey
2016-11-11Creating readability object on the first child (a div/domelement) instead of ...Andres Rey
2016-11-11Fixed the node importing while creating a fake top candidateAndres Rey
2016-11-11Goddamit (removed debug code)Andres Rey
2016-11-11Removed more JS translation errors, fixed body importing when no top candidat...Andres Rey