hmans / indiepants

IndiePants, aka Pants Phase 2. A clean indieweb-like implementation.
13 stars 1 forks source link

If a page contains multiple links to the same target page, aggregate them into a single Link instance #48

Closed hmans closed 9 years ago

hmans commented 9 years ago

As is: if a fetched document contains multiple links to the same (local) document, IndiePants will create mutiple Link instances, one for each link.

To be: Don't create multiple Link instances -- instead, re-use existing instances if there are any.