summaryrefslogtreecommitdiffstats
path: root/site/projects/gitto.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-11 01:16:41 +0100
committerGravatar Tom Willemsen2013-01-11 01:16:41 +0100
commitcaedd92eef8fe47c3925c12d8e81be911556b38b (patch)
tree2a0b5f82bb2997bf3a7e7c0259235232201621b9 /site/projects/gitto.org
parent9d6392343614e7ce7333d763828756733fc27163 (diff)
downloadorgweb-caedd92eef8fe47c3925c12d8e81be911556b38b.tar.gz
orgweb-caedd92eef8fe47c3925c12d8e81be911556b38b.zip
Update files
Diffstat (limited to 'site/projects/gitto.org')
-rw-r--r--site/projects/gitto.org39
1 files changed, 27 insertions, 12 deletions
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
<script src="/keyjs.KS" type="text/javascript"></script>
@@ -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