A
A
AlexChez2019-10-25 12:09:00
CMS
AlexChez, 2019-10-25 12:09:00

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

6 answer(s)
A
Alexander Sharomet, 2019-10-25
@sharomet

What CMS can be used for html sites downloaded from the webarchive?

Perhaps you should first read what is a CMS?
And what you describe is called an IDE or editor.
sublime text, Atom IDE, vsCode, webstorm

J
jamtuson, 2019-10-25
@jamtuson

There is a service that downloads sites from the webarchive, and even combs and throws on its simple cms.

W
WTERH, 2019-10-26
@Expany

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.

D
Dmitry Makarov, 2019-10-26
@MDiMaI666

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;

Source https://amai-lab.com/moving-to-https-on-wordpress/

S
Sergey, 2019-10-25
@gangstarcj

Sublime, vscode

O
Oleg Frolov, 2019-10-26
@Digiport

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 question

Ask a Question

731 491 924 answers to any question