Changes between Version 8 and Version 9 of QtWebKitPerformanceUtilities


Ignore:
Timestamp:
Oct 7, 2009 9:55:04 PM (15 years ago)
Author:
zecke@selfish.org
Comment:

Update pahs.

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceUtilities

    v8 v9  
    88==== The mirroring application ====
    99
    10 The mirroring application can be found in the '''mirror/''' directory and allows to mirror web content to a local SQLite3 database. It is possible to use the cookiejar of Arora to reuse the login cookies and mirror logged in pages of services like ''facebook.com'', ''gmail.com''. The SQLite3 database can be served by the ''http_server''.
     10The mirroring application can be found in the '''host-tools/mirror/''' directory and allows to mirror web content to a local SQLite3 database. It is possible to use the cookiejar of Arora to reuse the login cookies and mirror logged in pages of services like ''facebook.com'', ''gmail.com''. The SQLite3 database can be served by the ''http_server''.
    1111
    1212The ''do_mirror.sh'' script is included in the distribution to create clones of some famour websites. The list was collected by personal preference and the alexa.com list of popular websites. When invoking ''do_mirror.sh'' all arguments are passed on to the ''mirror'' application. This allows to use the Arora cookie jar for mirroring the whole set of pages.
     
    1818Running the tools:
    1919{{{
    20 $ cd mirror/
     20$ cd host-tools/mirror/
    2121# Help of mirror
    2222$ ./mirror options [url]
     
    5656
    5757{{{
    58 $ cd http_server
     58$ cd host-tools/http_server
    5959
    6060# Starting the server. It attempts to bind to port 80.
     
    7272
    7373{{{
    74 $ cd launcher
     74$ cd tests/launcher
    7575$ ./launcher http://www.webkit.org
    7676}}}
     
    8080
    8181{{{
    82 $ cd robustness
     82$ cd tests/robustness
    8383# Load various websites
    8484$ ./robustness
     
    9494
    9595{{{
    96 $ cd loading
     96$ cd tests/loading
    9797$ ./tst_loading
    9898./tst_loading
     
    116116
    117117{{{
    118 $ cd painting
     118$ cd tests/painting
    119119$ ./tst_painting
    120120...
     
    125125
    126126{{{
    127 $ cd scrolling
     127$ cd tests/scrolling
    128128$ ./tst_scrolling
    129129}}}