a3dfb38343
Fixed spelling
60 lines
2.1 KiB
Markdown
60 lines
2.1 KiB
Markdown
# OneForAll
|
|
|
|
> Licence management Software - Easy to use and Extensible
|
|
|
|
<img src="![image](https://user-images.githubusercontent.com/101731147/158679084-abd69aa5-78a3-4122-b443-1fa2a2d82325.png)" />
|
|
|
|
|
|
## 🚩 Table of Contents
|
|
|
|
- [Why OneForAll?](#-why-oneforall)
|
|
- [Browser Support](#-browser-support)
|
|
- [Pull Request Steps](#-pull-request-steps)
|
|
- [License](#-license)
|
|
|
|
|
|
## 🤖 Why OneForAll?
|
|
|
|
OneForAll provides an affordable way to manage licences for small or even large businesses.
|
|
|
|
### UI
|
|
|
|
* **Dark Theme** : A dark theme is in the works.
|
|
|
|
### Plugins
|
|
|
|
We are planning to bring plugin support in the future.
|
|
|
|
## 🎨 Features
|
|
|
|
* [Viewer]![image](https://user-images.githubusercontent.com/101731147/158681174-ea3bbf52-c300-453e-a915-737474b33cd2.png) : View license and edit with the click of a button.
|
|
* [Editor]![image](https://user-images.githubusercontent.com/101731147/158681512-c8839553-28e2-41d7-92e1-43a78b786bd4.png) : Edit license and send the change.
|
|
|
|
## 🌏 Browser Support
|
|
|
|
| <img src="https://user-images.githubusercontent.com/1215767/34348387-a2e64588-ea4d-11e7-8267-a43365103afe.png" alt="Chrome" width="16px" height="16px" /> Chrome | <img src="https://user-images.githubusercontent.com/1215767/34348380-93e77ae8-ea4d-11e7-8696-9a989ddbbbf5.png" alt="Edge" width="16px" height="16px" /> Edge | <img src="https://user-images.githubusercontent.com/1215767/34348383-9e7ed492-ea4d-11e7-910c-03b39d52f496.png" alt="Firefox" width="16px" height="16px" /> Firefox |
|
|
| :---------: | :---------: | :---------: |
|
|
| Yes | Yes | Yes |
|
|
|
|
|
|
## 🔧 Pull Request Steps
|
|
|
|
OneForAll is open source, so you can make a pull request(PR) to fix an issue.
|
|
|
|
### Setup
|
|
|
|
Fork `main` branch into your personal repository. Clone it to your local computer. Before starting development, you should check if there are any errors.
|
|
|
|
```sh
|
|
$ git clone https://github.com/{your-personal-repo}/OneForAll.git
|
|
```
|
|
|
|
### Pull Request
|
|
|
|
Before uploading your PR, test one last time to check if there are any errors. If there are no errors, commit and then push to `main`!
|
|
|
|
## 📜 License
|
|
|
|
This software is licensed under the [GNU GPLv3](LICENSE.md) license.
|
|
|