cgit/index

61 lines
2.0 KiB
Plaintext
Raw Normal View History

cgit Quick Facts
----------------
2014-01-08 17:45:11 +00:00
* web interface ([cgi][]) for [Git][git] repositories, written in [C][]
* licensed under [GPLv2][]
* discussions, patches etc. go to the [list][] ([signup][], [archive][]).
2014-01-08 17:45:11 +00:00
* common questions are answered in the [FAQ][faq].
[cgi]: https://tools.ietf.org/html/rfc3875
[git]: https://git-scm.com/
[C]: https://en.wikipedia.org/wiki/C_%28programming_language%29
[GPLv2]: https://www.gnu.org/licenses/gpl-2.0.html
2013-05-13 12:02:42 +00:00
[list]: mailto:cgit@lists.zx2c4.com
[signup]: https://lists.zx2c4.com/mailman/listinfo/cgit
[archive]: https://lists.zx2c4.com/pipermail/cgit/
[faq]: faq
Features
--------
* basic repository browsing (logs, diffs, trees...)
* caching of generated HTML
* cloneable URLs (implements dumb HTTP transport)
* commit feeds (atom format)
* discovery of Git repositories
* on-the-fly archives for tags and commits
* plugin support for e.g. syntax highlighting
* side-by-side diffs
* simple time/author statistics
* simple virtual hosting support (macro expansion)
* understands GitWeb project-lists
* understands gitweb.owner in Git config files
2014-01-14 01:11:23 +00:00
* has extensive filtering framework using scripts or a built-in lua interpreter
Source Code
-----------
* download current or past [releases][]
2016-02-22 18:17:01 +00:00
* clone the repo:
* git clone https://git.zx2c4.com/cgit
* see the [README][] for build instructions
2012-10-09 11:22:21 +00:00
[releases]: /cgit/refs/tags
[README]: /cgit/tree/README
Packages
--------
2014-01-08 17:45:11 +00:00
* [Arch Linux][archlinux]
* [Gentoo][gentoo]
* [Fedora/RHEL/CentOS][fedora]
2014-01-08 17:45:11 +00:00
* [OS X][macports]
* [OpenSUSE][OpenSUSE]
* [NetBSD][pkgsrc]
2019-01-07 17:05:45 +00:00
* [FreeBSD][freshports]
2014-01-08 21:23:37 +00:00
[archlinux]: https://www.archlinux.org/packages/?name=cgit
[fedora]: https://apps.fedoraproject.org/packages/cgit
[gentoo]: https://packages.gentoo.org/packages/www-apps/cgit
[macports]: https://trac.macports.org/browser/trunk/dports/www/cgit
[opensuse]: https://software.opensuse.org/package/cgit
[pkgsrc]: http://pkgsrc.se/www/cgit
2019-01-07 17:05:45 +00:00
[freshports]: https://www.freshports.org/devel/cgit/