From: David Bremner Date: Fri, 24 Oct 2014 10:00:07 +0000 (+0200) Subject: Re: [PATCH] doc: add README.md especially for github X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4c85c5bbb59f023a764174f0022e8d535738b5d;p=notmuch-archives.git Re: [PATCH] doc: add README.md especially for github --- diff --git a/dd/7b89ffac6bb82541b9efa3034769cba8974f09 b/dd/7b89ffac6bb82541b9efa3034769cba8974f09 new file mode 100644 index 000000000..38bc21a50 --- /dev/null +++ b/dd/7b89ffac6bb82541b9efa3034769cba8974f09 @@ -0,0 +1,68 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id A0970429E28 + for ; Fri, 24 Oct 2014 03:00:21 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id m-N2zHddQVsT for ; + Fri, 24 Oct 2014 03:00:13 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id AB0B9431FD8 + for ; Fri, 24 Oct 2014 03:00:13 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XhbfI-0002qs-JO; Fri, 24 Oct 2014 07:00:12 -0300 +Received: (nullmailer pid 11177 invoked by uid 1000); Fri, 24 Oct 2014 + 10:00:07 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] doc: add README.md especially for github +In-Reply-To: +References: <1414139229-6746-1-git-send-email-david@tethera.net> + +User-Agent: Notmuch/0.18.1+131~gdd8373f (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 24 Oct 2014 12:00:07 +0200 +Message-ID: <871tpxhjo8.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 24 Oct 2014 10:00:21 -0000 + +Tomi Ollila writes: + +> On Fri, Oct 24 2014, David Bremner wrote: +> +>> Apparently README.md overrides README, so this will show up instead of +>> our generic README on github. +>> +>> If the user is already on github, then clicking a link for more +>> information is not a hardship. +> +> LGTM. although I'd prefer README.rst +> + +OK, rst version pushed and shows up on github. + +d