antos-frontend/README.md

51 lines
2.7 KiB
Markdown
Raw Normal View History

2018-02-26 11:02:27 +01:00
# antOS
2020-02-20 18:28:03 +01:00
2020-06-26 01:35:19 +02:00
**This version 1.0.0a removes the dependencies on Riot.js by reimplementing the major API for GUI and Announcement system.
The entire core API is also rewritten in TypeScript**
2020-02-20 18:28:03 +01:00
2021-01-27 20:25:47 +01:00
[![Build Status](https://ci.iohub.dev/api/badges/lxsang/ant-http/status.svg)](https://ci.iohub.dev/lxsang/antos)
[![Build Status](https://travis-ci.org/lxsang/antos.svg?branch=master)](https://travis-ci.org/lxsang/antos)
2018-03-19 11:26:53 +01:00
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Flxsang%2Fantos.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Flxsang%2Fantos?ref=badge_shield)
2018-03-19 11:11:48 +01:00
2020-06-10 11:15:01 +02:00
AntOS is a front-end API that mimics the traditional desktop environment on the web browser. The front-end can connect to a remote server and acts as a virtual desktop environment (VDE). The original purpose of AntOS is to provide visual tools to access and control resource on remote server
and embedded linux environment. With its application API and the provided SDK, AntOS facilitates the
development and deployment of user specific applications.
This repository contains only the front-end API. To have fully functional VDE, AntOS need to connect
to the corresponding server side API.
2018-01-04 11:51:12 +01:00
2020-06-22 11:28:44 +02:00
![https://os.lxsang.me/VFS/shared/d4645d65b3e4bb348f1bde0d42598ad9b99367f5](https://os.lxsang.me/VFS/shared/d4645d65b3e4bb348f1bde0d42598ad9b99367f5)
2018-01-04 11:51:12 +01:00
2018-02-02 12:54:07 +01:00
## Demo
2021-03-25 22:58:53 +01:00
A demo of the VDE is available at my page [https://app.iohub.dev/antos/](https://app.iohub.dev/antos/) using username: demo and password: demo. In the demo, the VDE run in a docker image available at:
- [https://hub.docker.com/repository/docker/xsangle/antosaio](https://hub.docker.com/repository/docker/xsangle/antosaio)
- Instruction: [https://github.com/lxsang/antosaio](https://github.com/lxsang/antosaio)
2018-09-29 13:22:55 +02:00
## AntOS applications
[https://github.com/lxsang/antosdk-apps](https://github.com/lxsang/antosdk-apps)
2020-06-10 11:15:01 +02:00
## Documentation
2018-02-27 14:29:24 +01:00
2020-06-26 01:38:00 +02:00
- Documentation: [https://doc.iohub.dev/antos](https://doc.iohub.dev/antos)
2018-02-27 14:29:24 +01:00
## Licence
2020-06-10 11:15:01 +02:00
Copyright 2017-2020 Xuan Sang LE <xsang.le AT gmail DOT com>
2018-02-27 14:29:24 +01:00
2018-03-15 10:29:13 +01:00
AnTOS is is licensed under the GNU General Public License v3.0, see the LICENCE file for more information
2018-02-27 14:29:24 +01:00
2018-03-15 10:30:33 +01:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
2018-03-15 10:30:53 +01:00
This program is distributed in the hope that it will be useful,
2018-03-15 10:30:33 +01:00
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
2018-03-15 10:30:53 +01:00
You should have received a copy of the GNU General Public License
2018-03-15 10:30:33 +01:00
along with this program. If not, see <https://www.gnu.org/licenses/>.
2018-01-04 11:51:12 +01:00