emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-explorer aee7c41 1/3: Add contribution description


From: Clemens Radermacher
Subject: [elpa] externals/ivy-explorer aee7c41 1/3: Add contribution description
Date: Sat, 12 Jan 2019 20:37:30 -0500 (EST)

branch: externals/ivy-explorer
commit aee7c416f20978c65db5f7d76e5b1e8ccdd32801
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add contribution description
---
 README.asc | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/README.asc b/README.asc
index 1f931b6..1b1d688 100644
--- a/README.asc
+++ b/README.asc
@@ -33,8 +33,12 @@ image::./images/grid.gif[grid]
 
 = Setup
 
-`ivy-explorer` is one https://melpa.org/[Melpa] now.
+`ivy-explorer` is on MELPA and GNU ELPA, for installation use:
 
+```emacs
+M-x package-refresh-contents RET
+M-x package-install RET objed RET
+```
 For manual installation:
 
 ```sh
@@ -47,6 +51,21 @@ Add this to your init file:
 (require 'ivy-explorer)
 ;; use ivy explorer for all file dialogs
 (ivy-explorer-mode 1)
-;; it's recommended to also use counsel mode
+;; not strictly necessary
 (counsel-mode 1)
-```
\ No newline at end of file
+```
+
+= Contribute
+
+This package is subject to the same
+https://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html[Copyright 
Assignment]
+policy as Emacs itself, org-mode, CEDET and other packages in 
https://elpa.gnu.org/packages/[GNU ELPA].
+
+Any
+https://www.gnu.org/prep/maintain/html_node/Legally-Significant.html#Legally-Significant[legally
 significant]
+contributions can only be accepted after the author has completed
+their paperwork. Please see
+https://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/Copyright/request-assign.future[the
 request form]
+if you want to proceed with the assignment.
+
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]