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