From ff3958262c2a4d8fd9be45ba56be066bad906c60 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 25 Sep 2013 12:12:09 +0100 Subject: [PATCH] README update --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 42416f4..519e53e 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,23 @@ should have some benefit. The primary motivation is for the new York Minxters roller derby forum, so some of this might end up being a bit rough and ready. We'll see. + +It is, in fact, rough and not-yet-ready. Current setup needs all the commits in +https://github.com/lupine/discourse_api , sinatra, chronic, maybe some other bits. + +I'm currently running "Forum Fiend" against this code. The aim is to get to basic +guest and logged-in-user support for reading and replying to topics, as well as +receiving push notifications. + +To get it running, I'm using rackup to get a HTTP server up. I then use nginx with +a proxy_pass directive to send http://my-forum/mobiquo/mobiquo.php to the server. + +Current status is that you can view the category list and enter individual topics +(sometimes) with forum fiend. Another Android application - "convo" - doesn't accept +us as a valid Tapatalk endpoint yet. No idea on Android. We currently implement +enough of get_config that the tapatalk directory will accept requests to register +sites running this. No idea if the official client can cope, though. + +So many TODOs... + +