Repositories
overlay
Itsme Portage overlay containing custom ebuilds
-
Cloning this repository:
git clone git://gitorious.org/itsme/overlay.git overlay cd overlay
Add this repository as a remote to an existing local repository:
git remote add overlay git://gitorious.org/itsme/overlay.git git fetch overlay git checkout -b my-local-tracking-branch overlay/master_or_other_branch
fster
It is a virtual file system implementation based on Fuse technology and exploiting Tracker metadata technology to allow access to files according to the metadata they’re associated to.
More info here: http://gitorious.org/itsme/pages/Fster
-
Cloning this repository:
git clone git://gitorious.org/itsme/fster.git fster cd fster
Add this repository as a remote to an existing local repository:
git remote add fster git://gitorious.org/itsme/fster.git git fetch fster git checkout -b my-local-tracking-branch fster/master_or_other_branch
pyqtext
Python PyQt4 Extension module
-
Cloning this repository:
git clone git://gitorious.org/itsme/pyqtext.git pyqtext cd pyqtext
Add this repository as a remote to an existing local repository:
git remote add pyqtext git://gitorious.org/itsme/pyqtext.git git fetch pyqtext git checkout -b my-local-tracking-branch pyqtext/master_or_other_branch
pyqtstatemachines
Python bindings to Qt4 State Machines Framework
-
Cloning this repository:
git clone git://gitorious.org/itsme/pyqtstatemachines.git pyqtstatemachines cd pyqtstatemachines
Add this repository as a remote to an existing local repository:
git remote add pyqtstatemachines git://gitorious.org/itsme/pyqtstatemachines.git git fetch pyqtstatemachines git checkout -b my-local-tracking-branch pyqtstatemachines/master_or_other_branch
guglielmo
Semantic backend for itsme
-
Cloning this repository:
git clone git://gitorious.org/itsme/guglielmo.git guglielmo cd guglielmo
Add this repository as a remote to an existing local repository:
git remote add guglielmo git://gitorious.org/itsme/guglielmo.git git fetch guglielmo git checkout -b my-local-tracking-branch guglielmo/master_or_other_branch
itsme
the itsme prototype frontend interface
-
Cloning this repository:
git clone git://gitorious.org/itsme/itsme.git itsme cd itsme
Add this repository as a remote to an existing local repository:
git remote add itsme git://gitorious.org/itsme/itsme.git git fetch itsme git checkout -b my-local-tracking-branch itsme/master_or_other_branch
guglielmo-conf
Guglielmo/Itsme configuration repository
-
Cloning this repository:
git clone git://gitorious.org/itsme/guglielmo-conf.git guglielmo-conf cd guglielmo-conf
Add this repository as a remote to an existing local repository:
git remote add guglielmo-conf git://gitorious.org/itsme/guglielmo-conf.git git fetch guglielmo-conf git checkout -b my-local-tracking-branch guglielmo-conf/master_or_other_branch
tracker-extract-email
Email extractor for Tracker
-
Cloning this repository:
git clone git://gitorious.org/itsme/tracker-extract-email.git tracker-extract-email cd tracker-extract-email
Add this repository as a remote to an existing local repository:
git remote add tracker-extract-email git://gitorious.org/itsme/tracker-extract-email.git git fetch tracker-extract-email git checkout -b my-local-tracking-branch tracker-extract-email/master_or_other_branch

