aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-03-23 23:23:19 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-03-23 23:25:43 +0100
commitb400ea8d09b516b40b767d9477634bab470d95ec (patch)
treeca4bc21d0b121f1dc98846c8a96225ef9c0a107d
parentecad324ef338f4dd101b164ea41bb7db19ee582c (diff)
downloadjson-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.tar.gz
json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.tar.xz
json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.zip
Not so trivial anymore
We're gonna implement WebSockets soon, so make appropriate changes to texts. Updated copyright in LICENSE.
-rw-r--r--CMakeLists.txt2
-rw-r--r--LICENSE2
-rw-r--r--README7
-rw-r--r--json-rpc-shell.c2
4 files changed, 9 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 76e3de4..7898e3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,7 +77,7 @@ foreach (page ${project_MAN_PAGES})
endforeach (page)
# CPack
-set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Shell for JSON-RPC 2.0 HTTP queries")
+set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Shell for running JSON-RPC 2.0 queries")
set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p.janouch@gmail.com>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
diff --git a/LICENSE b/LICENSE
index 71e1e3e..cf7d3ff 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
- Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com>
+ Copyright (c) 2014, 2015, Přemysl Janouch <p.janouch@gmail.com>
All rights reserved.
Permission to use, copy, modify, and/or distribute this software for any
diff --git a/README b/README
index 69b1746..df9b968 100644
--- a/README
+++ b/README
@@ -1,13 +1,18 @@
json-rpc-shell
==============
-`json-rpc-shell' is a trivial shell for running JSON-RPC 2.0 HTTP queries.
+`json-rpc-shell' is a simple shell for running JSON-RPC 2.0 queries.
This software has been created as a replacement for the following shell, which
is written in Java: http://software.dzhuvinov.com/json-rpc-2.0-shell.html
Fuck Java. With a sharp, pointy object. In the ass. Hard. json-c as well.
+Supported transports
+--------------------
+ - HTTP
+ - HTTPS
+
Building and Running
--------------------
Build dependencies: CMake, pkg-config, help2man, liberty (included)
diff --git a/json-rpc-shell.c b/json-rpc-shell.c
index f50c859..1dbc286 100644
--- a/json-rpc-shell.c
+++ b/json-rpc-shell.c
@@ -1,5 +1,5 @@
/*
- * json-rpc-shell.c: trivial JSON-RPC 2.0 shell
+ * json-rpc-shell.c: simple JSON-RPC 2.0 shell
*
* Copyright (c) 2014 - 2015, Přemysl Janouch <p.janouch@gmail.com>
* All rights reserved.