blob: d2d107f2c0b98d860e3ce91331ce9412e3518ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HTML//EN">
<HTML lang="EN">
<HEAD>
<META content="text/html; charset=UTF-8" http-equiv="content-type">
<META name="viewport" content="width=device-width, initial-scale=1.0">
<LINK rel="icon" href="/static/favicon.ico" type="image/png">
<TITLE>kiwi larp</TITLE>
<LINK rel="stylesheet" href="/static/styles/about.css" type="text/css">
</HEAD>
<BODY>
<div style="background:#222;border:1px solid #666;padding:8px;margin:10px 0;text-align:center;">
Best tilde to exist
<a href="https://catto.garden" target="_blank" rel="noopener noreferrer">
catto.garden
</a>
</div>
<H1>kiwi larp</H1>
<HR>
<P>an epic and cool textboard running on <a href="https://github.com/ryukinix/cl-bbs">cl-bbs </a> larp til you can't no more</P>
<p> larping since 28/7/26 <br>
irc on ==> irc.larp.nz :> <br>
Follow <a href="https://bsky.app/profile/kawars.xyz">Bluesky account</a> or <a href="https://snac.larp.nz/chers/">My snac account </a> For updates and <a href="https://s.kawars.xyz/irc/"> IRC posting bot </a> <br>
if you want a snac account message me on irc(chers) or xmpp(chersbobers@catto.garden)/chers@larp.nz <br>
you can also get an xmpp account too <br>
Thank you xenia for the name!
<h1> RULES: </h1>
<ul>
1. Don't be a bigot (No homophobia, racisim, transphobia etc) <br>
2. Don't post illegal content this servers at my grandmas house
</ul>
<PRE style="font-family: monospace; line-height: 1.0; letter-spacing: 0;">
░░██ ░░██
████ ████
████▓▓████
██ ██ ██
██████
████
██████
██████░░
██████████
██████████
░░░░░░░░░░░░░░░░░░░░░░░░██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░██████████░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░
</PRE>
<H2>larpboards</H2>
<UL>
<!--BOARDS-LIST-PLACEHOLDER-->
</UL>
<DIV style="margin: 0.5em 2%; padding-bottom: 1em;">
<A href="/admin" style="text-decoration: none; font-weight: bold; padding: 6px 14px; border: 1px solid #882200; border-radius: 4px; background-color: #fff9f5; color: #882200; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: background-color 0.2s; display: inline-block;">Admin Moderation Panel</A>
</DIV>
<H2>larpy features</H2>
<P>One newline is a line break (<BR>), two or more newlines will start a new paragraph.</P>
<TABLE id="toggled-element" summary="Formatting help">
<THEAD><TR><TH>input</TH><TH>output</TH></TR></THEAD>
<TBODY><TR><TD><SAMP>**bold**</SAMP></TD><TD><B>bold</B></TD></TR>
<TR><TD><SAMP>__italic__</SAMP></TD><TD><I>italic</I></TD></TR>
<TR><TD><SAMP>`monospaced`</SAMP></TD><TD><CODE>monospaced</CODE></TD></TR>
<TR><TD><SAMP>~~spoiler~~</SAMP></TD><TD><DEL>spoiler</DEL></TD></TR>
<TR><TD><SAMP>http://c2.com</SAMP></TD><TD><A href="http://c2.com">http://c2.com</A></TD></TR>
<TR><TD><SAMP>https://example.com/pic.png</SAMP></TD><TD>direct link auto-renders as clickable <B>image preview</B></TD></TR>
<TR><TD><SAMP>image+https://example.com/anyurl</SAMP></TD><TD>prefix renders as clickable <B>image preview</B> for any image URL (even without standard extensions)</TD></TR>
<TR><TD><SAMP>link to post >>7</SAMP></TD><TD>link to post <A href="#">>>7</A></TD></TR>
<TR><TD><SAMP>>quoted text</SAMP></TD><TD><BLOCKQUOTE><P>quoted text</P></BLOCKQUOTE></TD></TR>
<TR><TD><KBD>```<BR>;;;This is a block of code<BR>(lambda (h)<BR> ((lambda (f) (f f))<BR> (lambda (f) (h (lambda (x) ((f f) x))))))<BR>```</KBD></TD>
<TD><PRE>;;;This is a block of code
(lambda (h)
((lambda (f) (f f))
(lambda (f) (h (lambda (x) ((f f) x))))))</PRE></TD></TR>
<TR><TD><KBD>```lisp<BR>;;;Executable snippet<BR>(format t "Hello")<BR>```</KBD></TD>
<TD><PRE class="lisp-code-block"><SPAN class=""><SPAN class="paren1">(<SPAN class="">format t <SPAN class="string">"Hello"</SPAN></SPAN>)</SPAN></SPAN></PRE><P style="font-size: 0.85em; font-style: italic;">Renders as a syntax-highlighted, client-side executable Common Lisp snippet via JSCL. You can also try out the <B>interactive Lisp Playground</B> by clicking the <B>λ</B> link in the navigation menu!</P></TD></TR>
<TR><TD><KBD>Ctrl+Enter</KBD></TD><TD>In multiline inputs (post, reply, playground): submit or evaluate without leaving the keyboard.</TD></TR></TBODY></TABLE>
<HR>
<h1> all of this ^ was from the og site template </h1>
<P style="font-size: 0.9em; text-align: center; margin-top: 3em; padding-top: 1.5em; border-top: 1px dashed #aaa;"><A href="/about" style="text-decoration: none; font-weight: bold; color: #882200;">About cl-bbs</A> | <A href="/rss" style="text-decoration: none; font-weight: bold; color: #882200;">RSS Feed</A></P>
</BODY>
</HTML>
|