3 |
3 |
4 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric5 Web Browser. |
8 Eric6 Web Browser. |
9 |
9 |
10 This is the main Python script that performs the necessary initialization |
10 This is the main Python script that performs the necessary initialization |
11 of the web browser and starts the Qt event loop. This is a standalone version |
11 of the web browser and starts the Qt event loop. This is a standalone version |
12 of the integrated helpviewer. |
12 of the integrated helpviewer. |
13 """ |
13 """ |
79 ("--config=configDir", |
79 ("--config=configDir", |
80 "use the given directory as the one containing the config files"), |
80 "use the given directory as the one containing the config files"), |
81 ("--search=word", "search for the given word") |
81 ("--search=word", "search for the given word") |
82 ] |
82 ] |
83 appinfo = AppInfo.makeAppInfo(sys.argv, |
83 appinfo = AppInfo.makeAppInfo(sys.argv, |
84 "eric5 Web Browser", |
84 "eric6 Web Browser", |
85 "file", |
85 "file", |
86 "web browser", |
86 "web browser", |
87 options) |
87 options) |
88 |
88 |
89 if not Globals.checkBlacklistedVersions(): |
89 if not Globals.checkBlacklistedVersions(): |