Is it possible to create a repository of an online website? #198769
Replies: 2 comments
-
|
Yes, that's possible, provided you have permission to save and use the site's content. For a small website, you can:
Keep in mind that downloading a website does not automatically grant you the right to redistribute, modify, or publish its content. Always check the site's license, copyright notice, or terms of use before uploading the files to a public repository. |
Beta Was this translation helpful? Give feedback.
-
|
Yep, that's definitely possible! If the site is publicly accessible, you can use tools like wget, HTTrack, or your browser's "Save Page As" feature to download the HTML, CSS, and JavaScript files and then commit them to a repository. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
(If this is the wrong forum, I apologize.)
There's a small website (< 20 pages) I'm interested in saving the HTML, CSS, and JavaScript into a repo. Is that possible in some way?
Beta Was this translation helpful? Give feedback.
All reactions