parent
bd650dd4ec
commit
f7c45be701
@ -0,0 +1,47 @@ |
|||||||
|
_ _ ____ ___ |
||||||
|
___ __ _(_) |_|___ / _ \ |
||||||
|
/ __/ _` | | __| / / | | | |
||||||
|
| (_| (_| | | |_ / /| |_| | |
||||||
|
\___\__, |_|\__|_/ \___/ |
||||||
|
|___/ |
||||||
|
--------------------------- |
||||||
|
|
||||||
|
cgit-70 is a mod/fork of cgit (https://git.zx2c4.com/cgit/), the popular |
||||||
|
web-front-end to git. cgit-70 provides a dynamic interface to git |
||||||
|
repositories over Gopher. I started working on a proof-of-concept of a |
||||||
|
simple gopher interface to git, modifying a few functions in cgit, but |
||||||
|
after the first bits fell nicely into place, I decided to keep going and |
||||||
|
replace as much as possible of the web interface with corresponding |
||||||
|
gopher-friendly stuff. The result is cgit-70. |
||||||
|
|
||||||
|
You can see cgit-70 in action at: |
||||||
|
|
||||||
|
gopher://cgit.mine.nu/1/cgit-70.cgi |
||||||
|
|
||||||
|
and you can clone the repo at: |
||||||
|
|
||||||
|
http://cgit.mine.nu/cgit-70 |
||||||
|
|
||||||
|
All you need to run cgit-70 is a gopher server that supports the same |
||||||
|
CGI interface defined by geomyidae (http://git.r-36.net/geomyidae/). If |
||||||
|
you like shell-stuff, you could also give a try to gosher |
||||||
|
(http://cgit.mine.nu/gosher), which implements the same interface. |
||||||
|
|
||||||
|
**** DISCLAIMER **** |
||||||
|
|
||||||
|
cgit-70 is based on source code from cgit and is distributed under the |
||||||
|
terms of the GNU General Public License v2. Please read the COPYING file |
||||||
|
shipped with the sources. |
||||||
|
|
||||||
|
cgit is a rock-solid well-tested piece of software, but cgit-70 must be |
||||||
|
considered alpha software. Use it at your own risk, and feel free to |
||||||
|
send patches over if you find a bug (which is quite probable to happen, |
||||||
|
at this stage). |
||||||
|
|
||||||
|
cgit-70 is based on cgit. The cgit-70 files modified from the cgit |
||||||
|
originals are: |
||||||
|
(C) 2006-2018 cgit Development Team <cgit@lists.zx2c4.com> |
||||||
|
(C) 2018 Vincenzo 'KatolaZ' Nicosia <katolaz@freaknet.org> |
||||||
|
|
||||||
|
cgit is (C) 2006-2018 cgit Development Team <cgit@lists.zx2c4.com> |
||||||
|
|
Loading…
Reference in new issue