Repositories
fridge
The Java client for Fridge.
-
Cloning this repository:
git clone git://gitorious.org/fridge/fridge.git fridge cd fridge
Add this repository as a remote to an existing local repository:
git remote add fridge git://gitorious.org/fridge/fridge.git git fetch fridge git checkout -b my-local-tracking-branch fridge/master_or_other_branch
fridgeweb
The web interface for Fridge.
-
Cloning this repository:
git clone git://gitorious.org/fridge/fridgeweb.git fridgeweb cd fridgeweb
Add this repository as a remote to an existing local repository:
git remote add fridgeweb git://gitorious.org/fridge/fridgeweb.git git fetch fridgeweb git checkout -b my-local-tracking-branch fridgeweb/master_or_other_branch
rubyfridge
A ruby client library for Fridge.
-
Cloning this repository:
git clone git://gitorious.org/fridge/rubyfridge.git rubyfridge cd rubyfridge
Add this repository as a remote to an existing local repository:
git remote add rubyfridge git://gitorious.org/fridge/rubyfridge.git git fetch rubyfridge git checkout -b my-local-tracking-branch rubyfridge/master_or_other_branch
ifridge
An iPhone client for Fridge.
-
Cloning this repository:
git clone git://gitorious.org/fridge/ifridge.git ifridge cd ifridge
Add this repository as a remote to an existing local repository:
git remote add ifridge git://gitorious.org/fridge/ifridge.git git fetch ifridge git checkout -b my-local-tracking-branch ifridge/master_or_other_branch
fridget
An Android client for Fridge.
-
Cloning this repository:
git clone git://gitorious.org/fridge/fridget.git fridget cd fridget
Add this repository as a remote to an existing local repository:
git remote add fridget git://gitorious.org/fridge/fridget.git git fetch fridget git checkout -b my-local-tracking-branch fridget/master_or_other_branch
fridgelib
Java client library for fridge.
-
Cloning this repository:
git clone git://gitorious.org/fridge/fridgelib.git fridgelib cd fridgelib
Add this repository as a remote to an existing local repository:
git remote add fridgelib git://gitorious.org/fridge/fridgelib.git git fetch fridgelib git checkout -b my-local-tracking-branch fridgelib/master_or_other_branch
webfridge
A web-based client for Fridge, implemented using Google Web Toolkit. Note that this is a client GUI like all the others, not an admin interface like fridgeweb.
-
Cloning this repository:
git clone git://gitorious.org/fridge/webfridge.git webfridge cd webfridge
Add this repository as a remote to an existing local repository:
git remote add webfridge git://gitorious.org/fridge/webfridge.git git fetch webfridge git checkout -b my-local-tracking-branch webfridge/master_or_other_branch

