From caedd92eef8fe47c3925c12d8e81be911556b38b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 11 Jan 2013 01:16:41 +0100 Subject: Update files --- site/projects/gitto.org | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'site/projects/gitto.org') diff --git a/site/projects/gitto.org b/site/projects/gitto.org index 05f909c..257739f 100644 --- a/site/projects/gitto.org +++ b/site/projects/gitto.org @@ -1,10 +1,8 @@ #+TITLE: gitto -#+LINK_UP: ../index.html -#+LINK_HOME: http://ryuslash.org -#+LINK: src https://github.com/ryuslash/gitto -#+LINK: tar_gz https://github.com/ryuslash/gitto/tarball/master -#+LINK: zip https://github.com/ryuslash/gitto/zipball/master -#+STARTUP: show all +#+LINK: src http://code.ryuslash.org/cgit.cgi/gitto/ +#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/gitto/snapshot/gitto-master.tar.gz +#+LINK: zip http://code.ryuslash.org/cgit.cgi/gitto/snapshot/gitto-master.zip +#+STARTUP: showall #+begin_html @@ -21,15 +19,32 @@ ~gitto~ is a utility written in [[http://www.gnu.org/software/guile/][Guile scheme]] to help me keep track of the status of my git repositories. -** Features + | Status | On-hold | + | Language | Scheme (Guile) | + | License | GPLv3 | - - Show a list of how many commits to pull or push and whether or - not the working directory of that repository is dirty. +* Features -** Requirements + - Show a list of how many commits to pull or push and whether or + not the working directory of that repository is dirty. - - [[http://www.gnu.org/software/guile/][Guile]] v2.0.x - - [[http://git-scm.com][git]] +* Requirements + + - [[http://www.gnu.org/software/guile/][Guile]] v2.0.x + - [[http://git-scm.com][git]] + +* Download + + There are download links for a ~tar.gz~ and a ~zip~ file of the latest + development version at the top of this page. + +* Install + + To install this should be enough: + + #+BEGIN_EXAMPLE + $ make && make install + #+END_EXAMPLE * Usage -- cgit v1.2.3-54-g00ecf