Downloading the Torque Documentation
by Sergio Machado · in Torque Game Engine · 04/28/2005 (4:30 am) · 21 replies
Using wget:
wget --save-cookies cookies.txt --post-data 'login_USER=&login_PASS=&remember=yes' http://www.garagegames.com/main/login/login.php
wget --load-cookies cookies.txt -l 0 -k -r -p -L -E -e robots=off http://www.garagegames.com/docs/torque/general/index.php
Replace and with your authentication data.
wget is available for many platforms including windows.
this will basically mirror the documentation in your pc.
wget --save-cookies cookies.txt --post-data 'login_USER=
wget --load-cookies cookies.txt -l 0 -k -r -p -L -E -e robots=off http://www.garagegames.com/docs/torque/general/index.php
Replace
wget is available for many platforms including windows.
this will basically mirror the documentation in your pc.
Torque Owner The Fallen