Re: [PATCH 3/3] NEWS: Insert markdown formatting commands
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 27 Apr 2012 06:28:55 +0000 (09:28 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:45 +0000 (09:46 -0800)
04/4fd47386056ea5b195d7970c095ca51890c2d9 [new file with mode: 0644]

diff --git a/04/4fd47386056ea5b195d7970c095ca51890c2d9 b/04/4fd47386056ea5b195d7970c095ca51890c2d9
new file mode 100644 (file)
index 0000000..8f72d27
--- /dev/null
@@ -0,0 +1,92 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 05C9A431FAF\r
+       for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 23:29:02 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id FzPEON074PHm for <notmuch@notmuchmail.org>;\r
+       Thu, 26 Apr 2012 23:29:01 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id 07FF5431FAE\r
+       for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 23:29:00 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 8EF5568055; Fri, 27 Apr 2012 09:28:55 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 3/3] NEWS: Insert markdown formatting commands\r
+In-Reply-To: <87ipgm439w.fsf@servo.finestructure.net>\r
+References: <1335469951-22477-1-git-send-email-tomi.ollila@iki.fi>\r
+       <1335469951-22477-3-git-send-email-tomi.ollila@iki.fi>\r
+       <87ipgm439w.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.12+128~g512e176 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Fri, 27 Apr 2012 09:28:55 +0300\r
+Message-ID: <m2haw53cyg.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 27 Apr 2012 06:29:02 -0000\r
+\r
+On Fri, Apr 27 2012, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
+\r
+> On Thu, Apr 26 2012, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+>> To make updating the notmuchmail.org wiki 'news' section more\r
+>> straightforward the content of the NEWS file has now been brought\r
+>> to almost the same as the *.mdwn files in the wiki page.\r
+>>\r
+>> The changes are basically insertion of mdwn formatting "commands".\r
+>>\r
+>> More effort has been put into formatting the newer release entries\r
+>> (0.12, 0.11 & 0.10) than older. Commit to format 0.13 entries will\r
+>> be made available separately.\r
+>\r
+> Can we please just make NEWS a directory, which each release getting\r
+> it's own file?  That would obviously make porting to the wiki trivial.\r
+\r
+Splitting to separate files is trivial, but that unfortunately is not enough.\r
+\r
+Currently there are 3 other things to do:\r
+\r
+1) Concatenate lines which start from beginning to line together and\r
+addn '###' to the beginning of it (level 3 header) -- with some execptions.\r
+\r
+2) Due to the markdown bug in notmuchmail implementation all lines\r
+that are indented by 2 spaces the indentation is dropped (otherwise\r
+some lines convert incorrectly)\r
+\r
+3) Convert '*' -sequences to '`*`' -sequences.\r
+\r
+I'll be providing the tool I'm using to do the conversion when the source\r
+for it is ready.\r
+\r
+\r
+Reading just one NEWS file is easier to everyone who downloads the\r
+tarball. And it is no difference to edit a section in just one NEWS\r
+file compared to separate file when thinking merge conflicts.\r
+\r
+> jamie.\r
+\r
+Tomi\r