From 6bb7f9b91304847d92222bf25ca6021fd82d468d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 5 May 2026 10:10:30 -0500 Subject: docs: rewrite README as a slim modernized front-door MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced the 1049-line README.md (which inlined the entire user manual) with a ~227-line README.org that's the standard 'GitHub front page' for an Emacs package. The deep manual lives where it already does — in org-drill.org, which is also a runnable demo deck. Sections, in order: - Title + nav links - Five badges: made-for-emacs, MELPA, MELPA Stable, GitHub Actions CI, Coveralls. CI and coverage badges are aspirational until the GitHub Actions TODO lands; their URLs are correct so they auto-populate when CI is set up. - Maintenance status: explains the fork, lists recently-fixed upstream issues, points at the GitHub mirror and Issues. - Features: bullet list of capabilities - Installation: MELPA, package-vc-install, use-package :vc, Straight, manual. Drops the stale 'tick drill in org-modules' + Org contrib references. - Quick Start: 60-second flow from install to first drill - In-Session Keys: cheat sheet table for both the question and rating phases (closes the existing #A TODO for the cheat sheet) - Configuration: most-used defcustoms with comments - Development: make-target table - History: contrib → phillord → cjennings handoff story - License pointer Closes three #A TODOs: README modernization, stale install instructions, in-session keybinding cheat sheet. Added assets/made-for-emacs-badge.svg (copied from emacs-wttrin). --- assets/made-for-emacs-badge.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/made-for-emacs-badge.svg (limited to 'assets') diff --git a/assets/made-for-emacs-badge.svg b/assets/made-for-emacs-badge.svg new file mode 100644 index 0000000..5f9df38 --- /dev/null +++ b/assets/made-for-emacs-badge.svg @@ -0,0 +1 @@ +Made for: GNU EmacsMade forGNU Emacs \ No newline at end of file -- cgit v1.2.3