From d656a02b9c0e52596c2464904d44d33c9fef3c13 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 18 Jan 2019 10:24:48 -0600 Subject: [PATCH] Docs: Update readme, move some stuff to notes.org --- README.org | 21 --------------------- notes.org | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/README.org b/README.org index 2e62443..6ad088b 100644 --- a/README.org +++ b/README.org @@ -1,26 +1,5 @@ * outshine.el --- outline with outshine outshines outline -Maintainer: Adam Porter -Version: 3.0 -URL: http://github.com/alphapapa/outshine -Package-Requires: ((outorg "2.0") (cl-lib "0.5")) - -** MetaData - :PROPERTIES: - :copyright: Thorsten_Jolitz - :copyright-from: 2013+ - :version: 3.0 - :licence: GPL 2 or later (free software) - :licence-url: http://www.gnu.org/licenses/ - :part-of-emacs: no - :authors: Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen - :credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli - :inspiration: outline-magic outxxtra out-xtra - :keywords: emacs outlines file_structuring - :git-repo: https://github.com/alphapapa/outshine.git - :git-clone: git://github.com/alphapapa/outshine.git - :END: - ** Commentary *** About outshine diff --git a/notes.org b/notes.org index f3349da..3222734 100644 --- a/notes.org +++ b/notes.org @@ -6,6 +6,7 @@ ** TODO Use/integrate/rewrite [[id:a240e86a-b615-4672-a45b-2a8502d8997c][old commentary]] +** TODO Rewrite readme * Reference @@ -239,3 +240,20 @@ Parts of the old commentary removed from =outshine.el=. ;; | <2013-05-03 Fr> | Thorsten Jolitz | 1.0 | ;; | <2013-02-20 Mi> | Thorsten Jolitz | 0.9 | #+END_SRC + +** Old readme metadata + +#+BEGIN_SRC org + :copyright: Thorsten_Jolitz + :copyright-from: 2013+ + :version: 3.0 + :licence: GPL 2 or later (free software) + :licence-url: http://www.gnu.org/licenses/ + :part-of-emacs: no + :authors: Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen + :credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli + :inspiration: outline-magic outxxtra out-xtra + :keywords: emacs outlines file_structuring + :git-repo: https://github.com/alphapapa/outshine.git + :git-clone: git://github.com/alphapapa/outshine.git +#+END_SRC