forked from leftypol/leftypol
Add rules and Help/FAQ
This commit is contained in:
parent
30cb2951fc
commit
22acb3e039
5 changed files with 217 additions and 180 deletions
|
@ -2,166 +2,156 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/style.css">
|
||||
<meta charset="utf-8">
|
||||
<title>{{ settings.title }}</title>
|
||||
{% if config.meta_keywords %}<meta name="keywords" content="{{ config.meta_keywords }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
<script type='text/javascript'>
|
||||
var active_page = "faq";
|
||||
</script>
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/style.css">
|
||||
<meta charset="utf-8">
|
||||
<title>{{ settings.title }}</title>
|
||||
{% include 'header.html' %}
|
||||
{% if config.meta_keywords %}<meta name="keywords" content="{{ config.meta_keywords }}">{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
<script type='text/javascript'>
|
||||
var active_page = "faq";
|
||||
</script>
|
||||
<title>{{ settings.title }}</title>
|
||||
{% include 'header.html' %}
|
||||
</head>
|
||||
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %}" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
|
||||
<div class="bar top">
|
||||
{{ boardlist.top }}
|
||||
</div>
|
||||
<header>
|
||||
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
</header>
|
||||
<center><img src="static/lain_is_cute_datass_small_teal.png" alt="mascot"/></center>
|
||||
<div class="ban">
|
||||
<h2 id="1">
|
||||
My question isn't here, What do I do ?
|
||||
</h2>
|
||||
<p>Make a post in /q/ or ask via email or IRC </p>
|
||||
<h2 id="2">
|
||||
What are the rules ?
|
||||
</h2>
|
||||
<p>Please click <a href="https://lainchan.org/rules">here</a> </p>
|
||||
<h2 id="3">
|
||||
How do I donate ?
|
||||
</h2>
|
||||
<p>Please click <a href="https://lainchan.org/donate">here</a> </p>
|
||||
<h2 id="4">
|
||||
How does post formatting work ?
|
||||
</h2>
|
||||
<p> It is standard vichan post formatting. </p>
|
||||
<p> [b] makes it bold [/b] </p>
|
||||
<p> [i] makes it italic [/i] </p>
|
||||
<p> [spoiler]text [/spoiler] makes it spoiler </p>
|
||||
<p> [code]text [/code] makes it code </p>
|
||||
<p> To specify language for the syntax highlighting. Use something like the example below</p>
|
||||
<p>
|
||||
[code]</p>
|
||||
<p>lisp</p>
|
||||
<p>(defun foo ()</p>
|
||||
<p> (if (mapcar (lambda (x) (format t "~a " x)) '(is this not infuriating?)) </p>
|
||||
<p> t </p>
|
||||
<p> nil)) <p>
|
||||
<p>[/code]</p>
|
||||
<p>Valid languages are listed <a href="http://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#language-names-and-aliases">here</a>.</p>
|
||||
<h2 id="5">
|
||||
What is the purpose of Lainchan ?
|
||||
</h2>
|
||||
<p>
|
||||
|
||||
Like all questions the answer depends on who you ask.
|
||||
</p>
|
||||
<p>
|
||||
My answer:
|
||||
First what lainchan.org is:
|
||||
lainchan.org is a domain name, the host that domain name points to hosts an imageboard called lainchan based on vichan, it hosts a Mumble server, it hosts an audio stream.
|
||||
The purpose of lainchan.org the domain name is so you don't have to type an IP address to access the services hosted on the previously mentioned host.
|
||||
The purpose of lainchan.org is to be a place / community where people can interact online.
|
||||
</p>
|
||||
<p>
|
||||
What makes lainchan.org community different from all the other places / communities where people can interact online ?
|
||||
This is another good question, and one you haven't asked yet, but I will try to answer anyhow.
|
||||
Our main distinguishing factors are related to our appreciation of Lain and Serial Experiments Lain.
|
||||
The series is influenced by themes such as reality, identity, and communication, and it demonstrates them by using philosophy, computer history, cyberpunk literature, and conspiracy theory. (from https://en.wikipedia.org/wiki/Serial_Experiments_Lain)
|
||||
<p>
|
||||
Most of the boards on the image board reflect aspects or influences of the series.
|
||||
Because the series is influenced by cyberpunk literature, it very easy to label the lainchan.org community as just a cyberpunk image board, but I believe that label is incomplete at best and a restriction at worst.
|
||||
My answer isn't the only answer, and I happy to see others posting their answer to the same question.
|
||||
My question to you which you don't need to answer here.
|
||||
The lainchan community is to you what you want it to be. What do you want it to be ?</p>
|
||||
<h2 id="6">
|
||||
Why are my posts being changed / language enhanced ?
|
||||
</h2>
|
||||
<p> Lainchan has a language enhancer. It makes your posts more interesting and less like soykaf. </p>
|
||||
<h2 id="7">
|
||||
\\|/|-|`/ !5 3\\/3|2`/ 14!|\\|0|\\| |\\|0+ 4 133+ |-|4%%0|2 1!|(3 |\\/|3 ? Why are other lainons not as Leet as me ?
|
||||
</h2>
|
||||
<p>Lainons are Lainons, being the same would be boring. Different lainons have different backgrounds and skillsets. Don't give up on lainons before getting to know them. </p>
|
||||
<h2 id="8">
|
||||
When I post without a name, I get given a random name ?
|
||||
</h2>
|
||||
<p> Lainchan has random anonymous names generated, when no name is provided. </p>
|
||||
<h2 id="9">
|
||||
Where did /insertboardnamehere/ board go ? Where is /cyb/ ?
|
||||
</h2>
|
||||
<p> The server was wiped and all the boards were deleted. Boards are still being restored, the work to recover stuff from backups is ongoing. </p>
|
||||
<h2 id="10">
|
||||
I want to request merchandise
|
||||
</h2>
|
||||
<p>See the merchandism thread in /q/ or if there is no such thread, then make a thread in /q/ </p>
|
||||
<h2 id="11">
|
||||
Where did my post go ?
|
||||
</h2>
|
||||
<p>Either you never posted it, or it felt off the board due to old age, or it was deleted by you or by Lainchan staff as a moderation action, typically for breaking the rules. </p>
|
||||
<h2 id="12">
|
||||
Lainchan is lame. insertnamechan is better.
|
||||
</h2>
|
||||
<p>Either submit your constructive criticism in a /q/ thread, or go back to your favourite chan of choice. </p>
|
||||
<h2 id="13">
|
||||
I want to request stickers
|
||||
</h2>
|
||||
<p>See the sticker thread in /q/ or if there is no such thread, then make a thread in /q/ </p>
|
||||
<h2 id="14">
|
||||
I want to submit a banner to Lainchan
|
||||
</h2>
|
||||
<p>See the banner thread in /q/ or if there is no such thread, then make a thread in /q/ </p>
|
||||
<h2 id="15">
|
||||
What is the procedure for suggesting a new board ?
|
||||
</h2>
|
||||
<p>Either make a new post on /q/ or post in the existing stickied suggestions thread on /q/. You should suggest a particular board and stating why you want such a board and its intended purpose, a metric for post quality , a metric for post relevancy and why you think it would be a good board to have in general. </p><p>You should also be posting the sorts of threads you would post in such a new board on /r/, as a way to determine whether the topics covered by your board suggestion are demanded or at least appreciated by the larger community. If the posts in the type of board you suggest don't meet the posting requirements for /r/, then of course it is more appropriate to find another way of demonstrating demand for such a board. </p>
|
||||
<h2 id="16">
|
||||
What are the supported file types?
|
||||
</h2>
|
||||
<ul>
|
||||
<li>JPEG Files JPG , JPEG</li>
|
||||
<li>BMP Files BMP </li>
|
||||
<li>GIF Files GIF </li>
|
||||
<li>PNG Files PNG </li>
|
||||
<li>SVG Files SVG </li>
|
||||
<li>OGG Files OGG </li>
|
||||
<li>MP3 Files MP3 </li>
|
||||
<li>WEBM Files WEBM (Supports thumbnail) </li>
|
||||
<li>PDF Files PDF (Supports thumbnail) </li>
|
||||
<li>DJVU Files DJVU (Supports thumbnail) </li>
|
||||
<li>EPUB Files EPUB </li>
|
||||
<li>CSV Files CSV </li>
|
||||
<li>Text Files TXT (Supports thumbnail) </li>
|
||||
</ul>
|
||||
<h2 id="17">
|
||||
What are the maximum filesize for attachments ?
|
||||
</h2>
|
||||
<p>Maximum file size in megabytes for attachments to a single post is 75MB (e.g. 3 * 25MB), as most boards support uploading 3 attachments by default. Maximum file size in pixels for images is currently set to 20000 by 20000. </p>
|
||||
<h2 id="18">
|
||||
How do I apply to become staff ?
|
||||
</h2>
|
||||
<p> Visit the staff application page <a href="https://lainchan.org/staffapplication.html">here</a> </p>
|
||||
<h2 id="19">
|
||||
How do I search for things ?
|
||||
</h2>
|
||||
<p> Visit the search page <a href="https://lainchan.org/search.php">here</a> </p>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
<div class="bar top">
|
||||
{{ boardlist.top }}
|
||||
</div>
|
||||
<header>
|
||||
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
</header>
|
||||
<center><img alt="logo" src="static/leftypol_logo.png" width=15%/></center>
|
||||
<div class="ban">
|
||||
<h2 id="1">
|
||||
My question isn't here. What do I do ?
|
||||
</h2>
|
||||
<p>Make a post in the /meta/ board or ask via our <a href="https://matrix.to/#/!vdWmErwFTxUwRiefpe:matrix.org?via=matrix.org">Matrix chat</a> </p>
|
||||
<h2 id="2">
|
||||
What are the rules ?
|
||||
</h2>
|
||||
<p>Please click <a href="/rules.html">here</a> </p>
|
||||
<h2 id="3">
|
||||
I'm new here and <span class="strikethrough">learned politics from memes</span> would like to learn about leftism! Where should I start ?
|
||||
</h2>
|
||||
<p>We're in the process of remaking the beginner reading thread. Meanwhile, consider asking your questions in /edu/ or in a relevant /leftypol/ thread, such as QTDDTOT.</p>
|
||||
<h2 id="4">
|
||||
What is the purpose of leftypol.org ?
|
||||
</h2>
|
||||
<p>The mission of /leftypol/ at leftypol.org is to provide a fun and enjoyable space for the working
|
||||
masses around the world, as an anonymous community of non-sectarian leftists united in
|
||||
common cause against the forces of capitalism, fascism, and liberalism. Our goal is to act as a
|
||||
centre for serious political discourse and less serious informal discussions on various topics
|
||||
related to leftist thought.</p>
|
||||
<p>We aim to be the negation of /pol/; anti-fascist, materialist, better read. Our mission, above all, is
|
||||
to learn, and help others learn, the philosophical tools necessary to elucidate the interrelated and
|
||||
ever-increasingly complex space of self, society, and politics, from the local to the global scale.</p>
|
||||
<p>An important part of /leftypol/’s unique character is our opposition to identity politics. We
|
||||
believe that conflicts between genders, races, sexualities, and so on are distractions from the
|
||||
wider class struggle that are intentionally fanned by the ruling class. This does not mean that
|
||||
oppression based on personal characteristics does not exist, but that it should be approached
|
||||
from an egalitarian perspective which is not personally accusatory and does not assign ‘victim’
|
||||
and ‘oppressor’ groups. The rights of individuals to live according to their own wishes is a
|
||||
fundamental part of leftism.</p>
|
||||
<p>More broadly, leftism is defined as; “A broad set of ideological
|
||||
forces which are dedicated to, by one form or another, dismantling the current material way of
|
||||
things in capitalism and building a new egalitarian system to replace it.” If a point of view or
|
||||
ideology claims to represent socialism or communism, yet is so divisive and anti-egalitarian that
|
||||
it fails to offer a reasonable alternative to the current order, it may be considered as non-leftist.</p>
|
||||
|
||||
<p>Further information can be found in our <a href="/static/manifesto.pdf">/leftypol/ Manifesto</a>
|
||||
<h2 id="5">
|
||||
I don't like the colors. Where can I change my options ?
|
||||
</h2>
|
||||
<p>If you are using a normal browser, there should be an [Options] button in the top right corner when viewing a board. The bottom right of the popup is for choosing themes. <span class="spoiler">Try Jungle.</span></p>
|
||||
<h2 id="6">
|
||||
How does post formatting work ?
|
||||
</h2>
|
||||
<p> It is standard vichan post formatting. </p>
|
||||
<p> >text makes it a greentext quote: <span class="quote">>text</span></p>
|
||||
<p> <text makes it an orangetext response: <span class="orangeQuote"><text</span></p>
|
||||
<p> ''text'' makes it italic: <i>text</i></p>
|
||||
<p> '''text''' makes it bold: <b>text</b></p>
|
||||
<p> __text__ makes it underline: <span class="underline">text</span></p>
|
||||
<p> ~~text~~ makes it strikethrough: <span class="strikethrough">text</span></p>
|
||||
<p> ==text== makes it a heading: <span class="heading">text</span></p>
|
||||
<p> **text** makes it spoiler: <span class="spoiler">text</span></p>
|
||||
<p> [code]text[/code] makes it code: <pre class="code lang-">text</pre></p>
|
||||
<p> To specify language for the syntax highlighting. Use something like the example below</p>
|
||||
<p>[code]</p>
|
||||
<p>lisp</p>
|
||||
<p>(defun foo ()</p>
|
||||
<p>  (if (mapcar (lambda (x) (format t "~a " x)) '(is this not infuriating?)) </p>
|
||||
<p>    t </p>
|
||||
<p>  nil)) </p>
|
||||
<p>[/code]</p>
|
||||
<p>Valid languages are listed <a href="http://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#language-names-and-aliases">here</a>.</p>
|
||||
<h2 id="7">
|
||||
Why are my posts being changed / word-filtered ?
|
||||
</h2>
|
||||
<p> leftypol has a language enhancer. It's mostly just there to mess with bad-faith posters. /pol/ users often get surprisingly triggered when you don't let them say their favorite slurs...</p>
|
||||
<h2 id="8">
|
||||
I don't like the mobile site. Do you have a mobile app ?
|
||||
</h2>
|
||||
<p> We do. There's a thread <a href="/tech/res/4951.html">for it here</a>.</p>
|
||||
<h2 id="9">
|
||||
How can I suggest or submit fixes to the site ?
|
||||
</h2>
|
||||
<p>There is a /meta/ thread for this, and our <a href="https://github.com/towards-a-new-leftypol/leftypol_lainchan/">GitHub repo</a>.</p>
|
||||
<h2 id="10">
|
||||
I don't trust Tor exit nodes. Do you have an .onion site ?
|
||||
</h2>
|
||||
<p>Yes, <a href="http://wz6bnwwtwckltvkvji6vvgmjrfspr3lstz66rusvtczhsgvwdcixgbyd.onion/">here it is</a>.</p>
|
||||
<h2 id="11">
|
||||
How do I search for things ?
|
||||
</h2>
|
||||
<p> Visit the search page <a href="/search.php">here</a> </p>
|
||||
<h2 id="12">
|
||||
Where did my post go ?
|
||||
</h2>
|
||||
<p>Either you never posted it, or it felt off the board due to old age, or it was deleted by you or by /leftypol/ staff as a moderation action, typically for breaking <a href="/rules.html">the rules</a>. </p>
|
||||
<h2 id="13">
|
||||
I want to submit a banner to leftypol.org
|
||||
</h2>
|
||||
<p>See the <a href="/leftypol/res/212019.html">banner thread in /leftypol/</a> or if there is no such thread, then make a replacement thread. </p>
|
||||
<h2 id="14">
|
||||
What are the supported file types?
|
||||
</h2>
|
||||
<ul>
|
||||
<li>JPEG Files</li>
|
||||
<li>BMP Files</li>
|
||||
<li>GIF Files</li>
|
||||
<li>PNG Files</li>
|
||||
<li>MP3 Files</li>
|
||||
<li>MP4 Files (Supports thumbnail) </li>
|
||||
<li>WEBM Files (Supports thumbnail) </li>
|
||||
<li>PDF Files (Supports thumbnail) </li>
|
||||
<li>EPUB Files</li>
|
||||
<li>DJVU Files (Supports thumbnail) </li>
|
||||
<li>Text Files (Supports thumbnail) </li>
|
||||
<li>ZIP Files</li>
|
||||
<li>GZ Files</li>
|
||||
<li>BZ2 Files</li>
|
||||
</ul>
|
||||
<h2 id="15">
|
||||
What are the maximum filesize for attachments ?
|
||||
</h2>
|
||||
<p>Maximum file size in megabytes for attachments to a single post is 80MB (e.g. 5 * 16MB), as most boards support uploading 5 attachments by default. Maximum file size in pixels for images is currently set to 20000 by 20000. </p>
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
<footer>
|
||||
<p class="unimportant" style="margin-top:20px;text-align:center;">- Tinyboard +
|
||||
<a href="https://engine.vichan.net/">vichan</a> {{ config.version }} -
|
||||
<br>Tinyboard Copyright © 2010-2014 Tinyboard Development Group
|
||||
<br><a href="https://engine.vichan.net/">vichan</a> Copyright © 2012-2016 vichan-devel</p>
|
||||
</footer>
|
||||
<div class="pages"></div>
|
||||
<script type="text/javascript">{% raw %}
|
||||
ready();
|
||||
{% endraw %}</script>
|
||||
<div class="pages"></div>
|
||||
<script type="text/javascript">{% raw %}
|
||||
ready();
|
||||
{% endraw %}</script>
|
||||
</body>
|
||||
</html>
|
||||
{% endfilter %}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</header>
|
||||
|
||||
<center>
|
||||
<img alt="mascot" src="static/lain_is_cute_datass_small.png"/>
|
||||
<img alt="logo" src="static/leftypol_logo.png" width=15%/>
|
||||
</center>
|
||||
|
||||
{% include 'rules.html' %}
|
||||
|
@ -32,3 +32,4 @@
|
|||
</body>
|
||||
</html>
|
||||
{% endfilter %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue