OSS/FS Web Based Website Management?
Captain Morgan asks: "I work at an engineering company where we have a website for our engineering projects. The problem is that modifying our internal website requires both file server access and the desire to locate and edit html documents. It would be great to have some kind of web based site management software that ran on apache to enable editing and other tasks via a browser. Simplifying website management would also enable more people to contribute to keeping webpages up to date. I've found a few web based site management projects but nothing that stuck out as being great. Does anyone have any experience with open source/free software solutions to this problem?"
Wiki
http://twiki.org/
A few other Wiki solutions
With a little massaging you can have a nice web based file browser and html editor in no time using many off the shelf open source application suites... look on scripts.com or similar sites for those two topics and check the reviews.
/. minus all the moderation goodies (don't need them anyways).
Without more info concerning your specific needs (do you need user authentication, page validation, templating, etc.) I couldn't recommend a specific set of scripts to you.
I use geeklog for maintaining a corporate intranet that provides user auth, static page, dynamic page, image uploads, file attachments(with a little hacking) and a nice editor. It is primarily a news portal suite so it also has events management and a site/per user calendar as well as a comments system similar to
It works well for me but you may have different needs.
A fool throws a stone into a well and a thousand sages can not remove it.
Zope is an excellent web-based system, and there are many add-ons for extra features like calendars, discussion lists, etc.
Can run 'behind' apache, but it also includes it's own webserver.
"But actually trying to use m4 as a general-purpose langage would be deeply perverse" --ESR
Apache/1.3.26
Debian GNU/Linux
PHP/4.2.1
mod_ssl/2.8.9
OpenSSL/0.9.6d
WebDAV/1.0.3 (Web-based Distributed Authoring and Versioning)
Works great, except absolutely anyone can edit any page... But it seems like that's what you are looking for.
If voting were effective, it would be illegal by now.
It seems your question is a bit badly researched before "Ask Slashdot", but anyhow..
:
:) (As of woody, apt-cache search ezpublish and then apt-get install the package ..)
I have personal experience with the following
- eZ Publish (PHP, *nix, MySQL/PgSQL based)
- Slashcode (Perl, *nix, MySQL based)
- PHP Nuke (PHP, MySQL based)
I wouldnt recommend PHP Nuke, but have little experience with the forks off it.. (Check Freshmeat.net as someone suggested).
eZ Publish is the closest I have seen a complete GPL CMS (Content Management Solution), and integrating some of the addons or buying the desktop edition makes it very easy to use!Highly recommended, and now comes in an easy to install Debian package too !
Slashcode is possibly one of the better weblogs, although you should possibly check these too, if that is the kind of website you need :
- Scoop
- Drupal
For non "LAMP", based on Tcl and the AOLServer webserver, check out OpenACS, which is reportedly very feature rich.
I do not have personal experience with either Scoop, Drupal or OpenACS, but several sites use them and produce great sites with them.
Good luck !
life+universe+everything=42
I'd try WebGUI, by PlainBlack Software. They release it under open source, and sell services around it. Seems to be pretty good, I'm going to be playing with it soon.
We had a team website for our Software Engineering class in the spring. We didn't have any web interface. All we had was a shared account with a public_html directory. We also had backups of the team account in case anything happened. It was quite easy.
The GeekNights podcast is going strong. Listen!
Some useful modules include:
CalZone (calendar)
Gallery (photo gallery)
EZ CMS (content management)
PhpWiki
Use the EZ CMS for publishing and use the Wiki for collaboration.
On the other hand, I am starting to favor Python over PHP for various reasons. As a result I've been looking at Zope and wondering if I can get more of what I want. Here's what I have found so far:
PostNuke seems much easier to understand and to get up and running right away. The website is easier to understand and the documentation is geared to making it work rather than the design and theory behind the project. Zope, however does look quite interesting for it's object model and number of products available. It appears as if it would take much longer to get a complex site built but once one has experience with Zope it seems it would be trivial to extend the available products. Also the Zope team had put serious emphesis on the Content Management Framework (CMF). If you're looking for just content management and workflow, this deserves a serious look.
Finally, is it just me or is the zope.org site really hard to understand? There are few examples, virtually no screenshots and links to everything but real answers. Every Zope site seems the same too. There's always a sidebar with a useless, simple calendar and a link back to every other zope site, but little real answers. I must be missing something. Maybe once I wrap my head around everything Zope I'll make a site devoted to showcasing what Zope and Zope products can do with real screenshots, real demos and real example code.