Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.com.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 'self';
    script-src 'self' https://liberapay.com;
    connect-src 'self' https://liberapay.com;
    img-src 'self' https://liberapay.com https://liberapay.com/assets/widgets;
    style-src 'self' 'unsafe-inline';
    frame-src https://liberapay.com;">
  <link rel="stylesheet" href="styles/base.css">
  <style>
    .liberapay {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      margin-top: 1em;
    }
    .liberapay noscript,
    .liberapay noscript a,
    .liberapay noscript img {
      margin: 0;
    }
  </style>
</head>
<body>
<header>
  <img src="images/logo/title.svg" alt="KeenWrite" class="title">
  <p>
    A free, cross-platform desktop text editor for producing
    <a href="docs/user-manual.pdf">beautifully typeset</a> PDF files.
  </p>
  <p>
  Want a feature? Take the 30-second <a href="https://www.surveymonkey.com/r/WGDGG79">survey</a>.
  </p>
</header>
<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://repo.autonoma.ca/repo/keenwrite">sources</a></li>
    <li><a href="docs/user-manual.pdf">documentation</a></li>
    <li><a href="docs/release-notes.html">changelog</a></li>
  </ul>
</nav>
<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.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 class="liberapay">
      <script src="https://liberapay.com/Dave.Jarvis/widgets/receiving.js"></script>
      <noscript>
        <a href="https://liberapay.com/Dave.Jarvis/donate">
          <img alt="Donate using LiberaPay" src="https://liberapay.com/assets/widgets/donate.svg">
        </a>
      </noscript>
    </div>
  </div>
  <p class="version">
    <strong>Version <span id="version">...</span></strong>
    <br><span id="download-count">...</span> downloads
  </p>
</main>
<footer>
  &copy; <span id="current-year">2026</span>, <a href="https://whitemagicsoftware.com">White Magic Software</a>, Ltd.
</footer>
<script src="js/liberapay.js"></script>
<script src="js/main.js"></script>
</body>
</html>