brianking / events-app

Initially intended as a mobile Web app for Mozilla community events. Hopefully it will be evolve to be useful for everyone having an event.
4 stars 3 forks source link

wiki api connection #3

Open fuzzyfox opened 12 years ago

fuzzyfox commented 12 years ago

something to grab the schedule, session, and other information out of the wiki, and convert it into something more useful for our needs (maybe into a database so we can reduce the number of requests on the wiki)

LeoMcA commented 12 years ago

I've got some code locally which is doing (basically) this. Getting the wiki markup for the page, parsing it into json, and then sticking it in a couchdb. I'm going to clean this up, add a few comments, and then push it to the repo.

fuzzyfox commented 12 years ago

Hey leo,

is it also possible to have the schedule items link to the in-app view?