]> jfr.im git - uguu.git/commitdiff
Update README.md
authorEric Johansson (neku) <redacted>
Wed, 7 Oct 2015 22:31:32 +0000 (00:31 +0200)
committerEric Johansson (neku) <redacted>
Wed, 7 Oct 2015 22:31:32 +0000 (00:31 +0200)
README.md

index 8700b94a3870a857fe0b31c3dc01097ff45aae93..423a268dd7962d7f7a0519a7b3ff29577ade9d70 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ Make the uguu/ directory modifiable to the nginx user:
 
 # Todo
 
-* Respond with JSON rather then a white page with echo, will break current tools for the page tho, maybe add a switch so using the webpage will respond using JSON by default and using the 'API' will respond with a plain echo by default?
+* Restructure files.
+* Make global config file.
 * Probably a lot of things but I'm a lazy fuck, come with suggestions.
 
 
@@ -36,10 +37,8 @@ Make the uguu/ directory modifiable to the nginx user:
   
   E.g:
   
-  
   curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload (HTML Response)
   
-  
   curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool (Plain text Response)