| 1 |
$Id: README.txt,v 1.1 2007/09/17 01:38:43 davidlesieur Exp $
|
| 2 |
|
| 3 |
README file for the Biblio Normalize Drupal module.
|
| 4 |
|
| 5 |
|
| 6 |
Description
|
| 7 |
***********
|
| 8 |
|
| 9 |
Biblio Normalize provides "normalized" data for Biblio's multiple-values fields
|
| 10 |
(such as Authors and Keywords fields), making it easier for other modules to
|
| 11 |
perform queries on those values.
|
| 12 |
|
| 13 |
This module creates a new database table where each value has its own
|
| 14 |
row. Values are synchronized each time Biblio updates a node.
|
| 15 |
|
| 16 |
This module doesn't provide anything directly useful to end-users. It is only
|
| 17 |
meant as a service to other modules. For example, Biblio Facets
|
| 18 |
(http://drupal.org/project/biblio_facets) uses Biblio Normalize.
|
| 19 |
|
| 20 |
|
| 21 |
Requirements
|
| 22 |
************
|
| 23 |
|
| 24 |
- Drupal 5.x (http://drupal.org/project/drupal).
|
| 25 |
|
| 26 |
- Biblio (http://drupal.org/project/biblio).
|
| 27 |
|
| 28 |
|
| 29 |
Installation
|
| 30 |
************
|
| 31 |
|
| 32 |
1. Extract the 'biblio_normalize' module directory into your Drupal modules
|
| 33 |
directory.
|
| 34 |
|
| 35 |
2. Go to the Administer > Site building > Modules page, and enable Biblio
|
| 36 |
Normalize.
|
| 37 |
|
| 38 |
3. Go to the Administer > Site configuration > Biblio settings page, and click
|
| 39 |
the Field normalization tab. Check each multiple-values field you wish to
|
| 40 |
normalize, and enter the delimiter that separates the values. Click the Save
|
| 41 |
configuration button to apply the settings.
|
| 42 |
|
| 43 |
The default delimiter for all fields is the comma (,) but for an Authors
|
| 44 |
field, the semi-colon (;) is usually used.
|
| 45 |
|
| 46 |
|
| 47 |
Support
|
| 48 |
*******
|
| 49 |
|
| 50 |
For support requests, bug reports, and feature requests, please use the
|
| 51 |
project's issue queue on http://drupal.org/project/issues/biblio_normalize.
|
| 52 |
|
| 53 |
|
| 54 |
Credits
|
| 55 |
*******
|
| 56 |
|
| 57 |
* Sponsored by Laboratoire NT2 (http://www.labo-nt2.uqam.ca).
|