1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<html>
<head>
<title>configuration file</title>
</head>
<body>
<h1 align="center">configuration file<br />>====================<</h1>
<p>
[This file explains how netrik can be customized. See index.txt or
<a href="index.html">index.html</a> for an overview of available
netrik documentation.]
</p>
<p>
You can set various options influencing netrik's behaviour as default in the
configuration file. Just create/edit ~/.netrikrc for that.
</p>
<p>
The format of the file is very simple: You can store exactly the same options
there which are also allowed as command line arguments. (These are listed in
<a href="options.html">options.*</a>) Each one has to appear on a single
line. (No blank lines are allowed, and the last one has to be ended with a
newline.)
</p>
<p>
You can also set a file name or an URL, simply inserting it on a line without
any options. This URL will serve as a home page: When netrik is called without
other non-option arguments, this page is loaded; otherwise the one given on the
command line.
</p>
</body>
</html>
|