8000 GitHub - PichuChen/pttweb: PTT BBS Web Frontend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PichuChen/pttweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
$ cd ../
$ 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

About

PTT BBS Web Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.4%
  • HTML 8.1%
  • Makefile 0.5%
0