We have a (read-only) commit mailing list
Daniel Shahaf
d.s at daniel.shahaf.name
Thu Jan 19 09:55:11 GMT 2012
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 <d.s at daniel.shahaf.name>
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 <d.s at daniel.shahaf.name>
---
SubmittingPatches.rst | 7 +++++++
docs/dev-doc-src/API.rst | 5 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git SubmittingPatches.rst SubmittingPatches.rst
index c200087..5161519 100644
--- SubmittingPatches.rst
+++ 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 <http://cia.vc/stats/project/offlineimap>`,
+`Ohloh <http://www.ohloh.net/p/offlineimap>`,
+`GitHub <https://github.com/spaetz/offlineimap/commits/>`,
+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 docs/dev-doc-src/API.rst docs/dev-doc-src/API.rst
index c901938..20f3d1f 100644
--- docs/dev-doc-src/API.rst
+++ 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
=============================================
--
1.7.2.5
More information about the OfflineIMAP-project
mailing list