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

https://github.com/dobin/timelime

My Bookmarks Website - better than delicious
https://github.com/dobin/timelime

Last synced: over 1 year ago
JSON representation

My Bookmarks Website - better than delicious

Awesome Lists containing this project

README

          

# Timelime

## Installation

install stuff:
apt-get install php5-json
apt-get install php5-mongo

edit in apache.conf for the timelime directory:
AllowOverride All

Configure Apache:
a2enmod rewrite

service apache2 restart