WebGUI
      Click here to register.
      
View Cart (0)
Sprechen Sie WebGUI? Parlez vous WebGUI? Se habla WebGUI? Spreekt u WebGUI?

Do you speak WebGUI? Please help us translate WebGUI into your language.


WebGUI Tips

These are just random useful bits of information about WebGUI that we've collected.

Dumping a whole WebGUI site statically.
Len Kranendonk Get a copy of wget and use this: wget -p -r --html-extension -k http://the.webgui.site
-p will fetch all page requisites (images, css, etc)
-r is for recursively downloading all pages
--html-extension will add .html to all pages. This is needed to avoid duplicate page /directory names ( /home and /home/contact).
-k will convert all URLs to local URLs

Keywords: