https://github.com/inadarei/draft-prefer-transclude
Draft proposal to standardize "transclude" preference for RFC-7240 Prefer header
https://github.com/inadarei/draft-prefer-transclude
http rfc transclude
Last synced: 3 months ago
JSON representation
Draft proposal to standardize "transclude" preference for RFC-7240 Prefer header
- Host: GitHub
- URL: https://github.com/inadarei/draft-prefer-transclude
- Owner: inadarei
- Created: 2016-09-15T15:16:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T05:22:50.000Z (about 8 years ago)
- Last Synced: 2025-09-08T05:48:56.219Z (5 months ago)
- Topics: http, rfc, transclude
- Language: HTML
- Homepage: http://spec.transclude.io
- Size: 224 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Draft: HTTP Prefer Transclude
Draft proposal to standardize "transclude" preference for the [RFC7240 Prefer](https://tools.ietf.org/search/rfc7240) header
Link to the HTML version of the latest spec: http://spec.transclude.io
## Workspace Setup
```
> git clone https://github.com/inadarei/draft-prefer-transclude.git
> gem install kramdown-rfc2629
> sudo easy_install pip # optional, if you don't already have it
> sudo pip install xml2rfc
> .githooks/install.sh # To enable automatic rebuilds on commit
```
## Using
1. Edit draft.md
2. To regenerate the latest version of XML/TXT/HTML;
```
make latest
```