README.md in bagit-0.3.0.pre vs README.md in bagit-0.3.0
- old
+ new
@@ -43,20 +43,29 @@
puts "#{existing_base_path} is valid"
else
puts "#{existing_base_path} is not valid"
end
+Console Tool
+------------
+ # create a new bag/add files to existing bag
+ bagit add -f file1 file2 -t tagfile1 tagfile2 ./path/to/bag
+ # validate
+ bagit validate ./path/to/bag
+ # for other commands
+ bagit --help
+
TODO
----
-* command line tools for common tasks
+* deep directory add/delete for bag and tag files in console tools
* better holy bag (fetch.txt) generation
* better error reporting.
---
Copyright © 2009, [Francesco Lazzarino](mailto:flazzarino@gmail.com).
-Current Maintainer: [Tom Johnson](mailto:thomas.johnson@oregonstate.edu).
+Current maintainer: [Tom Johnson](mailto:thomas.johnson@oregonstate.edu).
-Sponsored by [Florida Center for Library Automation](http://www.fcla.edu).
+Initial development sponsored by [Florida Center for Library Automation](http://www.fcla.edu).
See LICENSE.txt for terms.