[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/xml-rpc f46d18108c 09/10: Merge pull request #21 from skan
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/xml-rpc f46d18108c 09/10: Merge pull request #21 from skangas/nongnu-elpa-badge |
Date: |
Thu, 27 Oct 2022 13:00:22 -0400 (EDT) |
branch: elpa/xml-rpc
commit f46d18108ca63822b163b24efb07de39c6123f22
Merge: b96150b775 f1612629e2
Author: Mark A. Hershberger <mah@everybody.org>
Commit: GitHub <noreply@github.com>
Merge pull request #21 from skangas/nongnu-elpa-badge
NonGNU ELPA fixes part 2
---
README.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 75920bba81..e9317b0028 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-[[http://github.com/xml-rpc-el/xml-rpc-el][https://elpa.nongnu.org/nongnu/xml-rpc.svg]]
+[[https://elpa.nongnu.org/nongnu/xml-rpc.html][https://elpa.nongnu.org/nongnu/xml-rpc.svg]]
[[https://stable.melpa.org/#/xml-rpc][file:https://stable.melpa.org/packages/xml-rpc-badge.svg]]
[[https://melpa.org/#/xml-rpc][file:https://melpa.org/packages/xml-rpc-badge.svg]]
[[https://github.com/xml-rpc-el/xml-rpc-el/actions][https://github.com/xml-rpc-el/xml-rpc-el/workflows/CI/badge.svg]]
@@ -13,9 +13,9 @@ xml-rpc.el represents XML-RPC datatypes as lisp values,
automatically converting
* Installation:
-If you use [[http://elpa.gnu.org/][ELPA]], and have configured the
[[https://melpa.org/][MELPA]] repository, then =M-x package-install RET xml-rpc
RET= interface. This is preferrable as you will have access to updates
automatically.
+If you use [[http://elpa.gnu.org/][ELPA]], and have configured the
[[https://elpa.nongnu.org/][NonGNU ELPA]] or [[https://melpa.org/][MELPA]]
repository, then =M-x package-install RET xml-rpc RET= interface. This is
preferrable as you will have access to updates automatically.
-If you would like to use ELPA, but this is your first time to use it or MELPA,
then try evaluating the following code in emacs:
+If you would like to use ELPA, but this is your first time to use it, or
NonGNU ELPA/MELPA, then try evaluating the following code in emacs:
#+begin_src elisp
(progn
(require 'package)
- [nongnu] elpa/xml-rpc updated (b8c9c31470 -> 98ff430ab4), ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc aefa28cea4 01/10: Fix byte-compiler warnings in Emacs 29, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc fc0c82eb5c 02/10: Bump version to 1.6.16, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc d3e467f142 03/10: Fix issues discovered by package-lint, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc 98ff430ab4 10/10: Merge pull request #19 from skangas/test-file-header, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc 6d5892d910 04/10: Add file header to xml-rpc-test.el, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc 50d6a7470e 05/10: Fix link in NonGNU ELPA badge, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc f46d18108c 09/10: Merge pull request #21 from skangas/nongnu-elpa-badge,
ELPA Syncer <=
- [nongnu] elpa/xml-rpc ce3d947798 07/10: Merge pull request #23 from skangas/silence-compiler, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc f1612629e2 06/10: Add NonGNU ELPA to installation instructions, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc b96150b775 08/10: Merge pull request #24 from skangas/package-lint, ELPA Syncer, 2022/10/27