Skip to content

clamtestbbs/pttweb-ctb

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2016
Nov 28, 2019
Apr 24, 2018
Sep 18, 2020
Sep 18, 2020
Dec 24, 2021
Dec 24, 2021
Sep 18, 2020
Sep 18, 2020
May 26, 2022
Jan 21, 2021
Mar 11, 2017
Dec 24, 2021
Jun 5, 2022
May 26, 2022
Nov 28, 2019
Mar 18, 2017
May 26, 2022
Jul 14, 2021
Mar 21, 2017
Dec 24, 2021
Dec 24, 2021
Sep 18, 2020
Mar 23, 2014
May 26, 2022
May 26, 2022
Mar 23, 2014
Dec 24, 2021
Mar 11, 2017
Apr 24, 2018
Aug 27, 2017
Oct 11, 2014

Repository files navigation

pttweb

PTT BBS Web Frontend.

In production on http://www.ptt.cc/

Build Status

Features

  • List board index
  • Show articles
  • Render ANSI colors
  • Templating support
  • Ask user if he/she is over age 18 when entering some areas.

Build

Install grpc

$ cd proto
$ make
$ ../
$ go build

Configuration

See config.go. Put them into a JSON-encoded file.

$ ./pttweb -conf config.json

Template

To be documented.

License

MIT