docs: Update developer information page.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4724923a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4724923a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4724923a Branch: refs/heads/trunk Commit: 4724923af584948a7f2f3bfdf797ff664fda2837 Parents: 983c3f8 Author: Tomaz Muraus <[email protected]> Authored: Sun Jan 5 22:50:52 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jan 5 22:50:52 2014 +0100 ---------------------------------------------------------------------- docs/developer_information.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4724923a/docs/developer_information.rst ---------------------------------------------------------------------- diff --git a/docs/developer_information.rst b/docs/developer_information.rst index 71a12b1..e87182e 100644 --- a/docs/developer_information.rst +++ b/docs/developer_information.rst @@ -9,13 +9,15 @@ Mailing Lists All of the communication about Libcloud development happens on our mailing lists. +* `[email protected]`_ - Moderated and low volume mailing list which + is only used for distributing important project announcements and updates. * `[email protected]`_ - Mailing list for general talk about Libcloud and other off-topic things (`users-archive <https://mail-archives.apache.org/mod_mbox/libcloud-users/>`_) * `[email protected]`_ - General mailing list for developers (`dev-archive <https://mail-archives.apache.org/mod_mbox/libcloud-dev/>`_) * `[email protected]`_ - Commits messages go to this mailing list. - Keep ind mind that unlike the others, this mailing list is fairly noisy. + Keep in mind that unlike the others, this mailing list is fairly noisy. (`commits-archive <https://mail-archives.apache.org/mod_mbox/libcloud-commits/>`_) Archive of old incubator mailing lists: @@ -23,6 +25,13 @@ Archive of old incubator mailing lists: * `incubator-libcloud`_ * `incubator-libcloud-commits`_ +.. _irc: + +IRC +--- + +* #libcloud on Freenode + .. _issue-tracker: Issue Tracker @@ -55,6 +64,7 @@ Test Coverage Test coverage report is automatically generated after every push and can be found at http://ci.apache.org/projects/libcloud/coverage. +.. _`[email protected]`: mailto:[email protected] .. _`[email protected]`: mailto:[email protected] .. _`[email protected]`: mailto:[email protected] .. _`[email protected]`: mailto:[email protected]
