Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: Maintenance of Project Hamster #181

Merged
merged 3 commits into from
Dec 12, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.