Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

87 lines
3.1 KiB

{% filter remove_whitespace %}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" media="screen" href="/stylesheets/style.css"/>
<link rel="stylesheet" media="screen" href="/stylesheets/dark.css"/>
<link rel="stylesheet" href="/stylesheets/font-awesome/css/font-awesome.min.css">
</head>
<body>
<div class="bar top">
{{ boardlist.top }}
</div>
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<img alt="mascot" src="static/lain_is_cute_datass_small.png"/>
<div class="ban" id="global">
<h2>GLOBAL</h2>
<ol start="0">
<li>Read the rules before posting.</li>
<li>Everybody just relax, this is Lainchan, we are trying to have fun and learn.</li>
<li>Breathe deeply before replying or posting.</li>
<li>The mods have your back, don't respond to lamers. Report and carry on.</li>
<li>Protip: contribute to the thread instead of complaining. Respond to bad threads with thoughtful/informed information/opinions. Articulate your argument if you disagree.</li>
<li>Think, learn, listen, read.</li>
<li>Don't be afraid to post or ask a stupid question.</li>
<li>Don't be afraid to bump old threads. The only dead thread is a sagelocked one.</li>
<li> /all shows you popular threads, try out /random.</li>
<li>Do not post in or view any boards if you are under 18
years of age.</li>
<li>Do not post unspoilered adult content on worksafe boards,
these being any but /l/.</li>
<li>Complaining and feature requests should only be made on /q/.</li>
<li>Feel free to complain about the mods/admins/kalyx, on /q/</li>
<li>Do not spam or advertise.</li>
<li>Being anonymous does not mean you can be a cocksucker. Don't bait, please calm down. Let's prove that being anonymouse is a good thing.</li>
<li>Having an opinion you disagree with is not a sufficient reason to report it.</li>
<li>Do not call for mods, or anounce reports in a thread.</li>
<li>Make use of the catalog to prevent duplicate threads.</li>
<li>Arguing is fine, obviously. Read the rules again.</li>
</ol>
</div>
<div class="ban" id="lambda">
<h2>/&#955;/</h2>
<ol start="0">
<li>"Which language should i learn" outside of the beginner general is not allowed. This includes "how do I become a programm$
<li> No "religious wars"; keep it rational. It's why we're here and not elsewhere.</li>
<li>Electronics threads are for /diy/.</li>
<li>There should always be a beginner general; check the catalog before you make a new one.</li>
<li>We ALWAYS need contributors to our board software, located at <a href="https://github.com/lainchan/lainchan/">https://git$
</ol>
</div>
</body>
</html>
{% endfilter %}