Tool to generate Nuvola Player Website.
- Python 3.6
- fxwebgen
./serve.sh
cd ~/dev/repo/nuvola.tiliado.eu
make update
make publish
- Data
- globals.json: Global data for Jinja2 templates.
- distributions.json: A list of supported distributions.
- apps.json: Metadata of available web app scripts.
- Static - static files copies as is.
- Templates - Jinja2 templates
- snippets.html: Snippets used in other templates.
- index.html: List of apps.
- nuvola.html: Installation instructions for Flatpak and Nuvola Player.
- nuvola_DISTRO.html: Overrides
nuvola.html
with instructions forDISTRO
distribution. - nuvola_DISTRO_RELEASE.html: Overrides
nuvola.html
with instructions forRELEASE
release ofDISTRO
distribution. - app.html: Installation instructions for individual web app scripts.
- nuvola_DISTRO.html: Overrides
app.html
with instructions forDISTRO
distribution. - app_DISTRO_RELEASE.html: Overrides
app.html
with instructions forRELEASE
release ofDISTRO
distribution.