From 11a2560513e114ae30904f0598c4732aeac1972a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 12 Oct 2021 17:59:37 +0200 Subject: [Meta] Initial commit --- README.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..8ed5334 --- /dev/null +++ b/README.rst @@ -0,0 +1,23 @@ +.. vi: tw=100 + +mpaste +====== + +**mpaste** is a super minimal paste server written in Go. It supports extremely simple file uploads +assuming you have the tools available to do so, such as ``curl(1)``. It also supports viewing pastes +in the browser as either raw text or with syntax highlighting. This paste server has no web +interface for adding pastes, no stupid moving parts, no useless garbage. + + +Documentation +------------- + +Read `the manual`_ + +.. _the manual: mpaste.1 + + +Compilation +----------- + +Just run the ``make`` command. -- cgit v1.2.3