ここはPDGAのOfficial Rules of Disc Golfを翻訳しそれを公開するためのプロジェクトです。
以下の作成を目標にしています:
- 翻訳文書の作成、
- オンライン版(Webアプリ)の作成、
- オフライン版(PDF本版)の作成。
flowchart LR
PDGA@{ shape: doc, label: "Official\nRule" }
SOURCE@{ shape: docs, label: "翻訳文書.md" }
WEBアプリ@{ shape: subproc, label: "WEBアプリ\nmd --> html" }
PANDOC@{ shape: subproc, label: "変換アプリ\nmd --> pdf" }
HTML@{ shape: doc, label: "WEBサイト" }
PDF本@{ shape: doc, label: "PDF本" }
PDGA -. 邦訳 .-> SOURCE
SOURCE --> WEBアプリ --オンライン--> HTML
SOURCE --> PANDOC --オフライン--> PDF本
なお、本プロジェクトを含む一連のプロジェクトによる成果は、 ディスクゴルフの公式規則と競技マニュアル で参照できます。
翻訳された文書を下表の通り配置しました。
ディレクトリ | 用途 |
---|---|
rules | 公式規則 本文 |
appendix | 公式規則 附則 |
qas | 公式規則 Q&A |
The original copyrights under rules, appendix and qas are reserved by PDGA.