Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcomradekingu <epost@anotheragency.no>2017-05-25 02:19:43 +0300
committerGitHub <noreply@github.com>2017-05-25 02:19:43 +0300
commit648148580bf0d29e0321fd7905fd2785b0064b11 (patch)
treec75396527a876386a4a4f61c8ce04dfbcb4e0ec1
parent942c053c645dd021babf1a80e1f1b00c43ced424 (diff)
Spelling: Big versal filenames
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 50403bb..fde20b0 100644
--- a/README.md
+++ b/README.md
@@ -17,28 +17,28 @@
- your bookmarks.
-### Recognized file format:
+### Recognized file formats:
- plain text,
-- rtf,
-- pdf,
-- jpeg & tiff (will requiert Tesseract)
-- html,
-- openoffice,
-- microsoft office,
+- RTF,
+- PDF,
+- JPEG & TIFF (requires Tesseract)
+- HTML,
+- LibreOffice & OpenOffice,
+- Microsoft Office,
## Installation
- [You first need to install a Solr servlet](https://github.com/nextcloud/nextant/wiki)
-- Download the .tar.gz from the [appstore](https://apps.nextcloud.com/apps/nextant), unzip and place this app in **nextcloud/apps/** (or clone the github and build the app yourself)
+- Download the .tar.gz from the [appstore](https://apps.nextcloud.com/apps/nextant), unzip and place this app in **nextcloud/apps/** (or clone from GitHub and build the app yourself)
- Enable the app in the app list,
-- Edit the settings in the administration page.
+- Edit the settings on the administration page.
- Enable Nextant using the **./occ app:enable nextant** command
- Test your Solr installation and save the configuration to Nextant using the **./occ nextant:test http://127.0.0.1:8983/solr/ nextant --save** command
- Extract the current files from your cloud using the **./occ nextant:index** command
- Have a look to this [explanation on how Nextant works](https://github.com/nextcloud/nextant/wiki/Extracting,-Live-Update)
-- _(Optional)_ [Installing Tesseract](https://github.com/tesseract-ocr/tesseract/wiki) ([Optical Character Recognition](https://en.wikipedia.org/wiki/Optical_character_recognition) (OCR) Engine) will allow Nextant to extract text from image file and pdfs without a text layer.
+- _(Optional)_ [Installing Tesseract](https://github.com/tesseract-ocr/tesseract/wiki) ([Optical Character Recognition](https://en.wikipedia.org/wiki/Optical_character_recognition) (OCR) Engine) will allow Nextant to extract text from image file and PDFs without a text layer.
## Scripted installation (Ubuntu)
The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/apps/nextant.sh) that you can use.
@@ -57,9 +57,9 @@ The app can be built by using the provided Makefile by running:
This requires the following things to be present:
* make
* which
-* tar: for building the archive
-* curl: used if phpunit and composer are not installed to fetch them from the web
-* npm: for building and testing everything JS, only required if a package.json is placed inside the **js/** folder
+* tar: For building the archive
+* curl: Used if phpunit and composer are not installed to fetch them from the web
+* npm: For building and testing everything JS, only required if a package.json is placed inside the **js/** folder
The make command will install or update Composer dependencies if a composer.json is present and also **npm run build** if a package.json is present in the **js/** folder. The npm **build** script should use local paths for build systems and package managers, so people that simply want to build the app won't need to install npm libraries globally, e.g.: