aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
blob: 8ed53349c73a9d676d2bb850555eda31ba19a7c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.