diff options
Diffstat (limited to 'www/causal.agency/index.html.in')
-rw-r--r-- | www/causal.agency/index.html.in | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/www/causal.agency/index.html.in b/www/causal.agency/index.html.in new file mode 100644 index 00000000..82f2457e --- /dev/null +++ b/www/causal.agency/index.html.in @@ -0,0 +1,125 @@ +<!DOCTYPE html> +<title>Causal Agency</title> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<style> +html { + font-family: monospace; + color: var(--ansi15); + background-color: var(--ansi0); +} +body { + max-width: 80ch; + margin: 2em auto; + padding: 0 1ch; +} +h1 { + font-size: inherit; + font-weight: inherit; + margin: 1em 0 0; +} +p { + margin: 0 0 1em 4ch; +} +a { + color: var(--ansi12); + text-decoration: none; +} +a:visited { + color: var(--ansi13); +} +pre { + border: 1px dashed var(--ansi8); +} +hr { + visibility: hidden; +} +/* include:scheme.css */ +</style> + +<p> +Hi. +I make mostly IRC software in C. +I like FreeBSD and OpenBSD +but also the GPL. +You can find me in +<a href="ircs://chat.freenode.net:6697/#ascii.town">#ascii.town</a> +on freenode +or send mail to june@. + +<p> +<a href="https://git.causal.agency">code</a> +-- +<a href="https://text.causal.agency">words</a> + +<h1><a href="https://git.causal.agency/pounce/about">pounce</a></h1> +<p> +multi-client IRC bouncer + +<h1><a href="https://git.causal.agency/catgirl/about">catgirl</a></h1> +<p> +artisanal IRC client +<p> +demo: <a href="ssh://chat@ascii.town">ssh chat@ascii.town</a> +<p> +<!-- include:catgirl.html --> + +<h1><a href="https://git.causal.agency/litterbox/about">litterbox</a></h1> +<p> +full-text search IRC logger + +<h1><a href="https://git.causal.agency/scooper/about">scooper</a></h1> +<p> +web interface for litterbox + +<h1><a href="https://git.causal.agency/catsit/about">catsit</a></h1> +<p> +process supervisor + +<hr> + +<h1><a href="https://git.causal.agency/imbox/about">imbox & git-fetch-email</a></h1> +<p> +IMAP to mbox + +<h1><a href="https://git.causal.agency/notemap/about">notemap</a></h1> +<p> +mirror notes to IMAP + +<hr> + +<h1><a href="https://ascii.town/explore.html">torus</a></h1> +<p> +collaborative ASCII art +<p> +<a href="ssh://torus@ascii.town">ssh torus@ascii.town</a> +-- +<a href="https://git.causal.agency/torus">src</a> +<p> +<!-- include:torus.html --> + +<h1>play</h1> +<p> +2048 over SSH +<p> +<a href="ssh://play@ascii.town">ssh play@ascii.town</a> +-- +<a href="https://git.causal.agency/play">src</a> +<p> +<!-- include:play.html --> + +<hr> + +<h1><a href="https://git.causal.agency/cards/about">cards</a></h1> +<p> +CARDS.DLL loader for SDL + +<h1><a href="bin/scheme.html">scheme</a></h1> +<p> +earthy terminal colours +<p> +<a href="scheme.png">palette</a> +<!-- include:scheme.html --> + +<h1><a href="bin/">bin</a></h1> +<p> +other little tools |