├── 9p2000.L.xml ├── 9p2000.u.xml ├── 9p2000.xml ├── Makefile ├── README ├── fix.pl └── tool ├── LICENSE ├── README.html ├── README.txt ├── README.xml ├── contrib ├── alex.rousskov │ └── xml2rfcpp.pl ├── fred.baker │ └── new-draft.xml ├── pekka.savola │ ├── template.xml │ ├── template0.xml │ └── template1b.xml └── rob.austein │ ├── concat.pl │ └── fast-sync.sh ├── draft-mrose-writing-rfcs.html ├── draft-mrose-writing-rfcs.txt ├── rfc2629-other.ent ├── rfc2629-xhtml.ent ├── rfc2629.dtd ├── rfc2629.html ├── rfc2629.rnc ├── rfc2629.xml ├── rfc2629.xsd ├── rfc2629xslt.zip ├── sample.html ├── sample.txt ├── sample.xml ├── test.txt ├── test.xml ├── xml2rfc-win.png ├── xml2rfc.tcl └── xml2sgml.tcl /9p2000.L.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/9p2000.L.xml -------------------------------------------------------------------------------- /9p2000.u.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/9p2000.u.xml -------------------------------------------------------------------------------- /9p2000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/9p2000.xml -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/README -------------------------------------------------------------------------------- /fix.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/fix.pl -------------------------------------------------------------------------------- /tool/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/LICENSE -------------------------------------------------------------------------------- /tool/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/README.html -------------------------------------------------------------------------------- /tool/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/README.txt -------------------------------------------------------------------------------- /tool/README.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/README.xml -------------------------------------------------------------------------------- /tool/contrib/alex.rousskov/xml2rfcpp.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/alex.rousskov/xml2rfcpp.pl -------------------------------------------------------------------------------- /tool/contrib/fred.baker/new-draft.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/fred.baker/new-draft.xml -------------------------------------------------------------------------------- /tool/contrib/pekka.savola/template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/pekka.savola/template.xml -------------------------------------------------------------------------------- /tool/contrib/pekka.savola/template0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/pekka.savola/template0.xml -------------------------------------------------------------------------------- /tool/contrib/pekka.savola/template1b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/pekka.savola/template1b.xml -------------------------------------------------------------------------------- /tool/contrib/rob.austein/concat.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/rob.austein/concat.pl -------------------------------------------------------------------------------- /tool/contrib/rob.austein/fast-sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/contrib/rob.austein/fast-sync.sh -------------------------------------------------------------------------------- /tool/draft-mrose-writing-rfcs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/draft-mrose-writing-rfcs.html -------------------------------------------------------------------------------- /tool/draft-mrose-writing-rfcs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/draft-mrose-writing-rfcs.txt -------------------------------------------------------------------------------- /tool/rfc2629-other.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629-other.ent -------------------------------------------------------------------------------- /tool/rfc2629-xhtml.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629-xhtml.ent -------------------------------------------------------------------------------- /tool/rfc2629.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629.dtd -------------------------------------------------------------------------------- /tool/rfc2629.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629.html -------------------------------------------------------------------------------- /tool/rfc2629.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629.rnc -------------------------------------------------------------------------------- /tool/rfc2629.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629.xml -------------------------------------------------------------------------------- /tool/rfc2629.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629.xsd -------------------------------------------------------------------------------- /tool/rfc2629xslt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/rfc2629xslt.zip -------------------------------------------------------------------------------- /tool/sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/sample.html -------------------------------------------------------------------------------- /tool/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/sample.txt -------------------------------------------------------------------------------- /tool/sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/sample.xml -------------------------------------------------------------------------------- /tool/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/test.txt -------------------------------------------------------------------------------- /tool/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/test.xml -------------------------------------------------------------------------------- /tool/xml2rfc-win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/xml2rfc-win.png -------------------------------------------------------------------------------- /tool/xml2rfc.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/xml2rfc.tcl -------------------------------------------------------------------------------- /tool/xml2sgml.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericvh/9p-rfc/HEAD/tool/xml2sgml.tcl --------------------------------------------------------------------------------