[libimdb-commit] CVS: libimdb TODO,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jveldhuis
|
From: Jerry V. <jve...@us...> - 2003-06-16 04:49:21
|
Update of /cvsroot/libimdb/libimdb
In directory sc8-pr-cvs1:/tmp/cvs-serv17167
Modified Files:
TODO
Log Message:
added some
Index: TODO
===================================================================
RCS file: /cvsroot/libimdb/libimdb/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TODO 16 Jun 2003 04:43:03 -0000 1.1
--- TODO 16 Jun 2003 04:49:19 -0000 1.2
***************
*** 1,8 ****
Short list to get things out.
! - build env
! - roll out c library
! - roll out beta java interface
! - simple web page and setup of cvs, mailing lists etc.
- will want to use something like mpatrol to assess what
the memory requirements are for different parts of the
--- 1,16 ----
+ This file contains random thoughts and on-going todo lists over
+ the span of prototyping this stupid project the last couple
+ of months. Most of which either won't make any sense or
+ is beyond the scope of this project trying to figure out
+ why I'm building this beast.
+
Short list to get things out.
! - build env clean up
! - roll out basic c interface (imdbParser)
! - create api docs via doxygen
! - post to web
! - roll out beta java interface - may require some reworking
! of current prototype
- will want to use something like mpatrol to assess what
the memory requirements are for different parts of the
***************
*** 22,26 ****
-----------------
! Since movie lables are the key to the database, maybe a temperary
(option) on-disk db database to hold the movie info and rest of
them return references to entries via a movie key. The user does
--- 30,34 ----
-----------------
! Since movie labels are the key to the database, maybe a temperary
(option) on-disk db database to hold the movie info and rest of
them return references to entries via a movie key. The user does
|