From bf31accb78e300aa5e5832c8f744bf08e3f58dfd Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 19 Jan 2012 11:55:11 +0200 Subject: [PATCH] We have a (read-only) commit mailing list Sebastian Spaeth wrote on Thu, Jan 19, 2012 at 10:28:19 +0100: > Forgot to Cc the list... > > On Wed, 18 Jan 2012 08:17:44 +0200, Daniel Shahaf wrote: > > Sebastian Spaeth wrote on Wed, Jan 18, 2012 at 01:02:22 +0100: > >> http://docs.offlineimap.org > > > > I've subscribed. And if you tell me where the sources for docs.o.o are, > > I'll send a patch for them, too. :-) > > They are autogenerated from docs/dev-docs-src, and > docs/[INSTALL|MANUAL|FAQ].rst respectively. Patches are welcome... > > Sebastian From 84fcb9fa5de9eb2f95d588a7403d9c6d13f0c7f0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 19 Jan 2012 11:53:13 +0200 Subject: [PATCH] Document the commits@ list Mention the commits@ list in SubmittingPatches.rst. Mention SubmittingPatches.rst in the API part of the documentation. Signed-off-by: Daniel Shahaf --- SubmittingPatches.rst | 7 +++++++ docs/dev-doc-src/API.rst | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index c200087..5161519 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -1,6 +1,7 @@ .. -*- coding: utf-8 -*- .. _mailing list: http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project +.. _commits mailing list: http://lists.offlineimap.org/listinfo.cgi/commits-offlineimap.org ================================================= Checklist (and a short version for the impatient) @@ -320,6 +321,12 @@ Know the status of your patch after submission tell you if your patch is merged in pu if you rebase on top of master). +* You can follow upstream commits on +`CIA.vc `, +`Ohloh `, +`GitHub `, +or on the `commits mailing list`_. + .. * Read the git mailing list, the maintainer regularly posts messages entitled "What's cooking in git.git" and "What's in git.git" giving the status of various proposed changes. diff --git a/docs/dev-doc-src/API.rst b/docs/dev-doc-src/API.rst index c901938..20f3d1f 100644 --- a/docs/dev-doc-src/API.rst +++ b/docs/dev-doc-src/API.rst @@ -13,6 +13,11 @@ OfflineImap can be imported as:: from offlineimap import OfflineImap +The file ``SubmittingPatches.rst`` in the source distribution documents a +number of resources and conventions you may find useful. It will eventually +be merged into the main documentation. +.. TODO: merge SubmittingPatches.rst to the main documentation + :mod:`offlineimap` -- The OfflineImap module =============================================