Open Source

How free is free?

It looks as if Laura Scott, pingVision, had some free time on her hands. There are reasons free servcies on the Internet are free. Laura wants you to start asking yourself, "why?".

Is the future really free?

It seems we've entered an age where there's a land-grab happening for personal data and attention time. Look at all the web start-ups backed by venture capital. They aren't investing out of philanthropy. There's value there. YouTube is "free" but Google paid over a billion dollars for it. Why?

Here's a hint: It's not about the Tube. [Read more at Laura Scott's Blog]

Drupal SMFforum Integration module no longer supported

Development of the SMFforum Integration module for Drupal is no longer.  Amy Stephen over at OpenSourceCommunity.org pointed out on her blog that the module's project  leader, "vb", pulled the module due to licensing disagreements with SMF LLC.  Amy references vb's original post at the Drupal forum, but she has a lot more to say.  Amy's an active participant in the Joomla! community, a community which had their own issues with a bridge between Joomla! and SMF.

According to vb's post, an email sent by Michael "Oldiesmann" Eshom, Project Manager, Simple Machines LLC stated that:

The problem isn't with the smfforum.module file or the packages distributed on drupal.org. The problem is with the "smf_api_subs.php" file that you're distributing as part of the smf api package - it contains modified versions of several SMF functions, and you did not ask for permission to use this code or distribute it.

It appears that Simple Machines LLC doesn't have so much of a problem with bridging SMF and Drupal as much as they have issues with their own code being used without proper permission.  The Simple Machines License clearly states that "Any Distribution of a Modified Package or derivative requires express written consent from Simple Machines LLC."  No word on whether Simple Machines LLC would endorse the use of their code if permission is asked.

Discussing Joomla!

One of the neat things about managing a site like CMSReport.com is that discussion on a topic can happen when you least expected. This is exactly what happened in the comment section of a rather benign post regarding a Latin American University's use of the content management system, Joomla! I was thanked by Open Source Community's Amy Stephen, also a Joomla! user, for posting an excerpt from one of the Joomla! working group blogs. Instead of a "you're welcome" I decided to ask some questions that have been puzzling me about the Joomla! community for some time.

Joomla.org converts community forum from SMF to phpBB

The Joomla! community just completed migrating their forum from SMF over to phpBB3. Brad Baker posted some of the details on Joomla.org's use of phpBB3 for their forum. In part, some of the move to phpBB stemmed from Joomla.org's discomfort from bridging GPL applications with non-GPL applications. Baker answers the question in his own way.

Revealing numbers from Alfresco regarding the enterprise stack

Alfresco Software released a press release on the results of a survey by them intended to help determine "how companies evaluate and deploy open source and proprietary software stacks in the enterprise". There is some very interesting numbers summarized in the press release that should be of interest to not only using those Alfresco products, but to almost anyone using enterprise software. Some of the more interesting numbers and statistics pulled from the study:

  • Operating system: “Users evaluate on a Windows laptop and deploy on Linux” – 41% of evaluations were on Windows, dropping to 26% for deployments, whereas 51% of deployments were on Linux.

  • Linux: “Ubuntu and Red Hat pull away, SUSE remains flat by comparison in the US” – Ubuntu 24%, Red Hat Enterprise Linux 21%.

  • Windows: “Users stick with XP and 2003, Vista lags at 2%” – XP 63%, Windows 2003 28%.

  • Databases: “Sun still shines on MySQL” – MySQL 60%, Oracle 14%, MS SQL Server 13%.

I especially find it interesting that while open source MySQL is the dominate database used on the enterprise, two propriety database systems (Oracle and MS SQL) follow. I wonder where PostGresSQL falls on the list? But wait, there are two points I want to make about this study.

First, the business world no longer survives solely on propriety software. Secondly, these numbers reflect something I've just concluded recently...those arguing for propriety-only or open source-only systems don't have a clue what is really going on in the world of IT today.

Another weekend with Drupal 6

Yesterday evening, I spent about two hours updating my site from Drupal 5 to Drupal 6 RC 4 for another weekend test at my site. About 30 minutes was spent backing up the site and installing Drupal 6. The rest of my time was spent with tweaking things via Drupal's admin menus as well as looking at the contributed modules and themes available for D6. I'm currently using the Salamander theme and only two contributed modules, Image and CAPTCHA. I also spent some time placing snippets of PHP code in my blocks to replace many of the functions I was doing with Views. The end result is that with only two hours of work, I am just fine running CMSReport.com on Drupal 6

As I said last week, it's amazing how many people overlook the power of Drupal...even without its contributed modules. Yes, I'll be glad when the Views, Panels, and even the TinyMCE contributed modules are ready to use with Drupal 6. But I've always looked at contributed modules as modules of convenience and not necessity. I'm convinced that most people do not have to wait for Views to move onto Drupal 6. Views only automated a number of SQL tasks that can easily be done with PHP. Some Drupal users are going to object when I say it is "easy" because they are not PHP developers, but you know what, I'm not a PHP developer either. In fact, I'm kind of slow, but I seem to manage along just fine with D6.

As usual during this period of the development process, people are wondering if the new version of Drupal is ready to be released or if there will be another release candidate. Whether this is the last release candidate or not for Drupal 6 I'm not sure anyone can really say. All I will say is Drupal 6 feels ready to me.

Running Drupal 6 on the weekend

As most Drupal users already know by now, Drupal 6 is currently at a Release Candidate 3 stage of development. For the Drupal community, this is a time when the developers are wanting people to test, report, and help fix any bugs found in these development version of the Drupal software. At this stage of development, Drupal.org still does not recommend Drupal 6 to be ran on the production server.

As with everything still in development, we do not recommend running release candidates on a live site. Also, always be sure to make a backup of your data before performing any upgrade or starting testing.