| 1 |
Zeitgeist Glossary module for Drupal 4.7.x
|
| 2 |
|
| 3 |
$Id: INSTALL.txt,v 1.3 2006/03/21 23:23:17 fgm Exp $
|
| 4 |
|
| 5 |
Copyright (C) 200-2006 Frederic G. MARAND (fgm@osinet.fr)
|
| 6 |
Code Licensed under the CeCILL version 2
|
| 7 |
Documentation licensed under the Creative Commons BY-SA-2.0 for France
|
| 8 |
|
| 9 |
Installation notes
|
| 10 |
------------------
|
| 11 |
|
| 12 |
1. execute zeitgeist.mysql on your server to add the zeitgeist schema extension
|
| 13 |
-> If you are using MySQL 4.0.x, use zeitgeist.mysql40 instead
|
| 14 |
2. copy the zeitgeist directory to <drupal>/modules/zeitgeist
|
| 15 |
3. activate the module in administer/modules
|
| 16 |
|
| 17 |
The module is ready. You now have a ZG/Latest block available, which you can
|
| 18 |
configure.
|
| 19 |
|
| 20 |
If you are upgrading from a previous version, it is usually wise
|
| 21 |
to empty the zeitgeist table, or at least, hand-check it as some
|
| 22 |
erroneous entries may have been introduced by a previous version.
|
| 23 |
|
| 24 |
Read The Fine Documentation
|
| 25 |
---------------------------
|
| 26 |
|
| 27 |
On Drupal.org:
|
| 28 |
http://drupal.org/node/50188
|
| 29 |
Or on the Zeitgeist section on the Audean Wiki:
|
| 30 |
http://wiki.audean.com/doku.php?id=start
|
| 31 |
|
| 32 |
Feel free to request features or report bugs on Drupal.org.
|
| 33 |
http://drupal.org/node/add/project_issue/zeitgeist/bug
|
| 34 |
http://drupal.org/node/add/project_issue/zeitgeist/feature
|