12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <!DOCTYPE html>
- <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
- <head>
- <meta charset="utf-8">
- <meta name="generator" content="pandoc">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
- $for(author-meta)$
- <meta name="author" content="$author-meta$">
- $endfor$
- $if(date-meta)$
- <meta name="dcterms.date" content="$date-meta$">
- $endif$
- $if(keywords)$
- <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
- $endif$
- <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
- $if(quotes)$
- <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
- $endif$
- $if(highlighting-css)$
- <style type="text/css">
- $highlighting-css$
- </style>
- $endif$
- $for(css)$
- <link rel="stylesheet" href="$css$">
- $endfor$
- $if(math)$
- $math$
- $endif$
- $for(header-includes)$
- $header-includes$
- $endfor$
- <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/>
- </head>
- <body>
- $for(include-before)$
- $include-before$
- $endfor$
- $if(title)$
- <header>
- <h1 class="title">$title$</h1>
- $if(subtitle)$
- <p class="subtitle">$subtitle$</p>
- $endif$
- $for(author)$
- <p class="author">$author$</p>
- $endfor$
- $if(date)$
- <p class="date">$date$</p>
- $endif$
- </header>
- $endif$
- $if(return)$
- $return$
- $endif$
- $if(toc)$
- <nav id="$idprefix$TOC">
- <p>
- <a href="rms.html">english</a> |
- <a href="rms.ar.html">عربى</a> |
- <a href="rms.bn.html">বাঙালি</a> |
- <a href="rms.es.html">español</a> |
- <a href="rms.fi.html">suomalainen</a> |
- <a href="rms.fr.html">français</a> |
- <a href="rms.it.html">italiano</a> |
- <a href="rms.ko.html">한국어</a> |
- <a href="rms.nl.html">nederlands</a> |
- <a href="rms.ru.html">русский</a> |
- <a href="rms.zh.html">简体中文</a><br/>
- Translations needed! Download <a href="rms.markdown">rms.markdown</a>, translate
- it and send the translation here to
- <a href="mailto:leah@libreboot.org">leah@libreboot.org</a>
- </p>
- $toc$
- </nav>
- $endif$
- $body$
- $for(include-after)$
- $include-after$
- $endfor$
- <p>
- <img src="https://web.archive.org/web/20210327142304if_/https://av.vimuser.org/stallmon.jpg" />
- </p>
- <p>
- <strong><a href="/git.html#editing-the-website-and-documentation-wiki-style">Edit this page</a></strong> |
- <a href="../">Back to homepage</a>
- </p>
- </body>
- </html>
|