GitXplorerGitXplorer
c

been

public
125 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
8dcd09b9294a65b3e15f1ae3c1dc1eb45da02ca9

Decode DirectorySource files as UTF-8.

cchromakode committed 10 years ago
Unverified
3993b7bb8f46813f00cfd16eeb44873bacf718b0

Allow configuration of store host and port thru environment variables

mmarksteve committed 10 years ago
Unverified
a3de211e7e1e2a73b180dabda4e8916af9fa3009

Add LICENSE file.

cchromakode committed 10 years ago
Unverified
9d08c7a2fbbe1fb1365ec694078eb503a7447902

Use markdown filename as default slug.

cchromakode committed 10 years ago
Unverified
62307e3b202430dcef365714cf42367e64cce88b

Derive markdown post title from first header, if available.

cchromakode committed 10 years ago
Unverified
998803c2caa9418edd3fd77c29669a604d919108

Provide more helpful output if `git log` fails.

cchromakode committed 10 years ago

README

The README file for this repository.

been

Been is a minimalistic life stream archiver and aggregator. It fetches events from a set of sources, such as GitHub commits, reddit comments, and tweets, logging them in a store (couchdb or redis).

Been was designed with a companion web interface, wake, to form a simple website engine. In addition to online feeds, been can read markdown files out of a local directory or git repository, serving as the data backend of a blog website.

Been is small, general purpose, and hackable. Left its own devices, been provides a persistent and centralized store of often transient web activity. This can be useful for personal queries and statistical analysis.

The name "been" is a shortening of "where I've been" / "what I've been up to".

origin story

As I prepared to join reddit in 2010, Jeremy Edberg advised me to update my website, since I wouldn't likely find time to do so afterward. Been and wake were my attempt to make a website that would update itself in my coming absence.

Been was also inspired by David Cramer's excellent Lifestream WordPress plugin.