SimplePie 1.2.1 is now available. Upgrade now!

SimplePie Developer Weblog.  Not that we really have anything to say, but if you'll listen, why not?

SimplePie To-Do’s 6 Jul 2006 

Check off

Since we use Basecamp to manage SimplePie development, we’ve decided to hook directly into our to-do lists for the Beta 3 and RC1 releases, as well as the list for the next version of the plugin engine (which is shared between the WordPress, Textpattern, and Mediawiki plugins).

These to-do lists are live! We have not added any sort of caching even (although this might have to change soon), so the lists in our new Development section are accurate up-to-the-instant. So if you’re interested in what will actually be worked on, check it out. It’ll be automatically updated as we check things off or add new items to the lists.

I don’t think you can be a more transparent open-source project than that! :)

Posted by Ryan Parman at 7:53 pm. Comments (4)

Comments

Comment by Brandon Stone on 10 Jul 2006 at 2:26 pm 

Nice work guys… I’ve wanted to set up something similar for a few of my own projects. Are you just plugging into their API to grab the data? Or is there something simpler that I don’t know about?

Permalink

Comment by Ryan Parman on 10 Jul 2006 at 3:33 pm 

Yes on both counts. The Basecamp API is super easy to use.

1) Go into your Basecamp and enable the API on your account.
2) If you’re sharing your website with another developer, create a new user specifically for connecting to the API. This user’s password will be visible in the PHP code, so only people with edit access to the file will see it. (Optional).
3) Use this CURL function to grab the XML data
4) Parse the XML with XMLize
5) Displayed the data how I wanted it.

Permalink

Comment by Brandon Stone on 10 Jul 2006 at 5:10 pm 

Sweet… thanks. Looking forward to trying it out.

Permalink

Comment by Geoffrey Sneddon on 11 Jul 2006 at 3:30 am 

There should be a step 6) Have other developer complain about how you’ve implemented it :)

Permalink

Leave a Reply

Your email address will not be published. Required fields are marked *

*