From 21782f94ef36b42712e00332e1eec83176c68951 Mon Sep 17 00:00:00 2001 From: John Sheehan Date: Mon, 22 Dec 2014 15:42:08 -0800 Subject: [PATCH] more meta updates --- httpbin/templates/httpbin.1.html | 10 +++++----- httpbin/templates/index.html | 2 +- setup.py | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 08a7777..2119255 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -47,9 +47,7 @@

DESCRIPTION

-

Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic -for testing POST requests, but not much else. This exists to cover all kinds of HTTP -scenarios. Additional endpoints are being considered.

+

Testing an HTTP Library can become difficult sometimes. RequestBin is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios. Additional endpoints are being considered.

All endpoint responses are JSON-encoded.

@@ -142,11 +140,13 @@ $ gunicorn httpbin:app

AUTHOR

-

A Kenneth Reitz -Project.

+

A Runscope Community Project.

+

Originally created by Kenneth Reitz.

SEE ALSO

+

Hurl.it - Make HTTP requests.

+

RequestBin - Inspect HTTP requests.

http://python-requests.org

diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html index 0ae7de1..daea37a 100644 --- a/httpbin/templates/index.html +++ b/httpbin/templates/index.html @@ -50,7 +50,7 @@ -Fork me on GitHub +Fork me on GitHub diff --git a/setup.py b/setup.py index 4fdec4c..f3672ce 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ setup( description="HTTP Request and Response Service", # The project URL. - url='https://github.com/kennethreitz/httpbin', + url='https://github.com/Runscope/httpbin', # Author details - author='Kenneth Reitz', - author_email='me@kennethreitz.com', + author='Runscope', + author_email='httpbin@runscope.com', # Choose your license license='MIT',