Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
<!DOCTYPE html>
<html lang="en">
<head>
  <title>KeenWrite</title>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="cross-platform, open-source desktop editor">
  <meta name="keywords" content="markdown, text, editor, software">
  <meta name="robots" content="index, follow">
  <meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self' 'unsafe-inline';">
  <style><!--#include file="styles/base.css" --></style>
</head>
<body>
<header>
  <img src="images/logo/title.svg" alt="KeenWrite" class="title">
  <p>
    A free, cross-platform desktop text editor for producing beautifully
    typeset PDF files.
  </p>
</header>
<main>
  <div class="downloads">
    <a href="downloads/keenwrite.bin"
       class="download"
       title="Download for 64-bit Linux (x86)"
       aria-label="Download for Linux"><img
         src="images/icons/linux.svg"
         alt="Download for Linux"
         class="download"></a>
    <a href="downloads/keenwrite.jar"
       class="download"
       title="Download for Java virtual machine"
       aria-label="Download for Java"><img
         src="images/icons/java.svg"
         alt="Download for Java"
         class="download"></a>
    <a href="downloads/KeenWrite.exe"
       class="download"
       title="Download for 64-bit Windows (x86)"
       aria-label="Download for Windows"><img
         src="images/icons/windows.svg"
         alt="Download for Windows"
         class="download"></a>
    <a href="downloads/keenwrite.app"
       class="download"
       title="Download for 64-bit MacOS (x86)"
       aria-label="Download for MacOS"><img
         src="images/icons/apple.svg"
         alt="Download for MacOS"
         class="download"></a>
  </div>
  <!--#config timefmt="%d-%b-%Y" -->
  <p class="version">
  <strong>Version <!--#include file="downloads/version.txt" --></strong>
  <br><!--#flastmod virtual="downloads/version.txt" -->
  <br><!--#exec cmd="./count.sh" --> downloads
  </p>
</main>
<nav>
  <ul>
    <li><a href="screenshots.html">screenshots</a></li>
    <li><a href="https://www.youtube.com/playlist?list=PLB-WIt1cZYLm1MMx2FBG9KWzPIoWZMKu_">tutorials</a></li>
    <li><a href="https://gitlab.com/DaveJarvis/KeenWrite">sources</a></li>
    <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/issues">issues</a></li>
    <li><a href="https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/docs/README.md">documentation</a></li>
  </ul>
</nav>
<footer>
  &copy; 2023, White Magic Software, Ltd.
</footer>
</body>
</html>