Update readme

This commit is contained in:
Nick Thomas
2013-09-28 22:04:10 +01:00
parent 6eff1c4810
commit 5197e63e0d

View File

@@ -13,21 +13,17 @@ 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. 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 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. https://github.com/lupine/discourse_api , sinatra, chronic, http-cookie, 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 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. 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 Current status: Reading topics, viewing the category list, posting new topics and
(sometimes) with forum fiend. Another Android application - "convo" - doesn't accept replying to exists topics all works, either as a guest or as a logged-in user. The
us as a valid Tapatalk endpoint yet. No idea on Android. We currently implement official Android and iPhone clients work, as does Forum Fiend. Convo works for
enough of get_config that the tapatalk directory will accept requests to register logging in and the cateogry list, but doesn't want to show topics in categories or
sites running this. No idea if the official client can cope, though. allow posts. Yet.
So many TODOs...
Big TODO: Push notifications. There's some work in there, but this part of the plugin
API is completely undocumented by Tapatalk. Joy.