Click to See Complete Forum and Search --> : online web editor


][aBo][
01-27-2005, 11:53 AM
I've been wondering if something like this exists:

I have a basic website with .html extentions of the filenames. What I would like to do is to be able to login on this website and be able to edit all the website content of the page.

I've found this editor JavascriptBased editor. http://tinymce.moxiecode.com/ (tinemce)

I've used mambo and phpeditor and I've liked them but what I need here is a simple static page online editor.

Any suggestions?

bsm2001
01-27-2005, 12:48 PM
http://www.google.com/search?lr=&ie=UTF-8&oe=UTF-8&q=online%20web%20editor
# 3 in the list looks promising but not free http://www.editlet.com/

knute
01-27-2005, 03:37 PM
I log in all the time to my webserver and use vim to edit the page content. It's as simple as ssh or telnet (ssh is more secure btw).

][aBo][
01-27-2005, 04:02 PM
I'm trying to isntall phpXplorer turns out to be quite a challange.

bwkaz
01-27-2005, 07:55 PM
Maybe a Wiki type setup would work better?

Most wiki software allows anyone to edit any page, but some versions (like TWiki) let you put ACLs into pages, so that only certain users can edit them. You might be able to set them all up so that you're the only one that can edit them.

But it would require installing TWiki (or another wiki), and learning the markup, so maybe it's not worth it when you can just use ssh.