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
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
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
Indeed, webdav is an excellent way to go, especially for the users on windows boxen. Just add the dav site as a web folder, and off you go. For permissions management, check out mod_auth_mysql for apache. This makes it really to add and remove users for an auth realm.