From dd4566ad1ec38ac7f5511e7aedcf311be45ca9ab Mon Sep 17 00:00:00 2001 From: Adrian Petrescu Date: Fri, 16 Nov 2012 23:01:53 -0500 Subject: [PATCH 1/3] Fixing a test for fixed time normalization Details in [this ticket](https://github.com/Maluuba/napi-java/commit/a369015142a88ecf9fde3e8af7257b869315f944) --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index 1808bf3..99958fc 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -117,7 +117,7 @@ def test_weather_sunrise(self): self.checkPhrase('When is sunrise for Friday?', 'WEATHER', 'WEATHER_SUNRISE') def test_reminder_set(self): - self.checkPhrase('Remind me to put out the garbage tonight', 'REMINDER', 'REMINDER_SET', message='put out the garbage', time='11:00:00PM') + self.checkPhrase('Remind me to put out the garbage tonight', 'REMINDER', 'REMINDER_SET', message='put out the garbage', time='06:00:00PM') def test_reminder_search(self): self.checkPhrase('Find me reminders for this week', 'REMINDER', 'REMINDER_SEARCH') From f25f257b938fc7d22bf3e396b58cdde717655d7a Mon Sep 17 00:00:00 2001 From: Phil Tregenza Date: Mon, 31 Dec 2012 14:27:11 -0500 Subject: [PATCH 2/3] Update README.md removed link to forums --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fa9ba2a..9cb15d6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,5 @@ to our attention: * Send an e-mail to our mailing list at [napi@maluuba.com](mailto:napi@maluuba.com) * File an issue against our GitHub issue tracker (above) - * Post on our [Support Forums](http://developer.maluuba.com/forum) * Join our [IRC channel (#maluuba on FreeNode)](irc://freenode.net/#maluuba) and talk to our developers in real-time - * Follow us on Twitter [@MaluubaInc](http://twitter.com/maluubainc) and receive the latest information and updates \ No newline at end of file + * Follow us on Twitter [@MaluubaInc](http://twitter.com/maluubainc) and receive the latest information and updates From 55f7b1b68979a36bab86e618b76c366066b061a5 Mon Sep 17 00:00:00 2001 From: Phil Tregenza Date: Sun, 24 Mar 2013 22:06:13 -0400 Subject: [PATCH 3/3] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cb15d6..6f16f22 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ feature requests come in, and we see how people want to use this technology. Access ------ -Please sign up at the [Maluuba Developer Site](http://developer.maluuba.com) and apply for access. -We are currently in an alpha stage right now, and giving out API keys to interested third parties. -Once you have been approved, you will receive an API key that you can use with this client. +Please sign up at the [Maluuba Developer Site](http://developer.maluuba.com) to receive access. +Once you sign up, you will receive an API key that you can use with this client. Installation ------------