From 87d7ed5e34d9ed515e526a9e8470e62da7300949 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 2 Apr 2017 13:58:37 -0500 Subject: [PATCH] Transfer maintainership --- CONTRIBUTORS.org | 17 ++++++++++++++--- README.md | 17 +++++++++-------- outshine-org-cmds.el | 11 +++++------ outshine.el | 13 ++++++------- 4 files changed, 34 insertions(+), 24 deletions(-) diff --git a/CONTRIBUTORS.org b/CONTRIBUTORS.org index f18a8e5..c2cc4b8 100644 --- a/CONTRIBUTORS.org +++ b/CONTRIBUTORS.org @@ -1,9 +1,20 @@ #+TITLE: Outshine Project Contributors #+STARTUP: showeverything -* Thorsten Jolitz +* Adam Porter :PROPERTIES: :roles: principal_developer maintainer + :email: + :FSF: no + :contributions: outshine.el outorg.el navi-mode.el + :nontrivial: yes + :END: + +He assumed maintainership of the packages from Thorsten Jolitz in April 2017. + +* Thorsten Jolitz + :PROPERTIES: + :roles: original_author contributor former_maintainer :email: :FSF: yes :contributions: outshine.el outorg.el navi-mode.el @@ -11,8 +22,8 @@ :END: He had the initial idea, wrote most of the new code in outshine.el, as -well as the libraries outorg.el and navi-mode.el, and maintains the -whole project. +well as the libraries outorg.el and navi-mode.el, and used to maintain +the whole project. * Carsten Dominik :PROPERTIES: diff --git a/README.md b/README.md index 6e32459..3651012 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ # outshine.el — outline with outshine outshines outline -Author: Thorsten Jolitz +Author: Adam Porter Version: 2.0 -URL: +URL: ## MetaData @@ -28,9 +28,7 @@ URL: part-of-emacs: no - authors: Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen - - author_email: tjolitz AT gmail DOT com + authors: Adam_Porter Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli @@ -38,9 +36,9 @@ URL: keywords: emacs outlines file_structuring - git-repo: https://github.com/tj64/outshine.git + git-repo: https://github.com/alphapapa/outshine.git - git-clone: git://github.com/tj64/outshine.git + git-clone: git://github.com/alphapapa/outshine.git ## Commentary @@ -116,6 +114,9 @@ these views. ### History and Credits +The original author of outshine.el is Thorsten Jolitz, who transferred +maintainership to Adam Porter in April 2017. + The outshine.el library merges, modifies and extends two existing extension-libraries for \`outline' (minor) mode: \`outline-magic' (by Carsten Dominik) and \`out-xtra' (by Per Abrahamsen). It offers all the @@ -139,7 +140,7 @@ There are three ways to get outshine.el (and the other Outshine libraries): 1. Clone the git repos or fork them on github - () + () 2. Use the package manager to install them (from MELPA). diff --git a/outshine-org-cmds.el b/outshine-org-cmds.el index 869c802..ca3b1cf 100644 --- a/outshine-org-cmds.el +++ b/outshine-org-cmds.el @@ -1,8 +1,8 @@ ;;; outshine-org-cmds.el --- outshine-use-outorg functions -;; Author: Thorsten Jolitz +;; Author: Adam Porter ;; Version: 0.1 -;; URL: https://github.com/tj64/outshine +;; URL: https://github.com/alphapapa/outshine ;; Package-Requires: ((outorg "2.0") (cl-lib "0.5")) ;;;; MetaData @@ -13,11 +13,10 @@ ;; :licence: GPL 2 or later (free software) ;; :licence-url: http://www.gnu.org/licenses/ ;; :part-of-emacs: no -;; :authors: Thorsten_Jolitz -;; :author_email: tjolitz AT gmail DOT com +;; :authors: Adam_Porter Thorsten_Jolitz ;; :keywords: emacs outlines file_structuring -;; :git-repo: https://github.com/tj64/outshine.git -;; :git-clone: git://github.com/tj64/outshine.git +;; :git-repo: https://github.com/alphapapa/outshine.git +;; :git-clone: git://github.com/alphapapa/outshine.git ;; :END: ;;;; Commentary diff --git a/outshine.el b/outshine.el index bc15c44..557085b 100644 --- a/outshine.el +++ b/outshine.el @@ -1,8 +1,8 @@ ;;; outshine.el --- outline with outshine outshines outline -;; Author: Thorsten Jolitz +;; Author: Adam Porter ;; Version: 2.0 -;; URL: https://github.com/tj64/outshine +;; URL: http://github.com/alphapapa/outshine ;; Package-Requires: ((outorg "2.0") (cl-lib "0.5")) ;;;; MetaData @@ -13,13 +13,12 @@ ;; :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 -;; :author_email: tjolitz AT gmail DOT com +;; :authors: Adam_Porter 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/tj64/outshine.git -;; :git-clone: git://github.com/tj64/outshine.git +;; :git-repo: https://github.com/alphapapa/outshine.git +;; :git-clone: git://github.com/alphapapa/outshine.git ;; :END: ;;;; Commentary @@ -120,7 +119,7 @@ ;; libraries): ;; 1. Clone the git repos or fork them on github -;; (https://github.com/tj64) +;; (https://github.com/alphapapa) ;; 2. Use the package manager to install them (from MELPA).