| 1 |
============================================================================= |
============================================================================= |
| 2 |
Zeitgeist (ZG) module for Drupal |
Zeitgeist (ZG) module for Drupal |
| 3 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 4 |
@copyright (C) 2006-2007 Frederic G. MARAND |
@copyright (C) 2006-2009 Frederic G. MARAND |
| 5 |
@license Licensed under the CeCILL, version 2 and GPL v2 and later |
@license Licensed under the CeCILL, version 2 and GPL v2 or later |
| 6 |
@version $Id: INSTALL.txt,v 1.4.6.2 2007/08/27 21:20:23 fgm Exp $ |
@version $Id: INSTALL.txt,v 1.4.6.3 2008/08/07 19:55:06 fgm Exp $ |
| 7 |
============================================================================= |
============================================================================= |
| 8 |
|
|
| 9 |
0. Table of contents |
0. Table of contents |
| 36 |
The module is ready. Optional subsequent steps are: |
The module is ready. Optional subsequent steps are: |
| 37 |
|
|
| 38 |
c. Define the Zeitgeist parameters at : |
c. Define the Zeitgeist parameters at : |
| 39 |
http://www.example.com/admin/settings/zeitgeist |
http://www.example.com/admin/search/settings/zeitgeist |
| 40 |
d. Configure the ZG/Latest and TZ/Top blocks at : |
d. Configure the ZG/Latest and TZ/Top blocks at : |
| 41 |
http://www.example.com/admin/build/block/configure/zeitgeist/0 |
http://www.example.com/admin/build/block/configure/zeitgeist/latest |
| 42 |
http://www.example.com/admin/build/block/configure/zeitgeist/1 |
http://www.example.com/admin/build/block/configure/zeitgeist/top |
| 43 |
|
|
| 44 |
|
|
| 45 |
3. Upgrading |
3. Upgrading |
| 47 |
|
|
| 48 |
You can upgrade from already installed older versions of Zeitgeist by using |
You can upgrade from already installed older versions of Zeitgeist by using |
| 49 |
http://www.example.com/update.php : the module now includes a .install file |
http://www.example.com/update.php : the module now includes a .install file |
| 50 |
that will automatically upgrade your table. |
that will automatically upgrade your Zeitgeist table. |
| 51 |
|
|
| 52 |
You can also force its activation using devel.module "reinstall" feature. |
You can also force its activation using devel.module "reinstall" feature. |
| 53 |
|
|
| 71 |
------------------------------ |
------------------------------ |
| 72 |
|
|
| 73 |
Most of the module functionality is only visible at the PHP level, not in the |
Most of the module functionality is only visible at the PHP level, not in the |
| 74 |
Drupal UI. It can be leveraged in your site's customs module(s) or just |
Drupal UI. Speficically, it includes human-level date spans, for which you |
| 75 |
in custom blocks, so you really should look at the module documentation, or |
can find an example in function _zeitgeist_page(). |
| 76 |
you'll be missing most of the features of the module. |
|
| 77 |
|
It can be leveraged in your site's customs module(s) or just in custom blocks, |
| 78 |
|
so you really should look at the module code, or you'll be missing most of the |
| 79 |
|
features of the module. |
| 80 |
|
|
| 81 |
On Drupal.org: |
On Drupal.org: |
| 82 |
http://drupal.org/project/zeitgeist |
http://drupal.org/project/zeitgeist |