Ukagaka/Ghost Development and Download

Dedicated sites or posts offering Ukagaka/Ghosts (little desktop doodads you can interact with) for free download, or information about Ukagaka/Ghosts in general.

Code of Conduct

What's this?

A community of sites around a common topic, also known as a webring. Each member includes a badge on their site that links to the previous and next sites in the ring. Kids in the 90s used to love it!

How to join

To join the webring, open a pull request and supply the name and URL of your site. If you publish a RSS feed, you can provide that as well.

If you don't have a Github account, you can also use this form to sign up. The webring admins will then look at your site and handle your request.

Add the banner

Once you've joined the ring, copy this code snippet into your site:

<webring-banner>
<p>Member of the <a href="https://ukagakawebring.netlify.com/">Ukagaka/Ghost Development and Download</a> webring</p>
<a href="https://ukagakawebring.netlify.com//prev">Previous</a>
<a href="https://ukagakawebring.netlify.com//random">Random</a>
<a href="https://ukagakawebring.netlify.com//next">Next</a>
</webring-banner>
<script async src="https://ukagakawebring.netlify.com//embed.js" charset="utf-8"></script>

It will render this banner that links to the other members:

Member of the Ukagaka/Ghost Development and Download webring

Previous Random Next

If the post or page you have for your ghost won't support the banner (or if you don't like how it looks), you can do a simpler set of links:

<p align="center">&#128123; <i>Member of the <a href="https://ukagakawebring.netlify.com/" target="_new">Ukagaka/Ghost Development and Download</a> webring</i> &#128123;</p>
<p align="center">&#128123; | <a href="https://ukagakawebring.netlify.com//prev">Previous</a> |
<a href="https://ukagakawebring.netlify.com//random">Random</a> |
<a href="https://ukagakawebring.netlify.com//next">Next</a> | &#128123;</p>
<script async src="https://ukagakawebring.netlify.com//embed.js" charset="utf-8"></script>

You can of course adjust this html snip any way you like to better suit your ghost's page! The key things are the link to the ring itself and the previous/next/random links.

Want to host your own webring?

If you want to start your own webring, fork this project on Github and follow the instructions in the README.

Fork on Github