feat: Use bs5 for htmlized doc - #4082
Conversation
d573215 to
c73d246
Compare
02edd7a to
b3cc237
Compare
|
This is a pretty big change of what's really the most heavily fetched format from the datatracker. We may want to phase this in? (and possible fix the html brokenness in rfc2html at the same time). As mentioned out of band, when I first moved this to the datatracker, I didn't preserve the colored header and got immediate feedback that people wanted it back. Please look at #3466. |
|
I'm adding the colored header - as a colored badge. |
We should definitely deploy on sandbox first and ask for feedback. |
bcd66b6 to
ec835c0
Compare
|
@rjsparks should we chat about how to make this available for community feedback? |
|
We can do a deployment of the branch on the sandbox server using a new DNS name (such as htmlize-preview.ietf.org), or you could look at rewiring the PR to put this htmlization at a different endpoint than the current, so that they are both available in production for some time (/doc/htmlpreview/ perhaps). If we go with deploying the branch, it would be good to keep it close to main. |
|
Actually, it will require a lot of work to rework the PR for that. I think deploying the branch is easier. We can also first get some initial feedback during the codesprint. |
54b454d to
b1a1ccb
Compare
2380c20 to
13cc834
Compare
1e66a04 to
7d4965e
Compare
f90279f to
c50dcf0
Compare
|
@rjsparks I think this is ready for you to take a look (htmlization and pdfization of various documents). If you think it's ready, maybe we do public testing? |
13f8c08 to
57f398f
Compare
Co-authored-by: Martin Thomson <mt@lowentropy.net>
Co-authored-by: Martin Thomson <mt@lowentropy.net>
bf85ef4 to
74fa4ed
Compare
|
Moving this into a branch at ietf-tools to assist with a feedback deployment |
This gets rid of a bunch of old code by re-using
document_mainto render htmlized docs into a new set of bs5-based templates.Also fixes #4057 and #3653.
This depends on ietf-tools/rfc2html#11 and ietf-tools/rfc2html#12.