| 1 |
$Id$
|
| 2 |
Drupal Serapi README
|
| 3 |
---------------------------------
|
| 4 |
Author: Ramiro Gómez (http://www.ramiro.org)
|
| 5 |
|
| 6 |
This program is free software; you can redistribute it and/or modify
|
| 7 |
it under the terms of the GNU General Public License as published by
|
| 8 |
the Free Software Foundation; either version 2 of the License, or
|
| 9 |
(at your option) any later version.
|
| 10 |
This program is distributed in the hope that it will be useful,
|
| 11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 13 |
GNU General Public License for more details.
|
| 14 |
You should have received a copy of the GNU General Public License
|
| 15 |
along with this program; if not, write to the Free Software
|
| 16 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
| 17 |
(see LICENSE.txt)
|
| 18 |
Requirements
|
| 19 |
------------
|
| 20 |
This module requires Drupal 6.X.
|
| 21 |
|
| 22 |
Overview:
|
| 23 |
--------
|
| 24 |
Retrieve information on search queries for users that reached your site via a
|
| 25 |
search engine.
|
| 26 |
|
| 27 |
Installation:
|
| 28 |
------------------------------
|
| 29 |
Extract the download package in your contributed modules directory and
|
| 30 |
then enable the module in 'admin/build/modules/'.
|
| 31 |
|
| 32 |
Usage:
|
| 33 |
------------------------------
|
| 34 |
Serapi provides the function serapi_get_search() to get informatio, whether
|
| 35 |
the current request comes from one of the supported search engines and which
|
| 36 |
search query the user entered to reach your site.
|