aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-05 14:32:35 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-05 14:34:10 -0600
commit0a80a22b8a9d624c83a6e63a0b853ba42e8c3bc0 (patch)
tree024722d4f0c823eb45e04c6a5466b599ce235dbb /about.html
it exists
Diffstat (limited to 'about.html')
-rw-r--r--about.html97
1 files changed, 97 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..b67cae3
--- /dev/null
+++ b/about.html
@@ -0,0 +1,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>