sample.ini
author ali <ali@juiblex.co.uk>
Thu Oct 17 08:05:05 2013 +0100 (2013-10-17)
changeset 178 db7b24d83bed
child 138 5e27fa988c5c
permissions -rw-r--r--
Merge bug #14: Add a configuration file
ali@136
     1
# Default configuration for bookloupe
ali@136
     2
ali@136
     3
[options]
ali@136
     4
# Ignore DP-specific markup
ali@136
     5
dp=false
ali@136
     6
# Echo queried line
ali@136
     7
echo=true
ali@136
     8
# Check single quotes
ali@136
     9
squote=false
ali@136
    10
# Check common typos
ali@136
    11
typo=true
ali@136
    12
# Require closure of quotes on every paragraph
ali@136
    13
qpara=false
ali@136
    14
# Enable paranoid querying of everything
ali@136
    15
paranoid=true
ali@136
    16
# Enable line end checking
ali@136
    17
line-end=true
ali@136
    18
# Overview: just show counts
ali@136
    19
overview=false
ali@136
    20
# Output errors to stdout instead of stderr
ali@136
    21
stdout=false
ali@136
    22
# Echo header fields
ali@136
    23
header=false
ali@136
    24
# Ignore markup in < >
ali@136
    25
markup=false
ali@136
    26
# Use file of user-defined typos
ali@136
    27
usertypo=false
ali@136
    28
# Defaults for use on www upload
ali@136
    29
web=false
ali@136
    30
# Verbose - list everything
ali@136
    31
verbose=false