Difference between revisions of "SoC geeklog2 syndication api"

From GeeklogWiki
Jump to: navigation, search
 
Line 13: Line 13:
  
 
The harder part is defining what the interface from Geeklog 2 is and how it works, and working with the Geeklog2 framework, which only a couple of engineers are really up to speed with. Figuring this out from scratch will be the challenge to get something "right first time" to avoid the need to radically over-haul and replace the syndication framework at a later stage.
 
The harder part is defining what the interface from Geeklog 2 is and how it works, and working with the Geeklog2 framework, which only a couple of engineers are really up to speed with. Figuring this out from scratch will be the challenge to get something "right first time" to avoid the need to radically over-haul and replace the syndication framework at a later stage.
 +
 +
[[Category:Summer of Code]] [[Category:Development]]

Revision as of 15:05, 3 March 2008

Incentive

It should be reasonably clear to any web savvy user or developer that Syndication is an essential aspect of any web software these days. The Geeklog2 engine needs a powerful, flexible syndication engine that can be used by all other plugins to provide inbound and outbound syndication feeds.

Objective

  • Develop a fully object oriented PHP5 implementation of the Geeklog 1.x syndication classes for reading/writing arbitrary feeds.
  • Develop a Geeklog2 Plugin which provides a full API wrapper to the Syndication classes for creation and maintenance of outbound and inbound feeds

Level of Difficulty

Medium

Geeklog 1.x's syndication framework is quite nice (even if I do say so myself!) and provides a good basic PHP4 OO implementation of the basic feed handling code. This needs turning into fully object oriented PHP5 (there are some refinements PHP5 allows that the current code misses. This is the easy part.

The harder part is defining what the interface from Geeklog 2 is and how it works, and working with the Geeklog2 framework, which only a couple of engineers are really up to speed with. Figuring this out from scratch will be the challenge to get something "right first time" to avoid the need to radically over-haul and replace the syndication framework at a later stage.