Source: stagit Section: net Maintainer: Nicolas Schodet Build-Depends: debhelper-compat (= 14), libgit2-dev, Standards-Version: 4.7.4 Homepage: https://codemadness.org/stagit.html Vcs-Browser: https://salsa.debian.org/debian/stagit Vcs-Git: https://salsa.debian.org/debian/stagit.git Package: stagit Architecture: any Description: static git page generator stagit generates static HTML pages for a git repository. . stagit serves similar purpose as gitweb or cgit, but everything is generated statically. stagit must be run again every time the repository is updated, which can be made manually or using a post-receive hook for example. . Features: * Log of all commits from HEAD. * Log and diffstat per commit. * Show file tree with linkable line numbers. * Show references: local branches and tags. * Detect README and LICENSE file from HEAD and link it as a webpage. * Detect submodules (.gitmodules file) from HEAD and link it as a webpage. * Atom feed of the commit log (atom.xml). * Atom feed of the tags/refs (tags.xml). * Make index page for multiple repositories with stagit-index. * After generating the pages (relatively slow) serving the files is very fast, simple and requires little resources (because the content is static), only a HTTP file server is required. * Usable with text-browsers such as dillo, links, lynx and w3m. . stagit is not suitable for large repositories with many files, because all files are written for each execution of stagit.