Drupal Webring Club
Webring for Drupal practitioners and enthusiasts.
Code of ConductWebring for Drupal practitioners and enthusiasts.
Code of ConductA 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!
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.
Once you've joined the ring, copy this code snippet into your site:
<nav class="drupal-webring-club" aria-labelledby="drupal-webring-club">
<h2 id="drupal-webring-club">Member of the Drupal Webring Club</h2>
<p>This site is a member of the <a rel="external" href="https://drupalwebring.com/">Drupal Webring Club</a>.</p>
<ul>
<li><a rel="external" referrerpolicy="strict-origin" href="https://drupalwebring.com/prev">Previous website</a></li>
<li><a rel="external" referrerpolicy="strict-origin" href="https://drupalwebring.com/random">Random website</a></li>
<li><a rel="external" referrerpolicy="strict-origin" href="https://drupalwebring.com/next">Next website</a></li>
</ul>
</nav>
It will render this banner that links to the other members:
If you want to start your own webring, fork this project on Github and follow the instructions in the README.