aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-23 23:18:48 +0200
committerGravatar Tom Willemse2014-04-23 23:18:48 +0200
commit0d77c5aada6147929d9de21a65762b16b9c3ee7c (patch)
tree82e844e2591d57c4fcb39bde55edf41cf880ea89
parent46a552c5ac2565db8ddfda2db5e6c6a5b4d6f75c (diff)
downloadhypo-0d77c5aada6147929d9de21a65762b16b9c3ee7c.tar.gz
hypo-0d77c5aada6147929d9de21a65762b16b9c3ee7c.zip
Minor update to README/index
-rw-r--r--README.org8
-rw-r--r--templates/index.html5
2 files changed, 7 insertions, 6 deletions
diff --git a/README.org b/README.org
index 42a71e8..35b4201 100644
--- a/README.org
+++ b/README.org
@@ -75,7 +75,7 @@ Easily delete them too.
the ~DELETE~ HTTP method. An example with curl:
: # curl -XDELETE http://yourserver.example.com/abcdef1
- : None
+ : Successfully removed abcdef1
There is currently no way to authenticate yourself with the
server, so anyone can delete (also post) files. Of course they
@@ -83,9 +83,9 @@ Easily delete them too.
* Clients
- Hypo tries to stay simple to work with, at least on the
- client-side. However, some clients may make things easier.
- Currently there is only the (incomplete) [[http://code.ryuslash.org/hypo-emacs/][Emacs client]].
+ Hypo tries to stay simple to work with, at least on the client-side.
+ However, some clients may make things easier. Currently there is
+ only the (incomplete) [[http://code.ryuslash.org/hypo-emacs/][Emacs client]] and a simple [[http://code.ryuslash.org/hypo-cli/about/][CLI client]].
* License
diff --git a/templates/index.html b/templates/index.html
index 08318a9..277629b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -122,7 +122,7 @@ http://yourserver.example.com/abcdef1</pre>
</p>
<pre class="example"># curl -XDELETE http://yourserver.example.com/abcdef1
-None</pre>
+Successfully removed abcdef1</pre>
<p>
There is currently no way to authenticate yourself with
@@ -141,7 +141,8 @@ None</pre>
client-side. However, some clients may make things easier.
Currently there is only the
(incomplete) <a href="http://code.ryuslash.org/hypo-emacs/">Emacs
- client</a>.
+ client</a> and a simple
+ <a href="http://code.ryuslash.org/hypo-cli/">CLI client</a>.
</p>
</div>
</div>