Updated to change documentation to point to the new location of the
[attachcheck] / README.rst
index 14733d723a4b06ef78b4d46ca981300161cef34d..7b31fa5d0b958fcd8cd0b53fbbea6d58f7f84d1d 100644 (file)
@@ -1,9 +1,9 @@
 AttachCheck
 =============
 
-:Author: Benjamin Mako Hill <mako@debian.org>
-:Date: Mon,  4 Jul 2005 04:42:03 -0400
-:Copyright: GNU General Public License
+:Author: Benjamin Mako Hill <mako@atdot.cc>
+:Date: Sun, 12 Apr 2009 17:51:04 -0400
+:Copyright: GNU General Public License version 3
 
 How many times have you said, "I've attached the file below," and then
 failed to actually attach the file? It happens to even the best of us.
@@ -18,6 +18,15 @@ latest version of this program, more information, and some of Mako's
 sometime accidentally insightful or useful ideas at his eponymous
 homepage at: http://mako.cc
 
+The AttachCheck website with the latest version of the program is always
+available here: http://mako.cc/projects/attachcheck/
+
+The latest version of source code is kepted in a Bazaar repository at
+http://projects.mako.cc/source/attachcheck and can be checked out or
+branched with the command::
+
+  bzr branch http://projects.mako.cc/source/attachcheck
+
 Prerequisites
 --------------
 
@@ -75,7 +84,7 @@ under that client. I got AttachCheck working by adding the following two
 lines to my muttrc file::
 
  set sendmail='~/bin/attachcheck'
- macro compose \e0 ':set editor="~/bin/ac_add_override.pl"<enter>e:set editor=vim<enter>'
+ macro compose \e0 ':set editor="~/bin/attachcheck_add_override"<enter>e:set editor=vim<enter>'
 
 This will set up the sendmail wrapper so that attachcheck is used and
 then set up a macro bound to a key (in this case `META`-0) that will add
@@ -83,26 +92,25 @@ the override line into your mail with a single keystroke.
 
 You'll of course want to customize these lines to include your editor
 choice and to include the actual path of ``attachcheck`` and the
-``add_override.pl``.
+``attachcheck_add_override``.
 
 Copyright / Information
 -------------------------
 
-copyright (c) 2005 Benjamin Mako Hill <mako@debian.org>
+copyright (c) 2004-2009 Benjamin Mako Hill <mako@atdot.cc>
 
- This package is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 2 of the License, or (at your
- option) any later version.
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or (at
 your option) any later version.
 
This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
- General Public License for more details.
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 On Debian systems, the complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL. It is also distributed

Benjamin Mako Hill || Want to submit a patch?