47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown

|
|
|
|
# Welcome
|
|
|
|
Welcome to System Installer, a powerful toolkit for setting up an installer for operating systems.
|
|
|
|

|
|
|
|
Dependencies:
|
|
- flask
|
|
- pytest
|
|
- coverage
|
|
- gettext
|
|
|
|
Recommended:
|
|
- libjs-htmx (needed if the web front-end is to be used)
|
|
- sass-stylesheets-bulma (needed if the web front-end is to be used)
|
|
- libxapp-gtk3-module
|
|
|
|
## Development
|
|
|
|
**Please Note:** This project is in early development, and if you have stumbled across this page, please note that it is nowhere near ready for production use yet. Hopefully that changes over the next few months!
|
|
|
|
### Translations
|
|
|
|
This project uses gettext for translations. More instruction to follow...
|
|
|
|
|
|
### Modules
|
|
|
|
Back-end modules:
|
|
|
|
* TODO: Explain DMM modules
|
|
|
|
Front-end modules:
|
|
|
|
* TODO: Explain Flask blueprint files
|
|
|
|
API:
|
|
|
|
A stable API doesn't exist yet, but it's planned!
|
|
|
|
## License
|
|
|
|
This software is released under the GPL-2 license or later. See the LICENSE
|
|
file for additional details.
|