BlogAPI Improved

DamienMcKenna - May 24, 2009 - 12:55

Note: this is a fork of a core module.

A side project to improve the core BlogAPI module.

Project Goals

  • Get BlogAPI functional enough that more 3rd party blogging tools can use it.
  • Build out core functionality to make taxonomy management easier.
  • Separate out the attachment handling into a separate module to allow for it to be handled through FileField/ImageField, instead of the built-in separate file structure. A more advanced option would be to create additional nodes for each image and link it to the core node using node references.
  • Provide an interface to additional CCK fields.
  • Note: BlogAPI has been removed from core and given its own contrib module for D7.

Rationale

  • Drupal does not allow for feature changes in point releases, so there's no way to improve Drupal 6's existing facilities.
  • I want to be able to use improvements day-to-day on existing Drupal 6 sites and thought others would too.
  • While a sandbox might have worked, I wanted to be able to plan tasks, receive feedback and otherwise interact with other developers on an individual task basis, rather than through one monolithic patch.

Main 3rd Party Tools

The blogging tools that will be used for testing include:

This list is limited to software I currently own and can test with.

NOTE:

  • I have not renamed any of the filenames or function names so you must disable the core BlogAPI module for this to work.

Downloads

Recommended releases

Version Downloads Date Links
6.x-0.1 Download (14.56 KB) 2009-May-24 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.