Changes between Version 1 and Version 2 of QtWebKitMirrorGuide
- Timestamp:
- Sep 30, 2009, 4:47:49 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitMirrorGuide
v1 v2 28 28 29 29 The '''-v''' option can be used to make the QWebView used to download the pages visible. This can be used to see which sites got downloaded or to manually crawl the web. 30 31 === Step through to mirror gmail.com === 32 1. build the mirror application like shown above 33 2. use arora to login into the gmail.com service. Click "stay signed in" this will store a cookie w are going to use. 34 3. Use `./mirror -v -k -c $HOME/.local/share/data/Arora/cookies.ini http://www.gmail.com` to start mirroring 35 4. Wait for being logged in and the site is loaded completely 36 5. ''crawl_db.db'' now contains a copy of gmail.com. It can be served with the '''http_server'''