summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-03 16:55:55 +0200
committerSimon Rettberg2014-06-03 16:55:55 +0200
commit4982780184ad0668cdc9ad2ed5e38f96246114de (patch)
tree9db9373f18ad28b04b75cc71ece86f26949959ea
parentInitial commit (diff)
downloadtaskman-lite-4982780184ad0668cdc9ad2ed5e38f96246114de.tar.gz
taskman-lite-4982780184ad0668cdc9ad2ed5e38f96246114de.tar.xz
taskman-lite-4982780184ad0668cdc9ad2ed5e38f96246114de.zip
Quick README
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f8c1e9b
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+Simple and less powerful version of the Taskmanager.
+
+Taskmanager is based on RMI, however I needed to access the Taskmanager
+from PHP, and retrofitting the existing Taskmanager to have a json
+interface proved quite complicated, so this is pretty much a rewrite following
+the basic concepts of Taskmanager. There's still the split between the daemon
+and the interface for defining tasks. The tasks we need for our project have
+actually been moved to a separate repository.
+
+Taskmanager-Lite uses a plugin system, just put your jar containing your tasks
+in the plugins/ subdirectory and they will be loaded at startup.
+See http://git.openslx.org/tmlite-bwlp.git/ for an example.
+