commit d35681bdc4c4b880dfb2b1b1e4a89df36e213703 parent 6461917197978290e9c8e2968b674479f8d51561 Author: sin <sin@2f30.org> Date: Sat, 13 Dec 2014 18:56:23 +0000 Add lists Diffstat:
M | Makefile | | | 2 | +- |
A | lists.md | | | 20 | ++++++++++++++++++++ |
2 files changed, 21 insertions(+), 1 deletion(-)
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 +MENUPAGES = home.html lectures.html guides.html radio.html lists.html PAGES = $(MENUPAGES) \ lectures/lecture0.html \ lectures/lecture1.html \ diff --git a/lists.md b/lists.md @@ -0,0 +1,20 @@ +* `tech@lists.2f30.org` - technical discussion, bug reports and patches + +### 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 subscribe and unsubscribe command, 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