summaryrefslogtreecommitdiff
path: root/README.mediawiki
AgeCommit message (Collapse)Author
2015-02-16README: migrate to markdown syntaxLV-426
2015-02-02Add host file instruction in readmedor garbash
2015-01-27README.mediawiki: update wip windows instructions (gevent under cygwin not ↵Alon Levy
solved)
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy
allows user to mark an image and send it. sends an email to configured recipient. defaults to using localhost:25 as the SMTP server (no user name, no password, see [1] for configuration parameters of flask-mail). Introduces a config parameter: FEEDBACK_RECIPIENT = feedback@localhost left TODO: 1. customize the 'thank you' text 2. document in user guide (setting MAIL_DEFAULT_SENDER correctly) [1] https://pythonhosted.org/Flask-Mail/#configuring-flask-mail
2015-01-13doc gevent, sockeio depsLV-426
2015-01-12server: implement init_pw_db, update docs, set default Config.htpasswd_path ↵Alon Levy
to <config-dir>/htpasswd TODO: permissions - warn on lax permissions for password file (and for init file?)
2015-01-11server: document and test for simplejsonAlon Levy
flask uses itsdangerous which uses simplejson The default json converts namedtuples to arrays stripping the names. simplejson converts them to a dictionary, a behavior we rely on.
2015-01-06fix README.mediawiki commitLV-426
2015-01-05README.mediawiki: server tests noteLV-426
2015-01-05adapt to rhizi_server.py -> rz_server.py renameLV-426
2014-12-29Update README.mediawikidor garbash
2014-12-22fix documentation of run-local.shgarbash
2014-12-21doc: Running Rhizi Locally, etc.LV-426
2014-12-17adding a local run scriptAlon Levy
2014-12-16moving files around after repository mergerAlon Levy
2014-12-16doc: reset-db__single_link.cypher useLV-426
2014-11-09READMELV-426
2014-10-07renameLV-426