rfc-index icon indicating copy to clipboard operation
rfc-index copied to clipboard

URL navigation

Open nrc opened this issue 4 years ago • 2 comments

  • .../rfcs should not redirect to .../rfcs/index.html
  • .../rfcs/team and .../rfcs/team/tag should open their respective sub-menus and show the RFC list; opening the sub-menu should update the URL
  • back and forwards should respect the above
  • rfcs/0000 should work (i.e., without the .html)

nrc avatar Oct 12 '21 14:10 nrc

Once we have URLs for tags and teams, then those data on the RFC pages should be links to those URLs

nrc avatar Dec 20 '21 15:12 nrc

URLs using just the RFC number (e.g., https://www.ncameron.org/rfcs/2093) now work. I fixed this in the web server rather than in the code. For Apache, I added the following rewrite rule: RewriteRule /rfcs/([0-9]+)$ /rfcs/$1.html [L].

nrc avatar Jan 13 '22 08:01 nrc