diff options
-rw-r--r-- | README | 28 | ||||
-rw-r--r-- | README.org | 26 |
2 files changed, 26 insertions, 28 deletions
@@ -1,28 +0,0 @@ -SPELLING-RBEE -The spelling bee in ruby. - -spelling-rbee is a spelling bee program that can be used with any -.txt file that follows the format of one thing to spell per each line. -(note that you can have more than one word per line, you just have to type the whole line.) - -Dependencies: -espeak -ruby -ruby open-uri module - -Useage: -./spelling-rbee <url> - - -SPELLING-RBEAD -The spelling ruby reader. - -spelling-rbead is the email reader for spelling-rbee. It to reads your email -for a message that has the word "Spelling:" in the subject and outputs the contents. - -Dependencies: -ruby -ruby net/imap - -Useage: -./spelling-rbead <server> <username> <password> <address who sent the list> > <file> diff --git a/README.org b/README.org new file mode 100644 index 0000000..c2a6ada --- /dev/null +++ b/README.org @@ -0,0 +1,26 @@ +* spelling-rbee +The spelling bee in ruby. + +~spelling-rbee~ is a spelling bee program that can be used with any +~.txt~ file that follows the format of one thing to spell per each +line. (Note that you can have more than one word per line, you just +have to type the whole line.) + +Dependencies: ++ espeak ++ ruby + +Usage: +~./spelling-rbee <url-or-file>~ +* spelling-rbead +The spelling ruby reader. + +spelling-rbead is the email reader for spelling-rbee. It to reads +your email for a message that has the word "Spelling:" in the subject +and outputs the contents. + +Dependencies: ++ ruby + +Usage: +See ~spelling-rbead --help~ |