cgit/index
Lukas Fleischer f9e27e2545 Various improvements
* Fix capitalization of headings, abbreviations and proper names.
* Several small spelling fixes.
* Remove broken darwinports link.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
2014-01-08 18:35:42 +01:00

64 lines
2.1 KiB
Plaintext

cgit Quick Facts
----------------
* web interface ([cgi][]) for [Git][] repositories, written in [C][]
* licensed under [GPLv2][]
* discussions, patches etc. go to the [list][] ([signup][], [archive][], [gmane][]).
* common questions are answered in the [faq][FAQ].
[cgi]: http://www.ietf.org/rfc/rfc3875.txt
[git]: http://git-scm.org
[C]: http://en.wikipedia.org/wiki/C_%28programming_language%29
[GPLv2]: http://www.gnu.org/licenses/gpl-2.0.html
[list]: mailto:cgit@lists.zx2c4.com
[signup]: http://lists.zx2c4.com/mailman/listinfo/cgit
[archive]: http://lists.zx2c4.com/pipermail/cgit/
[gmane]: http://dir.gmane.org/gmane.comp.version-control.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
Source Code
-----------
* download current or past [releases][]
* clone the repo using the Git protocol:
* git clone git://git.zx2c4.com/cgit
* see the [README][] for build instructions
[releases]: /cgit/refs/tags
[README]: /cgit/tree/README
Packages
--------
* [archlinux][Arch Linux]
* [fedora][Fedora]
* [gentoo][Gentoo]
* [macports][OS X]
* [opensuse][OpenSUSE]
* [pkgsrc][NetBSD]
[archlinux]: https://www.archlinux.org/packages/community/x86_64/cgit/
[fedora]: https://admin.fedoraproject.org/pkgdb/acls/name/cgit
[gentoo]: http://packages.gentoo.org/package/www-apps/cgit
[macports]: http://trac.macports.org/browser/trunk/dports/www/cgit
[opensuse]: https://build.opensuse.org/package/show?package=cgit&project=devel%3Atools%3Ascm
[pkgsrc]: http://pkgsrc.se/wip/cgit
<script type="text/javascript">
if (location.href != "http://git.zx2c4.com/cgit/about/")
window.location.href = "http://git.zx2c4.com/cgit/about/";
</script>