| data | ||
| .gitignore | ||
| LICENSE | ||
| Rakefile | ||
| README.md | ||
| screenshot.png | ||
Dash RFCs.docset
This is a docset for Dash.app containing all published RFCs from the IETF.
Installing
Install by opening Dash.app preferences, switch to Downloads, open
User Contributed, and search for "RFCs".
The unpacked docset will take a about 730 MB on disk. Enabling full-text search might need additional 200 MB.
Updating the Docset
Updating the docset requires Ruby. Any currently supported Ruby should work (3.1 to 3.4 as of time of writing). The script has a few dependencies that should be installed automatically.
Update consists of two phases: downloading the latest RFCs and generating the docset.
To download the latest RFCs, run the rake sync.
To generate the docset, run the rake dist.
Running rake command will run both tasks in sequence.
License
The RFCs themselves contained in this repo are subject to the IETF IPR policy. The scripts used to construct the docset are released under an Apache 2.0 license.
