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 <d.s@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@daniel.shahaf.name>
This commit is contained in:
Daniel Shahaf 2012-01-19 11:55:11 +02:00 committed by Sebastian Spaeth
parent 165cf5cb4f
commit bf31accb78
2 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.. -*- coding: utf-8 -*- .. -*- coding: utf-8 -*-
.. _mailing list: http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project .. _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) 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 tell you if your patch is merged in pu if you rebase on top of
master). 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 .. * Read the git mailing list, the maintainer regularly posts messages
entitled "What's cooking in git.git" and "What's in git.git" giving entitled "What's cooking in git.git" and "What's in git.git" giving
the status of various proposed changes. the status of various proposed changes.

View File

@ -13,6 +13,11 @@ OfflineImap can be imported as::
from offlineimap import OfflineImap 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 :mod:`offlineimap` -- The OfflineImap module
============================================= =============================================