-
Notifications
You must be signed in to change notification settings - Fork 852
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d1a769
commit 7ed6b36
Showing
2 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
RFCs Docset | ||
======================= | ||
|
||
This docset contains all published RFCs from the IETF. It is a mirror of the | ||
<http://tools.ietf.org/html/> website. | ||
This docset contains all published RFCs from the IETF. | ||
|
||
**Author:** [Will Norris](https://willnorris.com/), [Simone Carletti](https://simonecarletti.com/) | ||
## Author | ||
|
||
**Generating Instructions:** [rfcdash](https://github.com/willnorris/rfcdash#updating-the-docset) | ||
Alexander Mankuta: | ||
- [GitHub profile](https://github.com/pointlessone) | ||
- [Personal website](https://pointless.one) | ||
|
||
## Generating Instructions | ||
|
||
Full instructions are in the repo Readme: [rfcs-docset](https://code.pointless.one/pointless.one/rfcs-docset#updating-the-docset) | ||
|
||
Prerequisites: any modern Ruby (3.1 to 3.4 as of time of writing). | ||
|
||
The script will install all its dependencies, fetch the latest set of RFCs, and generate the docset. No further manual steps are required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{ | ||
"name": "RFCs", | ||
"version": "1.6.1", | ||
"archive": "RFCs.tgz", | ||
"author": { | ||
"name": "Simone Carletti", | ||
"link": "https://simonecarletti.com/" | ||
}, | ||
"aliases": [ | ||
"rfc" | ||
] | ||
"name": "RFCs", | ||
"version": "2024.09.19/1.0.0", | ||
"archive": "RFCs.tgz", | ||
"author": { | ||
"name": "Alexander Mankuta", | ||
"link": "https://pointless.one" | ||
}, | ||
"aliases": ["rfc"] | ||
} |