in reply to Re: Perl based Content Management System
in thread Perl based Content Management System
I try to describe the CMS I present myself: it works with flat text files, something like this: each html page which need to be edited, contains a special mark (<-- >)which defines where the editing starts and where end. These marks unrecognizible by browser, but recognizible by CMS script. When I select page which i want edit, script will search this marks and open window where i edit flat text files.