aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-04-06 09:25:05 -0700
committerAnton Tananaev <anton@traccar.org>2024-04-06 09:25:05 -0700
commitf82c2d0cc93321d6b2db0807210dcfa0a1083401 (patch)
tree1c1549738aaefa274f39c2a27d2d1c95ae38e310
parent7f5173ab92554a69f577822accb3289c7cd6c4ba (diff)
downloadtrackermap-web-f82c2d0cc93321d6b2db0807210dcfa0a1083401.tar.gz
trackermap-web-f82c2d0cc93321d6b2db0807210dcfa0a1083401.tar.bz2
trackermap-web-f82c2d0cc93321d6b2db0807210dcfa0a1083401.zip
Update readme
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index dbb8de5b..5f95297e 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,7 @@
Traccar is open source server for various GPS tracking devices. This repository contains web interface for the Traccar platform. For back-end checkout [main Traccar repository](https://github.com/tananaev/traccar).
-## Modern web app
-
-New web app for Traccar (**modern** subfolder). It uses modern technologies like React, Material UI etc. For more information on how to build it please check the [modern app documentation](https://www.traccar.org/build-web-app/).
-
-## Legacy web app
-
-Old web app for Traccar. It uses Sencha Ext JS framework. For more information on how to build it please check [the legacy app documentation](https://www.traccar.org/build-extjs/).
+The modern app uses React, Material UI and MapLibre. For more information on how to build it please check the [web app documentation](https://www.traccar.org/build-web-app/).
## Team
@@ -19,6 +13,16 @@ Old web app for Traccar. It uses Sencha Ext JS framework. For more information o
## License
-Modern app uses Apache License, Version 2.0 license.
+ Apache License, Version 2.0
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
-Legacy app uses The GNU General Public License v3.0 license.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.