Slashdot Mirror


White House Website Switches To Open Source

Falc0n writes "WhiteHouse.gov has gone Drupal. After months of planning, says an Obama Administration source, the White House has ditched the proprietary content management system that had been in place since the days of the Bush Administration in favor of the latest version of the open-source Drupal software. Dries Buytaert reflected on this, adding: 'this is a clear sign that governments realize that Open Source does not pose additional risks compared to proprietary software, and furthermore, that by moving away from proprietary software, they are not being locked into a particular technology, and that they can benefit from the innovation that is the result of thousands of developers collaborating on Drupal.'"

12 of 219 comments (clear)

  1. Re:Why CMS by jopet · · Score: 5, Informative

    Just a few reasons:
    * You want to automatically use templates and not replicate formatting code
    * You want different people that are not programmers to be able to update different parts of the website; you want to let them do it from their browser in a wysiwyg editor; you want to let them to easily first publish their articles on a staging host and then authorize somebody else to go online with it
    * You want to allow commenting, feedback forms, registered users etc.
    * You easily want to keep track of versions and revisions of published pages
    * You want to automatically index the pages for searches
    * You want to easily include dynamic(computed) data into your web pages

  2. Re:Why CMS by Mathiasdm · · Score: 5, Informative

    For one, the weight a CMS adds is compensated by all of the code that is already present, all of the plugins that can be added without any trouble, the possibility for non-coders to easily modify website content ...
    Especially for large websites, this can dramatically improve how fast you can update and improve your site.
    Also, if you don't want to use a CMS, a framework like Django or Ruby on Rails is the way to go. These allow you to program everything yourself, but already have a lot of functionality built-in, to avoid reinventing the wheel.

    --
    Join the anonymous, help develop the network: http://www.i2p2.de
  3. Re:Great... by NoYob · · Score: 5, Funny

    Now they're locked in to PHP.

    It's part of Obama's economic recovery program. Just think how many IT jobs this will create: maintenance, debugging, modifications, and security. Maybe we could have a Slashdot poll on who will pwn the website first. I think it'll be the Chinese as payback for the tariffs on tires.

    --
    It's NOT me! It's the meds! I'm on 1000mg of Fukitol.
  4. Re:High profile target and popular CMS' by Kifoth · · Score: 5, Interesting

    You're assuming that the site's pages aren't served via a third party 'dumb' caching server, with the actual Drupal server locked down and disconnected from the internet.

  5. Re:Something fishy. by Rockoon · · Score: 5, Funny

    In other words, what did they switch from.

    They switched from capitalism to communism, silly.

    --
    "His name was James Damore."
  6. Re:High profile target and popular CMS' by kamelkev · · Score: 5, Informative

    I run a fairly high profile drupal site - and this has always been a large concern for us.

    Our solution was basically to disable user logins completely. An overwhelming number of the exploits require you to login, so by removing this prerequisite, we basically avoided the problem.

    Security isn't exactly a priority for drupal either, it's almost added as an afterthought. To put things in perspective, their login page doesn't even support SSL by default in either drupal 5 or drupal 6. To me that's verging on pathetic.

    We were lucky because user logins weren't a core part of our site concept when we implemented the site, but I am now thinking that it might be a good way to go in the future, but I'm mostly petrified of this problem.

    On the bright side of things they include a large number of extensions, and things mostly work as advertised, so we found this to be our best option out of all the open source CMSes we tried.

  7. Re:High profile target and popular CMS' by Bozovision · · Score: 5, Informative

    I think you are misinformed. Morpheus seemed to be targeted at a range of software, including Joomla, but not Drupal: as far as I can see, none of the URL's it scanned are Drupal-based. See http://zeroq.kulando.de/post/2008/08/20/morfeus-fucking-scanner for example, but there are others out there.

    In fact, Drupal has an excellent history of security. We find holes, fix them and issue patches. There is a security mailing list that anyone can sign up to. You will receive mail on the latest security fixes. Your Drupal installation will tell you when components are out of date, and when there are security updates. It will also email you on a regular basis if you don't care to look at your status, or ignore the status message at the top of the page when you log in as an administrator. Drupal will not download and install components without human intervention: components require manual installation.

    Just like any software, I'm certain that Drupal has as yet undiscovered exploits. What's important is whether they are found and fixed, and we have a good track record of doing this.

  8. There's more to it than your personal preferences by yelvington · · Score: 5, Insightful

    If some of the people who post here were as smart as they think they are, they'd figure out:

    * Whitehouse.gov is not running Drupal on a ten-dollar shared server at GoDaddy.com.
    * Building and maintaining a large, continuously updated website is not something you do in a weekend with Notepad, a giant bag of Cheetos, and a case of diet Coke.
    * Any Drupal project of this scale involves layers of extremely high-performance caching and multiple firewalls.
    * The site's administrative tools aren't available from the outside. (This is not difficult to implement.)
    * Life does not begin and end with your personal favorite programming language, database server, etc., or with the boundaries of your parents' basement.
    * Security reports are reports of vulnerabilities that have been fixed, not vulnerabilities that lie in wait to ambush your site. A properly run open-source project has a documented process for handling security issues.

    I don't know any details of the site's technical architecture beyond the obvious, but it's blazingly fast. My bet is that when you hit the site, you're pulling completed pages out of RAM on a customized and hardened Varnish, but that's just a guess. The HTTP headers identify the server technology as "White House."

  9. Re:High profile target and popular CMS' by Stupendoussteve · · Score: 5, Funny

    You're right. Block port 80, that'll stop 'em.

  10. Re:Why CMS by Dhalka226 · · Score: 5, Insightful

    With all due respect, are you a web developer?

    For starters, a well-developed CMS and some competent IT people can produce a site every bit as quick as a static HTML site, because that's exactly what they'll be serving up with good server-side caching. Any "weight" in the backend is more than offset by the increased ease with which content can be updated.

    Moreover, a CMS allows non-technical people to be involved in the process. Most likely, people from the press and communications offices are going to be the ones in charge of the content on this website, and it's not at all unreasonable to assume that most of them aren't going to be any good with HTML.

    And why should they be? CMS is exactly what it says it is -- a content management system, letting people focus on content by hiding away the markup and technical nonsense they're not concerned with anyway. Sometimes it's fully inappopriate; sometimes a custom one is better than off-the-shelf. But you really can't see why anybody would want to use one? Ever?

  11. Re:High profile target and popular CMS' by blakhol · · Score: 5, Informative

    Security is most certainly not an afterthought for Drupal.

    Up though version 6 you needed to turn on a module like Securepages module to enable SSL logins.

    The upcoming Drupal 7 has SSL login support in core.

    See http://crackingdrupal.com/blog/greggles/drupal-and-ssl-multiple-recipes-possible-solutions

  12. Re:okay, so you guys don't like Drupal's security. by James+Carnley · · Score: 5, Insightful

    Actually most people have been praising Drupal for its excellent security. You aren't going to find a CMS with a much better track record than Drupal.

    What they were mainly saying is that Drupal is extremely popular with lots of people looking to exploit it, so it might theoretically be a high risk. A less well known CMS would not have many people looking (well, that would definitely change overnight if whitehouse.gov chose it :) and is therfore a lower risk, but also has tons of exploits not found yet.

    Stick with Drupal if you want a tested, secure, and reliable CMS.