Transfer maintainership

master
Adam Porter 9 years ago
parent 6c3ef4d0f9
commit 87d7ed5e34
  1. 17
      CONTRIBUTORS.org
  2. 17
      README.md
  3. 11
      outshine-org-cmds.el
  4. 13
      outshine.el

@ -1,9 +1,20 @@
#+TITLE: Outshine Project Contributors #+TITLE: Outshine Project Contributors
#+STARTUP: showeverything #+STARTUP: showeverything
* Thorsten Jolitz * Adam Porter
:PROPERTIES: :PROPERTIES:
:roles: principal_developer maintainer :roles: principal_developer maintainer
:email: <adam AT alphapapa DOT net>
: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: <tjolitz AT gmail DOT com> :email: <tjolitz AT gmail DOT com>
:FSF: yes :FSF: yes
:contributions: outshine.el outorg.el navi-mode.el :contributions: outshine.el outorg.el navi-mode.el
@ -11,8 +22,8 @@
:END: :END:
He had the initial idea, wrote most of the new code in outshine.el, as 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 well as the libraries outorg.el and navi-mode.el, and used to maintain
whole project. the whole project.
* Carsten Dominik * Carsten Dominik
:PROPERTIES: :PROPERTIES:

@ -10,9 +10,9 @@
# outshine.el &#x2014; outline with outshine outshines outline<a id="sec-1"></a> # outshine.el &#x2014; outline with outshine outshines outline<a id="sec-1"></a>
Author: Thorsten Jolitz <tjolitz AT gmail DOT com> Author: Adam Porter
Version: 2.0 Version: 2.0
URL: <https://github.com/tj64/outshine> URL: <https://github.com/alphapapa/outshine>
## MetaData<a id="sec-1-1"></a> ## MetaData<a id="sec-1-1"></a>
@ -28,9 +28,7 @@ URL: <https://github.com/tj64/outshine>
part-of-emacs: no part-of-emacs: no
authors: Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen authors: Adam_Porter Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen
author_email: tjolitz AT gmail DOT com
credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli
@ -38,9 +36,9 @@ URL: <https://github.com/tj64/outshine>
keywords: emacs outlines file_structuring 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<a id="sec-1-2"></a> ## Commentary<a id="sec-1-2"></a>
@ -116,6 +114,9 @@ these views.
### History and Credits<a id="sec-1-2-2"></a> ### History and Credits<a id="sec-1-2-2"></a>
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 The outshine.el library merges, modifies and extends two existing
extension-libraries for \`outline' (minor) mode: \`outline-magic' (by extension-libraries for \`outline' (minor) mode: \`outline-magic' (by
Carsten Dominik) and \`out-xtra' (by Per Abrahamsen). It offers all the 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): libraries):
1. Clone the git repos or fork them on github 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). 2. Use the package manager to install them (from MELPA).

@ -1,8 +1,8 @@
;;; outshine-org-cmds.el --- outshine-use-outorg functions ;;; outshine-org-cmds.el --- outshine-use-outorg functions
;; Author: Thorsten Jolitz <tjolitz AT gmail DOT com> ;; Author: Adam Porter <adam@alphapapa.net>
;; Version: 0.1 ;; Version: 0.1
;; URL: https://github.com/tj64/outshine ;; URL: https://github.com/alphapapa/outshine
;; Package-Requires: ((outorg "2.0") (cl-lib "0.5")) ;; Package-Requires: ((outorg "2.0") (cl-lib "0.5"))
;;;; MetaData ;;;; MetaData
@ -13,11 +13,10 @@
;; :licence: GPL 2 or later (free software) ;; :licence: GPL 2 or later (free software)
;; :licence-url: http://www.gnu.org/licenses/ ;; :licence-url: http://www.gnu.org/licenses/
;; :part-of-emacs: no ;; :part-of-emacs: no
;; :authors: Thorsten_Jolitz ;; :authors: Adam_Porter Thorsten_Jolitz
;; :author_email: tjolitz AT gmail DOT com
;; :keywords: emacs outlines file_structuring ;; :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
;; :END: ;; :END:
;;;; Commentary ;;;; Commentary

@ -1,8 +1,8 @@
;;; outshine.el --- outline with outshine outshines outline ;;; outshine.el --- outline with outshine outshines outline
;; Author: Thorsten Jolitz <tjolitz AT gmail DOT com> ;; Author: Adam Porter <adam@alphapapa.net>
;; Version: 2.0 ;; Version: 2.0
;; URL: https://github.com/tj64/outshine ;; URL: http://github.com/alphapapa/outshine
;; Package-Requires: ((outorg "2.0") (cl-lib "0.5")) ;; Package-Requires: ((outorg "2.0") (cl-lib "0.5"))
;;;; MetaData ;;;; MetaData
@ -13,13 +13,12 @@
;; :licence: GPL 2 or later (free software) ;; :licence: GPL 2 or later (free software)
;; :licence-url: http://www.gnu.org/licenses/ ;; :licence-url: http://www.gnu.org/licenses/
;; :part-of-emacs: no ;; :part-of-emacs: no
;; :authors: Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen ;; :authors: Adam_Porter Thorsten_Jolitz Carsten_Dominik Per_Abrahamsen
;; :author_email: tjolitz AT gmail DOT com
;; :credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli ;; :credits: Fabrice_Niessen Alexander_Vorobiev Jonas_Bernoulli
;; :inspiration: outline-magic outxxtra out-xtra ;; :inspiration: outline-magic outxxtra out-xtra
;; :keywords: emacs outlines file_structuring ;; :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
;; :END: ;; :END:
;;;; Commentary ;;;; Commentary
@ -120,7 +119,7 @@
;; libraries): ;; libraries):
;; 1. Clone the git repos or fork them on github ;; 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). ;; 2. Use the package manager to install them (from MELPA).

Loading…
Cancel
Save