aboutsummaryrefslogtreecommitdiff
path: root/about.html
blob: b67cae3ed1db64f8ce5b4d0486cd14706385c8a4 (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
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" href="/static/amethyst.css" />
		<meta charset="utf-8"/>
		<title>about zzcxz</title>
		<meta name="viewport" content="width=device-width, initial-scale=1">
	</head>
<body>
	<h1>about zzcxz</h1>
	<h2 id="what is zzcxz">what is zzcxz?</h2>
	<p>
	zzcxz consists of user generated, fictional content. do not believe what you read, for it is not real and could be written by anyone.
	</p>

	<h2 id="rules">zzcxz rules</h2>
	<p>
	all content posted to zzcxz MUST UNCONDITIONALLY follow these rules:
	</p>
	<ul>
	<li>
	no bigotry. do not use zzcxz to harass others.

	<li>
	no graphic, sexual, or gross-out content

	<li>
	interesting themes are fine, but avoid especially serious ones, e.g. mental health

	</ul>
	<p>
	these rules are still important but less so:
	</p>
	<ul>
	<li>
	be creative

	<li>
	tell the story; do not submit non-sequitur nonsense

	<li>
		maintain continuity between previous events; do not suddenly start telling a completely different story or try to <a href="https://en.wikipedia.org/wiki/Retroactive_continuity">retcon</a> previous events.

	</ul>
	<p>
	if necessary, please report problematic content by <a href="mailto:stuff@mondecitronne.com">sending an email to me</a> (stuff@mondecitronne.com).
	</p>

	<h2 id="editing">how do I edit/remove content?</h2>
	<p>
	once content is posted, it can only be modified by me (the site administrator). I will fix any obvious typos I find. if you want content edited/removed for other reasons, <a href="mailto:stuff@mondecitronne.com">send me an email</a>.
	</p>

	<h2 id="how does the markup work">how does the markup work?</h2>
	<ul>
	<li>
	each line becomes a paragraph.

	<li>
	consecutive lines lines starting with space become code blocks (potentially useful for text chat logs or such).

	<li>
	surround text in square brackets to <code>[emphasize it as important]</code>.

	<li>
	type <code>#BACKLINK &lt;room&gt; &lt;action&gt;</code> on its own line to cause the room to link to an existing room. replace <code>&lt;action&gt;</code> with the text you desire to appear in the link. replace <code>&lt;room&gt;</code> with everything after <code>https://zzcxz.citrons.xyz/g/</code>. for example, to make a link with the text "go back" which links to <code>https://zzcxz.citrons.xyz/g/xxxxx</code>, type the line <code>#BACKLINK xxxxx go back</code>.

	<li>
	type <code>#DEADEND</code> to prevent people from taking additional actions on the page. this is mostly useful in combination with <code>#BACKLINK</code>.

	<li>
	you can add <code>/raw</code> to the end of the URL of a room to see its markup (on the lines starting with tab) (<a href="/g/zzcxz/raw">example</a>). this feature could also potentially be utilized to implement third-party interfaces.

	</ul>

	<h2 id="where can I discuss">where can I discuss zzcxz?</h2>
	<p>
	please join #z on <a href="https://apionet.gh0.pw">apionet</a>.
	</p>

	<h2 id="if you die">if you die in zzcxz, do you die in real life?</h2>
	<p>
	no, you will not die in real life.
	</p>

	<h2 id="who is john">who is john?</h2>
	<p>
	I don't know.
	</p>

	<h2 id="help">help. help. help. help.</h2>
	<p>
	if you are reading this, it is already too lateā„¢.
	</p>

</body>
</html>