Skip to content

Chinese translations of various QUIC drafts

Notifications You must be signed in to change notification settings

lsq647/zh-translations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIC Protocol 相关文档中文翻译

这是 IETF-QUIC-Working-Group 相关文档的翻译所使用的仓库。

翻译将会基于 IETF-QUIC-draft version 18 的文档并在翻译完成后尽可能的跟进新的版本。

在线预览

点击以下链接在线预览。

QUIC传输协议 draft-ietf-quic-transport-zh

QUIC-HTTP语义映射 draft-ietf-quic-http-zh

QUIC-QPACK封装 draft-ietf-quic-qpack-zh

QUIC-TLS 加密 draft-ietf-quic-tls-zh

翻译格式与翻译相关

本地构建

Linux依赖安装(Ubuntu为例)

xml2rfc

curl https://bootstrap.pypa.io/get-pip.py | python
pip install xml2rfc

mmark(与kramdown-rfc2629二选一)

sudo add-apt-repository ppa:gophers/archive
sudo apt-get update
sudo apt-get install golang-1.10-go
go get github.com/miekg/mmark/mmark
go build github.com/miekg/mmark/mmark

kramdown-rfc2629(与mmark二选一)

wget -O ruby-install-0.7.0.tar.gz https://github.com/postmodern/ruby-install/archive/v0.7.0.tar.gz
tar -xzvf ruby-install-0.7.0.tar.gz
cd ruby-install-0.7.0/
sudo make install
ruby-install ruby
gem install kramdown-rfc2629

OSX依赖安装

请参考这里
基本上与Linux一致

文档构建

xml2rfc, mmark, kramdown-rfc2629等命令确保在当前环境下可执行(自行修改path)后执行

make

欢迎新的贡献者

参与人员

由志愿者无私的贡献出自己的业余时间进行翻译,感谢以下人员的贡献(排名不分先后)

About

Chinese translations of various QUIC drafts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.6%
  • Python 14.5%
  • Makefile 4.9%