[Checkins] SVN: Sandbox/luciano/kirbi/ added zc.twisted dependency, minor edits in TODO

Luciano Ramalho luciano at ramalho.org
Wed Aug 8 23:26:52 EDT 2007


Log message for revision 78722:
  added zc.twisted dependency, minor edits in TODO
  

Changed:
  U   Sandbox/luciano/kirbi/README.txt
  U   Sandbox/luciano/kirbi/setup.py

-=-
Modified: Sandbox/luciano/kirbi/README.txt
===================================================================
--- Sandbox/luciano/kirbi/README.txt	2007-08-09 02:58:19 UTC (rev 78721)
+++ Sandbox/luciano/kirbi/README.txt	2007-08-09 03:26:51 UTC (rev 78722)
@@ -19,15 +19,12 @@
 
 * Allow searches to the public catalog
 
+* Add books by entering just the ISBN, and letting Kirbi fetch the book data
+  from Amazon.com
+
 To Do
 ------
 
-* Add books by entering just the ISBN, and letting Kirbi fetch the book data
-  from Amazon.com (under development)
-
-* Add books by entering title words or author names, and letting Kirbi fetch
-  some likely candidates from Amazon.com
-  
 * User self-registration
 
 * User catalogs own collections
@@ -41,15 +38,17 @@
 * User tracks lent items
 
 * User tracks borrowed items
+  
+* Add books by entering title words or author names, and letting Kirbi fetch
+  some likely candidates from Amazon.com
 
-
 Other tasks
 ===========
 
-* Add tests
+* Increase test coverage
 
 * Packaging (buildout, eggification)
 
-* AJAXification using some framework (whatever Uli chooses for the Grok Admin
-  UI, currently MojiKit or KSS)
+* AJAXification using same framework used for Grok Admin UI
 
+

Modified: Sandbox/luciano/kirbi/setup.py
===================================================================
--- Sandbox/luciano/kirbi/setup.py	2007-08-09 02:58:19 UTC (rev 78721)
+++ Sandbox/luciano/kirbi/setup.py	2007-08-09 03:26:51 UTC (rev 78722)
@@ -6,7 +6,7 @@
 
 setup (
     name='kirbi',
-    version='1.0.0',
+    version='0.1.0',
     author = "Luciano Ramalho",
     author_email = "lucian at ramalho.org",
     description = "Kirbi: p2p library management system",



More information about the Checkins mailing list