Tweaked version and contributor details

This commit is contained in:
Gina Trapani
2009-03-19 18:52:47 -07:00
parent bbe153b9bb
commit 52604ebf78
2 changed files with 14 additions and 14 deletions

15
README
View File

@@ -1,9 +1,8 @@
TODO.TXT Manager TODO.TXT Command Line Interface
Version 2.1 Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
Author: Gina Trapani (ginatrapani@gmail.com) First release: 5/11/2006
Last updated: 2/23/2009 Conceived and released by: Gina Trapani (http://ginatrapani.org)
Release date: 5/11/2006 Contributors: http://github.com/ginatrapani/todo.txt-cli/network
License: GPL, http://www.gnu.org/copyleft/gpl.html License: GPL, http://www.gnu.org/copyleft/gpl.html
More information and mailing list at http://todotxt.com More information and mailing list at http://todotxt.com
To submit patches, fork the repository at http://github.com/ginatrapani/todo.txt-cli/tree/master
Gina's deploy branch is here: http://github.com/ginatrapani/todo.txt-cli/tree/master If possible fork from there for most convenient integration.

13
todo.sh
View File

@@ -4,13 +4,14 @@
# Place the todo.cfg file in your home directory or use the -d option for a custom location. # Place the todo.cfg file in your home directory or use the -d option for a custom location.
version() { sed -e 's/^ //' <<EndVersion version() { sed -e 's/^ //' <<EndVersion
TODO.TXT Manager TODO.TXT Command Line Interface
Version 2.1 Latest version: http://github.com/ginatrapani/todo.txt-cli/tree/master
Author: Gina Trapani (ginatrapani@gmail.com) First release: 5/11/2006
Last updated: 2/23/2009 Conceived and released by: Gina Trapani (http://ginatrapani.org)
Release date: 5/11/2006 Contributors: http://github.com/ginatrapani/todo.txt-cli/network
License: GPL, http://www.gnu.org/copyleft/gpl.html License: GPL, http://www.gnu.org/copyleft/gpl.html
More information and mailing list at http://todotxt.com More information and mailing list at http://todotxt.com
To submit patches, fork the repository at http://github.com/ginatrapani/todo.txt-cli/tree/master
EndVersion EndVersion
exit 1 exit 1
} }