Mustache

Documentation
Login
Bounty program for improvements to Tcl and certain Tcl packages.


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

NAME

mustache-howto-get-sources - Mustache - How To Get The Sources

Table Of Contents

DESCRIPTION

Welcome to the Mustache project for Tcl, written by Andreas Kupries.

It provides a set of five related Tcl packages for the parsing and rendering of mustache-style logic-less templates, plus an application for easy command-line access to the functionality.

For availability please read Mustache - How To Get The Sources.

The audience of this document are anyone wishing to either have just a look at Mustache's sources, or to build the project, or to extend and modify it. The list of Related Documents provides references to information for the latter two.

Location

The official repository for Kettle can be found at https://core.tcl-lang.org/akupries/mustache, with mirrors at https://chiselapp.com/user/andreas_kupries/repository/mustache and https://github.com/andreas-kupries/mustache, 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.1:

  1. Core v1.1 Tarball

  2. Core v1.1 Zip Archive

  3. ChiselApp v1.1 Tarball

  4. ChiselApp v1.1 Zip Archive

  5. Github v1.1 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 of this project 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 of our project can be retrieved via:

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

followed by

mkdir mustache
cd    mustache
fossil open ../mustache.fossil

to get a checkout of the head of the trunk.

Related Documents

  1. Mustache - Introduction to the project

  2. Mustache - License

  3. Mustache - Log of Changes

  4. Mustache - How To Get The Sources

  5. Mustache - The Installer's Guide

  6. Mustache - The Developer's Guide

Bugs, Ideas, Feedback

Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at Mustache Tracker.

Please also report any ideas you may have for enhancements of either package(s) and/or documentation.

KEYWORDS

logic-less templates, mustache, templating

COPYRIGHT

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