Repositories
harvester
Python scripts for harvesting your “lifestream.”
-
Cloning this repository:
git clone git://gitorious.org/patrack/harvester.git harvester cd harvester
Add this repository as a remote to an existing local repository:
git remote add harvester git://gitorious.org/patrack/harvester.git git fetch harvester git checkout -b my-local-tracking-branch harvester/master_or_other_branch
showcase
PHP code for integrating PATrack activity into a website.
-
Cloning this repository:
git clone git://gitorious.org/patrack/showcase.git showcase cd showcase
Add this repository as a remote to an existing local repository:
git remote add showcase git://gitorious.org/patrack/showcase.git git fetch showcase git checkout -b my-local-tracking-branch showcase/master_or_other_branch

