From e354e308b7119f083cb19dfa02846aeca233d308 Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Fri, 7 Oct 2016 23:10:35 +0200 Subject: [PATCH] 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: