Hi Hannes,

I have an updated version of the /conferences/index.php and JoindInParser
class, beyond what I threw together the night of the hackathon, I will
submit this soon.

The screenshot is pulling in all events with the 'php' tag. It happens to
be a meetup, the joindin API doesn't actually differentiate between Meetups
and Conferences. If the API doesn't do something they will be more than
happy to accommodate us.

Which specific part would you have expected to see a nl2br() in place?

As for CFP's there's a flag here that basically filters events where their
CFP is open, and sorting it by start_date ASC.
http://api.joind.in/v2.1/events?filter=cfp

Many thanks,
Paul


On Mon, Oct 6, 2014 at 6:28 PM, Hannes Magnusson <hannes.magnus...@gmail.com
> wrote:

> The screenshot contains a meetup, not a conference?
>
> Anyway we can be more selective here?
> It also seems to be missing nl2br() ?
>
> How are open CFPs handled? Can we get a list of the currently open
> ones and print in a banner style at the top?
>
> -Hannes
>
>
> On Fri, Oct 3, 2014 at 11:51 PM, Paul Dragoonis <dragoo...@gmail.com>
> wrote:
> > Hi Team,
> >
> > Sorry about lack of patches last time.
> >
> > master.git patch
> > The first patch includes the parser which:
> >
> > * asks joindin API for 50 of the latest upcoming PHP conferences.
> > * parses the JSON API response.
> > * uses OpenStreetMaps to convert lat/longs to City/Country
> > * puts it back into JSON and dumps it to disk for the mirrors to process.
> >
> > Clean and simple.
> >
> > phpweb patch
> > The second path includes:
> >
> > * an example .json file dump of the conferences which pretends that
> > master.git repo put there by rsync which happens in the live environment
> >
> > * the /conferences/ index page, iterating the JSON results.
> > * handling the optional inclusion for successful city/country from OSM.
> > * handling default images if there are none supplied by joindin.
> >
> >
> > Example screenshot is here showing conferences title, date, description,
> > logo, city, country: http://puu.sh/bYyNT/9172394ce7.png
> >
> > Many thanks,
> > Paul
> >
> >
> > --
> > PHP Webmaster List Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>

Reply via email to