# HG changeset patch # User Edho Arief # Date 1352693540 -25200 # Node ID 7a514c733e6c498267752d22b6896de61b8d3441 # Parent 17f682a53b13c9b93d15cb27f6123263bbef6866 A note about current design. diff -r 17f682a53b13 -r 7a514c733e6c README.md --- a/README.md Mon Nov 12 11:09:25 2012 +0700 +++ b/README.md Mon Nov 12 11:12:20 2012 +0700 @@ -29,3 +29,8 @@ Or with gzip to save bandwidth: ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' + +Design +------ + +Current design is a bit crap. Suggestions and actual designs are welcome.