Videos
Hello there
just a simple human question
i want to make a website just to play around, how do i start?
please and thank you
You already have it.
In terminal, type wget -mk http://www.example.com
-m is mirror mode, -k converts hrefs for local viewing
edit
I may have made an assumption since I had it, but I have developer tools and macports installed, so I have a lot of things some people may not have.
to install wget if you don't have it:
mkdir src
cd src
curl -O http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xvfz wget-latest.tar.gz
cd wget-1.11.3
./configure
sudo make install
See HTTrack Website Copier.
Description copied from website:
HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility.
It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.