template.rms.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!DOCTYPE html>
  2. <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="pandoc">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  7. $for(author-meta)$
  8. <meta name="author" content="$author-meta$">
  9. $endfor$
  10. $if(date-meta)$
  11. <meta name="dcterms.date" content="$date-meta$">
  12. $endif$
  13. $if(keywords)$
  14. <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
  15. $endif$
  16. <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
  17. $if(quotes)$
  18. <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
  19. $endif$
  20. $if(highlighting-css)$
  21. <style type="text/css">
  22. $highlighting-css$
  23. </style>
  24. $endif$
  25. $for(css)$
  26. <link rel="stylesheet" href="$css$">
  27. $endfor$
  28. $if(math)$
  29. $math$
  30. $endif$
  31. $for(header-includes)$
  32. $header-includes$
  33. $endfor$
  34. <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/>
  35. </head>
  36. <body>
  37. $for(include-before)$
  38. $include-before$
  39. $endfor$
  40. $if(title)$
  41. <header>
  42. <h1 class="title">$title$</h1>
  43. $if(subtitle)$
  44. <p class="subtitle">$subtitle$</p>
  45. $endif$
  46. $for(author)$
  47. <p class="author">$author$</p>
  48. $endfor$
  49. $if(date)$
  50. <p class="date">$date$</p>
  51. $endif$
  52. </header>
  53. $endif$
  54. $if(return)$
  55. $return$
  56. $endif$
  57. $if(toc)$
  58. <nav id="$idprefix$TOC">
  59. <p>
  60. <a href="rms.html">english</a> |
  61. <a href="rms.ar.html">عربى</a> |
  62. <a href="rms.bn.html">বাঙালি</a> |
  63. <a href="rms.es.html">español</a> |
  64. <a href="rms.fi.html">suomalainen</a> |
  65. <a href="rms.fr.html">français</a> |
  66. <a href="rms.it.html">italiano</a> |
  67. <a href="rms.ko.html">한국어</a> |
  68. <a href="rms.nl.html">nederlands</a> |
  69. <a href="rms.ru.html">русский</a> |
  70. <a href="rms.zh.html">简体中文</a><br/>
  71. Translations needed! Download <a href="rms.markdown">rms.markdown</a>, translate
  72. it and send the translation here to
  73. <a href="mailto:leah@libreboot.org">leah@libreboot.org</a>
  74. </p>
  75. $toc$
  76. </nav>
  77. $endif$
  78. $body$
  79. $for(include-after)$
  80. $include-after$
  81. $endfor$
  82. <p>
  83. <img src="https://web.archive.org/web/20210327142304if_/https://av.vimuser.org/stallmon.jpg" />
  84. </p>
  85. <p>
  86. <strong><a href="/git.html#editing-the-website-and-documentation-wiki-style">Edit this page</a></strong> |
  87. <a href="../">Back to homepage</a>
  88. </p>
  89. </body>
  90. </html>