From: Christian Weiske Date: Tue, 8 May 2012 16:10:04 +0000 (+0200) Subject: update url mapping docs X-Git-Tag: v0.2.0~10 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/9d26076b05d598279cf1ac34724bff388a8ac349 update url mapping docs --- diff --git a/README.rst b/README.rst index 19cccb9..022eab8 100644 --- a/README.rst +++ b/README.rst @@ -128,8 +128,14 @@ URLs Edit the paste ``/[0-9]+/raw/(.+)`` Display raw file contents +``/[0-9]/tool/[a-zA-Z]+/(.+)`` + Run a tool on the given file +``/[0-9]/rev/[a-z0-9]+`` + Show specific revision of the paste ``/[0-9]/delete`` Delete the paste +``/[0-9]/fork`` + Create a fork of the paste ``/search?q=..(&page=[0-9]+)?`` Search for term, with optional page ``/list(/[0-9])?``