diff --git a/templates/themes/faq/index.html b/templates/themes/faq/index.html new file mode 100644 index 00000000..3b7e417f --- /dev/null +++ b/templates/themes/faq/index.html @@ -0,0 +1,118 @@ +{% filter remove_whitespace %} + + + + + + {{ settings.title }} + {% if config.meta_keywords %}{% endif %} + + {% if config.url_favicon %}{% endif %} + + + {% if config.font_awesome %}{% endif %} + + +
+ {{ boardlist.top }} +
+
+

{{ settings.title }}

+
{{ settings.subtitle }}
+
+
mascot
+
+

+ My question isn't here, What do I do ? +

+

Make a post in /q/ or ask via email or IRC

+

+ What are the rules ? +

+

Please click here

+

+ How do I donate ? +

+

Please click here

+

+ How does post formatting work ? +

+

It is standard vichan post formatting.

+

'''text''' makes it bold

+

''text'' makes it italic

+

**text** makes it spoiler

+

[spoiler]text [/spoiler] makes it spoiler

+

[code]text [/code] makes it code

+

+ What is the purpose of Lainchan ? +

+

See https://lainchan.org/q/res/11853.html#11853

+ +

Like all questions the answer depends on who you ask.

+

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.

+

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)

+

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 ?

+

Answers according to other sources:

+

https://wiki.installgentoo.com/index.php/Lainchan

+

https://www.reddit.com/r/Cyberpunk/comments/26cx64/lainchan_a_cyberpunkthemed_image_board_that_is/

+

http://4archive.org/board/g/thread/50808811

+

https://encyclopediadramatica.se/List_of_*chan_boards

+

+ Why are my posts being changed / language enhanced ? +

+

Lainchan has a language enhancer. It makes your posts more interesting and less like soykaf.

+

+ \\|/|-|`/ !5 3\\/3|2`/ 14!|\\|0|\\| |\\|0+ 4 133+ |-|4%%0|2 1!|(3 |\\/|3 ? Why are other lainons not as Leet as me ? +

+

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.

+

+ When I post without a name, I get given a random name ? +

+

Lainchan has random anonymous names generated, when no name is provided.

+

+ Where did /insertboardnamehere/ board go ? Where is /cyb/ ? +

+

This depends on the board. Some boards have been deleted, others are not present in the top bar (hidden), and others are locked, either as a read only archive or in dormant sleep mode. /cyb/ is locked and not in the top bar. It hasn't been deleted, all the old posts are still there. But it won't unlocked until Lainons can agree cyberpunk or cyb means, in order to prevent /cult2/ or /r2/

+

+ I want to request merchandise +

+

See https://lainchan.org/q/res/11812.html#11812

+

+ Where did my post go ? +

+

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.

+

+ Lainchan is lame. insertnamechan is better. +

+

Either submit your constructive criticism in a /q/ thread, or go back to your favourite chan of choice.

+

+ I want to request stckers +

+

See https://lainchan.org/q/res/11998.html#11998

+

+ I want to submit a banner to Lainchan +

+

See https://lainchan.org/q/res/8420.html#8420

+
+ +
+ + + +{% endfilter %} diff --git a/templates/themes/faq/info.php b/templates/themes/faq/info.php new file mode 100644 index 00000000..c81d52ab --- /dev/null +++ b/templates/themes/faq/info.php @@ -0,0 +1,36 @@ + 'Site title', + 'name' => 'title', + 'type' => 'text' + ); + + $theme['config'][] = Array( + 'title' => 'Slogan', + 'name' => 'subtitle', + 'type' => 'text', + 'comment' => '(optional)' + ); + + $theme['config'][] = Array( + 'title' => 'File', + 'name' => 'file', + 'type' => 'text', + 'default' => "faq.html", + 'comment' => '(eg. "faq.html")' + ); + + + // Unique function name for building everything + $theme['build_function'] = 'faq_build'; diff --git a/templates/themes/faq/theme.php b/templates/themes/faq/theme.php new file mode 100644 index 00000000..28db35a2 --- /dev/null +++ b/templates/themes/faq/theme.php @@ -0,0 +1,33 @@ + $settings, + 'config' => $config, + 'boardlist' => createBoardlist(), + )); + } + }; + +?> diff --git a/templates/themes/faq/thumb.png b/templates/themes/faq/thumb.png new file mode 100644 index 00000000..d0c3c771 Binary files /dev/null and b/templates/themes/faq/thumb.png differ