Slashdot Mirror


E2 and LJ, Comparing Content Management Systems

Anonymous Noder/LJ'er writes "Linux.com is running a story written by Slashdot's Krow, one of the authors of Slash comparing the LiveJournal site engine to the Everything2 engine. He went over the installs of the two engines and talks a bit about customizing both. I really like both sites so it is interesting to see someone talk about what makes them tick."

33 of 111 comments (clear)

  1. What timing by rjamestaylor · · Score: 2, Funny
    The first story posted after the Internal Server Error is about Krow and what makes /. and e2 tick.

    You couldn't plan that better!

    --
    -- @rjamestaylor on Ello
  2. How do these compare to Squishdot? by Bodhammer · · Score: 3, Interesting
    I have a potential content management project- How do these compare to Zope running ? Squishdot?

    (p.s. do I get mod'd up for posting the first real comment?)

    --
    "I say we take off, nuke the site from orbit. It's the only way to be sure."
    1. Re:How do these compare to Squishdot? by corz · · Score: 2, Informative

      Be sure to check out plone. Built on top of Zope+CMF, its definately worth a look.

    2. Re:How do these compare to Squishdot? by jeorgen · · Score: 2, Informative
      Zope is great, I'm using it for e.g. euliberals.net, but Squishdot is very simple and does not have that many features at all. It's more of a one-trick pony and does not play in the same league as Everything. Even though I prefer Zope I've never found a place for Squishdot; it's still too primitive: Last time I cehcked you were supposed to enter your name for making a comment and there is no moderation, just to name two things. Take a look at perlmonks to see what a site based on Everything can do.

      cheers,
      /jeorgen

    3. Re:How do these compare to Squishdot? by Yakman · · Score: 3, Insightful

      The criteria is the problem, which is why the best content management solution for an organisation is a custom built solution based on their requirements.

      It's also why you never hear good things about companies who try to implement commercial CMSs like Vignette. I personally worked on a website that was being converted to use the Aprtix CMS, and basically we had to tailor the site to fit the CMS rather than building the site we wanted. Without doing it yourself you use flexibility.

      At the organisation I work for now we (I) custom built a CMS on top of Lotus Domino (perfect for Workflow etc), which exactly meets the buisnesses needs.

    4. Re:How do these compare to Squishdot? by the_rev_matt · · Score: 2

      Or Zope using CMF. Either of which are great solutions.

      --
      this is getting old and so are you

      blog

  3. (fruit) vs. (fruit) by Xunker · · Score: 4, Interesting

    Comments about administration policy asside, I think that comparing the two isn't strictly fair. At least, not on absolute terms.

    As a developer on both codebases, teh differences as I see them are basic: Ecore is about grouping and linking as sets, while lj is more about mass indexing of list-type data.

    One of ecores main weekness is scalability, or lack thereof -- this is not a slam on teh code, but just an introspection on design. Because lj os more about this loose-linked list paradigm, it can easily scale and cluster on mutliple machine while ecore, with it's extreme data interlinking, is heaving right now with redesigns to allow that.

    Of course, Ecore (or at least E2) has a much better XML interface, which is probably it's second strongest point. It's first strongest and most important is the concpet that everything is a node.

    --
    Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.
  4. Have you considered Wikis for content management? by stephanruby · · Score: 5, Informative
    If you like to keep things simple, sometimes a Wiki might be the only thing you need.

    Here is the original WikiWikiWeb: http://c2.com/cgi/wiki?WelcomeVisitors
    Here is a Wiki you can easily install on your own machine: http://minnow.cc.gatech.edu/swiki/15
    Here is a free Wiki farm that let's you start your own on a shared server: http://www.seedwiki.com

  5. These sound like *almost* what I am looking for by Anonymous Coward · · Score: 2, Interesting

    I have been looking for a web-based system to manage personal data. I don't mean calendar, contact list, etc, but more general things.

    Basically I need a replacement for a filing cabinent that will let me upload documents (and maybe grab copies of web pages), store them in some sort of semantic web/catagory hierarchy, annotate them, replace them with updated versions etc. Ideally, the system would work with a wide variety of data types: pictures, pdfs, text files, html/xml, word documents etc.

    Is there a system avaialable that does this sort of thing?

    1. Re:These sound like *almost* what I am looking for by aderuwe · · Score: 2, Interesting
      How about using a Wiki? I use TWiki at work, it's really nice and does all you ask for (including revision control using rcs on ALL documents, including file attachments).

      Alex

    2. Re:These sound like *almost* what I am looking for by flipflapflopflup · · Score: 2
      E2 could quite happily be used for this. The main thing to remember (speaking from experience) is that the real work starts once you have got the thing up and running - installation is just the first step.

      Once you get used to it though, and if you put the time in, it's amazingly flexible. You also have the bonus that it's a multi-user system out-of-the-box, and with permissions etc this can be very powerful. For example, you could allow friends of yours to use your site in the same way you do, and also allow guests to view some content, or whatever.

      Just a note: fiddling woth your E2 site can become very addictive ;o)

  6. PHP by asv108 · · Score: 3, Insightful

    It would have nice if they included installs of Postnuke and/or Phpnuke. I've installed slashcode, phpnuke, and postnuke with phpnuke probably taking the cake for the easiest to install.

    1. Re:PHP by Fweeky · · Score: 3, Insightful

      Pfft, the least secure PHP application on earth (and one of the worst written), and another app based on the least secure and worst written PHP app? No thanks :)

      Personally I've found that pretty much all systems like this turn out to be messy, badly written, poorly designed, and have URI's that would make TBL gag.

      Case in point: phpNuke, long, long history of major security holes, with a hugely speghettified codebase.

      Scoop, with embedded Perl and HTML thrown about everywhere in the database.

      Drupal, with raw HTML everywhere in the PHP.

      This pattern repeats just about everywhere. The closest I've found to an open source web application which doesn't make me want to hit something is ezPublish, which at least makes an effort to have reasonable URI's, and has a decent attempt at making itself OO (although sadly at a significant cost of performance).

      Developers: mod_rewrite is your friend. Go read Cool URI's Don't Change, and maybe TBL's other Hypertext Style Guide stuff, it'll be good for you even if you don't agree with all of it.

  7. Wrote my own by rossz · · Score: 2

    I wrote my own journaling program (blogger system). It's based on html forms and MySql, and is written entirely in perl. I never really intended for it to be much more than an exercise to learn a little MySql. It's basically done with one major exception, security. I need a decent way to handle remote passwords. Currently, I use a combination of AuthUserFile/deny/allow in .htaccess to limit who can make changes. I need to implement a better system, but can't decide the best way to go about doing this.

    --
    -- Will program for bandwidth
  8. Both are slow by phr2 · · Score: 2
    I haven't looked at the code of either E2 or LJ, but have visited and played with both. They are both painfully slow, to the point where the software really seems to be doing something it doesn't need to do. LJ's main competition is diaryland.com, which is also free, is at least as powerful, has a bigger user population and more traffic, and yet the site is much more responsive.

    Any comparison of software like this should really talk about performance and not just installation and administration ease. Any idea if these systems can be sped up, and what else is out there?

    1. Re:Both are slow by rm+-rf+/etc/* · · Score: 2


      I can't speak for LiveJournal, but the main reason everythign2.com is slow is due to the fact that MySQL 3.x doesn't do row level locking, the whole table must be locked. If you install ecore with MySQL 4 and use InnoDB tables, your performance will be *much* better than e2. Also don't forget that e2 is a pretty large community, so there are a lot of other things going on (messages to users and groups, randomized greetings, people uploading homenode pictures, etc) that might not be used as much on a custom ecore site.

  9. Re:PHP - PHPwebsite by Epeeist · · Score: 3, Informative
    Another PHP based CMS that shows a lot of promise is phpwebsite. Easy to install, lots of modules, licenced under the GPL.

    The major downside to it (which seem to be common to most things in this area) is a lack of documentation.

  10. AxKit by mindriot · · Score: 4, Insightful

    Having looked at several CMS for a website I am going to relaunch, I needed an approach that was most general and would allow me to choose how I could store the content and separate the design. OK, the difference to the projects mentioned here is that I don't need a large system to manage things like user comments or other methods of dynamically adding pages. Currently I think I will go with AxKit, which is not really a CMS, but basically an on-the-fly caching XSLT processor. For me this provides the most flexible solution. I have designed an XML format to store my content files, and can then use either an XSL stylesheet to produce HTML or WML or whatever needed, or write an XPathScript style sheet allowing me to process the XML data while additionally using perl code to add dynamic features. The nice thing is that with AxKit you can use HTTP GET parameters to allow different style sheets (plain, xhtml, print, ...), pick a style sheet depending on browser type (lynx, netscape4, mozilla...), etc. And for a website offering mostly static content that needs to be organized in a proper way, I think separating content from layout using XML seems like a good idea. What I like to is that it's easily possible to include multiple language versions of your page in your XML data files and transform to HTML based on, say, a ?lang attribute. Plus, you could even store the XML content tree in CVS...

    For websites that are just trying to be in control of their mostly static content, AxKit surely helps (provided you have access to the server box as you need to install the apache module...). Storing pure content as XML and then providing different stylesheets for layout seems a proper way to go for me.

    Of course, this is not to say I don't like the LJ or E2 engines, butjust depending on what you need for your website, XML might be helpful, and AxKit might be the way to implement it.

    1. Re:AxKit by Matts · · Score: 4, Informative

      There are a few options for content management systems built on top of AxKit.

      First if your needs are really simple you can try the AxKit wiki, which is the only wiki out there that allows you to enter data in either XML (sdocbook), WikiWiki text, or Perl's POD format. Although right now the wiki is extremely simplistic (no versioning or user management), it's quite extensible.

      Next up the ladder of complexity is CallistoCMS which is has a really cool online editor component, basically allowing you to do almost WYSIWYG editing of XML content live in the web browser (all just uses pure HTML+CSS+JS+DOM, no ActiveX or Java plugins involved).

      Finally there's XIMS, which is basically what you might consider as a full blown CMS, including versioning, metadata, workflow, etc etc.

      --

      Matt. Want XML + Apache + Stylesheets? Get AxKit.
  11. Check out Typo3 by peted20 · · Score: 3, Informative
    I've been playing around with the Typo3 CMS lately, its really pretty amazing. It can do some pretty impressive dynamic graphics generation, especially in terms of graphical navigation menus and rescaling and optimization of images. I've made a couple dynamic sites with it and it has proved to be very well thought out and extremely well documented (IMHO).

    www.typo3.com

    Some really cool features: (Stolen directly from typo3.com)
    • Navigational menus are automatically created - even if the menu is made graphically - perhaps even with background-images, dropshadows on text and roll-over effects!
    • Images uploaded and used on pages are automatically scaled to the correct size (no HTML-scaling!) and stored on the server with a minimum filesize. Even non-web image-formats can be used! (TIF, AI, PDF, PCX and more). And you can without further knowledge just upload your digital-camera pictures and they'll be scaled automatically.
    • Headlines and other graphical elements with shifting content is also automatically generated.
    • You can differenciate the website-design by creating variations in the templates based on the client browser, IP-number or number-range, operating system, countrycodes, userchosen parameters eg. printing-friendly versions of no-frames versions.You can have multiple templates on a site.
    • Pages can be timed to be shown on a certain date, be hidden on a certain date or just temporarily hidden.
    • Typo3 has a build-in password-protecting option on the pages. Thereby protected pages are only visible for users from a certain usergroup.
    • Typo3 supports search in SQL-databases.
    • Redesigning of a website at once is a question of creating one single new template.
    I've started to use it for a couple sites in the last six months, and its really made web development fun.

    -Pete
  12. The only real test for performance... by Glowing+Fish · · Score: 3, Funny

    Okay, you can sit around with your TI-86 all night long and talk about XML parsing times, but who cares? The only real test of a site is how much it provides content, and by content, I mean a peek into the life of CowboyNeal. Using this test, let's compare:


    CowboyNeal on e2


    Versus

    CowboyNeal's livejournal account.


    Aside from technical details, which one of these gives us more insight into the delicate poetic soul that is Mr. Pater?

    --
    Hopefully I didn't put any [] around my words.
  13. Look at mod_auth_mysql by Wee · · Score: 4, Informative
    Currently, I use a combination of AuthUserFile/deny/allow in .htaccess to limit who can make changes. I need to implement a better system, but can't decide the best way to go about doing this.

    If you are into rolling your own, then take a look at the Look at mod_auth_mysql Apache module. It's basically .htaccess file kind of access control except the user info is in a MySQL DB. So you can do updates/inerts/whatever on the database via your perl and get close to what you need as far as access control without having to write files in the docroot.

    You might not be able to make it fine-grained enough, but if you have a thing where each user (for instance) gets their own directory or something then it might work pretty well for you.

    And if you are not into rolling your own anymore, check out Moveable Type.

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

  14. MS Sharepoint Portal Server by DGolden · · Score: 4, Informative

    MS Sharepoint Portal Server is the a next round in MS's binding of the corporate office bureaucracy to them. It's basically a Web CMS and DMS that fully integrates with the rest of MS Office.

    It's a pretty damn poor Document Manager, and a really abysmal Content Manager in most respects (except for - again a killer feature - WYSIWIG page editing inclusive of component embedding), but the MS Office integration is the key. And of course, no-one can integrate with MS Office better than MS.

    If there was a decent "Open Office Portal Server" then things would be just dandy - but, as it is, Sharepoint will act to lock people into another round of MS-dependency. Sharepoint Portal Server has been used by people talking to me as an argument to stick with MS Office even with the existence of open office and star office.

    --
    Choice of masters is not freedom.
  15. Not to mention that parties... by Glowing+Fish · · Score: 2

    Also, on a somewhat serious note, e2 isn't about the technical interface...not that it wasn't nice for Mr. Nate et al to give it to us. However, e2 really succeeds as much as it does for the human bonds it encourages. Or in other words, what other web community can gather 100 people from across the continent to have a scavenger hunt?

    --
    Hopefully I didn't put any [] around my words.
  16. The concept is bad. by Otis_INF · · Score: 2

    Sharing INFORMATION is something different than sharing worddocuments. However a lot of people tend to think that 'information' should be stored in worddocuments, which then have to be harvested into databases and / or distributed by a CMS on top of that.

    Why on earth would anyone start to hammering in texts into a worddocument when there will be no paper-version of the document, ever? There is no need for a wordprocessor to share information, on the contrary.

    --
    Never underestimate the relief of true separation of Religion and State.
  17. Perlmonks is powered by Everything2 by hacker · · Score: 2
    If anyone wishes to see a modified E2 install in place, go on over to PerlMonks and poke around. Look at the layout, the structure, the search engine and see if it fits your needs.

    Seeing it in action there, and having used it there for almost a year, it has convinced me personally, that E2 is the way to go for this type of content management system, but YMMV.

  18. What if it's not your machine? by Salamander · · Score: 3, Insightful

    One of the assumption that's being made both in the story and in many of the comments is that the CMS runs on a dedicated machine over which you have total control. This assumption covers database formats and filesystem layouts that are unfriendly to multiple installations, plus custom Apache configs (even an Apache dependency is noxious IMO) to "just install mod_obscure_widget" pseudo-advice.

    The problem is that the assumption is just not true for many people, who run their sites on servers owned, configured and administered by a hosting provider. Any CMS that can be installed in such an environment automatically becomes about five times more useful than one that requires total control of a dedicated machine. That's the review/comparison that would really be useful to most of us.

    --
    Slashdot - News for Herds. Stuff that Splatters.
  19. Re:Both are slow - Rendering by Epeeist · · Score: 2

    One of the reasons I think most CMS systems seem to be slow (on the client side at least) is because they insist on using tables for everything. You end up with tables inside tables inside tables inside...

    Most browsers take inordinate amounts of time to render pages with this kind of structure. Much cleaner to use and , especially for tables consisting of one cell which many of these systems generate.

  20. CMS vs. site engine by Doomdark · · Score: 2
    Comparing Content Management Systems

    comparing the LiveJournal site engine to the Everything2 engine.

    This actually is one of my pet peeves. CMS is a larger term than just "web site management system". CMS need not have anything to do with web site management; it may act as backend system that may include authoring part, workflow management.

    This is probably also why it seems all commercial CMSs have big problems (I work on a project that uses one and we have plenty of issues. That is, if they are "just" web site management systems, geared towards web design, they should be marketed as such. The company I work for bought a reasonably pricey CMS with some expectations, and then developers find out it's only glorified web management system. The irony is that not only are we rewriting much of existing functionality, we are not even using most of 'advanced' functionality that is mostly related to actual web publishing (in our case CMS is not the front-end system).

    "Full" CMSes should probably concentrate on having complete robust platform for developing actual applications, which can then drive web sites or other publishing (often publishing to actual front-end systems, not being one). It would be good to have reasonable interfaces to actual publishing front-ends (web servers etc)... but it shouldn't be too tightly coupled.

    --
    I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  21. Use what and what? by phr2 · · Score: 2
    Somehow that paragraph got clobbered by /. filters somehow, so I wondered what it said.

    Anyway, for e2 and livejournal, that wasn't the nature of the slowness that I notice.

    Is there some reason e2 doesn't use InnoDB?

  22. Re:Have you considered Wikis for content managemen by fferreres · · Score: 2

    I use phpWiki and you can put a link LikeThis or a link [Like this]. You could even put a link [with arbitraty text but poinint to a keyword|AnotherLink].

    It really is easy ...

    --
    unfinished: (adj.)
  23. blog != CMS by Da+VinMan · · Score: 2

    I agree. If you think a CMS is the same as a blog, then consider the following questions:

    1. Can the software support different media types and still keep all the material searchable?

    2. Can the software support future media types, i.e. media types which are currently unknown? By support here, I mean store, retrieve, present, and make searchable.

    3. Can the software support versioning of media items?

    4. Can the software support multiple levels of security on media items?

    blah blah blah...

    A blog is just for text, and maybe some graphics. Try running a real company on just those.

    --
    Please mod this post only if you think others should/n't read this. I have enough ego^H^H^Hkarma. Thanks!
  24. Re:Flamebait? by Da+VinMan · · Score: 2

    Hey, have fun! A really useful CMS is hard to build. I hope you've nailed down your requirements really well with your future users because that sucker is gonna snowball otherwise!

    I would do myself a favor at this point though and go to .NET, if you have the option. Yeah, it's a learning curve, but since you're on the Microsoft wagon anyway, you'll be better off in the long run if you bite the bullet now.

    Best of luck!

    --
    Please mod this post only if you think others should/n't read this. I have enough ego^H^H^Hkarma. Thanks!