divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 515ce31a38fdc5da30268550ecd04e66100df473
parent 8e17e765b35f6de806a1984adfaba4b00c147a49
Author: sin <sin@2f30.org>
Date:   Sat, 26 Sep 2015 10:50:57 +0100

Remove lists

Diffstat:
MMakefile | 2+-
Dlists.md | 40----------------------------------------
2 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ TARG = /var/www/$(NAME) BASE = "/" #BASE = "$(PWD)/" # uncomment for devel only -MENUPAGES = home.html lectures.html guides.html radio.html lists.html links.html +MENUPAGES = home.html lectures.html guides.html radio.html links.html PAGES = $(MENUPAGES) \ lectures/lecture0.html \ lectures/lecture1.html \ diff --git a/lists.md b/lists.md @@ -1,40 +0,0 @@ -* `tech@lists.2f30.org` - technical discussion, bug reports and patches. -* `src@lists.2f30.org` - commit messages and diffs from all 2f30 projects are posted here and can be replied to. - -### Mailing list commands - -Send a mail from your (not yet) subscribed email address to one of the -following addresses to perform the described action. - -**After both subscribing and unsubscribing, confirmation email will -be send to you (So look into your spam bin)!** - -#### `tech@lists.2f30.org` - -* `tech+subscribe@lists.2f30.org` - subscribe to the mailing list (read/write) -* `tech+subscribe-digest@lists.2f30.org` - subscribe to the digest version of the mailing list (read/write) -* `tech+subscribe-nomail@lists.2f30.org` - subscribe without receiving e-mails from the mailing list (write) -* `tech+unsubscribe@lists.2f30.org` - unsubscribe from the mailing list -* `tech+unsubscribe-digest@lists.2f30.org` - unsubscribe from the digest version -* `tech+unsubscribe-nomail@lists.2f30.org` - unsubscribe from the nomail version -* `tech+get-N@lists.2f30.org` - retrieve message number N -* `tech+help@lists.2f30.org` - receive detailed description of the mailing list commands - -#### `src@lists.2f30.org` - -* `src+subscribe@lists.2f30.org` - subscribe to the mailing list (read/write) -* `src+subscribe-digest@lists.2f30.org` - subscribe to the digest version of the mailing list (read/write) -* `src+subscribe-nomail@lists.2f30.org` - subscribe without receiving e-mails from the mailing list (write) -* `src+unsubscribe@lists.2f30.org` - unsubscribe from the mailing list -* `src+unsubscribe-digest@lists.2f30.org` - unsubscribe from the digest version -* `src+unsubscribe-nomail@lists.2f30.org` - unsubscribe from the nomail version -* `src+get-N@lists.2f30.org` - retrieve message number N -* `src+help@lists.2f30.org` - receive detailed description of the mailing list commands - -### Mailing lists web archive - -Archive of all mails posted to mailing lists is accessible via -[http://lists.2f30.org/](http://lists.2f30.org/). - -* [tech mailing list archive](http://lists.2f30.org/tech/) -* [src mailing list archive](http://lists.2f30.org/src/)