2014-09-28 15:43:24 -04:00
{% 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" / >
2015-05-17 01:04:13 -04:00
< link rel = "stylesheet" href = "/stylesheets/font-awesome/css/font-awesome.min.css" >
2014-09-28 15:43:24 -04:00
< / head >
< body >
2014-12-17 00:14:26 -05:00
< div class = "bar top" >
2015-05-17 01:04:13 -04:00
{{ boardlist.top }}
2014-11-12 19:32:01 -05:00
< / div >
2014-09-28 15:43:24 -04:00
< 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" >
2015-05-17 01:04:13 -04:00
< 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 >
2014-09-28 15:43:24 -04:00
< 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,
2015-02-07 00:30:44 -05:00
these being any but /l/.< / li >
2014-09-28 15:43:24 -04:00
2015-02-07 00:30:44 -05:00
< li > Complaining and feature requests should only be made on /q/.< / li >
2014-09-28 15:43:24 -04:00
2015-05-17 01:04:13 -04:00
< li > Feel free to complain about the mods/admins/kalyx, on /q/< / li >
2014-09-28 15:43:24 -04:00
< li > Do not spam or advertise.< / li >
2015-05-17 01:04:13 -04:00
< 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 >
2014-11-12 19:32:01 -05:00
2015-05-17 01:04:13 -04:00
< li > Having an opinion you disagree with is not a sufficient reason to report it.< / li >
2014-09-28 15:43:24 -04:00
2015-05-17 01:04:13 -04:00
< 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 >
2014-09-28 15:43:24 -04:00
< / ol >
< / div >
2014-11-12 19:32:01 -05:00
< div class = "ban" id = "lambda" >
< h2 > /λ /< / h2 >
< ol start = "0" >
2015-05-17 01:04:13 -04:00
< 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 >
2014-11-12 19:32:01 -05:00
< 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 >
2015-05-17 01:04:13 -04:00
< li > We ALWAYS need contributors to our board software, located at < a href = "https://github.com/lainchan/lainchan/" > https://git$
2014-11-12 19:32:01 -05:00
< / ol >
< / div >
2014-09-28 15:43:24 -04:00
< / body >
< / html >
{% endfilter %}
2015-05-17 01:04:13 -04:00