An open API service indexing awesome lists of open source software.

https://github.com/zetavg/redmine_home_activities

A Redmine plugin that displays latest activities on home page, just like Github.
https://github.com/zetavg/redmine_home_activities

Last synced: 2 months ago
JSON representation

A Redmine plugin that displays latest activities on home page, just like Github.

Awesome Lists containing this project

README

        

# Redmine Home Activities

This is a [Redmine](http://redmine.org) plugin that displays latest activities on home page, just like [Github](https://github.com).

## installation

### with git:

```
cd plugins/ #cd into your redmine plugins folder
git clone https://github.com/Neson/redmine_home_activities.git
```

### without git:

```
cd plugins/ #cd into your redmine plugins folder
wget https://github.com/Neson/redmine_home_activities/archive/master.zip
unzip master.zip
mv redmine_home_activities-master redmine_home_activities
rm master.zip
```

**Restart Redmine, then you're done!**

## Screenshot

![Screenshot](http://i.imgur.com/v9RD8pi.png "Screenshot")

## TODO

* use ajax to load data
* ajax endless scrolling