hmans / indiepants

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

Refactor document fetching #52

Closed hmans closed 9 years ago

hmans commented 9 years ago

As is: fetching is done from within a Document instance.

To be: Move the actual fetching outside of Document. Get a hash of data, then copy that into a new or existing Document instance.

Tasks: