pages/webring
dozens ca665dbbf3 fixes a few comments from lucidiot
- adds `htmlUrl` to opml entry items
- removes `title` from opml entity
- removes superfluous jq call, moves query to recsel

**NOTE:** mustache apparently has a quirk where when iterating over a
list, it will interpret a 0 and a 1 as false and true unless/until there
is also a 2. at which point it will start interpreting the numbers as
numbers. this commit does NOT fix this. i just manually changed the
`false` to `0` in the generated html. this problem will fix itself once
we have at least 3 webring members.
2023-10-31 08:43:42 -06:00
..
db fixes a few comments from lucidiot 2023-10-31 08:43:42 -06:00
src fixes a few comments from lucidiot 2023-10-31 08:43:42 -06:00
README.md 💄 typo 2023-10-30 15:20:03 -06:00
index.html fixes a few comments from lucidiot 2023-10-31 08:43:42 -06:00
justfile fixes a few comments from lucidiot 2023-10-31 08:43:42 -06:00
webring.opml 💄 typo 2023-10-30 15:20:03 -06:00

README.md

webring

the benevolent tildepals basement heroes 43beans commonhealth 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 >