user2744972
user2744972

Reputation: 1

Inline Editing of XHTML

I'm looking for a tool that allows a non-tech person the ability to edit hard coded content in XHTML. For instance, Pagelime merged with jEditable.

The site is currently static, and I'd basically like to allow one person to log in, click on elements, change the content (P, H1-6, etc), then click enter and write that content directly to that file.

Anyone know of something like this? Thanks!

Upvotes: 0

Views: 143

Answers (2)

Spilarix
Spilarix

Reputation: 1468

This tool will always use a client side technology like javascript. So you have an answer in your question...
If you're looking for a CMS including this kind of feature, you can look at this article :
http://www.cmswire.com/cms/micro-cms/zimplit-cms-adds-on-simple-inline-editing-003716.php
You have a demo here :
http://www.zimplit.org/addon_demo.html

Upvotes: 0

Dave Thieben
Dave Thieben

Reputation: 5437

probably one of the easiest options is Cushy CMS. you let Cushy access your site via FTP, and it just edits the files when the user changes the content.

Upvotes: 1

Related Questions