forked from httpwg/http-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SUBMITTING.txt
42 lines (21 loc) · 1.02 KB
/
SUBMITTING.txt
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
42
Steps for submitting a new set of internet drafts
draft number: NN
1) cd draft-ietf-httpbis/latest
2) Check for "No (changes) yet" in the "Changes" section and change it to "None".
3) cd .. ; svn cp latest NN
4) cd NN
5) change docName attributes from -latest to -NN by updating the ID-VERSION definition.
6) Set @day on the date attributes to reflect the submission day.
7) refresh-inclusions p*.xml ; make
8) ./dodraft NN # this generates ready to submit TXT and XML files
9) 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
10) cd ../latest
11) add "Since draft-ietf-httpbis-...-NN" subsections, and update the link from the boilerplate.
12) cd ../diffs
13) ./dodiff NN-1 NN
14) svn add *.html
15) svn propset svn:eol-style native *.html
16) svn propset svn:mime-type "text/html; charset=iso-8859-1" *.html
17) cd ..
18) # review the diffs, then commit
19) # don't forget to submit the drafts