tools/page-loader/urllist.txt

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/page-loader/urllist.txt	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,65 @@
     1.4 +# 
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +
     1.9 +# Config file for page loading test
    1.10 +#
    1.11 +# HTTPBASE: is the URL to the root of the content pages
    1.12 +# FILEBASE: is the file path to the same location (I need both)
    1.13 +#
    1.14 +# Remaining lines are the names of top level directories under FILEBASE
    1.15 +# which contain the content files, followed by an optional filename in 
    1.16 +# that directory (index.html is assumed if no filename given), and then 
    1.17 +# followed by an optional 'charset' value to ship in the 'Content-type'
    1.18 +# header. [Note: if you want to set the charset, then you must also 
    1.19 +# explicitly set the filename field].
    1.20 +# 
    1.21 +# Warning: you don't want to casually changing the set of urls that you are 
    1.22 +# testing against, if you want to be able to make any reasonable comparison over
    1.23 +# time. And don't change this file while a test is in progress, as it will 
    1.24 +# competely scramble the results for that test.
    1.25 +
    1.26 +HTTPBASE: http://somehost.somedomain.sometld/content/base/
    1.27 +FILEBASE: /var/www/html/content/base/
    1.28 +
    1.29 +home.netscape.com       index.html                               # optionally specify a filename
    1.30 +my.netscape.com         index.html    text/html    iso-8859-1    # optionally specify a filename, mime type and charset 
    1.31 +www.aol.com             index.html    text/html                  # optionally specify a filename and mime type
    1.32 +www.mapquest.com
    1.33 +www.moviefone.com
    1.34 +www.digitalcity.com
    1.35 +www.iplanet.com
    1.36 +web.icq.com
    1.37 +www.compuserve.com
    1.38 +www.msnbc.com
    1.39 +www.yahoo.com
    1.40 +bugzilla.mozilla.org
    1.41 +www.msn.com
    1.42 +slashdot.org
    1.43 +www.nytimes.com
    1.44 +www.nytimes.com_Table
    1.45 +www.w3.org_DOML2Core
    1.46 +lxr.mozilla.org
    1.47 +espn.go.com
    1.48 +www.voodooextreme.com
    1.49 +www.wired.com
    1.50 +hotwired.lycos.com
    1.51 +www.ebay.com
    1.52 +www.apple.com
    1.53 +www.amazon.com
    1.54 +www.altavista.com
    1.55 +www.zdnet.com_Gamespot.com
    1.56 +www.spinner.com
    1.57 +www.microsoft.com
    1.58 +www.time.com
    1.59 +www.travelocity.com
    1.60 +www.expedia.com
    1.61 +www.quicken.com
    1.62 +www.zdnet.com
    1.63 +www.excite.com
    1.64 +www.google.com
    1.65 +www.tomshardware.com
    1.66 +www.cnn.com
    1.67 +news.cnet.com
    1.68 +www.sun.com

mercurial