Repositories
setup
Package management stuff (library, console front-end, graphical front-end, tools).
-
Cloning this repository:
git clone git://gitorious.org/logram/setup.git setup cd setup
Add this repository as a remote to an existing local repository:
git remote add setup git://gitorious.org/logram/setup.git git fetch setup git checkout -b my-local-tracking-branch setup/master_or_other_branch
website
Logram Website is the website used at http://www.logram-project.org, and is available under the GNU Affero GPL v3. It uses Django and is coded in Python.
-
Cloning this repository:
git clone git://gitorious.org/logram/website.git website cd website
Add this repository as a remote to an existing local repository:
git remote add website git://gitorious.org/logram/website.git git fetch website git checkout -b my-local-tracking-branch website/master_or_other_branch
desktop
Logram Desktop Environment is a lightweight desktop environment built upon Qt4, and is intended to be used on small devices (notebooks, phones, etc). It uses a small UI with interesting concepts, like Tabs, a round menu, and different widgets.
-
Cloning this repository:
git clone git://gitorious.org/logram/desktop.git desktop cd desktop
Add this repository as a remote to an existing local repository:
git remote add desktop git://gitorious.org/logram/desktop.git git fetch desktop git checkout -b my-local-tracking-branch desktop/master_or_other_branch
jokester-logram-website
-
Cloning this repository:
git clone git://gitorious.org/~jokester/logram/jokester-logram-website.git jokester-logram-website cd jokester-logram-website
Add this repository as a remote to an existing local repository:
git remote add jokester-logram-website git://gitorious.org/~jokester/logram/jokester-logram-website.git git fetch jokester-logram-website git checkout -b my-local-tracking-branch jokester-logram-website/master_or_other_branch
corrections_magellan
-
Cloning this repository:
git clone git://gitorious.org/~danman/logram/corrections_magellan.git corrections_magellan cd corrections_magellan
Add this repository as a remote to an existing local repository:
git remote add corrections_magellan git://gitorious.org/~danman/logram/corrections_magellan.git git fetch corrections_magellan git checkout -b my-local-tracking-branch corrections_magellan/master_or_other_branch
artwork
Artwork of Logram.
-
Cloning this repository:
git clone git://gitorious.org/logram/artwork.git artwork cd artwork
Add this repository as a remote to an existing local repository:
git remote add artwork git://gitorious.org/logram/artwork.git git fetch artwork git checkout -b my-local-tracking-branch artwork/master_or_other_branch
magicienap-website
-
Cloning this repository:
git clone git://gitorious.org/~magicienap/logram/magicienap-website.git magicienap-website cd magicienap-website
Add this repository as a remote to an existing local repository:
git remote add magicienap-website git://gitorious.org/~magicienap/logram/magicienap-website.git git fetch magicienap-website git checkout -b my-local-tracking-branch magicienap-website/master_or_other_branch
assistant
Wizard application launched at the first boot to display documentation to the user.
-
Cloning this repository:
git clone git://gitorious.org/logram/assistant.git assistant cd assistant
Add this repository as a remote to an existing local repository:
git remote add assistant git://gitorious.org/logram/assistant.git git fetch assistant git checkout -b my-local-tracking-branch assistant/master_or_other_branch
alexthehells-setup
-
Cloning this repository:
git clone git://gitorious.org/~alexthehell/logram/alexthehells-setup.git alexthehells-setup cd alexthehells-setup
Add this repository as a remote to an existing local repository:
git remote add alexthehells-setup git://gitorious.org/~alexthehell/logram/alexthehells-setup.git git fetch alexthehells-setup git checkout -b my-local-tracking-branch alexthehells-setup/master_or_other_branch
dr-hynexazs-setup
-
Cloning this repository:
git clone git://gitorious.org/~dr-hynexaz/logram/dr-hynexazs-setup.git dr-hynexazs-setup cd dr-hynexazs-setup
Add this repository as a remote to an existing local repository:
git remote add dr-hynexazs-setup git://gitorious.org/~dr-hynexaz/logram/dr-hynexazs-setup.git git fetch dr-hynexazs-setup git checkout -b my-local-tracking-branch dr-hynexazs-setup/master_or_other_branch
website_logram
-
Cloning this repository:
git clone git://gitorious.org/~dr-hynexaz/logram/website_logram.git website_logram cd website_logram
Add this repository as a remote to an existing local repository:
git remote add website_logram git://gitorious.org/~dr-hynexaz/logram/website_logram.git git fetch website_logram git checkout -b my-local-tracking-branch website_logram/master_or_other_branch
danman-desktop-update
-
Cloning this repository:
git clone git://gitorious.org/~danman/logram/danman-desktop-update.git danman-desktop-update cd danman-desktop-update
Add this repository as a remote to an existing local repository:
git remote add danman-desktop-update git://gitorious.org/~danman/logram/danman-desktop-update.git git fetch danman-desktop-update git checkout -b my-local-tracking-branch danman-desktop-update/master_or_other_branch

