X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/3e89794cd18eec5b921aa72471a6890fdf40846e..f0b5a3f429928c07b134e37c706555de1cf71b59:/README.rst diff --git a/README.rst b/README.rst index c53d497..1270c30 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ on your machine: $ pear install michelf/Markdown $ pear channel-discover pear2.php.net - $ pear install pear2/services_linkback-alpha + $ pear install pear2/pear2_services_linkback-alpha Note that this version of GeSHi is a bit outdated, but it's the fastest way to install it. @@ -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;