From bd8642d05aa344707e9bd96bf6d854d8b3b20b0f Mon Sep 17 00:00:00 2001 From: David Benson Date: Fri, 13 Nov 2020 09:04:46 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 16f99cc4e..4430f1f31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ *NOTE 09.11.2020* : Development on mxGraph has now stopped, this repo is effectively end of life. +Known forks: + +https://github.com/jsGraph/mxgraph +https://github.com/process-analytics/mxgraph + mxGraph ======= @@ -7,12 +12,10 @@ mxGraph is a fully client side JavaScript diagramming library that uses SVG and The PHP model was deprecated after release 4.0.3 and the archive can be found [here](https://github.com/jgraph/mxgraph-php). -The npm build is [here](https://www.npmjs.com/package/mxgraph) +The unmaintained npm build is [here](https://www.npmjs.com/package/mxgraph) We don't support Typescript, but there is a [project to implement this](https://github.com/process-analytics/mxgraph-road-to-DefinitelyTyped), with [this repo](https://github.com/hungtcs/mxgraph-type-definitions) currently used as the lead repo. -mxGraph supports IE 11, Chrome 43+, Firefox 45+, Safari 10 and later, Opera 30+, Native Android browser 5.1.x+, the default browser in the current and previous major iOS versions (e.g. 13.x and 12.x) and Edge 31+. - The mxGraph library uses no third-party software, it requires no plugins and can be integrated in virtually any framework (it's vanilla JS). Getting Started @@ -25,14 +28,11 @@ Support There is a [mxgraph tag on Stack Overflow](http://stackoverflow.com/questions/tagged/mxgraph). Please ensure your questions adhere to the [SO guidelines](http://stackoverflow.com/help/on-topic), otherwise it is likely to be closed. -If you are looking for active support, your better route is one of the commercial diagramming tools, like yFiles or GoJS. - -License -======= - -mxGraph is licensed under a modified Apache 2.0 license. The modification is clause 4(e). Note this is not an open source license because of this clause. We do not sell any other license, nor do we have an option for paid support. +If you are looking for active support, your better route is one of the commercial diagramming tools, like [yFiles](https://www.yworks.com/products/yfiles-for-html) or [GoJS](https://gojs.net/latest/index.html). History ======= We created mxGraph in 2005 as a commercial project and it ran through to 2016 that way. Our USP was the support for non-SVG browsers, when that advantage expired we moved onto commercial activity around draw.io. mxGraph is pretty much feature complete, production tested in many large enterprises and stable for many years. + +Over time you can expect this codebase will break features against new browser releases, it's not advised to start new projects against this codebase for that reason.