mirror of
https://git.zx2c4.com/cgit
synced 2025-01-24 23:31:53 +00:00
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>
This commit is contained in:
parent
ceba0a29e8
commit
f9e27e2545
44
index
44
index
@ -1,10 +1,10 @@
|
|||||||
cgit quick facts
|
cgit Quick Facts
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* web interface ([cgi][]) for [git][] repositories, written in [C][]
|
* web interface ([cgi][]) for [Git][] repositories, written in [C][]
|
||||||
* licensed under [GPLv2][]
|
* licensed under [GPLv2][]
|
||||||
* discussions, patches etc. goes to the [list][] ([signup][], [archive][], [gmane][]).
|
* discussions, patches etc. go to the [list][] ([signup][], [archive][], [gmane][]).
|
||||||
* common questions are answered in the [faq][].
|
* common questions are answered in the [faq][FAQ].
|
||||||
|
|
||||||
[cgi]: http://www.ietf.org/rfc/rfc3875.txt
|
[cgi]: http://www.ietf.org/rfc/rfc3875.txt
|
||||||
[git]: http://git-scm.org
|
[git]: http://git-scm.org
|
||||||
@ -16,45 +16,41 @@ cgit quick facts
|
|||||||
[gmane]: http://dir.gmane.org/gmane.comp.version-control.cgit
|
[gmane]: http://dir.gmane.org/gmane.comp.version-control.cgit
|
||||||
[faq]: faq
|
[faq]: faq
|
||||||
|
|
||||||
|
Features
|
||||||
features
|
|
||||||
--------
|
--------
|
||||||
* basic repository browsing (logs, diffs, trees...)
|
* basic repository browsing (logs, diffs, trees...)
|
||||||
* caching of generated html
|
* caching of generated HTML
|
||||||
* cloneable urls (implements dumb http transport)
|
* cloneable URLs (implements dumb HTTP transport)
|
||||||
* commit feeds (atom format)
|
* commit feeds (atom format)
|
||||||
* discovery of git repositories
|
* discovery of Git repositories
|
||||||
* on-the-fly archives for tags and commits
|
* on-the-fly archives for tags and commits
|
||||||
* plugin-support for e.g. syntax highlighting
|
* plugin support for e.g. syntax highlighting
|
||||||
* side-by-side diffs
|
* side-by-side diffs
|
||||||
* simple time/author statistics
|
* simple time/author statistics
|
||||||
* simple virtual hosting support (macro expansion)
|
* simple virtual hosting support (macro expansion)
|
||||||
* understands gitweb project-lists
|
* understands GitWeb project-lists
|
||||||
* understands gitweb.owner in git config files
|
* understands gitweb.owner in Git config files
|
||||||
|
|
||||||
source code
|
Source Code
|
||||||
-----------
|
-----------
|
||||||
* download current or past [releases][]
|
* download current or past [releases][]
|
||||||
* clone the repo using the http protocol:
|
* clone the repo using the Git protocol:
|
||||||
* git clone git://git.zx2c4.com/cgit
|
* git clone git://git.zx2c4.com/cgit
|
||||||
* see the [README][] for build instructions
|
* see the [README][] for build instructions
|
||||||
|
|
||||||
[releases]: /cgit/refs/tags
|
[releases]: /cgit/refs/tags
|
||||||
[README]: /cgit/tree/README
|
[README]: /cgit/tree/README
|
||||||
|
|
||||||
|
Packages
|
||||||
packages
|
|
||||||
--------
|
--------
|
||||||
* [archlinux][]
|
* [archlinux][Arch Linux]
|
||||||
* [darwinports][]
|
* [fedora][Fedora]
|
||||||
* [fedora][]
|
* [gentoo][Gentoo]
|
||||||
* [gentoo][]
|
* [macports][OS X]
|
||||||
* [macports][]
|
* [opensuse][OpenSUSE]
|
||||||
* [opensuse][]
|
* [pkgsrc][NetBSD]
|
||||||
* [pkgsrc][]
|
|
||||||
|
|
||||||
[archlinux]: https://www.archlinux.org/packages/community/x86_64/cgit/
|
[archlinux]: https://www.archlinux.org/packages/community/x86_64/cgit/
|
||||||
[darwinports]: http://cgit.darwinports.com/
|
|
||||||
[fedora]: https://admin.fedoraproject.org/pkgdb/acls/name/cgit
|
[fedora]: https://admin.fedoraproject.org/pkgdb/acls/name/cgit
|
||||||
[gentoo]: http://packages.gentoo.org/package/www-apps/cgit
|
[gentoo]: http://packages.gentoo.org/package/www-apps/cgit
|
||||||
[macports]: http://trac.macports.org/browser/trunk/dports/www/cgit
|
[macports]: http://trac.macports.org/browser/trunk/dports/www/cgit
|
||||||
|
Loading…
Reference in New Issue
Block a user