From 4472c871a6bf603c4b95d8155234aaba23f06f06 Mon Sep 17 00:00:00 2001 From: Tom Busby Date: Thu, 12 Jul 2018 00:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 70e3ea6c1b..c30dee4ee7 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ # cryptoanarchy.wiki ## Cypherpunks Mailing List Archive + +This repository is used to create the jekyll-generated HTML code that is generated by code which is stored in the [cryptoanarchywiki/mailing-list-archive](https://github.com/cryptoanarchywiki/mailing-list-archive) repository. + +This mailing list archive was generated using raw archives available at [cypherpunks.venona.com/raw/](http://cypherpunks.venona.com/raw/). + +The code that was used to parse these archives into a structured database of messages can be found at [tombusby/cypherpunk-mailing-list-archive-parser](https://github.com/tombusby/cypherpunk-mailing-list-archive-parser). The .md files that are used by this repository are also generated by this repo. I will clear this repo up and provide usage instructions in the near future.