source: draft-ietf-httpbis/16/SUBMITTING.txt @ 1650

Last change on this file since 1650 was 1399, checked in by julian.reschke@…, 12 years ago

whitespace, branching instructions updated

File size: 967 bytes
Line 
1Steps for submitting a new set of internet drafts
2
3draft number: NN
4
51) cd draft-ietf-httpbis/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) 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
22
2310) cd ../latest
24
2511) add "Since draft-ietf-httpbis-...-NN" subsections, and update the link from the boilerplate.
26
2712) cd ../diffs
28
2913) ./dodiff NN-1 NN
30
3114) svn add *.html
32
3315) svn propset svn:eol-style native *.html
34
3516) svn propset svn:mime-type "text/html; charset=iso-8859-1" *.html
36
3717) cd ..
38
3918) # review the diffs, then commit
40
4119) # don't forget to submit the drafts
42
Note: See TracBrowser for help on using the repository browser.