aboutsummaryrefslogtreecommitdiff
path: root/www/stagit/pkg-descr
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-07-16 17:12:56 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-07-16 17:12:56 +0000
commit79e38944f4a17bb3a3790b842bc1b6e8c6d13ce4 (patch)
tree68a878eea0e06c484c1021251bb3327903862bc6 /www/stagit/pkg-descr
parent2c883cac421b7270a8289bbdf6674f78009e6bea (diff)
downloadports-79e38944f4a17bb3a3790b842bc1b6e8c6d13ce4.tar.gz
ports-79e38944f4a17bb3a3790b842bc1b6e8c6d13ce4.zip
Notes
Diffstat (limited to 'www/stagit/pkg-descr')
-rw-r--r--www/stagit/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/stagit/pkg-descr b/www/stagit/pkg-descr
new file mode 100644
index 000000000000..493427f0bda5
--- /dev/null
+++ b/www/stagit/pkg-descr
@@ -0,0 +1,16 @@
+stagit is a static Git web page generator with the following 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 log (atom.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.
+
+WWW: http://git.2f30.org/stagit/log.html