Skip to content

PichuChen/pttweb

 
 

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

Compile

If you want to compile boardd in pttbbs in Ubuntu, you may want to install libgrpc++-dev, libgflags-dev and protobuf-compiler-grpc first

Template

To be documented.

License

MIT

Releases

No releases published

Packages

 
 
 

Languages

  • Go 91.6%
  • HTML 8.2%
  • Makefile 0.2%