This package browser is in early development. Mind the rough edges.

tissue

Text based project information management system

tissue is an issue tracker and project information management system built on plain text files and git. It is specifically intended for small free software projects. It features a static site generator to build a project website and a powerful search interface to search through project issues and documentation. The search interface is built on the Xapian search engine library, and is available both as a command-line program and as a web server.

Installation

Install the latest version of tissue as follows:

guix install tissue

Or install a particular version:

guix install tissue@0.1.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of tissue about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/tissue'><img src='https://packages.guix.gnu.org/packages/tissue/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tissue/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tissue)

Example Org:

[[https://packages.guix.gnu.org/packages/tissue][https://packages.guix.gnu.org/packages/tissue/badges/latest-version.svg]]