X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=README;h=053829e016dd7385e3306c272f42460c229c04ce;hb=6d00993bda9905be78e59ca421234f8e95f04550;hp=9f5cf193ca53f493d53b0d5bfdeec9a9c8687a96;hpb=4cf829bd25c3f01a45e1823bb8d07d0fb660d98a;p=uploader.git diff --git a/README b/README index 9f5cf19..053829e 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ Simplest form file uploader. + It just saves uploaded file from HTML form to the new file on the disk. Also it calculates BLAKE2b checksum, replying with it in the answer. @@ -13,3 +14,5 @@ You can verify integrity locally: b2sum -a blake2b somedata.tar.gpg You can enable mail notification with -notify-to and -notify-from options. + +uploader is free software: see the file COPYING for copying conditions.