From 9d26076b05d598279cf1ac34724bff388a8ac349 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 8 May 2012 18:10:04 +0200 Subject: [PATCH] update url mapping docs --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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])?`` -- 2.30.2