aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-05-02 17:42:34 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-05-02 17:42:34 +0200
commitd06f9e8ea6cefcfae1ad28bb203a7e4e562820a8 (patch)
tree6da926eee3b793d23a08d87bff65ac605f2ce038 /README.rst
parent898642aecf2bcff3a255bbcbba319d1d0458812d (diff)
downloadphorkie-d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8.tar.gz
phorkie-d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8.zip
basic web+fork handling
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7df1579..1270c30 100644
--- a/README.rst
+++ b/README.rst
@@ -288,6 +288,10 @@ URLs
Search for term, with optional page
``/list(/[0-9])?``
List all pastes, with optional page
+``/fork-remote``
+ Fork a remote URL
+``/help``
+ Show help page
``/new``
Shows form for new paste
``/login``
@@ -329,6 +333,8 @@ If you use nginx, place the following lines into your ``server`` block:
rewrite ^/([0-9]+)/rev-raw/(.+)$ /raw.php?id=$1&rev=$2&file=$3;
rewrite ^/([0-9]+)/tool/([^/]+)/(.+)$ /tool.php?id=$1&tool=$2&file=$3;
+ rewrite ^/fork-remote$ /fork-remote.php;
+ rewrite ^/help$ /help.php;
rewrite ^/new$ /new.php;
rewrite ^/feed/new$ /feed-new.php;
rewrite ^/feed/updated$ /feed-updated.php;