From 3c8dc937f9c7da8f0600541697636444f65da49f Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 10 Nov 2010 15:16:30 +0000 Subject: [PATCH] more README tweaks --- README.md | 31 +++++++++++++++++++++++++++++++ README.rdoc | 26 -------------------------- 2 files changed, 31 insertions(+), 26 deletions(-) create mode 100644 README.md delete mode 100644 README.rdoc diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7402c0 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +noprocast +========= + +A gem to stop you procastinating. Noprocast automatically adds and removes items from your /etc/hosts, rendering addictive websites useless. + +Installation +------------ + +gem install noprocast + +Usage +----- + +`noprocast status` check if noprocast is enabled or not + +`noprocast edit` edit noprocast's list of banned websites + +`[sudo] noprocast on` enable noprocast + +`[sudo] noprocast off` disable noprocast + +Notes +----- + +Noprocast saves a backup of your /etc/hosts file in /etc/.hosts.noprocastbackup the first time it runs. Just in case. + +Contact +------- + +rfwatson at gmail + diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index 20cbace..0000000 --- a/README.rdoc +++ /dev/null @@ -1,26 +0,0 @@ -= noprocast - -A gem to stop you procastinating. Noprocast automatically adds and removes items from your /etc/hosts, rendering addictive websites useless. - -= Installation - -gem install noprocast - -= Usage - -noprocast status check if noprocast is enabled or not - -noprocast edit edit noprocast's list of banned websites - -[sudo] noprocast on enable noprocast - -[sudo] noprocast off disable noprocast - -= Notes - -Noprocast saves a backup of your /etc/hosts file in /etc/.hosts.noprocastbackup the first time it runs. Just in case. - -= Contact - -rfwatson at gmail -