you only should add your site to pd_ring if you really offer information or downloads related to pd.
i preserve the right to remove sites totally unrelated to pd from pd_ring
becoming a member of pd_ring is quite simple:
- all you have to do is to include the code below in your page(s) and replace the values of the hidden fields
- for https sites please replace all occurences of "http" with "https"
- please do not insert blanks or line breaks between <input type="image"... and </td>
otherwise some browsers like IE don't show the table correct
- insert a base_url if you want to jump people to a specific html page on your site. eg if you hostname is pd.my-site.net and you want
http://pd.my-site.net/pd_index.html as entry for users of the ring, the base_url field should be /pd_index.html
the base_url should contain the pd_ring form,otherwise "ring surfers" will get stuck.
- insert a short description like a documentation project plus a download-site for patches
- both, base_url and description can be left blank if there's nothing to say
- the hidden fields should be the same for all (html-)pages on your site
- the .gif images included in the form are transparent.
if you want to you can replace the background color of the whole table with some color more apropriate for your site.
- if you want to, you can download the included .gif images to your site and include them locally.
in this case the <input type="image" would have a src="http://pd.my-site.net/images/next.gif or similar
- to update the information later, you just have to update the hidden values
- if there is no user visiting from your site for more than one month,
the site will be excluded from the list, to prevent linking to dead sites.
<form action="http://pd.klingt.org/pd_ring/" method="post" target="_top">
<input type="hidden" name="base_url" value="_INSERT_THE_BASE_URL_YOU_WANT_TO_POINT_TO">
<input type="hidden" name="description" value="REPLACE_THIS_WITH_A_SHORT_DESCRIPTION_OF_YOUR_SITE">
<table width=260 height=75 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF">
<tr>
<td width=55 height=25 align="middle">
<input type="image" name="next" src="http://pd.klingt.org/pd_ring/next.gif" border=0 width=55 height=25 align="middle"></td>
<td width=62 height=25 align="middle">
<input type="image" name="list" src="http://pd.klingt.org/pd_ring/list.gif" border=0 width=62 height=25 align="middle"></td>
<td width=63 height=25 align="middle">
<input type="image" name="random" src="http://pd.klingt.org/pd_ring/random.gif" border=0 width=63 height=25 align="middle"></td>
<td width=80 height=25 align="middle">
<input type="image" name="previous" src="http://pd.klingt.org/pd_ring/previous.gif" border=0 width=80 height=25 align="middle"></td>
</tr>
<tr>
<td colspan=4 width=260 height=50 align="middle">
<a href="http://pd.klingt.org/pd_ring/info.html">
<img src="http://pd.klingt.org/pd_ring/pd_ring.gif" border=0 width=260 height=50 align="middle"></a>
</td>
</tr>
</table>
</form>
alternatively you can use claudius maximus' version of pd_ring that validates with the W3C (X)HTML and CSS validators.:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>pd_ring code - Valid XHTML 1.0 Strict, Valid CSS</title>
<style type="text/css"><!--
.pd_ring {
width: 260px;
height: 75px;
background-color: "#FFFFFF";
}
.pd_ringnext {
width: 55px;
height: 25px;
vertical-align: middle;
border: none;
}
.pd_ringlist {
width: 62px;
height: 25px;
vertical-align: middle;
border: none;
}
.pd_ringrandom {
width: 63px;
height: 25px;
vertical-align: middle;
border: none;
}
.pd_ringprevious {
width: 80px;
height: 25px;
vertical-align: middle;
border: none;
}
.pd_ringinfo {
width: 260px;
height: 50px;
vertical-align: middle;
border: none;
}
//--></style>
</head>
<body>
<form action="http://pd.klingt.org/pd_ring/" method="post">
<div>
<input type="hidden" name="base_url" value="_INSERT_THE_BASE_URL_YOU_WANT_TO_POINT_TO" />
<input type="hidden" name="description" value="REPLACE_THIS_WITH_A_SHORT_DESCRIPTION_OF_YOUR_SITE" />
</div>
<table class="pd_ring" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="pd_ringnext">
<input class="pd_ringnext" type="image" name="next" src="http://pd.klingt.org/pd_ring/next.gif" /></td>
<td class="pd_ringlist">
<input class="pd_ringlist" type="image" name="list" src="http://pd.klingt.org/pd_ring/list.gif" /></td>
<td class="pd_ringrandom">
<input class="pd_ringrandom" type="image" name="random" src="http://pd.klingt.org/pd_ring/random.gif" /></td>
<td class="pd_ringprevious">
<input class="pd_ringprevious" type="image" name="previous" src="http://pd.klingt.org/pd_ring/previous.gif" /></td>
</tr>
<tr>
<td class="pd_ringinfo" colspan="4">
<a href="http://pd.klingt.org/pd_ring/info.html">
<img class="pd_ringinfo" src="http://pd.klingt.org/pd_ring/pd_ring.gif" alt="pd_ring info"/></a>
</td>
</tr>
</table>
</form>
</body>
</html>
if it turns out that the idea of giving everybody the possibility, to add his/her site to pd_ring, without a checking of the content, was too naive, the procedure of becoming a member might be replaced by some kind of passworded system in a future release.
if you want to contact a human for info about this www-ring: please write to pd_ring_AT_klingt.org