Answer the question
In order to leave comments, you need to log in
What CMS can be used for html sites downloaded from the webarchive?
Sometimes I download sites from the webarchive to html, I need to clean them, comb them. Please tell me CMS with the function of mass replacement of text (code) in html files and a built-in file editor.
Answer the question
In order to leave comments, you need to log in
What CMS can be used for html sites downloaded from the webarchive?
There is a service that downloads sites from the webarchive, and even combs and throws on its simple cms.
To begin with, the author tritely rubs game.
The "bulk" replacement is in the code editor, not in the cms.
As for the sites from the web archive and the engine for them, it was like a live archivarix.
In any. A request to the database, which in the records massively replaces the text. Or a script that goes through the files and replaces. Take WordPress it's flexible and versatile
For example
UPDATE wp_posts SET post_content = ( Replace (post_content, 'src="//', 'some') )
WHERE Instr(post_content, 'jpeg') > 0
OR Instr(post_content, 'jpg') > 0
OR Instr(post_content, 'gif') > 0
OR Instr(post_content, 'png') > 0;
There is a CMS in the engine which has built-in instructions that can clean the code as well.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question