]> code.delx.au - gnu-emacs-elpa/blob - packages/notes-mode/README
Add notes-mode.
[gnu-emacs-elpa] / packages / notes-mode / README
1
2 Notes-mode
3 ----------
4 by John Heidemann, <johnh@isi.edu>
5
6 For documentation, see
7 notes-mode.info
8 notes-mode.ps.gz
9 HTML/notes-mode.html
10 or <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/>
11
12
13 WHAT'S NEW IN NOTES-MODE?
14 -------------------------
15
16 Changed ( 8-Aug-08): version 1.27:
17
18 Change I/O in @file{mkindexcache} to use locale (the sadly correct thing)
19 rather than forcing utf-8 (the Righteous Path).
20 Bug report from Geoff Kuenning, a man with an older Unix environment than I.
21
22
23 WHAT IS NOTES-MODE?
24 -------------------
25
26 (From the info documentation)
27
28 Notes-mode is an indexing system for on-line note-taking.
29 Notes-mode is composed of two parts, the visible part, a major-mode for
30 emacs to aid note-taking; and the invisible part, scripts which
31 periodically index your notes for you.
32
33 For more sales, including
34 Why keep notes?
35 Why keep notes on-line?
36 Why keep notes with notes-mode?
37 see <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/notes-mode_1.html>
38
39
40 REQUIREMENTS
41 ------------
42
43 Notes-mode requires emacs or xemacs version 19 or 20 (or possibly
44 later) and Perl-5. For information:
45
46 emacs http://www.gnu.org/software/emacs/emacs.html
47 xemacs http://www.xemacs.org
48 perl http://www.perl.com
49
50
51 INSTALLATION
52 ------------
53
54 First, get notes mode from <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/>.
55
56 To install the basic package:
57 1. ./configure
58 2. make install
59
60 (To control what's installed where, use --prefix=/where, or
61 --with-lisp-dir=/where, --datadir=/where (for scripts),
62 and --infodir=/where.)
63
64 For each user:
65 1. Run notesinit
66 (from where it's installed, /usr/local/bin/notesinit
67 by default)
68
69 If you have problems with paths being incorrect, please be aware that
70 you CANNOT run notes directly out of where you untar it. The
71 installation process customizes the programs for where things are on
72 your system. Make sure you move out of the directory where you
73 untarred it before running it.
74
75 After you've installed notes mode you're encouraged to subscribe
76 to the mailing lists:
77 Send the message "subscribe" to
78 notes-mode-announce-request@heidemann.la.ca.us and
79 notes-mode-talk-request@heidemann.la.ca.us.
80 (Or use majordomo@heidemann.la.ca.us.)
81
82
83 COPYRIGHT
84 ---------
85
86 Notes-mode is Copyright (C) 1994-2002 by John Heidemann,
87 <johnh@isi.edu>. Notes-mode comes with ABSOLUTELY NO WARRANTY. This
88 is free software, and you are welcome to redistribute it under certain
89 conditions. See the file ``COPYING'' for details about both of these
90 conditions.
91
92
93 CHANGE HISTORY
94 --------------
95
96 README:
97 $Id: README,v 1.21 2008/08/08 20:33:36 johnh Exp $
98
99 See the changes entry in the texinfo documentation.
100