Git Product home page Git Product logo

zh-translations's Introduction

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

QUIC-Recovery 丢失恢复 draft-ietf-quic-recovery-zh

QUIC-spin-exp 自旋实践 draft-ietf-quic-spin-exp-zh

QUIC-invariants 不变量 draft-ietf-quic-invariants-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

欢迎新的贡献者

参与人员

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.