README.md
HTML document, ASCII text
Roundabout Theme Index
This is an index of themes for you to use on any instance of the Roundabout software.
You can find a list of themes by user in the themes
directory, or,
go to steve0greatness.roundabout-host.com/ThemeIndex
for a rich-text list of themes.
Contributing Themes
If you have a theme you'd like to contribute, you can do that in 1 of 2 ways:
Email your theme to
steve0greantessiscool+RATI [at] gmail.com
. Your email should contain a link to your Roundabout profile (it doesn't have to be onroundabout-host.com
), your theme's name, and your theme CSS as an attachment.Submit a Pull Request You'll need to add your theme CSS to your subdirecotry in the
themes
directory. If you don't have a directory inthemes
, add one.
Make sure to add all information about your theme to themes.xml
,
this includes:
Theme's name
Your display name, username, a link to your profile, Roundabout instance
* Path to the theme CSS (relative to the themes
directory)
This should be formatted as such:
xml
<theme>
<title>{Theme Name}</title>
<author
uri="https://{profile link}"
instance="{profile instance}"
username="{author username}"
>{Author display name}</author>
<uri>{pathto/theme.css}</uri>
</theme>
Then submit a PR to this repository.
1# Roundabout Theme Index 2 3This is an index of themes for you to use on any instance of the Roundabout software. 4 5You can find a list of themes by user in the [`themes`](themes) directory, or, 6go to [`steve0greatness.roundabout-host.com/ThemeIndex`](https://steve0greatness.roundabout-host.com/ThemeIndex) 7for a rich-text list of themes. 8 9## Contributing Themes 10 11If you have a theme you'd like to contribute, you can do that in 1 of 2 ways: 12 13* **Email your theme to `steve0greantessiscool+RATI [at] gmail.com`.** 14Your email should contain a link to your Roundabout profile (it doesn't have to be 15on [`roundabout-host.com`](https://roundabout-host.com/)), your theme's name, 16and your theme CSS as an attachment. 17* **Submit a Pull Request** 18You'll need to add your theme CSS to your subdirecotry in the [`themes`](themes) directory. 19If you don't have a directory in [`themes`](themes), add one. 20 21Make sure to add all information about your theme to [`themes.xml`](themes.xml), 22this includes: 23 24* Theme's name 25* Your display name, username, a link to your profile, Roundabout instance 26* Path to the theme CSS (relative to the [`themes`](themes) directory) 27 28This should be formatted as such: 29```xml 30<theme> 31<title>{Theme Name}</title> 32<author 33uri="https://{profile link}" 34instance="{profile instance}" 35username="{author username}" 36>{Author display name}</author> 37<uri>{pathto/theme.css}</uri> 38</theme> 39``` 40Then submit a PR to this repository. 41 42