~phablet-team/webbrowser-app/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Olivier Tilloy
  • Date: 2014-06-30 10:50:35 UTC
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: olivier.tilloy@canonical.com-20140630105035-l6y9j3rp6gqckxoq
Add some brief documentation for custom settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
This will generate a coverage report in XML format (coverage.xml) and an
68
68
interactive human-readable report in HTML format (coveragereport/index.html).
69
69
 
 
70
 
 
71
= Settings =
 
72
 
 
73
webbrowser-app supports a limited set of custom settings, currently not exposed
 
74
in the UI. The settings are persisted on disk in the following INI-like file:
 
75
 
 
76
    $HOME/.config/webbrowser-app/settings.conf
 
77
 
 
78
The following keys are supported:
 
79
 
 
80
 - 'homepage': a URL that the browser will open when launched if no URL is
 
81
   specified on the command line
 
82
 
 
83
 - 'searchengine': a custom search engine specification, looked up in
 
84
   $HOME/.local/share/webbrowser-app/searchengines/{value}.xml and following
 
85
   the OpenSearch document description format
 
86
   (http://www.opensearch.org/Specifications/OpenSearch/1.1)
 
87
 
 
88
If any of those keys are not specified, the default hardcoded value is used.