Browse Source

Add /lam/-specific rules

pull/40/head
Michael Walker 10 years ago
parent
commit
f56d217c3d
  1. 41
      templates/themes/rules/rules.html

41
templates/themes/rules/rules.html

@ -9,7 +9,9 @@
<link rel="stylesheet" media="screen" href="/stylesheets/dark.css"/>
</head>
<body>
{{ boardlist.top }}
<div class="topbar">
{{ boardlist.top }}
</div>
<header>
<h1>{{ settings.title }}</h1>
@ -21,15 +23,14 @@
<div class="ban" id="global">
<h2>GLOBAL</h2>
<ol start="0">
<li>Do not upload, post, discuss, request, or link to,
anything that violates local or United States law. This will
be severely punished and strictly enforced.</li>
<li>Do not upload, post, request, or link to,
anything that violates local or United States law</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 /c/ and /l/.</li>
these being any but /w/ and /l/.</li>
<li>Do not misuse the report function.</li>
@ -43,11 +44,13 @@
<li>Do not post from proxies, VPNs, or Tor exit nodes and do
not use bots of any kind to automate posting to lainchan.</li>
<li>Do not post GETs. (unless it's a really good one)</li>
<li>Do not post GETs. (unless it's a really good one like 6 digits+)</li>
<li>Don't be a dick.</li>
<li>Don't be a dick. Don't bait intentionally.</li>
<li>Do not embed malicious files into uploads</li>
<li>Make use of the catalog or you could get your duplicate thread deleted.</li>
</ol>
</div>
@ -56,25 +59,31 @@
<ol start="0">
<li>You will treat every anon like a gentleman. You will
assume every anon has a reason for how and why they spend
their money. Every reply will be kind and thoughtful.</li>
their money. In the real world, you don't insult people when you have a discussion.</li>
<li>Meta talk, including comparing /tech/ to /g/, belongs on
/q/, not /tech/. Violations will be deleted.</li>
<li>This board primarily discusses the technology itself
underlying consumer technology. OS/Browser/GNU-BSD wars will
underlying consumer products. OS/Browser wars will
be deleted.</li>
<li>"how do i become a programmer?" will be deleted. Lurk more
on <a href="/λ/">&gt;&gt;&gt;/λ/</a>.</li>
<li>Not using the catalog is a bannable offense.</li>
<li>These rules
<li>These rules
<span style="text-decoration:line-through">might</span>
will change.</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 programmer".</li>
<li> No "religious wars"; keep it rational. It's why we're here and not elsewhere. DO NOT reply to bait threads.</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://github.com/lainchan/lainchan/</a></li>
</ol>
</div>
</body>
</html>
{% endfilter %}

Loading…
Cancel
Save