LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

Abstract link fetching and parsing #858

Open kristjan opened 12 years ago

kristjan commented 12 years ago

Lockers do a lot of potentially duplicate work fetching and munging Links. Move that code into a node module so that the locker can either handle everything itself or refer to a central cache performing the same function.