roundabout-test,
created on Sunday, 12 May 2024, 02:31:16 (1715481076),
received on Sunday, 12 May 2024, 14:32:56 (1715524376)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
32f533aef8a1f7807b39b5f8b378be09ab7a1d88
index.html
@@ -13,6 +13,7 @@
</hgroup>
<p>Don't know how to install a theme? See <a href="install.html">install.html</a></p>
<p>Want your own theme here? See <a href="submit.html">submit.html</a></p>
<ul id="ThemeList"></ul>
submit.html
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Submit a Theme</title>
<link rel="styleshee" href="style.css" />
</head>
<body>
<a href="index.html">go back</a>
<h1>Submit a Theme</h1>
<p>Theme submissions can be sent through email.</p>
<p>Simply attach the CSS file to the email, and include:</p>
<ul>
<li>Your theme's name</li>
<li>A link to your profile</li>
</ul>
<h2>Submit with PR</h2>
<p>You can also submit your theme in a PR to the repository this is hosted at: <a href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com/steve0greatness/ThemeIndex</a>.</p>
<p>Simply place your theme CSS into a subdirectory under the theme direcotry(this should be your username), then include a bit of metadata in the themes.xml file in the project root.</p>
<p>This meta data should be as follows:</p>
<pre>
<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>
</pre>
</body>
</html>