-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make long sourcecode sections breakable (#764)
- Loading branch information
Showing
20 changed files
with
1,687 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
<?xml version='1.0'?> | ||
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?> | ||
<?rfc-ext include-references-in-index="yes" ?> | ||
<?rfc-ext paragraph-links='yes'?> | ||
<rfc sortRefs="true" category="exp" submissionType="independent" ipr="trust200902" docName="sourcecode-00"> | ||
<?v3xml2rfc silence="Unused reference: There seems to be no reference to .*" ?> | ||
<?v3xml2rfc silence="The 'docName' attribute of the .rfc/. element should have a revision number" ?> | ||
<?v3xml2rfc silence='Did not find a recognized country entry' ?> | ||
<?v3xml2rfc silence="Postal address" ?> | ||
<?v3xml2rfc silence="Recognized postal address elements" ?> | ||
<?v3xml2rfc silence="The document date (.*) is more than 3 days away from today's date" ?> | ||
<?v3xml2rfc silence="Found SVG with width or height specified" ?> | ||
<front> | ||
<title>xml2rfc sourcecode tests</title> | ||
<author fullname="Human Person" initials="H" surname="Person" role="editor"> | ||
<address> | ||
<postal> | ||
<postalLine>line 1</postalLine> | ||
<postalLine>line 2</postalLine> | ||
<postalLine>line 3</postalLine> | ||
</postal> | ||
</address> | ||
</author> | ||
</front> | ||
<middle> | ||
<section> | ||
<name>Less than 50 lines</name> | ||
<sourcecode name="49lines.py">print("01") | ||
print("02") | ||
print("03") | ||
print("04") | ||
print("05") | ||
print("06") | ||
print("07") | ||
print("08") | ||
print("09") | ||
print("10") | ||
print("11") | ||
print("12") | ||
print("13") | ||
print("14") | ||
print("15") | ||
print("16") | ||
print("17") | ||
print("18") | ||
print("19") | ||
print("20") | ||
print("21") | ||
print("22") | ||
print("23") | ||
print("24") | ||
print("25") | ||
print("26") | ||
print("27") | ||
print("28") | ||
print("29") | ||
print("30") | ||
print("31") | ||
print("32") | ||
print("33") | ||
print("34") | ||
print("35") | ||
print("36") | ||
print("37") | ||
print("38") | ||
print("39") | ||
print("40") | ||
print("41") | ||
print("42") | ||
print("43") | ||
print("44") | ||
print("45") | ||
print("46") | ||
print("47") | ||
print("48") | ||
print("49") | ||
</sourcecode> | ||
<sourcecode name="50lines.py">print("01") | ||
print("02") | ||
print("03") | ||
print("04") | ||
print("05") | ||
print("06") | ||
print("07") | ||
print("08") | ||
print("09") | ||
print("10") | ||
print("11") | ||
print("12") | ||
print("13") | ||
print("14") | ||
print("15") | ||
print("16") | ||
print("17") | ||
print("18") | ||
print("19") | ||
print("20") | ||
print("21") | ||
print("22") | ||
print("23") | ||
print("24") | ||
print("25") | ||
print("26") | ||
print("27") | ||
print("28") | ||
print("29") | ||
print("30") | ||
print("31") | ||
print("32") | ||
print("33") | ||
print("34") | ||
print("35") | ||
print("36") | ||
print("37") | ||
print("38") | ||
print("39") | ||
print("40") | ||
print("41") | ||
print("42") | ||
print("43") | ||
print("44") | ||
print("45") | ||
print("46") | ||
print("47") | ||
print("48") | ||
print("49") | ||
print("50") | ||
</sourcecode> | ||
</section> | ||
</middle> | ||
<back> | ||
<references> | ||
<name>References</name> | ||
<reference anchor="ref0"> | ||
<front> | ||
<title>Reference</title> | ||
<author fullname="Reference Q. Author"/> | ||
</front> | ||
<annotation> | ||
<iref item="annotation"/> | ||
This is a reference not in a reference group. | ||
</annotation> | ||
</reference> | ||
</references> | ||
</back> | ||
</rfc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
xml2rfc(1) xml2rfc(1) | ||
26 April 2022 | ||
27 April 2022 | ||
|
||
|
||
Xml2rfc Vocabulary Version 3 Schema | ||
|
Oops, something went wrong.