Minor update to README/index

This commit is contained in:
Tom Willemse 2014-04-23 23:18:48 +02:00
parent 46a552c5ac
commit 0d77c5aada
2 changed files with 7 additions and 6 deletions

View file

@ -75,7 +75,7 @@ Easily delete them too.
the ~DELETE~ HTTP method. An example with curl: the ~DELETE~ HTTP method. An example with curl:
: # curl -XDELETE http://yourserver.example.com/abcdef1 : # curl -XDELETE http://yourserver.example.com/abcdef1
: None : Successfully removed abcdef1
There is currently no way to authenticate yourself with the There is currently no way to authenticate yourself with the
server, so anyone can delete (also post) files. Of course they server, so anyone can delete (also post) files. Of course they
@ -83,9 +83,9 @@ Easily delete them too.
* Clients * Clients
Hypo tries to stay simple to work with, at least on the Hypo tries to stay simple to work with, at least on the client-side.
client-side. However, some clients may make things easier. However, some clients may make things easier. Currently there is
Currently there is only the (incomplete) [[http://code.ryuslash.org/hypo-emacs/][Emacs client]]. only the (incomplete) [[http://code.ryuslash.org/hypo-emacs/][Emacs client]] and a simple [[http://code.ryuslash.org/hypo-cli/about/][CLI client]].
* License * License

View file

@ -122,7 +122,7 @@ http://yourserver.example.com/abcdef1</pre>
</p> </p>
<pre class="example"># curl -XDELETE http://yourserver.example.com/abcdef1 <pre class="example"># curl -XDELETE http://yourserver.example.com/abcdef1
None</pre> Successfully removed abcdef1</pre>
<p> <p>
There is currently no way to authenticate yourself with There is currently no way to authenticate yourself with
@ -141,7 +141,8 @@ None</pre>
client-side. However, some clients may make things easier. client-side. However, some clients may make things easier.
Currently there is only the Currently there is only the
(incomplete) <a href="http://code.ryuslash.org/hypo-emacs/">Emacs (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> </p>
</div> </div>
</div> </div>