summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-11-11Conditional to filter DOMCommentsAndres Rey
2016-11-10Removed comments, changed return type when no body is foundAndres Rey
2016-11-10Refactored a bit, added comments to the functionsAndres Rey
2016-11-08Applied fixes from StyleCIAndres Rey
2016-11-08Readme updated, added final returnAndres Rey
2016-11-07Faking top node when no top node is foundAndres Rey
2016-11-04Applied fixes from StyleCIAndres Rey
2016-11-04Small commentAndres Rey
2016-11-04Applied fixes from StyleCIAndres Rey
2016-11-04Fixed score setting and retrievingAndres Rey
2016-11-04Fixed logic to make it go through all the nodes and not just skip them (DUHHH...Andres Rey
2016-11-02Added removeAndGetNext but needs some work. Also articleByLineAndres Rey
2016-10-30Lots of small bugfixes to match the real functionality of readability.jsAndres Rey
2016-10-25Base for content bonusAndres Rey
2016-10-21Added function to search for topCandidateAndres Rey
2016-10-21Major refactor, Readability now is an extension of Element.Andres Rey
2016-10-21Added configuration classAndres Rey
2016-10-21Applied fixes from StyleCIAndres Rey
2016-10-21Function to search for top candidate nodeAndres Rey
2016-10-20Merge remote-tracking branch 'origin/master'Andres Rey
2016-10-20Added link densityAndres Rey
2016-10-19Applied fixes from StyleCIAndres Rey
2016-10-19Progress over content scoringAndres Rey
2016-10-18Applied fixes from StyleCIAndres Rey
2016-10-18Lots of commentsAndres Rey
2016-10-18Fixed a nasty bug when searching for a missing parent on an element. Expanded...Andres Rey