https://github.com/zaphar/escribe
erlang and mnesia based online content tracker and recorder
https://github.com/zaphar/escribe
Last synced: about 1 year ago
JSON representation
erlang and mnesia based online content tracker and recorder
- Host: GitHub
- URL: https://github.com/zaphar/escribe
- Owner: zaphar
- Created: 2008-12-16T01:34:12.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-12-19T02:14:03.000Z (over 17 years ago)
- Last Synced: 2024-04-19T11:56:29.395Z (over 2 years ago)
- Language: Erlang
- Homepage:
- Size: 108 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
OVERVIEW
======
escribe is an erlang application that tracks and records online content for you. It will provide a web interface for you to direct it to feeds and will consume those feeds periodically storing the content for you to locally.
BUILD & INSTALL
===============
To build this application from the root run make && make boot. To start the application type:
erl -pa ebin -pa support -boot escribe
This should drop you into an erlang shell prompt.
TODO
====
Handlers for various protocols
Handlers for various feed types
Web Interface to manage the content