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

hpaste :: src / Text / Blaze / Html5 /

Extra.hs

1
2
3
4
5
6
7
8
9
10
11
{-# OPTIONS -Wall #-}
{-# LANGUAGE OverloadedStrings #-}

module Text.Blaze.Html5.Extra where

import           Text.Blaze.Html5            as H
import qualified Text.Blaze.Html5.Attributes as A

-- | A POST form.
postForm :: Html -> Html
postForm = H.form ! A.method "POST"
[See repo JSON]