WebGUI
      Click here to register.
      
irc://irc.freenode.net#webgui

iPhoneGuy: WebGUI is a pile of crap.
rizen: If WebGUI is such a pile of crap, why do you use it?
iPhoneGuy: Because it's the best pile of crap out there.

If this is what people who hate us are saying, imagine what people who love us will say. Come join us on IRC.

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: