DKL9 GitList
Repositories
DKL9 home
site_root
Code
Commits
Branches
Tags
Search
Tree:
993e20c
Branches
Tags
master
site_root
memoire
index.html
Initial commit: track much site content
dkl9
commited
993e20c
at 2025-352 15:27:28
index.html
Blame
History
Raw
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Memoire spaced repetition system</title> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <p>Memoire is a spaced repetition system I made (and still maintain) over the past couple years. Licence is <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPL</a>. For more information, <a href="/essays/memoire_doc.html">see the documentation</a>. You might find <a href="/essays/memoire_cards.html">my usual note formats</a> useful.</p> <p>Comments and questions on Memoire are welcome. Email them to <a href="mailto:contact@dkl9.net">contact@dkl9.net</a>. <span style="display: none;">And not <a href="mailto:sucrose@dkl9.net">sucrose@dkl9.net</a>, unless you are a spambot.</span></p> <p><a href="https://git.dkl9.net/memoire">Download Memoire or browse its code</a> | <a href="/">dkl9 home</a></p> </body> </html>