From: Benni Mack Date: Sun, 21 Oct 2007 16:02:30 +0000 (+0000) Subject: (minor) indexed_search - Added more info where the manual can be found X-Git-Tag: TYPO3_4-2-0alpha2~102 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/b48dd3e846d829e6609ed717cfdfac31439961a4 (minor) indexed_search - Added more info where the manual can be found git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2604 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/ChangeLog b/ChangeLog index 6a6bf660d2d..994295af092 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2007-10-21 Thomas Hempel +2007-10-21 Benjamin Mack + + * (minor) indexed_search - Added more info where the manual can be found + +2007-10-21 Thomas Hempel * Fixed bug: #6531: Function getUpdateJS doesn't work properly (Thanks to Philip Almeida) * Fixed bug: #434: function getUpdateJS produce JS error messages diff --git a/typo3/sysext/indexed_search/doc/README.txt b/typo3/sysext/indexed_search/doc/README.txt new file mode 100644 index 00000000000..b9c20aba3a5 --- /dev/null +++ b/typo3/sysext/indexed_search/doc/README.txt @@ -0,0 +1,2 @@ +A full documentation manual for the indexed search extension can be found in the extension "doc_indexed_search" in the TER. +See http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/2.10.0/view/ diff --git a/typo3/sysext/indexed_search/ext_emconf.php b/typo3/sysext/indexed_search/ext_emconf.php index f97d34f4983..ee37907705a 100755 --- a/typo3/sysext/indexed_search/ext_emconf.php +++ b/typo3/sysext/indexed_search/ext_emconf.php @@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array( 'title' => 'Indexed Search Engine', - 'description' => 'Indexed Search Engine for TYPO3 pages, PDF-files, Word-files, HTML and text files. Provides a backend module for statistics of the indexer and a frontend plugin. Documentation can be found in doc_indexed_search.', + 'description' => 'Indexed Search Engine for TYPO3 pages, PDF-files, Word-files, HTML and text files. Provides a backend module for statistics of the indexer and a frontend plugin. Documentation can be found in the extension "doc_indexed_search".', 'category' => 'plugin', 'shy' => 0, 'dependencies' => 'cms', @@ -43,6 +43,7 @@ $EM_CONF[$_EXTKEY] = array( 'conflicts' => array( ), 'suggests' => array( + 'doc_indexed_search' => '' ), ), 'suggests' => array(