Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Revision Histories
I installed a script on a few client's websites that allows them to update the content areas. Basically, I put a open and close tag surrounding the content I want to make editable, and the when they log into the script, it gives them the access to edit it.
So, now that I've give those clients the ability to edit the live site, I want something that would allow me to back up those pages, just incase something happens and they erase/lose everything they had been working on.
I am looking for something that I can install on a server, like a php script, that would monitor the site for any changes and then save those page revisions, much like the page revision feature on google documents.
Does anyone know of anything like that?
So, now that I've give those clients the ability to edit the live site, I want something that would allow me to back up those pages, just incase something happens and they erase/lose everything they had been working on.
I am looking for something that I can install on a server, like a php script, that would monitor the site for any changes and then save those page revisions, much like the page revision feature on google documents.
Does anyone know of anything like that?
0
This discussion has been closed.
Comments
Or you could write your script to save the file name with the date appended to it every time they open the file. But its harder for the end user to roll back than a wiki would.
edit // and, all though I know wiki most likely means leaving the other script i already have in place - i;ve already purchased the licenses for it, i can't really see a reason to stray away from it. anway i can use wiki to work the pages and just save the revisions so that i can still have this other script in place and used for editing?