]> sipb.mit.edu Git - wiki.git/blobdiff - doc/pergamon.mdwn
add name change tool
[wiki.git] / doc / pergamon.mdwn
index 887b67bb5f19181fcd0ecd0822bd3a4990abe1cd..5b46766225dccf579e28713fde4738e61501f5b0 100644 (file)
@@ -1,4 +1,4 @@
-Discuss was originally designed as a bulletin board system, but is now most commonly used at MIT for mailing list archiving. Pergamon is SIPB's self-service Discuss server. For more information on using discuss, you can see [SIPB's documentation](http://stuff.mit.edu/afs/sipb/project/www/discuss/discuss.html) ([DVI](http://stuff.mit.edu/afs/sipb/project/doc/current/discuss.dvi)). IS&T's [diswww](http://diswww.mit.edu/) service also provides a fairly self-explanatory (if you know the hostname and meeting name) web interface to Discuss.
+Discuss was originally designed as a bulletin board system, but is now most commonly used at MIT for mailing list archiving. Pergamon is SIPB's self-service Discuss server. For more information on using discuss, you can see [SIPB's documentation](https://stuff.mit.edu/afs/sipb/project/www/discuss/discuss.html) ([DVI](https://stuff.mit.edu/afs/sipb/project/doc/current/discuss.dvi)). IS&T's [diswww](http://diswww.mit.edu/) service also provides a fairly self-explanatory (if you know the hostname and meeting name) web interface to Discuss.
 
 ## Creating a Discuss archive
 
@@ -20,3 +20,11 @@ The `make-discuss-archive` script is fairly simple, and just shells out to `remc
 * `remctl pergamon discuss make-public-meeting "$list" "$desc"` will create a meeting that anybody can read
 * `remctl pergamon discuss set-read-acl "$list" "$acl"` will sync read access to the `$list` meeting with the Moira/AFS group `$acl`. You can always set this command to run from a cronjob if you wish, or just run it manually when you update the ACL group. (In the glorious future, Pergamon may gain support for doing this automatically, but we haven't written that yet. If you want to do so, let us know -- pergamon AT mit.edu.)
 * Pergamon will add anything sent to `$list-mtg@pergamon.mit.edu` to the discuss archive. If you want to archive a Mailman or non-MIT list, you can just add that address to your list. The script runs `blanche "$list" -a "$list-mtg@pergamon.mit.edu"` to do that for you.
+
+## Common discuss servers
+
+The main three Discuss servers around the SIPB community are:
+
+* `pergamon`, SIPB's self-service discuss server. It's the newest of the three, and the only one that does not require manual intervention to create a new meeting. It's named after the historical [Library of Pergamon](https://en.wikipedia.org/wiki/Library_of_Pergamum) (the second greatest library in its time, after the Library of Alexandria)
+* `charon`, SIPB's earlier discuss server, used by most SIPB projects. You can contact charon-maintainers AT mit.edu to get a discuss meeting there, if you don't want to use pergamon.
+* `menelaus`, IS&T's discuss server. You can contact accounts AT mit.edu to get a discuss meeting there.