Skip to content

Commit

Permalink
Markdown sources for http://cola.tuxfamily.org/
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Oct 15, 2009
0 parents commit 556ab83
Show file tree
Hide file tree
Showing 51 changed files with 850 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
/doc
.DS_Store
*.swp
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions Makefile
@@ -0,0 +1,13 @@
ifeq ($(shell uname),Darwin)
prefix ?= $(HOME)/Sites
else
prefix ?= $(HOME)/public_html
endif

install:
jekyll "$(prefix)"
"$(prefix)"/scripts/create-md5sums

all: install

.PHONY: install
12 changes: 12 additions & 0 deletions _config.yml
@@ -0,0 +1,12 @@
destination: ./_site
auto: false
lsi: false
server_port: 4000
pygments: false
markdown: maruku
permalink: date
maruku:
use_tex: false
use_divs: false
png_dir: images/latex
png_url: /images/latex
18 changes: 18 additions & 0 deletions _layouts/logo-top.html
@@ -0,0 +1,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>git-cola: a highly caffeinated git gui</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="cola.css" />
<link rel="icon" type="image/png" href="images/favicon.png" />
</head>

<body>
<div class="pagetop">
<img src="images/logo-cola.png" alt="git-cola logo" />
</div>
<!-- main content -->
{{ content }}
</body>
</html>
33 changes: 33 additions & 0 deletions cola.css
@@ -0,0 +1,33 @@
body {
top: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
font-family: sans-serif;
text-decoration: none;
background: url("images/cola-bg.png") repeat-x;
}
.trademark {
position: absolute;
bottom: 0;
right: 4;
left: 4;
color: gray;
}

img { border: 1px solid; }

.pagetop { position: relative; top: 0; text-align: right; 0; }
.pagetop>img { border: 0px; }
.sitelinks { position: relative; top: 10; font-weight: bold; }
.bodydiv { position: relative; top: 10; }
.git { color: #777; font-size: .6em; }

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: black; text-decoration: none; background-color: silver; }

.extlinks a:link { color: #ccc; text-decoration: none; }
.extlinks a:visited { color: #ccc; text-decoration: none; }
.extlinks a:hover { color: black; text-decoration: none; }
.extlinks img { border: 1px solid; }
50 changes: 50 additions & 0 deletions downloads.html
@@ -0,0 +1,50 @@
---
title: git-cola - Downloads
layout: logo-top
---

<style type="text/css">
img.title { border: 0; }
h1.title { margin-bottom: 0.5em; }
h2.title { margin-bottom: 0.5em; }
</style>

<div class="bodydiv">

<p><a href="index.html">[back]</a></p>

<h1>Binary Packages</h1>

<h2 class="title"><img class="title" src="images/logo-linux.png"/> Linux</h2>
Linux is it! Your distro has probably already packaged git-cola for you.<br/>
If not, please file a bug against your distribution ;-)
<ul>
<li><a href="http://packages.ubuntu.com/karmic/git-cola">ubuntu</a>
sudo aptitude install git-cola</li>
<li><a href="http://packages.debian.org/testing/main/git-cola">debian</a>
sudo aptitude install git-cola</li>
<li><a href="https://admin.fedoraproject.org/pkgdb/packages/name/git-cola">fedora</a>
sudo yum install git-cola</li>
</ul>

<h2 class="title"><img class="title" src="images/logo-darwin.png"/> Mac OS X</h2>
I don't have access to an Intel+Tiger or PPC+Leopard machine.<br/>
Contact the git-cola list if you can help provide other OS X builds.<ul>
<li><a href="http://code.google.com/p/git-osx-installer/">git</a></li>
<li><a href="releases/darwin/git-cola-intel-leopard.app.tar.bz2">git-cola</a> Intel 10.5 Leopard</li>
<li><a href="releases/darwin/git-cola-powerpc-tiger.app.tar.bz2">git-cola</a> PPC 10.4 Tiger</li>
</ul>

<h2 class="title"><img class="title" src="images/logo-win32.png"/> Windows</h2>
Install the latest stable Python 2.6 binary packages listed below <ul>
<li><a href="http://code.google.com/p/msysgit/">git</a></li>
<li><a href="http://python.org/download/">python</a></li>
<li><a href="http://www.riverbankcomputing.co.uk/software/pyqt/download">pyqt4</a></li>
<li><a href="releases/win32/cola.exe">git-cola</a></li>
</ul>

<h1 class="title">Source Releases</h1> <ul>
<li><a href="releases/?C=N&amp;O=D">source releases</a></li>
</ul>
</span>
</div>
Binary file added favicon.ico
Binary file not shown.
Binary file added images/branch.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cherry.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cola-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/commit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/compare.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/index.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/linux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-blinklist.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-cola.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-cola.xcf
Binary file not shown.
Binary file added images/logo-darwin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-delicious.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-digg.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-furl.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-git-big.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-git.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-github.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-linux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-python.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-reddit.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-technorati.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-tf.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-tux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-win32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/macosx.png
Binary file added images/merge.png
Binary file added images/options.png
Binary file added images/search.png
Binary file added images/searchmenu.png
Binary file added images/stash.png
Binary file added images/valid-xhtml10.png
46 changes: 46 additions & 0 deletions index.html
@@ -0,0 +1,46 @@
---
title: git-cola - A Highly Caffeinated GIT GUI
layout: logo-top
---

<div class="sitelinks">
<ul>
<li><a href="downloads.html">downloads</a></li>
<li><a href="screenshots.html">screenshots</a></li>
<li><a href="install.html">installation guide</a></li>
<li><a href="share/doc/git-cola/html">documentation</a></li>
<li><a href="http://github.com/davvid/git-cola/commits/master">changelog</a></li>
<li><a href="http://groups.google.com/group/git-cola">discussion group</a></li>
<li><a href="http://github.com/davvid/git-cola/issues">issue tracker</a></li>
<li><a href="http://github.com/davvid/git-cola/tree/master">git-cola repo on github</a>
<div class="git">git clone git://github.com/davvid/git-cola.git</div>
</li>
</ul>
</div>


<div class="trademark">
<p>
git-cola is a powerful gui for <a href="http://git-scm.com/">git</a>,
a distributed revision control system.<br />
cola's ingredients include
<a href="http://gitorious.org/projects/git-python/">git-python</a> and
<a href="http://code.google.com/p/jsonpickle/">jsonpickle</a>.
cola is released under the <a href="LICENSE">GNU GPL v2</a>.
</p>


<div class="extlinks">
<a href="http://git-scm.com/">
<img src="images/logo-git-big.png" alt="git" /></a>
<a href="http://www.github.com/">
<img src="images/logo-github.png" alt="github" /></a>
<a href="http://www.python.org/">
<img src="images/logo-python.png" alt="python" /></a>
<a href="http://www.kernel.org/">
<img src="images/logo-tux.png" alt="linux" /></a>
<a href="http://www.tuxfamily.org/">
<img src="images/logo-tf.png" alt="tuxfamily" /></a>
<a href="http://validator.w3.org/check/referer">
<img src="images/valid-xhtml10.png" alt="xhtml" /></a>
</div>
70 changes: 70 additions & 0 deletions install.html
@@ -0,0 +1,70 @@
---
title: git-cola - Installation Guide
layout: logo-top
---

<div class="bodydiv">

<p><a href="index.html">[back]</a></p>

<pre>
NUTRITIONAL FACTS
-----------------

ACTIVE INGREDIENTS
# apt-get install git-core python python-qt4

Python 2.4 or newer
~ <a href="http://python.org/">http://python.org/</a>

PyQt 4.3 or newer
~ <a href="http://www.riverbankcomputing.co.uk/software/pyqt/download">http://www.riverbankcomputing.co.uk/software/pyqt/download</a>


ADDITIVES
# apt-get install python-pyinotify

pyinotify &gt;= 0.7.1 enables inotify support on Linux
~ <a href="http://pyinotify.sourceforge.net/">http://pyinotify.sourceforge.net/</a>


BREWING INSTRUCTIONS
# apt-get install pyqt4-dev-tools

Normally you can just do "make install" to install git-cola
in your $HOME directory ($HOME/bin, $HOME/lib, etc).
If you want to do a global install you can do

# make prefix=/usr install

You don't need to install cola to run it.
git-cola is designed to run directly out of its source tree.

$ make
$ bin/git-cola


NOW AVAILABLE TO RESIDENTS OF REDMOND, WA
# the only cola made with real sugar, not high fructose corn syrup

Download the latest stable Git, Python 2.6, and Py26-PyQt4 installers
<a href="http://code.google.com/p/msysgit/">http://code.google.com/p/msysgit/</a>
<a href="http://python.org/download/">http://python.org/download/</a>
<a href="http://www.riverbankcomputing.co.uk/software/pyqt/download">http://www.riverbankcomputing.co.uk/software/pyqt/download</a>

Download the latest Cola-[version].exe installer
<a href="http://cola.tuxfamily.org/releases/win32/">http://cola.tuxfamily.org/releases/win32/</a>

Once it's installed you can run it from the Start menu or
from a Git Bash by typing 'cola'.

If you're developing cola on Windows you can run cola out of its source
tree by using the 'win32/cola' shell script.

$ /c/Python26/python setup.py build
$ win32/cola

Note: win32/cola assumes you've installed Python in /c/Python26 or /c/Python25.
Adjust accordingly. You can also add python to your path and simply bin/git-cola.
</pre>
</div>
50 changes: 50 additions & 0 deletions news.html
@@ -0,0 +1,50 @@
---
title: git-cola - Downloads
layout: logo-top
---

<style type="text/css">
img.title { border: 0; }
h1.title { margin-bottom: 0.5em; }
h2.title { margin-bottom: 0.5em; }
</style>

<div class="bodydiv">

<p><a href="index.html">[back]</a></p>

<h1>Binary Packages</h1>

<h2 class="title"><img class="title" src="images/logo-linux.png"/> Linux</h2>
Linux is it! Your distro has probably already packaged git-cola for you.<br/>
If not, please file a bug against your distribution ;-)
<ul>
<li><a href="http://packages.ubuntu.com/karmic/git-cola">ubuntu</a>
sudo aptitude install git-cola</li>
<li><a href="http://packages.debian.org/testing/main/git-cola">debian</a>
sudo aptitude install git-cola</li>
<li><a href="https://admin.fedoraproject.org/pkgdb/packages/name/git-cola">fedora</a>
sudo yum install git-cola</li>
</ul>

<h2 class="title"><img class="title" src="images/logo-darwin.png"/> Mac OS X</h2>
I don't have access to an Intel+Tiger or PPC+Leopard machine.<br/>
Contact the git-cola list if you can help provide other OS X builds.<ul>
<li><a href="http://code.google.com/p/git-osx-installer/">git</a></li>
<li><a href="releases/darwin/git-cola-intel-leopard.app.tar.bz2">git-cola</a> Intel 10.5 Leopard</li>
<li><a href="releases/darwin/git-cola-powerpc-tiger.app.tar.bz2">git-cola</a> PPC 10.4 Tiger</li>
</ul>

<h2 class="title"><img class="title" src="images/logo-win32.png"/> Windows</h2>
Install the latest stable Python 2.6 binary packages listed below <ul>
<li><a href="http://code.google.com/p/msysgit/">git</a></li>
<li><a href="http://python.org/download/">python</a></li>
<li><a href="http://www.riverbankcomputing.co.uk/software/pyqt/download">pyqt4</a></li>
<li><a href="releases/win32/cola.exe">git-cola</a></li>
</ul>

<h1 class="title">Source Releases</h1> <ul>
<li><a href="releases/?C=N&amp;O=D">source releases</a></li>
</ul>
</span>
</div>
1 change: 1 addition & 0 deletions releases/.gitignore
@@ -0,0 +1 @@
/md5sum.txt
14 changes: 14 additions & 0 deletions releases/HEADER.html
@@ -0,0 +1,14 @@
<html>
<head
<title>git-cola: a highly caffeinated git gui</title>
<link rel="stylesheet" type="text/css" href="../cola.css" />
<link rel="icon" type="image/png" href="../images/favicon.png" />
<style>
img { border: 0; }
</style>
</head>
<body>
<div class="pagetop"><img src="../images/logo-cola.png" /></div>
<div class="bodydiv">
<a href="/">[back]</a>
</div>
Empty file added releases/darwin/.gitignore
Empty file.

0 comments on commit 556ab83

Please sign in to comment.