Message ID | 20171120210217.8941-1-sven@narfation.org (mailing list archive) |
---|---|
Headers |
Return-Path: <b.a.t.m.a.n-bounces@lists.open-mesh.org> X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id EFC2E82B9B; Mon, 20 Nov 2017 22:02:53 +0100 (CET) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="pHGT3ErS"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=<UNKNOWN> Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 4F48A8029D for <b.a.t.m.a.n@lists.open-mesh.org>; Mon, 20 Nov 2017 22:02:23 +0100 (CET) Received: from sven-desktop.home.narfation.org (p200300C593C2BCF90000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c2:bcf9::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 154011100E8; Mon, 20 Nov 2017 22:02:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1511211739; bh=OKujBsA2jAt58cbyDoGKGkMDUo4cQ8yv1JFdvuEPXOc=; h=From:To:Cc:Subject:Date:From; b=pHGT3ErStnjlYFTtcIQ3bSbE5yEi4oOJrcU9OLzNzq4CANfT68dAV6203/JrCSWQO xNrP3POVeBtGUm3sOQCqu2kDxV3BXhzyq0ZakepbD+LT06A7w4XMqlqWVSmJ7/tbit 8hKhSs/n1jsXp6XTnRtx7KCLTA0bZCl2ONSXq7fo= From: Sven Eckelmann <sven@narfation.org> To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 20 Nov 2017 22:02:14 +0100 Message-Id: <20171120210217.8941-1-sven@narfation.org> X-Mailer: git-send-email 2.11.0 Subject: [B.A.T.M.A.N.] [PATCH 0/3] batman-adv: Convert CHANGELOG/README to reStructuredText X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" <b.a.t.m.a.n-bounces@lists.open-mesh.org> |
Series |
batman-adv: Convert CHANGELOG/README to reStructuredText
|
|
Message
Sven Eckelmann
Nov. 20, 2017, 9:02 p.m. UTC
Hi, I was talking today with Simon about the "License cleanup" changes. He would prefer when the *.license files don't exist (when possible). Luckily, I already wanted to convert these files (or at least the READMEs) to reStructuredText and I've already shown in these patchsets how the SPDX annotation should be done for the lrest files. So it was just logically to immediately post the conversion to rst and integration of this tag. We've also discussed how the changelog should look like. It should be simple and we only wanted to show the date (not the time) anymore. And the actual changelog lists should be kept (mostly untouched - beside some minor format fixes to make it reStructuredText compatible). This patchset is based on the "batman-adv: License cleanup" patchset. Kind regards, Sven Sven Eckelmann (3): batman-adv: Add .rst to README symlink batman-adv: Convert CHANGELOG to reStructuredText batman-adv: Convert README to reStructuredText CHANGELOG | 634 --------------------------------------------- CHANGELOG.license | 2 - CHANGELOG.rst | 666 ++++++++++++++++++++++++++++++++++++++++++++++++ README.external | 51 ---- README.external.license | 2 - README.external.rst | 59 +++++ README => README.rst | 0 7 files changed, 725 insertions(+), 689 deletions(-) delete mode 100644 CHANGELOG delete mode 100644 CHANGELOG.license create mode 100644 CHANGELOG.rst delete mode 100644 README.external delete mode 100644 README.external.license create mode 100644 README.external.rst rename README => README.rst (100%)
Comments
On Montag, 20. November 2017 22:02:14 CET Sven Eckelmann wrote: > Hi, > > I was talking today with Simon about the "License cleanup" changes. He > would prefer when the *.license files don't exist (when possible). Luckily, > I already wanted to convert these files (or at least the READMEs) to > reStructuredText and I've already shown in these patchsets how the > SPDX annotation should be done for the lrest files. So it was just > logically to immediately post the conversion to rst and integration > of this tag. > > We've also discussed how the changelog should look like. It should be > simple and we only wanted to show the date (not the time) anymore. > And the actual changelog lists should be kept (mostly untouched - beside > some minor format fixes to make it reStructuredText compatible). > > This patchset is based on the "batman-adv: License cleanup" patchset. [...] Applied in 5d12503..dce473c but without the *.license parts. Kind regards, Sven
On Montag, 20. November 2017 22:02:14 CET you wrote: > Hi, > > I was talking today with Simon about the "License cleanup" changes. He > would prefer when the *.license files don't exist (when possible). Luckily, > I already wanted to convert these files (or at least the READMEs) to > reStructuredText and I've already shown in these patchsets how the > SPDX annotation should be done for the lrest files. So it was just > logically to immediately post the conversion to rst and integration > of this tag. > > We've also discussed how the changelog should look like. It should be > simple and we only wanted to show the date (not the time) anymore. > And the actual changelog lists should be kept (mostly untouched - beside > some minor format fixes to make it reStructuredText compatible). > > This patchset is based on the "batman-adv: License cleanup" patchset. [...] Applied in 4ea6bec..6be59ad but without the *.license parts. Kind regards, Sven