summaryrefslogtreecommitdiffstats
path: root/site/projects/gitto.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-13 01:04:11 +0200
committerGravatar Tom Willemse2013-10-13 01:04:11 +0200
commit294e9da3b751e6afe71c9981f4cd00003523996d (patch)
tree2428ae39cb080b905c87595e281909bc78b9567b /site/projects/gitto.org
parent1f885cd7998112287da454880ed5552db8e276cc (diff)
downloadorgweb-294e9da3b751e6afe71c9981f4cd00003523996d.tar.gz
orgweb-294e9da3b751e6afe71c9981f4cd00003523996d.zip
Move everything out of site
Diffstat (limited to 'site/projects/gitto.org')
-rw-r--r--site/projects/gitto.org55
1 files changed, 0 insertions, 55 deletions
diff --git a/site/projects/gitto.org b/site/projects/gitto.org
deleted file mode 100644
index 42eca5d..0000000
--- a/site/projects/gitto.org
+++ /dev/null
@@ -1,55 +0,0 @@
-#+TITLE: gitto
-#+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
-#+LINK: readme http://code.ryuslash.org/cgit.cgi/gitto/about/
-#+LINK: manual http://ryuslash.org/projects/gitto/manual/
-#+STARTUP: showall
-
-#+begin_html
- <script src="/keyjs.KS" type="text/javascript"></script>
- <script type="text/javascript">
- keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
- "h": [ "keyjs_goto", "http://ryuslash.org" ] });
- </script>
-#+end_html
-
-#+INCLUDE: "dlmenu.inc"
-
-* What does it do?
-
- ~gitto~ is a utility written in [[http://www.gnu.org/software/guile/][Guile scheme]] to help keep track of the
- status of git repositories.
-
- | Status | On-hold |
- | Language | Scheme (Guile) |
- | License | GPLv3 |
-
-* Why was it written?
-
- Remembering the status of all your git repositories can be quite a
- task, this project tries to alleviate some of the pain.
-
-* Who is it for?
-
- Anyone with lots and lots of git repositories.
-
-* Data
-
- | Version | 0 (development only) |
- | Language | scheme (guile) |
- | Licence | GPLv3 |
-
-** Features
-
- - Show a list of how many commits to pull or push and whether or
- not the working directory of that repository is dirty.
-
-** Dependencies
-
- - [[http://www.gnu.org/software/guile/][Guile]] :: v2.0.x or newer.
- - [[http://git-scm.com][git]] :: I am unaware of any version constraints relating to git.
-
-* More...
-
- For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].