Updated TODO and introduced CREDITS file

This commit is contained in:
Blake Watters
2011-02-02 11:04:55 -05:00
parent 44e424850a
commit 06f2b0dd35
2 changed files with 37 additions and 12 deletions

31
CREDITS.md Normal file
View File

@@ -0,0 +1,31 @@
RestKit Credits
===============
RestKit was originally developed in the summer of 2009 under the name OTRestFramework
as a Ruby on Rails specific object mapper for XML data. In early 2010 the framework was
rebranded as RestKit and evolved into a general purpose HTTP toolkit and object mapping
system.
RestKit is a production of Two Toasters and available as an Open Source package under
the terms of the Apache License (see LICENSE for details).
Original Author
---------------
* Blake Watters github.com/blakewatters @blakewatters
Core Team
---------
* Jeremy Ellison
* Daniel Hammond
* Jeff Arena
Web Designer
------------
* Adit Shukla
Contributors
------------
* Marc Weil
* Pat Shields
* Tim Kerchmar
* Rachit Shukla

18
TODO
View File

@@ -1,14 +1,8 @@
- Update README to reflect new realities
- Sample apps
- Clean up CoreData mess
- Factor Core Data dependencies out of object mapper
- Doxygen markup & generation
- Request Queue
- Network Watcher
- Clean up specs
- Factor out Rails support
- RKObjectMapperDelegate
- extract error from the payload
- digest the payload to return objects at arbitrary KVC paths
- RKRailsObjectMapperDelegate
- Dynamic Router (interpolate property values into paths)
- Static library builds
- New object mapper configuration DSL
- Offline write support
- Three20 Integration Cleanup
- Expanded spec coverage
- Continuous Integration