Slashdot Mirror


CMS for High School Newspaper Website?

wyldeone asks: "I'm responsible for creating a site for my high schools newspaper, and I'm at a loss for what technology to use. It is small, and there will be about one issue a month. I have looked into some weblogging software like MovableType, and WordPress and they seems too simple, but larger CMS offerings (Campsite and PROPS, for example) seem too complex and powerful for this project. Are there any suggestions from Slashdot readers who run high school or college newspapers?"

16 of 79 comments (clear)

  1. Bricolage by CmdrChillupa · · Score: 3, Informative

    Bricolage

    Used by Salon, MacWorld, etc.

    I started working with it for a newspaper website. It's solid, configurable and very open to design.

    1. Re:Bricolage by greechneb · · Score: 2, Informative
      Xoops has impressed me, a lot of features, pretty easy to get going, and a lot of available modules to add what you want. - Best of all, its GPL

      http://xoops.org/

    2. Re:Bricolage by Paul+Bain · · Score: 2, Informative

      Yes, Bricolage is an excellent CMS for news organizations (NO's, e.g., newspapers or magazines), but it has a well deserved reputation for being difficult to install, even on Debian, where an un-official Debian package is available to help ease the process. Even Bricolage's chief architect, David Wheeler, concedes this point.

      The poster might be better off with SPIP, which is (I understand) equally powerful and possibly easier to install. One caveat with respect to SPIP is that, at one point, its interface and some of its documentation was mostly in French, but that may have changed by now. Otherwise, SPIP enjoys an excellent reputation.

      Other CMS's that are designed for specifically for NO's include Cofax and Props, both of which have reputations for being immature as compared to Bricolage and SPIP.

      Finally, this issue was discussed here on Slashdot about 17 months ago in a story whose title was "A College Online Newspaper Suite as Open Source?" Another relevant discussion took place on OpenSourceCMS.com just three months ago.

      --

      A lawyer & digital forensics examiner. Also an expert on open source software (OSS).
  2. Try these by mstefanus · · Score: 4, Informative

    You can try Mambo or Typo3. They are both great.

    But before making a decision, you can check OpenSourceCMS for demo of diferent CMS'. Another great comparison site is CMSMatrix

  3. Drupal by redune45 · · Score: 2, Interesting

    Give Drupal a try. It is very customizable, and you should be able to configure it to do whatever you would like.

    It is the CMS behind Spread Firefox

    --
    redune.com: The World 3.2 Megapixels at a time
    1. Re:Drupal by Scaba · · Score: 2, Informative

      I second this. I'm not a big PHP fan, but the Drupal guys (and its cousin project CivicSpace) were very thoughtful in designing a complete drop-in but very extensible CMS framework. Plone with Archetypes is also a good choice, if you prefer Python (and who wouldn't?), and it tends to iron out a lot of the wrinkly parts of Zope that turn people away.

  4. Zope/Plone by uits · · Score: 2, Informative

    www.plone.org Easy to install, easy to use, easy on the eyes. Tons of 'products' that install into and provide additional functionality.

  5. Back in the dark ages by darkjedi521 · · Score: 2, Funny

    Back in the Dark Ages (98-00), when I did the online content for my High School, I just used a simple frameset. Pick an issue, the headlines with in a column down the left, the article was on the right. I wasn't allowed any active content on either server or client, so that was the best compromise at the time. It worked well enough.

  6. Simple is good by rueger · · Score: 2, Insightful

    "...larger CMS offerings ... seem too complex and powerful for this project. Are there any suggestions from Slashdot readers who run high school or college newspapers?"

    I think that what wyldeone is requesting is a CMS that doesn't rely on a high level of ubergeekiness. Presumably he or she is working with a relatively unskilled group. Most of what's been suggested have a big learning curve, and require a willingness to dig into the guts of some pretty idiosyncratic packages.

    If he or she is going to set up a system that will endure and be used it will need to be friendly to casual users who change from year to year.

  7. Roll your own by saintp · · Score: 2, Interesting
    No, really. I did it as an undergrad (the code is GPL'd if you want it), and it took very little time: I worked with one other programmer very part time for a summer, and then off and on thenceforth.

    We chose a roll-your-own solution mainly to avoid bloat, but also so that we'd be more familiar with the way it worked. Since you're looking for a CMS for a school, my advice is this: spread the wealth. Your journalism students are getting experience, why not throw a bone to your computer science students as well? Look at some popular CMSs, make a list of features you want (I guarantee that most of them will have a billion features you don't want) and then get some students to write it. That's what we did, and we're very happy with the outcome.

  8. CollegePublisher by jtmas83 · · Score: 2, Informative

    My college's newspaper uses College Publisher. However, I know absolutely nothing about it, including how much it costs.

    Personally, I second the suggestion of Drupal; while it would probably take a bit of time to get it to do what you want, it's extremely customizable and once you get used to it, it's very easy to use. Plus, it's free.

  9. Obligatory Slashdot Management Complaint by fm6 · · Score: 4, Insightful

    We spend a lot of time talking about content management. There should really be a topic for it.

  10. Simplicity is good by mopslik · · Score: 2, Insightful

    I have looked into some weblogging software like MovableType, and WordPress and they seems too simple

    In what regard? I've helped some friends set up WP, and they like the simple-to-use interface, and after adding a few quick-and-dirty freely-downloadable hacks (picture galleries, icon displayers, etc) they're good to go. IMO, this would be a pretty straightforward setup for a high school newspaper. This is especially true if it's going to be run by students, who may want to contribute to the paper, but aren't the most computer-oriented.

    Not to disagree with you at all -- it is meant to be simple. I'm just curious what requirements eliminate WP from your consideration.

  11. News Blog Instead by wishus · · Score: 2, Interesting

    Why publish a traditional, monthly school newspaper on the web? People don't read the web that way.

    Instead, switch to the slashdot/blog format. Publish articles as they happen, and your audience will connect with your site daily and keep up with the real news as it comes out.

    The only reason school newspapers come out once a month is that it takes that long to produce enough material to fill a 10-12 page print newspaper. The web doesn't have those restrictions. Just publish the news on the website as it comes out.

    Movable Type or Wordpress should be fine.

  12. XOOPS by pjay_dml · · Score: 2, Informative

    XOOPS should be what you are looking for. It is modular, and you can easily add content, or have people not too computer savvy do so.

    Also check out the School module, put together for a school by one of the core dev's - Mithrandir.

    It is written in OO-PHP, uses the Smarty template engine, has an extensive community for support, is very simple to install, GPL licensed, and is under constant development.

    ...by the way, I'm affiliated with XOOPS, in that I am a community member, mod developer, and translator :)...

  13. eZ Publish by kosmosik · · Score: 2, Informative

    http://ez.no/ez_publish

    It is not just CMS - it is also entire framework to make modules that suit you. And it is easy to make such modules. With standard CMS systems you usualy have some prededifned obvious stuff like news, gallery, poll etc. but it is hard (it forces you to code in PHP) to add custom ones.

    Also eZ Publish comes with best of breed features like caching, templates, XML, url-rewrites etc.

    Check out its site for details, case studies and so on...

    http://ez.no/ez_publish/info/web_publishing_func ti onality

    Also if your zine/newspaper is published on paper and different media you probably want to simplify the proces and reuse content on both (electronic and paper) media. So maybe you will be interested in integrating these things with XML. FreeSoftwareMagazine has an interesting article/introduction on this topic:

    http://www.freesoftwaremagazine.com/free_issues/ is sue_01/focus_format_xml/