mirror of
https://github.com/kennethreitz-archive/webhook-reel.git
synced 2026-06-05 15:30:19 +00:00
license update
This commit is contained in:
@@ -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
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user