ANKH

Documentation
Login


[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

NAME

ankh_sources - Ankh - How To Get The Sources

Table Of Contents

SYNOPSIS

package require Tcl 8.6 9
package require ankh ?1.0?

DESCRIPTION

Welcome to Ankh, Andreas Kupries' Hashes.

The audience of this document is anyone wishing to either have just a look at Ankh's source code, or build the packages, or to extend and modify them.

For builders and developers we additionally provide

  1. Ankh - License.

  2. Ankh - The Installer's Guide.

  3. Ankh - The Developer's Guide.

respectively.

Source Location

The official repository for Ankh can be found at https://core.tcl-lang.org/akupries/ankh, with mirrors at https://chiselapp.com/user/andreas_kupries/repository/ankh and https://github.com/andreas-kupries/ankh, in case of trouble with the main location.

Retrieval

Assuming that you simply wish to look at the sources, or build a specific revision, the easiest way of retrieving it is to use one of the following links:

  1. Core Tarball

  2. Core Zip Archive

  3. ChiselApp Tarball

  4. ChiselApp Zip Archive

  5. Github Zip Archive

To generalize the above, replace trunk in the links above with any commit id, tag or branch name to retrieve an archive for that commit, the last commit having the tag, or the last commit on the named branch.

As an example, use the links below to retrieve the last commit for tag v1.0:

  1. Core v1.0 Tarball

  2. Core v1.0 Zip Archive

  3. ChiselApp v1.0 Tarball

  4. ChiselApp v1.0 Zip Archive

  5. Github v1.0 Zip Archive

Beware however that fossil's trunk branch is called master in github, and that github commit ids do not match fossil commit ids, at all. Only tags and the other branch names match.

Source Code Management

For the curious (or a developer-to-be), the sources are managed by the Fossil SCM. Binaries for popular platforms can be found directly at its download page.

With that tool available the full history can be retrieved via:

fossil clone https://core.tcl-lang.org/akupries/ankh ankh.fossil

followed by

mkdir ankh
cd ankh
fossil open ../ankh.fossil

to get a checkout of the head of the trunk.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such at the Ankh Tracker. Please also report any ideas for enhancements you may have for either package and/or documentation.

KEYWORDS

aich, bittorrent info hash, blake, btih, cryptographically secure hashes, ed2k, edonr, gost12, gost94, has160, hash digests, md4, md5, ripemd160, secure hashes, sha1, sha2, sha3, snefru, tiger, tth, whirlpool

CATEGORY

cryptographically secure hashes

COPYRIGHT

Copyright © 2021-2024 Andreas Kupries
Copyright © 2021-2024 Documentation, Andreas Kupries