aboutsummaryrefslogtreecommitdiff
path: root/about.html
blob: 89beb319cee4ea3c06bb2f1ff11727adfb267a85 (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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>
	<main>
	<h2 id="what-is-zzcxz">what is zzcxz?</h2>
	<p>
	<a href="/">zzcxz</a> 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>
	by submitting content to zzcxz, you <span class="important">acquiesce it to the public domain</span>. be warned that it may be copied arbitrarily.
	</p>
	<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>#redirect &lt;id&gt;</code> to bring the player back to an existing scene. replace <code>&lt;id&gt;</code> with the scene's id. the id of the scene is displayed in the log at the bottom in grey.  </li>
	<img src="/static/redirect-demonstration.png" alt="the id of the scene is a 5-letter sequence presented within the log" />

	<li>
	type <code>#set &lt;flagname&gt;</code> to set a "flag" when the player performs the action.
	</li>

	<li>
	type <code>#require &lt;flagname&gt;</code> to require the player to have a flag set to perform the action.
	</li>

	<li>
	type <code>#unset &lt;flagname&gt;</code> to unset a flag.
	</li>

	</ul>

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

	<p>if you use special formatting, and you see the literal characters that you intend to use to invoke special formatting, you have an error in your formatting. for instance, you should never see "#REDIRECT" in the preview.</p>

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

	<h2 id="third-party">third party creations</h2>
	<p>
	<ul>
	<li>
	<a href="https://trimill.xyz/projects/zzcxz_vis/">zzcxz visualizer</a>
	— dynamic graph of zzcxz scenes
	</ul>
	</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>
	</main>
	
	<footer>
		<div class="links">
			<p><a href="/">zzcxz</a></p>
			<p><a href="https://citrons.xyz/git/zzcxz.git/about">
				source code
			</a></p>
			<p><a href="/g/zzcxy">archive</a></p>
			<p><a href="https://citrons.xyz">citrons.xyz</a></p>
		</div>
	</footer>
</body>
</html>