|
1 | 1 |
|
2 | 2 | section_table = { |
3 | 3 | "index": { "index": True }, |
4 | | - "specific": { "index": False, "title": True, |
5 | | - "specific": 1, "generic": 0, "third_party": 0, |
| 4 | + "specific": { "index": False, "title": True, "specific": True, |
6 | 5 | "legacy_intro": False, "new_intro": True, "form_intro": False, |
7 | 6 | "holder": True, "holder_contact": True, "ietf_contact": True, |
8 | 7 | "ietf_doc": True, "patent_info": True, "licensing": True, |
9 | 8 | "submitter": True, "notes": True, "form_submit": False, |
10 | 9 | "disclosure_type": "Specific", "form_legend": False, |
11 | 10 | "per_rfc_disclosure": True, "also_specific": False, |
12 | 11 | }, |
13 | | - "generic": { "index": False, "title": True, |
14 | | - "specific": 0, "generic": 1, "third_party": 0, |
| 12 | + "generic": { "index": False, "title": True, "generic": True, |
15 | 13 | "legacy_intro": False, "new_intro": True, "form_intro": False, |
16 | 14 | "holder": True, "holder_contact": True, "ietf_contact": False, |
17 | 15 | "ietf_doc": False, "patent_info": True, "licensing": True, |
18 | 16 | "submitter": True, "notes": True, "form_submit": False, |
19 | 17 | "disclosure_type": "Generic", "form_legend": False, |
20 | 18 | "per_rfc_disclosure": False, "also_specific": True, |
21 | 19 | }, |
22 | | - "third-party": {"index": False, "title": True, |
23 | | - "specific": 0, "generic": 0, "third_party": 1, |
| 20 | + "third-party": {"index": False, "title": True, "third_party": True, |
24 | 21 | "legacy_intro": False, "new_intro": True, "form_intro": False, |
25 | 22 | "holder": True, "holder_contact": False, "ietf_contact": True, |
26 | 23 | "ietf_doc": True, "patent_info": True, "licensing": False, |
|
0 commit comments