jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
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.

47 lines
1.4 KiB

5 years ago
extends ../layout.pug
block head
title Imageboard
5 years ago
block content
h1.board-title Fatchan
.table-container.flex-center.mv-10
table.table-body
tr.table-head
th Welcome
tr.table-row
td
p
| This is an anonymous imageboard, a type of discussion board where users share images and text about various topics.
p
| The primary difference to traditional forums is that anybody can make a post without the need to register an account or provide
| any personal information. This has numerous advantages. The bar for entry is lowered, users can remain anonymous
| and what is said becomes more important than whoever says it.
p
| Choose a board below and join the discussion!
.table-container.flex-center.mv-10
table.table-body
tr.table-head
th Board
th Title
th Description
th Posts/h
th Total Posts
each board in boards
tr.table-row
td: a(href=`/${board._id}/`) /#{board._id}/
td #{board.settings.name}
td #{board.settings.description}
td #{board.pph}
td #{board.sequence_value-1}
.table-container.flex-center.mv-10
table.table-body
tr.table-head
th Source Code
tr.table-row
td
p
| The source code for this site is available
a(href='https://github.com/fatchan/jschan/') here
| (and in the footer of each page) and is licensed under the Affero General Public License v3.