From fc350222f846cd6c30f46828b8aeb1041ed4bf57 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 3 Aug 2017 17:00:46 +0200 Subject: [PATCH] fixed typo in readme --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1dc1d74..a18d13a 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,11 @@ Helper scripts for our [MoinMoin](https://moinmo.in/) deployment. ### install-xapian.sh -The full text search indexing is provided by Xapian(https://xapian.org/). Since -our MoinMoin installation is done in a [virtual environment](https://docs.python.org/3/glossary.html#term-virtual-environment) -we can't use the system provided installer package. +The full text search indexing is provided by [Xapian](https://xapian.org/). Since our MoinMoin installation is done in a [virtual environment](https://docs.python.org/3/glossary.html#term-virtual-environment) we can't use the system provided installer package. -For an easy build and update process, the script `install-xapian.sh` can be -used, but the virtual environment must be [activated first](https://wiki.cpi.imtek.uni-freiburg.de/CPIvServerDocumentation/MoinMoinWikis#Full_Text_Indexing_with_Xapian). +For an easy build and update process, the script `install-xapian.sh` can be used, but the virtual environment must be [activated first](https://wiki.cpi.imtek.uni-freiburg.de/CPIvServerDocumentation/MoinMoinWikis#Full_Text_Indexing_with_Xapian). ### rebuild-search-index.py -This scirpt rebuilds the full text search index. This might be needed if a -search setting in one of the configuration files was changed. Since MoinMoin -rebuilds the search index by each wiki, this scripts helps to automate the -process for all wikis in one go. +This scirpt rebuilds the full text search index. This might be needed if a search setting in one of the configuration files was changed. Since MoinMoin rebuilds the search index by each wiki, this scripts helps to automate the process for all wikis in one go.