aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-02 16:34:59 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-02 16:36:33 +0100
commit6959903b99fce6cbf4db93711e95117fd5cd879d (patch)
tree74871bf92c0f3c87508c005c912dc8e0527a42ab
parentef9bad812cbd22e3fdf5e18095fb95ed9fb52384 (diff)
downloadorg-drill-fork.tar.gz
org-drill-fork.zip
Explain status of forkfork
-rw-r--r--README.md31
1 files changed, 24 insertions, 7 deletions
diff --git a/README.md b/README.md
index 40b20ea..483d29b 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,15 @@
# Introduction
-Org-Drill is an extension for [Org mode](http://orgmode.org/). Org-Drill uses a [spaced repetition](http://en.wikipedia.org/wiki/Spaced_repetition)
-algorithm to conduct interactive "drill sessions", using org files as sources
-of facts to be memorised. Each topic is treated as a "flash card". The material
-to be remembered is presented to the student in random order. The student rates
-his or her recall of each item, and this information is used to schedule the
-item for later revision.
+Please see [the history](#history) of this repository.
+
+Org-Drill is an extension for [Org
+mode](http://orgmode.org/). Org-Drill uses a [spaced
+repetition](http://en.wikipedia.org/wiki/Spaced_repetition) algorithm
+to conduct interactive "drill sessions", using org files as sources of
+facts to be memorised. Each topic is treated as a "flash card". The
+material to be remembered is presented to the student in random
+order. The student rates his or her recall of each item, and this
+information is used to schedule the item for later revision.
Each drill session can be restricted to topics in the current buffer
(default), one or several files, all agenda files, or a subtree. A single
@@ -947,4 +951,17 @@ or give it different tags or properties, for example.
# Author
-Org-Drill is written by Paul Sexton. \ No newline at end of file
+Org-Drill is maintained by Phillip Lord
+Org-Drill was originally written by Paul Sexton.
+
+# History
+
+This version of org-drill is a fork of the original written by Paul.
+I (Phil Lord) made this fork as org-drill was unmaintained.
+
+https://bitbucket.org/eeeickythump/org-drill/issues/63/maintainership
+
+Paul did email me and tell me that he was happy with this, but I have
+subsequently been unable to get access to the original project; as
+suggested in the original issue, I have moved to git because I am more
+familiar with it.