source: draft-ietf-httpbis-http2/00/SUBMITTING.txt @ 2011

Last change on this file since 2011 was 1998, checked in by martin.thomson@…, 10 years ago

Adding email.

File size: 876 bytes
Line 
1Steps for submitting a new set of internet drafts
2
3draft number: NN
4
51) cd draft-ietf-httpbis-http2/latest
6
72) Check for "Non (changes) yet" in the "Changes" section and change it to "None".
8
93) cd .. ; svn cp latest NN
10
114) cd NN
12
135) change docName attributes from -latest to -NN by updating the ID-VERSION definition.
14
156) Set @day on the date attributes to reflect the submission day.
16
177) // not needed yet refresh-inclusions p*.xml ; make
18
198) ./dodraft NN # this generates ready to submit TXT and XML files
20
219) svn add draft*xml draft*txt ; svn propset svn:eol-style native draft*txt draft*xml ; svn propset svn:mime-type "text/xml" draft*xml
22
2310) cd ../latest
24
2511) add "Since draft-ietf-httpbis-http2-...-NN" subsections, and update the link from the boilerplate.
26
2712) # review the diffs, then commit
28
2913) # don't forget to submit the drafts
30
Note: See TracBrowser for help on using the repository browser.