Plone vs. Drupal

Who doesn't know about Drupal, one of the "top 3" Open Source CMS? Every day, we hear about multi-million Drupal deployment for major corporations, associations, or administrations. How could we not try and take a look at Drupal to see how it compares to Plone and what we can learn from it?

Comparing KARL to Ning

Ning has gotten a lot of attention for its social network management abilities that are relatively inexpensive. KARL is an open source web product for highly collaborative intranets and knowledge management...

Deploying Plone and Zine together with Deliverance using Repoze

Six Feet Up loves Plone, but using Plone as a blogging tool has never been a strong point. Blogging isn't something that we felt that Plone did well out of the box. Much like most Plone products, you have to add in various third party products or create your own products if you want to get some of the really nice features that many of the typical blogging platforms like WordPress offer today like pingbacks. We had tried quite a few of these ways of stuffing blogging into Plone and ran into various issues of dependencies or incompatibilities along the way so we decided to go for a solution that wasn't in Plone...

Markdown to PDF in one command line

We have started responding to many documents now using plain text files since it is very easy to manage and to collaborate with other team members. Now, what if you want to send off a professional looking formatted structured document with a table of contents. You also want it to be in a common format so that others can annotate on it or send you feedback. PDF is perfect for this, but how do you get your very functional markdown to a very pretty PDF presentation?...

How do I get started with Subversion

Getting started doesn't require that you know the myriad of options and commands that exist in Subversion. Let's say for example you wanted to participate in the periodic Plone Tune-Ups. You are going to want to check out the latest stable development environment to start hacking. According to the Tune-Up site you need to grab the Plone 3.3 plonenext buildout...

Utilize Available JavaScript in Plone without Knowing JavaScript

There are a few automagical scripts in Plone of which many developers may not be aware. These helpful scripts are used throughout the default Plone skin, and are available for you to use in your templates as well. The nice part is that you don't need to know JavaScript to be able to use them, you just have to know how to structure your code properly for the existing JS to find it...

My first IndyPy Meeting

I'm Jim, one of the newest Sixies here at Six Feet Up. This past week, I got the opportunity to attend IndyPy. I'm a recent transplant to Indiana coming here from Florida. Since joining Six Feet Up, this has been the first community activity with a Python group that I've been able to attend. Six Feet Up employees have been actively participating in local, regional, international, and even online open source events often focusing around Python and Plone. I was glad to attend this event and was excited to find out many of the other members of Six Feet Up would also be attending. Kurt, who is also new at Six Feet Up, also joined me, meeting new faces and hearing about new Python tips and tricks...

PSE2010 - Page Templates

For the first break-out session of the day, I attended Gregory Angle's talk on Page Templates. Greg works for PSU in the research department. He showed us a few specific pages on their website and talked about the customized templates he created to achieve the desired functionality. Along with each of the main examples, he also showed us the code used to make it work...