16 lines
821 B
Text
16 lines
821 B
Text
|
# ewfm standard themes
|
||
|
This repository contains standard themes including the base of all theme types allowing you to easily make your own.
|
||
|
|
||
|
In most cases, `populate.sh` will be able to handle this repository for you so there will be no need for manually downloading it.
|
||
|
|
||
|
## Contributing
|
||
|
The themes in this repository must only contain `template.html`, `dist` and a stylesheet within `dist`.
|
||
|
|
||
|
You aren't allowed to include any extra files, which also means no JavaScript, images or multiple stylesheets.
|
||
|
|
||
|
The (extended themes)[https://gitlab.com/threeoh6000/ewfm-extended-themes] repository will be suitable for heavier themes, although it bans JavaScript.
|
||
|
|
||
|
**All** themes in this repository will be licensed under the GNU GPL.
|
||
|
|
||
|
Theme makers are allowed to add an extra `AUTHORS` file to denote who worked on said theme.
|