- Bug fix in ts_entry:new/1. Msspelled ``atomic``. - Bug fix in ts_json:record_to_ejson/1. For ``ts_entry`` records, the Username and TimelineId elements were not being converted from atoms to list. - Added the entry template for loaded and created entry elements. - Added ICanHaz.js (which wraps mustache.js) and underscore.js. - Implemented a naive version of displayEntries() in ts.js. - Added debug alerts for error cases in ts.js. - Styling the new entry elements.
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
ebin_dir = "C:/Documents and Settings/jbernard/My Documents/projects/personal/timestamper/web-app/ebin"
|
|
#include_dir = /home/jdbernard/projects/timestamper/web-app/src
|
|
|
|
runmod = timestamper
|
|
|
|
<server timestamper-test>
|
|
port = 8000
|
|
listen = 127.0.0.1
|
|
docroot = "C:/Documents and Settings/jbernard/My Documents/projects/personal/timestamper/web-app/www"
|
|
appmods = ts_api
|
|
</server>
|