I know that Drupal is excellent when used as a news/blog site. But is Drupal extensible way beyond that? For example, would it be a good base system for writing things like project management, webmail, calendar, documentation library modules? Could Drupal be pushed that far or is it really only suited for "simpler" (and I use that with hesitation) sites?
It seems that xmlrpc in drupal-CVS is broken. site indexing doesn't work, using a drupal-id from my own site to log in here won't work.
I know that there are namespace clashes with the usefulinc xmlrpc stuff and php's own stuff, so I disabled that. It still didn't work.
So I thought I'd delove a little deeper. I heard that usefulinc's stuff supported introspection, so I hacked a little python together to see what drupal exports:
It would be very usefull if I could link certian content (for me blogs) to multiple taxonomy's.
For example I have a taxonomy called "Reviews" and one called "SuSE" and I wanted to write a review for the new SuSE Linux. It would be nice if I could have it show up in both sections.