I'm exploring simple cms options for small content websites, where a client could possibly want to just update text in certain area of a page. While I like CushyCMS 's overall idea, I do not like them having my information and the cost associated with it.
My questions fall under, how does their system work exactly. How do they scan a webpage for certain css classes and retrieve that specific selection from the page.
For those not familiar with CushyCMS, it is a host simple cms service where you signup, and you place a CSS Class in your code ex. <p class="editcms"> text / code here </p> and it will find all instances of this class and then display the elements contained within the class in editable text areas, etc where a client can then edit and save the file.
I can't figure out how to scan / read the webpage file and select the specific content. Any advice / links to advice would be greatly appreciated. It is an interesting concept I just want to implement on a small scale.
Thanks for advice and help in advance.