Skip to content

Commit

Permalink
Merge pull request #181 from projecthamster/maintenance
Browse files Browse the repository at this point in the history
Discussion: Maintenance of Project Hamster
  • Loading branch information
toupeira committed Dec 12, 2014
2 parents e1623cb + 082514c commit da76976
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 48 deletions.
4 changes: 3 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
No maintainers for now.
Markus Koller
E-mail: markus-koller@gmx.ch
Userid: toupeira
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Project Hamster - The Gnome Time Tracker

Project Hamster is time tracking for individuals. It helps you to keep track of
how much time you have spent during the day on activities you choose to track.

# Installation

**Bleeding edge warning**: Project Hamster right now is undergoing bit of
reshuffling and might not be fit for everyday use. For stable versions check out
[releases](https://github.com/projecthamster/hamster/releases).

## Dependencies

**Requires recent GTK+:** Version of GTK+ required is 3.10 because of the use of
HeaderBar and other bits. Sorry and get up to date!

Debian-based: `apt-get install git-core gettext intltool python-gconf python-xdg`
RPM-based: `yum install git-core gettext intltool gnome-python2-gconf`

## Installing

```bash
./waf configure build --prefix=/usr/local
sudo ./waf install
```

If you upgraded from an existing installation make sure to kill the running
daemons:

```bash
killall hamster-service hamster-windows-service
```

Now restart your panels/docks and you should be able to add Hamster!


### Migrating from hamster-applet

Previously Hamster was installed everywhere under `hamster-applet`. As
the applet is long gone, the paths and file names have changed to
`hamster-time-tracker`. To clean up previous installs follow these steps:

```bash
git checkout d140d45f105d4ca07d4e33bcec1fae30143959fe
./waf configure build --prefix=/usr
sudo ./waf uninstall
```

# Contributing

1. [Fork](http://help.github.com/forking/) Hamster
2. Create a topic branch - `git checkout -b my_branch`
3. Push to your branch - `git push origin my_branch`
4. Submit a [Pull Request](https://github.com/projecthamster/hamster/pulls) with your branch
5. That's it!
47 changes: 0 additions & 47 deletions README.textile

This file was deleted.

0 comments on commit da76976

Please sign in to comment.