tissue 0.1.0
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.
- Website: https://tissue.systemreboot.net
- Licenses: GPL 3+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tissue 0.1.0
as follows:
guix install tissue@0.1.0
Or install the latest version:
guix install tissue
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.