X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/568bf6f9a487a3dc33ce52e45cd31cfbea2cb79e..c4b6c919fc57dec4334d10b6593a6b8faadc8052:/README.rst diff --git a/README.rst b/README.rst index e69de29..d03eb04 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,56 @@ +************************************ +Phorkie - PHP and Git based pastebin +************************************ + +URLs +==== + +``/`` + Index page. Shows form for new paste +``/[0-9]+`` + Display page for paste +``/[0-9]/edit`` + Edit the paste +``/[0-9]+/raw/(.+)`` + Display raw file contents +``/[0-9]/delete`` + Delete the paste +``/search(/.+)?`` + Search for term +``/list(/[0-9])?`` + List all pastes + + +Internal directory layout +========================= +:: + + repos/ + 1/ - git repository for paste #1 + .git/ + description - Description for the repository + 2/ - git repository for paste #2 + + +Search +====== +Use ``ack-grep`` + + +Install geshi +============= +:: + + $ pear channel-discover mediawiki.googlecode.com/svn + $ pear install mediawiki/geshi + + +TODO +==== +- edit +- list all +- search +- OpenID-Login to get username+email as authorship information +- sidebar: history +- image upload +- rst rendering