aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ba5bb42..e262beb 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
opcut
=====
-`https://opcut.herokuapp.com/`
+`https://opcut.kopic.xyz/`_
`opcut` is cutting stock problem optimizer
(`https://en.wikipedia.org/wiki/Cutting_stock_problem`) utilizing multiple
@@ -14,6 +14,11 @@ panels and guillotine cuts (end-to-end cuts). This project includes:
Git repository is available at `<https://github.com/bozokopic/opcut.git>`_.
+Public instance `https://opcut.kopic.xyz/`_ is constrained with limited
+resources and should be used only for functionality evaluation purposes.
+In case of complex and repetitive calculations, please consider running
+self hosted instance.
+
Runtime requirements
--------------------
@@ -133,6 +138,7 @@ creates wheel package inside `build` directory.
TODO
----
+* ui svg rewrite
* unit tests
* changelog
* alternative hosting (https://opcut.herokuapp.com is shutting down)