X-Git-Url: http://www.git.stargrave.org/?p=paster.git;a=blobdiff_plain;f=PROTOCOL;fp=PROTOCOL;h=0000000000000000000000000000000000000000;hp=96ee59cf06d5c3e45c2057c57d3808df2737eed3;hb=0e006de337398d557b290d727f40e9303a5ababf;hpb=3e7bb594e7f3114c2373f197760cefd4b72010cb diff --git a/PROTOCOL b/PROTOCOL deleted file mode 100644 index 96ee59c..0000000 --- a/PROTOCOL +++ /dev/null @@ -1,8 +0,0 @@ -Protocol is very simple: bencoded dictionary is sent over TCP. - -* "v" key contains the data you want to paste -* optional "e" key, holding the desired filename extension, without the - leading dot, up to 9 characters long - -"hello world" => d1:v11:hello worlde -"http://example.com/" and "url" extension => d1:e3:url1:v18:http://example.come