summary refs log tree commit diff
path: root/README.md
AgeCommit message (Collapse)Author
2015-12-27Replaced last YAML bit with JSONClayton G. Hobbs
Hashes are now stored in hash.json, not hash.yaml. Also, we use the XDG configuration directory rather than assuming we should use ~/.config/. Maybe I should also make use of XDG data and/or cache directories.
2015-12-27Whoops, two ~ on either side for strikethroughClayton G. Hobbs
2015-12-27Mention self-updating feature in READMEClayton G. Hobbs
2015-12-26More changes to READMEClayton G. Hobbs
This fork is called Kaylee, not Blather. Let's at least be consistent with referring to the program as Kaylee, even if the code is still in blather.py.
2015-12-26Update README to reflect the missing Qt UIClayton G. Hobbs
2015-12-26Ported to new pocketsphinx and pygiClayton G. Hobbs
Gotta keep that stuff up-to-date, yo. Pocketsphinx changed so it needs GStreamer 1.0, and that required rewriting everything to use GObject Introspection instead of the old, static Python bindings for GObject.
2015-08-01More format fuckeryJezra
2015-08-01Baaaahhh! gitlab markdown processing leaves something to be desiredJezra
2015-08-01Added missing returnJezra
2015-08-01Added invalid sentence command and valid sentence command to the documentationJezra
2015-03-15Added example for -p flag to READMEJezra
2014-05-04Reads default startup options from an options.yaml fileJezra
Added some missing files because I'm an idiot