Skip to content

Commit 3b992d6

Browse files
committed
Unident lists.
Indented lists are wrapped in blockquote and indented too far when displayed. Get rid of the extra unneeded indentation.
1 parent 93b8587 commit 3b992d6

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

doc/admin_guide.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ break functionality.
338338

339339
There are two ways to add a CSP:
340340

341-
1. a fixed CSP added by a server
342-
2. a dynamic CSP added by Roundup
341+
1. a fixed CSP added by a server
342+
2. a dynamic CSP added by Roundup
343343

344344
Fixed CSP
345345
---------
@@ -511,13 +511,13 @@ language described at:
511511
https://www.sqlite.org/fts5.html#full_text_query_syntax. This
512512
supports:
513513

514-
* plain word search (joined with and similar to other search methods)
515-
* phrase search with terms enclosed in quotes (``"``)
516-
* proximity search with varying distances using ``NEAR()``
517-
* boolean operations by grouping with parentheses and using ``AND``
518-
and ``OR``
519-
* exclusion using ``NOT``
520-
* prefix searching by prefixing the term with``^``
514+
* plain word search (joined with and similar to other search methods)
515+
* phrase search with terms enclosed in quotes (``"``)
516+
* proximity search with varying distances using ``NEAR()``
517+
* boolean operations by grouping with parentheses and using ``AND``
518+
and ``OR``
519+
* exclusion using ``NOT``
520+
* prefix searching by prefixing the term with``^``
521521

522522
All of the data that is indexed is in a single column, so when column
523523
specifiers are used they usually result in an error which is detected
@@ -624,13 +624,13 @@ querying.
624624

625625
Also there are various `dictionaries`_ that allow you to:
626626

627-
* add stopwords
628-
* override stemming for a term
629-
* add synonyms (e.g. a search for "pg" can also match 'psql'
630-
"postgresql")
631-
* add terms that expand/contract the search space (Thesaurus
632-
dictionary)
633-
* additional transforms
627+
* add stopwords
628+
* override stemming for a term
629+
* add synonyms (e.g. a search for "pg" can also match 'psql'
630+
"postgresql")
631+
* add terms that expand/contract the search space (Thesaurus
632+
dictionary)
633+
* additional transforms
634634

635635
.. _dictionaries: https://www.postgresql.org/docs/14/textsearch-dictionaries.html
636636

@@ -1094,10 +1094,10 @@ Usage::
10941094

10951095
The roundup mail gateway may be called in one of three ways:
10961096

1097-
- without arguments. Then the env var ROUNDUP_INSTANCE will be tried.
1098-
- with an instance home as the only argument,
1099-
- with both an instance home and a mail spool file, or
1100-
- with an instance home, a mail source type and its specification.
1097+
- without arguments. Then the env var ROUNDUP_INSTANCE will be tried.
1098+
- with an instance home as the only argument,
1099+
- with both an instance home and a mail spool file, or
1100+
- with an instance home, a mail source type and its specification.
11011101

11021102
It also supports optional ``-S`` (or ``--set-value``) arguments that allows you
11031103
to set fields for a class created by the roundup-mailgw. The format for
@@ -1219,10 +1219,10 @@ tracker.
12191219

12201220
Examples above show how to use it to:
12211221

1222-
* install and initialize a new tracker
1223-
* export/import tracker data for migrating between backends
1224-
* creating a new user fom the command line
1225-
* list/find users in the tracker
1222+
* install and initialize a new tracker
1223+
* export/import tracker data for migrating between backends
1224+
* creating a new user fom the command line
1225+
* list/find users in the tracker
12261226

12271227
The basic usage is::
12281228

0 commit comments

Comments
 (0)