about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-13 20:39:49 -0500
committerJune McEnroe <june@causal.agency>2022-02-13 20:39:49 -0500
commitc8d2db6e1c4a20678e4f8e26f96aafcee11c06c5 (patch)
tree9557ac0acf0a0900cf716458856d47f35e2bc50b
downloadcgit-pink-c8d2db6e1c4a20678e4f8e26f96aafcee11c06c5.tar.gz
cgit-pink-c8d2db6e1c4a20678e4f8e26f96aafcee11c06c5.zip
Recreate index
-rw-r--r--index.779
1 files changed, 79 insertions, 0 deletions
diff --git a/index.7 b/index.7
new file mode 100644
index 0000000..7d62d3c
--- /dev/null
+++ b/index.7
@@ -0,0 +1,79 @@
+.Dd February 13, 2022
+.Dt INDEX 7
+.Os "Causal Agency"
+.
+.Sh NAME
+.Nm cgit-pink
+.Nd web frontend for git
+.
+.Sh DESCRIPTION
+.Nm
+is a fork of
+.Nm cgit .
+.
+.Ss Quick Facts
+.Bl -bullet -compact
+.It
+web interface (CGI) for git repositories, written in C
+.It
+licensed under GPLv2
+.It
+discussions, patches, etc. go to
+.Aq Mt list+cgit@causal.agency
+.Pq Lk https://causal.agency/list/cgit.html archive
+.It
+real time chat available in
+.Li #ascii.town
+on
+.Li tilde.chat
+.It
+common questions are answered in the
+.Xr faq 7
+.El
+.
+.Ss Features
+.Bl -bullet -compact
+.It
+basic repository browsing (logs, diffs, trees...)
+.It
+caching of generated HTML
+.It
+cloneable URLs (implements dumb HTTP transport)
+.It
+commit feeds (atom format)
+.It
+discovery of git repositories
+.It
+on-the-fly archives for tags and commits
+.It
+plugin support for syntax highlighting
+.It
+side-by-side diffs
+.It
+simple time/author statistics
+.It
+simple virtual hosting support (macro expansion)
+.It
+understands GitWeb project-lists
+.It
+understands
+.Cm gitweb.owner
+in git config files
+.El
+.
+.Ss Source Code
+.Bl -bullet -compact
+.It
+download current or past
+.Lk /cgit-pink/refs/tags releases
+.It
+clone the repo:
+.Dl git clone https://git.causal.agency/cgit-pink
+.It
+see the
+.Lk /cgit-pink/tree/README README
+for build instructions
+.El
+.
+.Ss Packages
+None yet...