license update

This commit is contained in:
Kenneth Reitz
2011-05-12 00:18:26 -04:00
parent c2ef55df0b
commit 79afbb3f83
2 changed files with 35 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
Copyright (c) 2011 Kenneth Reitz.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+22 -6
View File
@@ -13,11 +13,14 @@ Routes
``/``
Text box for entering request type and URL.
Returns webook-reel url, w/ clippy.
``/get/<url>``
GETs given url.
Future
------
``/head/<url>``
HEADs given url.
@@ -27,11 +30,10 @@ Routes
``/post/<url>``
I have no idea why you'd want to do this.
TODO
----
Future
------
- Returns webook-reel url, w/ clippy.
- Support for optional data and paramaters
- Templating for inserting webhook data (jinja2)
@@ -39,5 +41,19 @@ Future
License
-------
ISC.
::
Copyright (c) 2011 Kenneth Reitz.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.