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

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

[nongnu] elpa/webpaste e354e30 034/298: Update commentary, package-versi


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste e354e30 034/298: Update commentary, package-version, keywords and readme
Date: Thu, 9 Dec 2021 18:59:39 -0500 (EST)

branch: elpa/webpaste
commit e354e308b7119f083cb19dfa02846aeca233d308
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Update commentary, package-version, keywords and readme
---
 README.org  | 16 ++++++++++------
 webpaste.el | 10 ++++++----
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index 42285cc..586ec84 100644
--- a/README.org
+++ b/README.org
@@ -1,8 +1,12 @@
 * Webpaste.el
-** TODO Providers to implement [0/3]
- - [ ] dpaste.de
- - [ ] Spacepaste :: paste.pound-python.org
- - [ ] Debian Paste :: paste.debian.net
+This mode allows to paste whole buffers or parts of buffers to
+pastebin-like services. It supports more than one service and will
+failover if one service fails. More services can easily be added
+over time and prefered services can easily be configured.
 
-** DONE Fallback on failure [1/1]
- - [X] Support trying the next provider on failure
+** TODO Providers to implement [2/5]
+ - [X] ix.io
+ - [X] dpaste.com
+ - [ ] dpaste.de
+ - [ ] paste.pound-python.org
+ - [ ] paste.debian.net
diff --git a/webpaste.el b/webpaste.el
index 22cb677..77d8f0b 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -4,15 +4,17 @@
 
 ;; Author: Elis "etu" Axelsson
 ;; URL: https://github.com/etu/webpaste.el
-;; Package-Version: 0
+;; Package-Version: 0.0.1
 ;; Version: 0.0.1
-;; Keywords: convenience, webpaste
+;; Keywords: convenience, webpaste, dpaste, dpaste.com, ix, ix.io
 ;; Package-Requires: ((emacs "25.1") (request "0.2.0"))
 
 ;;; Commentary:
 
-;; This mode will allow the user to paste parts or whole buffers
-;; to pastebin-like services.
+;; This mode allows to paste whole buffers or parts of buffers to
+;; pastebin-like services. It supports more than one service and will
+;; failover if one service fails. More services can easily be added
+;; over time and prefered services can easily be configured.
 
 ;;; License:
 



reply via email to

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