Paste server written in Haskell. Fork of Hpaste, fully freedom and privacy respecting and generally improved. At the time of writing there's an instance at <http://paste.rel4tion.org>.

[[ 🗃 ^aoqmo toothpaste ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aoqmo

SSH: git clone USERNAME@vervis.peers.community:aoqmo

Branches

Tags

master :: static /

hpaste.el

(defun lpaste-region ()
  (interactive)
  (format "curl http://lpaste.net/new?%s"
           (mapconcat 'identity
                      (mapcar (lambda (cons)
                                (concat (url-hexify-string (car cons))
                                        "="
                                        (url-hexify-string (cdr cons))))
                              `(("title" . "Elis1p")
                                ("author" . "chrisdone")
                                ("language" . "haskell")
                                ("channel" . "")
                                ("paste" . "Code here'%@!")
                                ("private" . "private")
                                ("email" . "")))
                      "&")))

[See repo JSON]