themes.xml
XML 1.0 document, ASCII text
1<?xml version="1.0" encoding="UTF-8"?> 2<themes 3xmlns="https://theme.roundabout-host.com/" 4xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5xsi:schemaLocation="https://theme.roundabout-host.com/ https://theme.roundabout-host.com/themes.xsd" 6> 7<!-- 8Usage of XML Schema Instace is required for any IDE to be able to recognize the location of 9theme themes namespace 10--> 11 12<theme> 13<title>Dusk</title> 14<author 15uri="https://roundabout-host.com/roundabout" 16instance="roundabout-host.com" 17username="roundabout" 18>Roundabout developer</author> 19<uri>roundabout/dusk.css</uri> 20<description>Dusk theme for roundabout web interface</description> 21<license> 22<short>GPL-3.0-or-later</short> 23<uri>https://www.gnu.org/licenses/gpl-3.0.html</uri> 24<long><![CDATA[Copyright (C) 2024 Roundabout developer 25 26This stylesheet is free software: you can redistribute it and/or modify 27it under the terms of the GNU General Public License as published by 28the Free Software Foundation, either version 3 of the License, or 29(at your option) any later version. 30 31This stylesheet is distributed in the hope that it will be useful, 32but WITHOUT ANY WARRANTY; without even the implied warranty of 33MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 34GNU General Public License for more details. 35 36You should have received a copy of the GNU General Public License 37along with this stylesheet. If not, see <https://www.gnu.org/licenses/>]]></long> 38</license> 39</theme> 40 41</themes> 42