From 2424ea959082fc377545284a55d514536188d05c Mon Sep 17 00:00:00 2001 From: Ivan Olexyn Date: Fri, 17 Apr 2020 18:48:23 +0200 Subject: [PATCH] + README. --- mispbridge/README.md | 4 ++++ mispclient/README.md | 4 ++++ mispfake/README.md | 2 ++ misphelper/README.md | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 mispbridge/README.md create mode 100644 mispclient/README.md create mode 100644 mispfake/README.md create mode 100644 misphelper/README.md diff --git a/mispbridge/README.md b/mispbridge/README.md new file mode 100644 index 0000000..e1bcf76 --- /dev/null +++ b/mispbridge/README.md @@ -0,0 +1,4 @@ +#### About +The `mispbridge` servlet. +* `./mispbridge` copy/link this to `tomcat/webapps`. +* `./src` the source code. \ No newline at end of file diff --git a/mispclient/README.md b/mispclient/README.md new file mode 100644 index 0000000..939b812 --- /dev/null +++ b/mispclient/README.md @@ -0,0 +1,4 @@ +#### About +The `mispclient` servlet. +* `./mispclient` copy/link this to `tomcat/webapps`. +* `./src` the source code. \ No newline at end of file diff --git a/mispfake/README.md b/mispfake/README.md new file mode 100644 index 0000000..b6f4e88 --- /dev/null +++ b/mispfake/README.md @@ -0,0 +1,2 @@ +#### About +Mockup for easy debugging. \ No newline at end of file diff --git a/misphelper/README.md b/misphelper/README.md new file mode 100644 index 0000000..1c970a2 --- /dev/null +++ b/misphelper/README.md @@ -0,0 +1,2 @@ +#### About +Helper files used by `mispbridge` and `mispclient`. \ No newline at end of file