diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-04-17 17:49:10 +0000 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-04-17 17:49:10 +0000 |
commit | 245aa7d1bb85953a50ac4db65548a479d61ef31f (patch) | |
tree | 0ee0e6f72abad36f6382f82d7a62a83ab96e3cfa /doc | |
parent | 5f39a4438eafd693a3eb8366bbc3901efe62e538 (diff) | |
download | krb5-245aa7d1bb85953a50ac4db65548a479d61ef31f.tar.gz krb5-245aa7d1bb85953a50ac4db65548a479d61ef31f.tar.xz krb5-245aa7d1bb85953a50ac4db65548a479d61ef31f.zip |
Added MIT resources document
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25809 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rst_source/index.rst | 9 | ||||
-rw-r--r-- | doc/rst_source/mitresources.rst | 48 |
2 files changed, 49 insertions, 8 deletions
diff --git a/doc/rst_source/index.rst b/doc/rst_source/index.rst index 4a7129dbd3..297601b7f0 100644 --- a/doc/rst_source/index.rst +++ b/doc/rst_source/index.rst @@ -1,8 +1,6 @@ MIT Kerberos Documentation ========================== -Contents --------- .. toctree:: :maxdepth: 1 @@ -14,14 +12,9 @@ Contents krb_build/index.rst krb_basic/index.rst mitK5features.rst - -.. toctree:: - :maxdepth: 1 - relay/index.rst + mitresources -Version -------- .. _reference: diff --git a/doc/rst_source/mitresources.rst b/doc/rst_source/mitresources.rst new file mode 100644 index 0000000000..cfa9ff97d0 --- /dev/null +++ b/doc/rst_source/mitresources.rst @@ -0,0 +1,48 @@ +MIT resources +============= + +Mailing lists +------------- + +* kerberos@mit.edu is the primary list for administrator and + protocol related discussions. + To subscribe to the list, please follow the instructions at + http://mailman.mit.edu/mailman/listinfo/kerberos. +* krbdev@mit.edu is the primary list for developers of MIT Kerberos. + To subscribe to the list, please follow the instructions at + http://mailman.mit.edu/mailman/listinfo/krbdev. +* krb5-bugs@mit.edu is notified when a ticket is created or updated. + This list helps track bugs and feature requests. + In addition, this list is used to track documentation criticism + and recommendations for improvements. +* krbcore@mit.edu is a private list for Krbcore; + send mail to this list if you need to contact the core team. +* krbcore-security@mit.edu is the point of contact for security problems + with MIT Kerberos. + + +IRC channels +------------ + +The main IRC channel for MIT Kerberos development is #krbdev on +irc.freenode.net. + +There is a separate channel, `#kerberos`, for general Kerberos +discussion and support. + +For more information about freenode, see http://freenode.net/. + +The `#krbdev` channel is logged by lopbot, courtesy of Brandon Allbery. +The logs are at http://www.kf8nh.com/lambdabot/logs/krbdev/. +Despite the existence of logging, please summarize important conversations +to more permanent places, such as an appropriate mailing list or wiki page. + + +Archives +-------- + +* The archive http://mailman.mit.edu/pipermail/kerberos/ contains past + posting from `kerberos@mit.edu` list. + +* The http://mailman.mit.edu/pipermail/krbdev/ contains past + posting from `krbdev@mit.edu` list. |