summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/remember/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/remember/DETAILS')
-rwxr-xr-xemacs-lisp/remember/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/emacs-lisp/remember/DETAILS b/emacs-lisp/remember/DETAILS
new file mode 100755
index 0000000000..748a37d13b
--- /dev/null
+++ b/emacs-lisp/remember/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=remember
+ VERSION=1.0.17
+ SOURCE=remember-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]="tla://http://sacha.free.net.ph/notebook/arch%sacha@free.net.ph--main%remember--stable--${VERSION:0:3}--patch-${VERSION:4}"
+ WEB_SITE=http://members.iinet.net.au/~mtriggs/remember.html
+ SOURCE_IGNORE=volatile
+ ENTERED=20050716
+ UPDATED=20040716
+ LICENSE[0]=GPL
+ KEYWORDS="editors"
+ SHORT="Data memory, todo and pim"
+cat << EOF
+Remember is an emacs mode for remembering data. It uses whatever
+back-end is appropriate to record and correlate the data, but it's
+main intention is to allow you to express as _little_ structure as
+possible up front. If you later want to express more powerful
+relationships between your data, or state assumptions that were at
+first too implicit to be recognized, you can "study" the data later
+and rearrange it. But the initial "just remember this" impulse
+should be as close to simply throwing the data at Emacs as
+possible.
+EOF