    <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yet Another Linux BlogYet Another Linux Blog &#187; cms</title>
	<atom:link href="http://linux-blog.org/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Wed, 14 Mar 2012 23:18:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Debian Moves in, Servlets, and Usability</title>
		<link>http://linux-blog.org/debian-moves-in-servlets-and-usability/</link>
		<comments>http://linux-blog.org/debian-moves-in-servlets-and-usability/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 14:01:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Linux@Work]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[jakarta]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/debian-moves-in-servlets-and-usability/</guid>
		<description><![CDATA[I&#8217;ve moved the server here at work to Debian Stable with Tomcat Jakarta installed. I&#8217;m currently experimenting with servlets from various corners of the web. I have only one problem with many CMS&#8217;s though&#8230;.there is a hugely steep learning curve. I count myself as pretty experienced when it comes to content management systems. I picked [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve moved the server here at work to Debian Stable with Tomcat Jakarta installed.  I&#8217;m currently experimenting with servlets from various corners of the web.  I have only one problem with many CMS&#8217;s though&#8230;.there is a hugely steep learning curve.</p>
<p>I count myself as pretty experienced when it comes to content management systems.  I picked up on Zope/Plone within a few weeks.  I picked up joomla! in days.  I work pretty well inside wiki&#8217;s and have no trouble with forge software.  So I find it completely baffling that some content management systems (even the free ones) do things so odd.</p>
<p><span id="more-140"></span></p>
<p>One of the CMSs I&#8217;m working with currently is Mesh CMS. They&#8217;re better than others I&#8217;ve looked at (Alfresco, Contenido) but why, oh why, does every single java servlet CMS have to have a directory tree with collapseable trees? This is so annoying! Take this for example&#8230;when someone opens &#8216;My Computer&#8217; in Linux OR Windows&#8230;they&#8217;re presented with a list of folders. Now unless you set it up to show you the directory tree in your viewing options&#8230;you&#8217;re seeing folders on the top level. That&#8217;s not the way many servlet CMS&#8217;s do business. It may be good to see how deep things go and it may be good for admins who control ALL their content&#8230;but when you want to setup 10 users with write access and have to train them on how to use the CMS&#8230;IT&#8217;S NOT GOOD.</p>
<p>Most users have never seen the folder tree style menu and get confused quickly. Perhaps there is a setting that can remedy this that I&#8217;m not aware of. Please be advised that I&#8217;m taking a high level look at these things and I&#8217;m not diving in so deep that I&#8217;m examining the code yet&#8230;so I could be overlooking something. I just figure that things make more sense if you do things in the comfort zone of the standard user.</p>
<p>It&#8217;s odd how software companies, programmers, and coders try to re-invent the wheel on many projects. They toss out simple usability to do things more complex. The problem is that with each successive version of their software, things normally get harder and harder to operate. This is fine for someone who has used the previous version and is comfortable with its operation&#8230;but not so fine for new users.</p>
<p>This is often my point when discussing Linux as well.  Usability <em>should</em> be key when a distro is popular&#8230;and Ubuntu has made VAST strides in making Linux usable for new users&#8230;but it&#8217;s not the best out there which is a complete mystery to me as to why it is THE most popular on the planet.</p>
<p>All of this talk on usability in software systems puts me in the mind of an article I read a few years ago: <a title="Ronco Spray On Usability" href="http://daringfireball.net/2004/04/spray_on_usability" onclick="return TrackClick('http%3A%2F%2Fdaringfireball.net%2F2004%2F04%2Fspray_on_usability','Ronco+Spray+On+Usability')" target="_blank">Ronco Spray-on Usability</a>. It was a funny article about ESR not being able to configure his printer in Linux&#8230;which is kinda laughable when you think about it. But the author brings up a valid point&#8230;that is, that Joe Schmoe (referred to in the article as Aunt Tillie or A.T.) who is a common user can&#8217;t be the intended target for usable systems until the ESR&#8217;s are able to accomplish the task. You can&#8217;t spray on Usability with a handy spray can&#8230;it has to be reached successively. Not to mention that the UI for a program should be the last part developed after the program is in place&#8230;but seldom is. Hence all the usability problems.</p>
<p>Although I don&#8217;t agree with EVERYTHING the author of that article states, I do agree with many of the parts on usability. I definately don&#8217;t think you have to have proprietary, paid software to have good usability&#8230;because usability is an art form as the author states&#8230;and if it is, some of the best artwork comes from starving artists right? So money is irrelevant&#8230;it matters not. What matters is that not everyone who is a programmer is a UI developer and UI developers can&#8217;t always be the best programmers. The idea is to marry both into something. That&#8217;s what I&#8217;m looking for in a CMS. Something that has usability for standard users and something that can do the whiz bang things I need it to. It&#8217;s probably a pipe dream&#8230;but its a good dream to have. Not just in CMS software&#8230;in all software. Maybe someday right?</p>
<p><a href="http://linux-blog.org/debian-moves-in-servlets-and-usability/" rel="bookmark">Debian Moves in, Servlets, and Usability</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on October 3, 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/debian-moves-in-servlets-and-usability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bringing Linux to Work &#8211; Portal Part 3</title>
		<link>http://linux-blog.org/bringing-linux-to-work-portal-part-3/</link>
		<comments>http://linux-blog.org/bringing-linux-to-work-portal-part-3/#comments</comments>
		<pubDate>Wed, 17 May 2006 09:31:47 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Linux@Work]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/bringing-linux-to-work-portal-part-3/</guid>
		<description><![CDATA[Ubuntu just doesn&#8217;t want to be chosen for me. I&#8217;ve had nothing but problems with it since I started going on it. I decided that it would be easier to use Ubuntu (1 disk install, apt-get abilities) to house the in house Intranet portal page here where I work. However, I didn&#8217;t count on Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/Reviews/ubuntu.Thumbs.png" alt="" width="110" height="110" />Ubuntu just doesn&#8217;t want to be chosen for me.  I&#8217;ve had nothing but problems with it since I started going on it.  I decided that it would be easier to use Ubuntu (1 disk install, apt-get abilities) to house the in house Intranet portal page here where I work.  However, I didn&#8217;t count on Ubuntu having so many problems.</p>
<p>The first of many problems was mod_ntlm.  This Apache module WILL NOT compile on my server.  I emailed someone who actually got this to compile in Ubuntu and asked for how they got it to work, implemented their changes in the .c file, yet still couldn&#8217;t get it to compile.  This reason alone is enough for me to not use it.  But there are more reasons still that Ubuntu doesn&#8217;t do it for me.</p>
<p>The second reason is going cold.  What I mean by going cold is that it <em>almost</em> froze up.  For example, it would take over an hour to run apt-get update, about the same to run apt-get upgrade (depending on downloads) and even 20 minutes to do a standard ls -al | grep keyword command.  After a reboot everything was fine.  This led me to believe that some sort of power saving module was kicking in.  So I removed all power saving modules, recompiled a kernel from scratch, turned off all BIOS power saving items, crossed my fingers and rebooted.  Even with all of these actions, Ubuntu still went cold after a day of uptime.  This is on an IBM NetVista P4 with 1 GB RAM.  Ubuntu however will not be staying on any PC at my job due to the previous problems experienced.</p>
<p>I&#8217;ve got an exact match of this machine to provide backup for it so I&#8217;ve simulataneously been using CentOS to experiment around with it.  There&#8217;s a reason that Red Hat is the leader in the server arena&#8230;because they get it done and provide a fantastically stable Linux environment.  CentOS is repackaged Red Hat Enterprise Linux and it is fantastic.  So from this point on, Ubuntu will not be actively developed on by myself&#8230;I&#8217;ll be using CentOS from this point on.  Which leads me to the decisions I&#8217;ve been trying to come to.</p>
<p>I&#8217;ve been trying to find a good portal CMS that can house documents and provide news announcements for my department.  No chat is needed&#8230;no forums&#8230;just a repository for docs.  With all of this being said, I need to provide a flexible solution to house these documents as well because who knows what the director will come back and say.  Perhaps tomorrow he&#8217;ll change his mind and want to have all documentation developed and worked on in Sharepoint and all reports to go on our intranet page.  So I need flexibility if I&#8217;m going to get a CMS running on Linux and I need it to be stable so I can show tangible results to upper managment.  Otherwise, they&#8217;ll continue to go with what has been working for them&#8230;and that is Windows.</p>
<p><span id="more-127"></span></p>
<p>Some of you are probably saying, &#8220;just use OpenLDAP any distro&#8221;.  Well, that would be just fine if my requirements were to use the LDAP database for user authentication making the user sign on one time only&#8230;however, stipulations for me were ZERO sign in&#8230;hence single sign on&#8230;they login to our domain here and then never have to login again.  So, ntlm is the only way currently.  Finding a CMS is up next.</p>
<p>I&#8217;ve looked at <a title="The Midgard Project" href="http://www.midgard-project.org/" onclick="return TrackClick('http%3A%2F%2Fwww.midgard-project.org%2F','The+Midgard+Project')" target="_blank">midgard</a> but am thinking it is way to complicated.  I just want a simple page that can act as a document repository.  I&#8217;ve looked at and installed <a title="Knowledge Tree" href="http://www.ktdms.com/" onclick="return TrackClick('http%3A%2F%2Fwww.ktdms.com%2F','Knowledge+Tree')" target="_blank">knowledgetree</a> but there currently is no single sign on support at all so it is out of the question.  I&#8217;ve looked at <a title="Zope dot org" href="http://www.zope.org/" onclick="return TrackClick('http%3A%2F%2Fwww.zope.org%2F','Zope+dot+org')" target="_blank">Zope</a> and <a title="plone dot org" href="http://plone.org/" onclick="return TrackClick('http%3A%2F%2Fplone.org%2F','plone+dot+org')" target="_blank">Plone</a> and found it to be right along the lines of what I need.  The problem I hit is that I have to use Apache to pass the ntlm to the Zope server&#8230;so it&#8217;s going to take some configuring (this is the #1 candidate right now though).</p>
<p>So does anyone out there have any idea of a CMS that can use SSO (Single Sign On) in a Win2k Active directory environment with minimal configuration (as this needs to go up in about 2 weeks)? I&#8217;m all ears. The next update should be my attempt to use CentOS with ntlm and apache/zope/plone.</p>
<p>Wish me Luck,</p>
<p><strong><span style="font-size: medium;">Devnet</span></strong></p>
<p><a href="http://linux-blog.org/bringing-linux-to-work-portal-part-3/" rel="bookmark">Bringing Linux to Work &#8211; Portal Part 3</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 17, 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/bringing-linux-to-work-portal-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brining Linux to Work &#8211; Portal Part 2</title>
		<link>http://linux-blog.org/brining-linux-to-work-portal-part-2/</link>
		<comments>http://linux-blog.org/brining-linux-to-work-portal-part-2/#comments</comments>
		<pubDate>Tue, 09 May 2006 09:34:37 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Linux@Work]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/brining-linux-to-work-portal-part-2/</guid>
		<description><![CDATA[Beginning this month, I&#8217;ll be attempting to infuse my place of work with Linux. I am an new Applications Analyst and resident AIX/Linux expert for a government agency that lives and breaths Microsoft. I feel that Open Source software, mainly, Linux&#8230;can be a great addition to this agency. I&#8217;ll be documenting my attempts here while [...]]]></description>
			<content:encoded><![CDATA[<p>Beginning this month, I&#8217;ll be attempting to infuse my place of work<br />
with Linux. I am an new Applications Analyst and resident AIX/Linux<br />
expert for a government agency that lives and breaths Microsoft. I feel<br />
that Open Source software, mainly, Linux&#8230;can be a great addition to<br />
this agency. I&#8217;ll be documenting my attempts here while I go along. If<br />
you have tips, tricks, solutions, advice or supportive<br />
comments&#8230;please respond in kind.</p>
<hr size="2" /><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/designedfor.Thumbs.gif" alt="" width="74" height="110" />Well, Ubuntu had some troubles but CentOS did a fine job for me.  The problem was in the compilation of the mod_ntlm module for Apache.  Ubuntu couldn&#8217;t get it right.  Changing the makefile a bit (Thanks Billy!) did allow me to post the mod_ntlm.so file (finally) but I couldn&#8217;t get things to work for Apache 2.  I reverted back to Apache 1.3 on the Ubuntu box but ran into the same problem that I did on the CentOS box with odd authentication issues. Alternatively, CentOS had no problems compiling the mod_ntlm Apache module for Apache 1.3 OR Apache 2.X which was much better than Ubuntu.</p>
<p>Of course, the real problem wasn&#8217;t getting the various software installed, the problem was doing it in the correct order.  My advice to someone that wants to use mod_ntlm with Apache to pass parameters to a zope server for plone:  Install zope and plone first&#8230;get a working site up and running on port 80 (intranet site that is) THEN install apache and work on mod_ntlm.  I had trouble figuring this out as most of the instructions I found allowed for Apache to be working first before the zope server comes into play.  Another thing you could do is turn off Apache during your zope/plone configuration.</p>
<p>Something else that is odd is that by default when you install zope in CentOS, it isn&#8217;t started.  You can add it to automatic start using checkconfig in CentOS but finding out where the rpm installs zope is another story.  Not being familiar with zope hindered my progress initially.  After some fumbling I was able to get things working.</p>
<p>Overall on both the Ubuntu and CentOS installs, I was able to get things in working order but could not get Apache to use mod_ntlm correctly.  Normally, if mod_ntlm is setup correctly and all directives are listed correctly (I was using .htaccess to house the ntlm directives) you&#8217;ll get to a page 404 not found if accessing the document root.  Instead, I received 401 Unauthorized Access.  This meant that I was not validating according to Apache to my active directory source.</p>
<p><span id="more-125"></span></p>
<p>I worked on it for about 3-4 hours with no extra information coming to light. I even emailed a few people who I know are running a zope/plone/apache intranet page for their business. They got me to where I was but couldn&#8217;t really help me solve the problem. The only direction they could give me is that AD (active directory) was setup odd on my network. That could very well be. It is a bit odd here and will be until we switch across to W2K3 and Active Directory (I originally tried to plug Red Hat Enterprise Linux but no one even heard my &#8216;new employee&#8217; voice squeeking in the wings&#8230;I also didn&#8217;t get a call back from Red Hat. There must be bigger fish to fry eh?). So, for now, it seems tha zope/plone/apache is not the combination to get a portal page up and running. I may try again when the Windows 2003 AD environment is finalized (a project I&#8217;ll most likely have to roll out <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>It&#8217;s very sad that after a few weeks of looking and a few weeks of trying various open source CMS portals that I cannot get a single one implemented with single sign on.  You&#8217;d think that this would be where Open Source could really make innroads into the enterprise.  With the rise of the enterprise Wiki and the ability to pull code from other projects because of the fantastic GPL license, you&#8217;d think we would see single sign on modules popping up all over the place in one CMS and another.  That isn&#8217;t so.  As of the writing of this article, I know of only a few php based CMS that offer single sign on:  Moodle, Midgard, and Plone.  Of course, I haven&#8217;t attempted midgard.  I&#8217;ll be saving this one for last.  It truly is an area that open source needs attention in.</p>
<p>Now that I think about it though, most CMS are simply forums and news sites on the internet. They really don&#8217;t have a huge demand for single sign on. So it makes sense that most CMS don&#8217;t provide this ability. However, I would think that single sign on would be a very popular plugin to provide for any CMS to allow it to gain a larger audience.</p>
<p>Since Zope and Plone aren&#8217;t an alternative for me&#8230;I must move on to something that can be.  I&#8217;ve found a couple of really nice java based open source content management systems and during the next couple of days I&#8217;ll be testing them out on Ubuntu and CentOS using Apache/Tomcat.  I&#8217;ll post my findings of course and we&#8217;ll see where this takes me.  I really wish plone/zope would have worked for me&#8230;I really liked the flexibility that it gave which would have proved beneficial later on when (not if) management changed its mind and wanted more than an info/document repository portal.  Once again, suggestions are welcome and needed&#8230;tell me how silly I am and post your comments.</p>
<p><span style="font-size: medium;"><strong>Devnet</strong></span></p>
<p><a href="http://linux-blog.org/brining-linux-to-work-portal-part-2/" rel="bookmark">Brining Linux to Work &#8211; Portal Part 2</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 9, 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/brining-linux-to-work-portal-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 12/34 queries in 0.675 seconds using disk: basic
Object Caching 593/593 objects using disk: basic

Served from: linux-blog.org @ 2012-05-23 15:20:01 -->
