Compare commits

...

2 Commits

Author SHA1 Message Date
dozens c2bd07cbe1 Merge branch 'main' into feature/webring 2023-10-30 14:17:07 -06:00
dozens d7c5108c5b webring 2023-10-30 14:15:30 -06:00
3 changed files with 56 additions and 92 deletions

32
webring/README.md Normal file
View File

@ -0,0 +1,32 @@
# webring
the benevolent tildepals basement heroes 43beans commonheath of casakhstan webring
## joining
add your info to `db/members.rec`
## snippet
a code snippet to add to member site
all you have to do (after you've been added to the db) is add a few
anchor tags to your site. you can do something like the following,
replacing "yoursitename" with the value of "name" you provide in
members.rec
<div>
<p>this site is a member of a very powerful webring!</p>
<p>
&lt; <a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=prev">previous</a> |
<a href="https://friends.m455.casa/webring/index.html">all</a> |
<a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=next">next</a> &gt;
</p>
</div>
that would end up looking something like this:
this site is a member of a very powerful webring!
< previous | all | next >

View File

@ -24,56 +24,22 @@ body {
</li>
</ul>
</section>
<section id="join">
<h2>joining</h2>
<section id="about">
<h2>about</h2>
<p>
add your info to <code>members.rec</code>:
for more info about becoming a member
and adding the webring to your site
see <a href="https://tildegit.org/casa/pages/src/branch/main/webring">https://tildegit.org/casa/pages/src/branch/main/webring</a>
</p>
<p>
<a href="https://tildegit.org/casa/pages/src/branch/main/webring/db/members.rec">https://tildegit.org/casa/pages/src/branch/main/webring/db/members.rec</a>
</p>
</section>
<section id="snippet">
<h2>snippet</h2>
<details>
<summary>code snippet to add to member site</summary>
<p>
all you have to do
(after you've been added to the db)
is add a few anchor tags to your site.
you can do something like this,
replacing "yoursitename"
with the value of "name"
you provide in <code>members.rec</code>
</p>
<code><pre>
&lt;div&gt;
&lt;p&gt;this site is a member of a very powerful webring!&lt;/p&gt;
&lt;p&gt;
&lt; &lt;a href=&quot;https://friends.m455.casa/webring/index.html?name=yoursitename&amp;dir=prev&quot;&gt;previous&lt;/a&gt; |
&lt;a href=&quot;https://friends.m455.casa/webring/index.html&quot;&gt;all&lt;/a&gt; |
&lt;a href=&quot;https://friends.m455.casa/webring/index.html?name=yoursitename&amp;dir=next&quot;&gt;next&lt;/a&gt; &gt;
&lt;/p&gt;
&lt;/div&gt;
</pre></code>
<p>
that would end up looking something like this:
</p>
<p>
<blockquote>
<div>
<p>this site is a member of a very powerful webring!</p>
<p>
&lt; <a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=prev">previous</a> |
<a href="https://friends.m455.casa/webring/index.html">all</a> |
<a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=next">next</a> &gt;
</p>
</div>
</blockquote>
</p>
</details>
</section>
</main>
<footer>
<p>
<small>
this webring is built using <a href="https://git.tilde.town/dozens/webring">https://git.tilde.town/dozens/webring</a>
</small>
</p>
</footer>
</body>
</html>

View File

@ -26,56 +26,22 @@ body {
{{/data}}
</ul>
</section>
<section id="join">
<h2>joining</h2>
<section id="about">
<h2>about</h2>
<p>
add your info to <code>members.rec</code>:
for more info about becoming a member
and adding the webring to your site
see <a href="https://tildegit.org/casa/pages/src/branch/main/webring">https://tildegit.org/casa/pages/src/branch/main/webring</a>
</p>
<p>
<a href="https://tildegit.org/casa/pages/src/branch/main/webring/db/members.rec">https://tildegit.org/casa/pages/src/branch/main/webring/db/members.rec</a>
</p>
</section>
<section id="snippet">
<h2>snippet</h2>
<details>
<summary>code snippet to add to member site</summary>
<p>
all you have to do
(after you've been added to the db)
is add a few anchor tags to your site.
you can do something like this,
replacing "yoursitename"
with the value of "name"
you provide in <code>members.rec</code>
</p>
<code><pre>
&lt;div&gt;
&lt;p&gt;this site is a member of a very powerful webring!&lt;/p&gt;
&lt;p&gt;
&lt; &lt;a href=&quot;https://friends.m455.casa/webring/index.html?name=yoursitename&amp;dir=prev&quot;&gt;previous&lt;/a&gt; |
&lt;a href=&quot;https://friends.m455.casa/webring/index.html&quot;&gt;all&lt;/a&gt; |
&lt;a href=&quot;https://friends.m455.casa/webring/index.html?name=yoursitename&amp;dir=next&quot;&gt;next&lt;/a&gt; &gt;
&lt;/p&gt;
&lt;/div&gt;
</pre></code>
<p>
that would end up looking something like this:
</p>
<p>
<blockquote>
<div>
<p>this site is a member of a very powerful webring!</p>
<p>
&lt; <a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=prev">previous</a> |
<a href="https://friends.m455.casa/webring/index.html">all</a> |
<a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=next">next</a> &gt;
</p>
</div>
</blockquote>
</p>
</details>
</section>
</main>
<footer>
<p>
<small>
this webring is built using <a href="https://git.tilde.town/dozens/webring">https://git.tilde.town/dozens/webring</a>
</small>
</p>
</footer>
</body>
</html>