Geonovum / respec

A tool for creating technical documents and web standards. Geonovum fork to modify respec for own use.
Other
2 stars 1 forks source link

Refer index.html to PDF #95

Closed dhvenema closed 7 years ago

dhvenema commented 7 years ago

For certain older standards there is only a PDF-file. However, in respec it would still be good for users to be able to reference those in the headers. Currently, previous version are refer to a folder with an index.html. Instead, for those older versions with PDF-file, it should refer to that PDF.

This could be solved by refering to the PDF from inside the index.html, as that would leave the header-structure in respec intact.

dhvenema commented 7 years ago

This could be done by redirecting to a PDF from an index.html:

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="REFRESH" content="0; url=https://redirect.spec/name.pdf">
</html>