Sonictherocketman / Microblogger

An open social networking service utilizing the Open Microblog Standard
http://openmicroblog.com
Other
2 stars 0 forks source link

Add pagination support for reading and writing. #12

Closed Sonictherocketman closed 9 years ago

Sonictherocketman commented 9 years ago

The feeds, after a certain size or limit, need to be paginated according to the Open Microblog standard.

All of the file I/O happens in the util.py script. Add the feed paging there, that way it's opaque to the rest of the app. util.py should also be able to read other pages (this may require alternate calls for additional data).

Sonictherocketman commented 9 years ago

Fixed in ed44c822830a7622ae82632702cdd27e1122e764.