update url mapping docs
authorChristian Weiske <cweiske@cweiske.de>
Tue, 8 May 2012 16:10:04 +0000 (18:10 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 8 May 2012 16:10:04 +0000 (18:10 +0200)
README.rst

index 19cccb9bfd3d7ac6cfd38bc686b2a794596f748a..022eab84bc1f69906eb3466381908793959cc910 100644 (file)
@@ -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])?``