Commit Diff


commit - bf34c145bc8712b96e388802424ef575cfba2d9a
commit + 6593717ee199c6d8a21b27a4e262f806dfb15467
blob - 5fd55546a8f2035d0d8e38f085a877ed4c855a18
blob + 7c871a8fc103590f3e9441721d5c776bf78f0861
--- site/index.gmi
+++ site/index.gmi
@@ -23,13 +23,9 @@ The UI is strongly inspired from Emacs and W3M, so you
 
 => https://repology.org/project/telescope/versions Some distros provide a package — thanks to the maintainers!
 
-Source code and precompiled binaries for linux are available:
+Source code is available:
 => https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope-0.6.1.tar.gz	telescope-0.6.1.tar.gz
-=> https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope.linux.aarch64	telescope.linux.aarch64
-=> https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope.linux.amd64	telescope.linux.amd64
 
-=> https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope-0.6.1-binaries.tar.gz telescope-0.6.1-binaries.tar.gz
-
 When in doubt, compile from source.  It’s easy and takes less than a minute on a raspberry pi 3.  The dependencies are:
 * libncurses
 * libevent
@@ -58,7 +54,6 @@ A SHA256 file containing the checksums is available.  
 ```Example of how to verify the signature with signify
 $ signify -C -p telescope-0.6.pub -x SHA256.sig
 Signature Verified
-telescope-0.6.1-binaries.tar.gz: OK
 telescope-0.6.pub: OK
 telescope-0.6.1.tar.gz: OK
 telescope-0.7.pub: OK
blob - 005e6fe3fc6066f19300ba870cbb3ff9a6204229
blob + 9ad287b80daa1d8fbf3694bfde2ac466977bb1b6
--- site/index.html
+++ site/index.html
@@ -150,28 +150,13 @@
     <a href="https://repology.org/project/telescope/versions">
       <img src="https://repology.org/badge/vertical-allrepos/telescope.svg" alt="Packaging status">
     </a>
-    <p>Source code and precompiled binaries for linux are available:</p>
+    <p>Source code is available:</p>
     <ul>
       <li>
         <a href="https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope-0.6.1.tar.gz">
           telescope-0.6.1.tar.gz
-        </a>
-      </li>
-      <li>
-        <a href="https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope.linux.aarch64">
-          telescope.linux.aarch64
-        </a>
-      </li>
-      <li>
-        <a href="https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope.linux.amd64">
-          telescope.linux.amd64
         </a>
       </li>
-      <li>
-        <a href="https://github.com/omar-polo/telescope/releases/download/0.6.1/telescope-0.6.1-binaries.tar.gz">
-          telescope-0.6.1-binaries.tar.gz
-        </a>
-      </li>
     </ul>
     <p>
       When in doubt, compile from source.  It’s easy and takes less
@@ -230,7 +215,6 @@ $ sudo make install # eventually
     <p>How to verify the signature with signify:</p>
     <pre>$ signify -C -p telescope-0.5.pub -x SHA256.sig
 Signature Verified
-telescope-0.6.1-binaries.tar.gz: OK
 telescope-0.6.pub: OK
 telescope-0.6.1.tar.gz: OK
 telescope-0.7.pub: OK