File: config.html

package info (click to toggle)
netrik 1.16.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,288 kB
  • sloc: ansic: 6,657; sh: 994; makefile: 120
file content (36 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (5)
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 />>====================&lt;</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>