forked from grmocg/SPDY-Specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (35 loc) · 1.79 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
How To Edit The SPDY Spec
-------------------------
The master copy is stored in draft-mbelshe-spdy-00.xml. This is a XML file
which uses the syntax defined in RFC2629: http://www.ietf.org/rfc/rfc2629.txt.
The file rfc2629.xml is a XSLT file which enables the browser to take the
draft-mbelshe-spdy-00.xml and render it.
License: downloading these files and making changes to them is explicit
agreement by you to release any and all changes you make to these documents
into the public domain, with no reservations or rights. By downloading these
files, you agree that any changes made by you can be used freely and without
terms, reservations, or rights, and possibly without even attribution to you.
Your intent in downloading these files is that all changes to these documents
may potentially be submitted for standardization without your permission, and
without your claim to the content submitted. If you do not agree to these
terms you are explicitly forbidden from reading, modifying or contributing to
this work in any way.
FILES
-----
README This file
draft-mbelshe-spdy-00.xml The SPDY specification XML file
generate.sh A script to generate RFC-formats of the SPDY spec
rfc2629.xml The XSLT file to view the XML file in the browser
rfcmarkup A script to generate HTML from a RFC .txt file
Directions to edit:
-------------------
1) learn the basic XML syntax
2) edit draft-mbelshe-spdy-00.xml with your favorite editor
3) Open draft-mbelshe-spdy-00.xml in your favortie browser to view.
I recommend viewing in firefox, as it reports better xml syntax errors than
chrome does.
Directions to Publish:
----------------------
1) sudo apt-get install xml2rfc
2) sh ./generate.sh
This will build both a txt and html RFC-style draft.