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