diff --git a/contrib/static/chen-chan/faq.html b/contrib/static/chen-chan/faq.html new file mode 100644 index 0000000..d376554 --- /dev/null +++ b/contrib/static/chen-chan/faq.html @@ -0,0 +1,30 @@ +nntpchan faq +

nntpchan faq

+
+
What is nntpchan?
+
NNTPCchan is a federated imageboard that spans across several networks including tor, i2p and anonet. There are no central servers so that as long as 1 server is left the forum will continue to function.
+
+
How is this different from *chan?
+
NNTPChan is by design invulnerable to global censorship. All moderation is local to each server.
+
+
How does moderation work then?
+
Moderation is done with our special tripcodes (ed25519-sha512 signed posts). Anyone can give moderation suggestions, but that doesn't mean anyone will accept them. Those who trust the actions of a moderator can have their frontend whitelist the moderation actions and have them performed without oversight by another moderator.
+
+
How can I remove content from nntpchan completely?
+
‾\(._.)/‾ I don't know. You probably can't unless every server agrees to remove the content, even then, nothing prevents someone from reposting it. You can't delete what you post on the internet.
+
+
do you allow child porn?
+
no.
+
+
Do you allow XYZ content?
+
If it violates USA Law or causes problems with my host, no. Otherwise, probably.
+
+
Someone posted something I don't like but it's not illegal
+
That is not my problem. All posts on this site are the responsibility of the individual poster and not the administration of this server
+
+
code, bugs, feature requests
+
frontend core
+
+

Please send any gripes/questions/inqueries/suggestions/complaints to ampernand [|at\] gmail {dot} com with subject starting with "nntpchan question"

+ + diff --git a/contrib/static/chen-chan/main.css b/contrib/static/chen-chan/main.css new file mode 100644 index 0000000..0bd2d1c --- /dev/null +++ b/contrib/static/chen-chan/main.css @@ -0,0 +1,5 @@ +body{font-family:monospace} +dl{max-width:80ch} +dd{margin-left:2ch;overflow:auto} +.memearrows{color:green} +pre{margin: 0 0 0 0} \ No newline at end of file diff --git a/contrib/templates/chen-chan/board.mustache b/contrib/templates/chen-chan/board.mustache index 265c9f6..7b9523d 100644 --- a/contrib/templates/chen-chan/board.mustache +++ b/contrib/templates/chen-chan/board.mustache @@ -11,7 +11,7 @@ - Navbar ( a function that renders the navbar, should not be escaped ) - Threads ( a list of Thread Models with the last few replies ) }} -{{board.Board}} +{{board.Board}} {{{board.Navbar}}} {{{form}}}
diff --git a/contrib/templates/chen-chan/boardlist.mustache b/contrib/templates/chen-chan/boardlist.mustache index 27bfd7f..327c22f 100644 --- a/contrib/templates/chen-chan/boardlist.mustache +++ b/contrib/templates/chen-chan/boardlist.mustache @@ -5,7 +5,7 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} -{{frontend}} boards +{{frontend}} boards diff --git a/contrib/templates/chen-chan/frontpage.mustache b/contrib/templates/chen-chan/frontpage.mustache index a8c3215..190c600 100644 --- a/contrib/templates/chen-chan/frontpage.mustache +++ b/contrib/templates/chen-chan/frontpage.mustache @@ -8,4 +8,4 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} -{{frontend}} on nntpchan

{{frontend}} on nntpchan

overboard boards faq

last posts:
{{{overview.Render}}}
board stats:
board
{{# boardgraph}}{{/ boardgraph}}
boardposts this hourposts todaytotal
{{Board}}{{Hour}}{{Day}}{{All}}
total stats:
{{{postsgraph.Render}}}

{{totalposts}} posts total

+{{frontend}} on nntpchan

{{frontend}} on nntpchan

overboard boards faq

last posts:
{{{overview.Render}}}
board stats:
{{# boardgraph}}{{/ boardgraph}}
boardposts this hourposts todaytotal
{{Board}}{{Hour}}{{Day}}{{All}}
total stats:
{{{postsgraph.Render}}}

{{totalposts}} posts total

diff --git a/contrib/templates/chen-chan/modlogin.mustache b/contrib/templates/chen-chan/modlogin.mustache index a75e478..6e36f24 100644 --- a/contrib/templates/chen-chan/modlogin.mustache +++ b/contrib/templates/chen-chan/modlogin.mustache @@ -1,7 +1,4 @@ - - - login - +login
diff --git a/contrib/templates/chen-chan/modpage.mustache b/contrib/templates/chen-chan/modpage.mustache index 34fd157..59c0ace 100644 --- a/contrib/templates/chen-chan/modpage.mustache +++ b/contrib/templates/chen-chan/modpage.mustache @@ -4,7 +4,7 @@ - prefix ( the site's prefix ) }} - + nntpchan mod page diff --git a/contrib/templates/chen-chan/newboard.mustache b/contrib/templates/chen-chan/newboard.mustache index c6315db..0ad89f1 100644 --- a/contrib/templates/chen-chan/newboard.mustache +++ b/contrib/templates/chen-chan/newboard.mustache @@ -1,56 +1 @@ - - - create new board - - - - - -

make your first post

-
- -
-
- - - - - - - - - - - - - - - - - - - -
- Board Name - - - -
- Comment - - -
- Captcha - - captcha -
- Solution - - -
-
-
-
- - +no apparently. diff --git a/contrib/templates/chen-chan/post_retry.mustache b/contrib/templates/chen-chan/post_retry.mustache index 6f4e155..fff1b95 100644 --- a/contrib/templates/chen-chan/post_retry.mustache +++ b/contrib/templates/chen-chan/post_retry.mustache @@ -1,20 +1,15 @@ - - - - try again - - -
+try again + {{#attachment}} - - - + + + {{/attachment}} - - - - - + + + + +
{{fail_message}}
@@ -41,6 +36,5 @@
-
- - + + diff --git a/contrib/templates/chen-chan/thread.mustache b/contrib/templates/chen-chan/thread.mustache index 4451b21..50ff7ec 100644 --- a/contrib/templates/chen-chan/thread.mustache +++ b/contrib/templates/chen-chan/thread.mustache @@ -11,10 +11,7 @@ - Board , the name of the Board this thread is on - BoardURL , the url that points to the board index page }} - - {{thread.OP.Subject}} - - +{{thread.OP.Subject}} {{{thread.Navbar}}} {{{form}}}
diff --git a/contrib/templates/chen-chan/ukko.mustache b/contrib/templates/chen-chan/ukko.mustache index 22915ac..b2f422e 100644 --- a/contrib/templates/chen-chan/ukko.mustache +++ b/contrib/templates/chen-chan/ukko.mustache @@ -4,10 +4,7 @@ - prefix ( site prefix ) - threads ( a list of Thread Models that represent the latest threads ) }} - - - ukko/overboard - +ukko/overboard frontpage {{#threads}}