Merge pull request #20 from brianmaissy/master
Merge pull request #20 from brianmaissy/master Added support for interpreting <link rel="canonical"> tags as origlink values
View ArticleChange `origlink` so that feedburner and pheedo origlinks don't overw…
Change `origlink` so that feedburner and pheedo origlinks don't overwrite <link rel="canonical">.
View ArticleSquashed commit of the following:
Squashed commit of the following: commit 745e7abacedcd491ba85db67001a5695eabc2438 Author: Dan MacTough <danmactough@gmail.com> Date: Fri Jul 20 15:33:41 2012 -0400 Fix whitespace (cherry picked...
View ArticleAdd `resolve` for resolving paths with xml:base. Linting.
Add `resolve` for resolving paths with xml:base. Linting.
View ArticleBreak `handleAttributes` out of closure. Change `url.resolve` to `uti…
Break `handleAttributes` out of closure. Change `url.resolve` to `utils.resolve`
View ArticleFix issue #16 - 1. If parsing a passed URL, use that URL as the base …
Fix issue #16 - 1. If parsing a passed URL, use that URL as the base feedurl. 2. Allow the user to pass a base feedurl to parseString, parseFile, and parseStream. 3. Failing both of the foregoing, if...
View ArticleFix issue #21 -- error in conditional GET example in README
Fix issue #21 -- error in conditional GET example in README
View ArticleAllow options to be passed on instantiation or method call.
Allow options to be passed on instantiation or method call.
View ArticleFix issue #22 - Don't emit an `error` event when using CPS unless the…
Fix issue #22 - Don't emit an `error` event when using CPS unless there is also a handler attached to the `error` event.
View ArticleAdd script to dump parsed feeds to console. Useful for debugging.
Add script to dump parsed feeds to console. Useful for debugging.
View ArticleAdd nslookup function for checking whether a uri matches the default …
Add nslookup function for checking whether a uri matches the default for a namespace.
View Article