Slashdot Log In
Drupal Gets Non-Profit Backing
Posted by
ScuttleMonkey
on Mon Feb 26, 2007 04:23 PM
from the and-they-need-your-money dept.
from the and-they-need-your-money dept.
DrupalAssociation writes "Drupal, the popular and widely used CMS, now has the backing of a non-profit association. Having grown in size and scope for the last six years, the Drupal software project needs more structured support with infrastructure, marketing and funding. The Drupal Association will help with these needs but will not be directly involved with Drupal software development. Donations are now being solicited. Plans for Corporate and individual membership are being drawn and will be announced at a later time. Dries Buytaert, the founder of Drupal and the President of the Association, announced the Association on Drupal.org today."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Non profit and donations? (Score:1)
(http://www.celardore.net/)
huh? (Score:3)
(http://www.atomjax.com/)
So my donation to Drupal will not be used to suppord development of Drupal? what?
Re:huh? (Score:5, Informative)
Which CMS would this be now? (Score:3, Informative)
I just steer away from that sort of thing on principle....
Re:Which CMS would this be now? (Score:5, Interesting)
Domain Should be Owned by the Group (Score:4, Insightful)
(http://www.lazylightning.org/)
Why does Dries, and not the Drupal Association, hold the domain name?
Dries has always retained access to the domain name, and has a proven track history of being responsible with its care. The Drupal Association as yet is unestablished, and would represent a great risk to place something so important to the community in its hands, at least at this stage.
In my limited experience with non-profits and owning/running a website that goes along with them, it is in the best interest of everyone that the holdings be owned by the association rather than individuals tied to the association. Simply put, regardless of how someone has dealt with the ownership in the past, if anything goes south, the first response is sometimes to spite them and yank the holdings and then you're screwed.
Operating the business behind the domain is one thing but having full ownership of it is another. If the group is serious about this being the face of Drupal, I suggest that they go into it the entire way before something similar to the recent ESR [slashdot.org] drama and they pull out after years of support.
Re:Domain Should be Owned by the Group (Score:4, Informative)
(http://slashdot.org/)
And of course Drupal's very architecture, hyper-modular like Eclipse and even more plugin-based than OSS darling Firefox, encourages pushing functionality out to contrib modules where it can be developed more rapidly and without weighing down the core system with extra code (read: extra bugs).
I don't know what the plans are as far as trademark and domain name ownership long term, as I'm not involved with the Association directly. I agree that it would be a good place for such things, but it was only just founded. Give it time to sort out the legal details. I know a few of the other people who are on the Association's board of directors, and I know they are not short-sighted people.
Drupal development (Score:4, Informative)
Yes, Drupal maintains high code standards, which are frequently a reason not to commit patches. All these practices, as well as detailed guidelines in terms of security, API usage, theming, localization,
Besides Dries, there are 4 other people with core commit access (including me). Two of those were added about a year ago, matching our increased growth. They are respected community members who have demonstrated fair and balanced judgement and excellent technical skills. We all maintain the same standards, and give each patch a fair review. For the Drupal 5.0 release, almost 500 people submitted patches. Several of those affected key parts of Drupal's core. Many of those have been and are still being developed as contributed modules that are slowly seeping into core. For example, Drupal 5 includes user-definable content types, which was incorporated from CCK.module.
When a patch is rejected, there is always a good reason given. Most people however forget that Drupal is used and deployed in a variety of scenarios, and that what goes for them doesn't necessary apply to others. This is why we try to make sure that as many parts of Drupal can be altered, extended or removed by modules, so that nobody needs to create a fork (which causes update/maintenance hassles).
CMS? (Score:2, Insightful)
It's even better when they have multiple definitions.
It's even better when none of them actually fit, since the website says Drugal is a content managment platform (CMP)
joomla (Score:1)
(http://seandiggity.com/)
Old news!!! (Score:2)
(http://membres.lycos.fr/dolmen/)
Yes. But he had already announced it on sunday at FOSDEM [fosdem.org].
Do you really want to Drupal ? (Score:1)
Do you want to invest in a framework where there's no real api (just convention, that can't be enforced reliably), no standard practices like unit tests, a language (PHP) that is under constant flux, the developers are always arguing over whether they should actually use things like encapsulation or just keep on with arrays (everything is a string! Of course! or a number)
Do you want to work with a system where the main developers aggressively state that they will pay no attention to backward compatibilty? Everything changes from 4.6 to 4.7. That nice module you're using may not work in a week, if no one can be bothered to upgrade it. A common occurance.
Do you want to use a system where the database isn't even relational?
Just check out the Drupal site, and check out how many "solutions" are scraps of code pasted here and there, kludges and hacks. That's going to be supported and upgraded really easily. Oh, and they have so much scorn when they say how easy it is to "learn php." Yes, way to learn about software development, kludges and hacks.
How about the flammage in the Drupal discussions, and the fact that any criticism is given the silent treatment.
How about a system that bills itself "Community plumbing." This may be the best reason to use Drupal, because clearly the attitude is all about the "wizard" programmers, and the "users" at their mercy.
Then go Drupal! It's working out very well for the core developers.
Otherwise, there are better languages that support better, more tuned libraries for getting things done.
10 Million PHP/MySQL Apps and still growing (Score:3, Interesting)
Here's my breakdown of systems worth mentioning and that I've worked with/administrated/looked into:
Typo3 [typo3.org] - the scariest heap of PHP code ever. 7 years of historically grown code mess. Don't even think of looking at the current data model. The operating system of OSS CMSes, the first to sport a proper GUI and an own configuration language and heavy Ajax use in the backend (before it was called Ajax). Large community. Despite the mess it is, its performance requirements and it's notably difficult install process, it is a very powerfull, flexible, secure and stable system. Usefull extensions number in the thousands and it is one of the bridgeheads of OSS into the corporate world and powers a notable amout of large scale / high profile / heavy traffic websites. It's extremly popular in web agencies throughout the german speaking world (probably because it had a german backend from early on) and basically has allready grown beyond critical mass in Europe. Reddot [reddot.com] regularly pee their pants when they hear 'Typo3'. The Webagencies using it as their prime tool are actually called Typo3 agencies sometimes. You can make a fair living as a Typo3 expert in Germany. There's a regular magazine on Typo3 (some articles in english as free PDF available: http://www.yeebase.com/home/ [yeebase.com] ) and 20+ german books about it.
If you want to dive into an OSS CMS for good it's not the worst choice. If T3 doesn't have it, you probably don't need it. However the learning curve is steep and it's a german-style overengineered monster, despite being initially built by a danish guy. You have been warned.
Note: The T5 team (a subgroup of the core T3 community) is currently rebuilding an entirely new architecture from scratch and plans to be finished with the new branch (Typo3 5.0) in about 2 years. Which actually keeps me interested in the project.
EZ Publish [ez.no] - same league as T3 yet smaller community. Backend less scary. Probably less features.
Joomla [joomla.org] - descendant of Mambo, factually it's successor. My and many others favourite. The first turnkey OSS CMS that doesn't look like shit. Hence the raging success. Installation is a breeze. Considered a strong competitor to Typo3 in Germany, despite lacking a German backend. Which means a lot, because Typo3 owns Germany (see above). 1000+ Extensions and Plugins and many German books on it and a magazine aswell - which went broke after 3 issues though
PHP CMS [phpcms.de] - yes it's called that way. Very small, simple, no DB needed. My first. Not very big but good enough for small sites.
Drupal [drupal.org] seems to much between the above and the Wordpress/b2evolution Blog-park to be of interest to me. I've heard alot about it, he community is very active and a lot of people in the T3 and Joomla Camp accept it as one of theirs. However, there's only so much systems you can look into before it get's pointless. Drupal may be worth a try aswell for those who are interested.
Spend it on documentation (Score:1)
Re:Language? PHP? (Score:1)
Code is... (Was:This is what Drupal looks like) (Score:1)
(http://slashdot.org/)
Re:This is what Drupal looks like (Score:1)
Re:This is what Drupal looks like (Score:4, Informative)
(http://seenonslash.com/ | Last Journal: Friday May 11 2007, @04:02PM)
I have intimate knowledge of the drupal code and can easily say the parent is not at all informative. Drupal modules and core have no code that looks anything like this.
Re:This is what Drupal looks like (Score:1)
Re:This is what Drupal looks like (Score:2, Informative)
(http://www.askderekscruggs.com/)
http://www.yourmtb.com/ [yourmtb.com]
http://www.yourclimbing.com/ [yourclimbing.com]
http://www.theonion.com/ [theonion.com]
http://www.spreadfirefox.com/ [spreadfirefox.com] (yes, really)
Re:This is what Drupal looks like (Score:1)
(http://www.folkjam.org/)
That's what a .template file looks like within Drupal's default (since 4.7) theme engine, PHPTemplate. That is hardly what all of Drupal code looks like - in fact very little reads as PHP embedded in HTML, most of it is pure PHP.
Drupal is a really great application framework, and as a framework it takes a little effort to learn how to flex and expand. I'll agree that it is not for everybody. But when you dig into that framework and grasp it, you can pull off some pretty impressive things.
A friend and I run a web site that we've made entirely geo-aware. A visitor tells us where they are and we only show them data that is near them (and data where location is not relevant, such as help screens and open forums). Drupal was not built to do this - I should say Drupal was not designed to meet this specific need. Impressively we pulled this off with only a single line change in Drupal core, and that was to replace the default RSS feed on the front page because we needed ours to be an RSS feed specific to the user's locality. Everything else was done through the proper extension patterns in Drupal. We are very pleased with Drupal as a framework.
Drupal can look pretty too - we are very happy with the degree to which we could theme Drupal.
Scott
http://www.folkjam.org/ [folkjam.org]
Find jams. Post jams. Play well with others.