PTT BBS Web Frontend.
In production on http://www.ptt.cc/
- List board index
- Show articles
- Render ANSI colors
- Templating support
- Ask user if he/she is over age 18 when entering some areas.
Install grpc
$ cd proto
$ make
$ cd ../
$ go build
See config.go
.
Put them into a JSON-encoded file.
$ ./pttweb -conf config.json
If you want to compile boardd in pttbbs in Ubuntu, you may want to install libgrpc++-dev
, libgflags-dev
and protobuf-compiler-grpc
first
To be documented.
MIT