template.rms.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. <ul class="llist">
  60. <li><a href="rms.html">english</a></li>
  61. <li><a href="rms.ar.html">عربى</a></li>
  62. <li><a href="rms.bn.html">বাঙালি</a></li>
  63. <li><a href="rms.el.html">ελληνικά</a></li>
  64. <li><a href="rms.es.html">español</a></li>
  65. <li><a href="rms.fi.html">suomi</a></li>
  66. <li><a href="rms.fr.html">français</a></li>
  67. <li><a href="rms.he.html">עברית</a></li>
  68. <li><a href="rms.hr.html">hrvatski</a></li>
  69. <li><a href="rms.it.html">italiano</a></li>
  70. <li><a href="rms.ja.html">日本語</a></li>
  71. <li><a href="rms.ko.html">한국어</a></li>
  72. <li><a href="rms.nl.html">nederlands</a></li>
  73. <li><a href="rms.pl.html">polski</a></li>
  74. <li><a href="rms.pt-br.html">português</a></li>
  75. <li><a href="rms.ru.html">русский</a></li>
  76. <li><a href="rms.tr.html">Türkçe</a></li>
  77. <li><a href="rms.vi.html">Tiếng Việt</a></li>
  78. <li><a href="rms.zh.html">简体中文</a></li>
  79. </ul>
  80. <p class="translate">
  81. Translations needed! Download <a href="rms.markdown">rms.markdown</a>, translate
  82. it and send the translation here to
  83. <a href="mailto:leah@libreboot.org">leah@libreboot.org</a>
  84. </p>
  85. <p>
  86. FSF now publicly defends RMS, but the petition defending his honour is still
  87. open. So the statement on this page that FSF doesn't defend RMS is no longer
  88. true, but other parts of this page are still relevant. <strong>You should still
  89. sign your name on the petition, to show your support for RMS!</strong>
  90. <a href="fsf-thank-you.html">Thank you FSF for supporting RMS. Ignore
  91. the haters. You did the right thing in honouring Richard Stallman!</a>.
  92. </p>
  93. <p class="translate">
  94. <strong><a href="https://stallmansupport.org/">Visit stallmansupport.org to learn more about the hate campaigns targeting RMS.</a></strong>
  95. </p>
  96. $toc$
  97. </nav>
  98. $endif$
  99. $body$
  100. $for(include-after)$
  101. $include-after$
  102. $endfor$
  103. <p class="translate">
  104. <strong><a href="https://stallmansupport.org/">Visit stallmansupport.org to learn more about the smear campaigns targeting RMS.</a></strong>
  105. </p>
  106. <p>
  107. <strong><a href="/git.html#editing-the-website-and-documentation-wiki-style">Edit this page</a></strong> |
  108. <a href="../">Back to homepage</a>
  109. </p>
  110. <p>
  111. <img src="https://web.archive.org/web/20210327142304if_/https://av.vimuser.org/stallmon.jpg" />
  112. </p>
  113. <p>
  114. Permission is granted to copy, distribute and/or modify this document under the
  115. terms of the GNU Free Documentation License Version 1.3 as
  116. published by the Free Software Foundation with no Invariant Sections, no Front
  117. Cover Texts, and no Back Cover Texts. A copy of this license can be found
  118. on <a href="https://www.gnu.org/licenses/fdl-1.3.en.html">the GNU website</a>.
  119. </p>
  120. </body>
  121. </html>