# HG changeset patch # User Paul Boddie # Date 1670799427 -3600 # Node ID c382ddaf6316dda0b03be58132d2b69630f6b9e4 # Parent 170967cc0f8bf1574d08120d7aff974e7ddb0e88 Removed release-related information since there are currently no releases. diff -r 170967cc0f8b -r c382ddaf6316 docs/wiki/Downloads --- a/docs/wiki/Downloads Sat Dec 10 01:28:22 2022 +0100 +++ b/docs/wiki/Downloads Sun Dec 11 23:57:07 2022 +0100 @@ -14,7 +14,7 @@ The source code repository is located at the following location: -https://hg.boddie.org.uk/L4Re/idl4re +[[https://hg.boddie.org.uk/L4Re/idl4re]] The repository can be cloned using [[https://www.mercurial-scm.org/|Mercurial]] as follows: @@ -30,51 +30,3 @@ attempts are made to avoid such situations. Therefore, you should choose to update with care and be prepared to switch to a "known working" revision if necessary. - -== Releases == - -{{{#!wiki tip -See below for downloadable archives. -}}} - -Releases are tagged in the repository. The currently-supported releases are -listed here for convenience: - -{{{#!table -'''Release''' || '''Details''' -== -0.1 || [[https://hg.boddie.org.uk/idl4re/rev/rel-0-1|changeset]] - .. [[https://hg.boddie.org.uk/idl4re/file/rel-0-1|files]] -}}} - -Details of changes introduced in each new release can be found in the -[[../Changelog|changelog]]. - -=== Archives === - -Downloadable archives are provided below. Choose "get" to download the -appropriate file. - -<> -<> - -=== Signatures === - -Downloadable archive signatures are provided below. Choose "get" to download -the appropriate file. - -<> -<> - -To verify an archive, download the archive and accompanying signature file to -the same location and then run a command of the following form: - -{{{ -gpg --verify -}}} - -For example: - -{{{ -gpg --verify idl4re-0.1.tar.bz2.asc idl4re-0.1.tar.bz2 -}}}