runv.club

SMALL WEB - GEMINI, GOPHER AND NEX

runv.club lives on the "small web": a lighter internet made of text, simple protocols, and pages that open without hurry. Besides the ordinary website (HTTP), your account publishes over three alternative protocols at the same time.

YOUR PUBLIC FOLDERS

Each account has, in its home, one folder per protocol. Anything you put in them is public; do not keep secrets there.

THE NEX PROTOCOL

Nex is the most minimal protocol of the small web, born in Nightfall City. It runs on port 1900: the client sends one line (the path) and the server returns plain text, with no headers, no state, and no tracking. It is Gopher and Gemini taken to the essentials.

Links are lines that start with an arrow. For example:

=> /users/ other members
=> notes.txt my notes

HOW TO PUBLISH ON NEX

Your starting point is the index file in public_nex. Edit it and create whatever files you like.

Your capsule address is nex://runv.club/users/YOUR_USERNAME/.

HOW TO BROWSE NEX

There are two easy ways to explore the house's Nex space:

THE RECENTES PAGE (BLOGS AND JOURNALS)

The page https://runv.club/recentes gathers, in one place, the most recent entries from members' blogs and journals. It is a discovery layer that complements the constellation on the home page: the constellation shows who exists; the Recentes page shows what is new. Joining is optional: only those who ask will appear.

HTML BLOG FORMAT

An "HTML Blog" is a simple HTML page, with no framework. It has a title and, per entry, a date and a link. The minimal structure of each entry is a time tag followed by a link:

<h1>My blog</h1>
<time datetime="2026-06-20">20 Jun 2026</time>
<a href="/posts/gemini.html">Discovering Gemini</a>

The date in datetime must use the year-month-day format (2026-06-20).

HTML JOURNAL FORMAT

An "HTML Journal" is a single page, with a title and a sequence of entries, each inside an article tag with a date heading:

<h1>My journal</h1>
<article><h2>2026-06-22</h2><p>Wrote on Nex today.</p></article>

HOW TO JOIN THE RECENTES PAGE

The process is simple and safe. Content the house reads is always treated as text (never executed), so there is no risk to other members.

PERMISSIONS

For any of these protocols, the permission rule is the same: 755 on your home and public folders, 644 on the files served. If something stops opening, start by restoring these values.