diff --git a/src/doc/user/sphinx/index.rst b/docs/index.rst similarity index 99% rename from src/doc/user/sphinx/index.rst rename to docs/index.rst index 0c520ad4..0218288e 100644 --- a/src/doc/user/sphinx/index.rst +++ b/docs/index.rst @@ -31,23 +31,20 @@ Giving it a try If you do not like reading manuals (who does?) but wish to give RCL a try, just `install <#RCL.INSTALL.BINARY>`__ the application and start the ``recoll`` graphical user interface (GUI), which will ask permission -to index your home directory by default, allowing you to search -immediately after indexing completes. +to index your home directory, allowing you to search immediately after +indexing completes. Do not do this if your home directory contains a huge number of documents and you do not want to wait or are very short on disk space. In this case, you may first want to customize the `configuration <#RCL.INDEXING.CONFIG>`__ to restrict the indexed area -(for the very impatient with a completed package install, from the -``recoll`` GUI: Preferences > Indexing configuration, then adjust the -Top directories section). +(shortcut: from the ``recoll`` GUI go to: Preferences > Indexing +configuration, then adjust the Top directories section). On Unix/Linux, you may need to install the appropriate `supporting applications <#RCL.INSTALL.EXTERNAL>`__ for document types that need -them (for example antiword for Microsoft Word files). - -The RCL for WIN package is self-contained and includes most useful -auxiliary programs. You will just need to install Python 2.7. +them (for example antiword for Microsoft Word files). The RCL for WIN +package is self-contained and includes most useful auxiliary programs. Full text search ---------------- diff --git a/src/doc/user/Makefile b/src/doc/user/Makefile index 33eae7ef..851ff69d 100644 --- a/src/doc/user/Makefile +++ b/src/doc/user/Makefile @@ -59,11 +59,13 @@ usermanual-rst: recoll-conf-xml sed -e '/xi:include/r rcl-conf-tail.xml' \ < usermanual.xml > full-man.xml sed -i -e '/xi:include/d' -e '//d' full-man.xml - test -d sphinx || mkdir sphinx - pandoc -s --toc -f docbook -t rst full-man.xml > sphinx/index.rst + pandoc -s --toc -f docbook -t rst full-man.xml > \ + ../../../docs/index.rst + rm -f rcl-conf-tail.xml full-man.xml -@echo fix termmatch and execute #(cd sphinx;make html) clean: - rm -f RCL.*.html usermanual.pdf usermanual.html index.html tmpfile.html + rm -f RCL.*.html usermanual.pdf usermanual.html index.html \ + tmpfile.html rcl-conf-tail.xml full-man.xml diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index 557f5dd1..779023e7 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -92,11 +92,11 @@ alink="#0000FF"> "#RCL.INDEXING.INTRODUCTION.CONFIG">Configurations, multiple indexes
Do not do this if your home directory contains a huge number of documents and you do not want to wait or are very short on disk space. In this case, you may first want to customize the configuration to - restrict the indexed area (for the very impatient with a - completed package install, from the recoll GUI: Preferences → recoll GUI go to: + → , then adjust the Top directories section).
@@ -501,12 +500,10 @@ alink="#0000FF"> "6.2. Supporting packages">supporting applications for document types that need them (for example antiword for Microsoft Word files). -The Recoll for - Windows package is - self-contained and includes most useful auxiliary programs. - You will just need to install Python 2.7.
+ "application">Microsoft Word files). The + Recoll for Windows package is self-contained and + includes most useful auxiliary programs.