| 1 |
G2 Glossary module for Drupal 4.7.x
|
| 2 |
|
| 3 |
$Id: INSTALL.txt,v 1.4.2.1 2006/07/29 19:44:47 fgm Exp $
|
| 4 |
|
| 5 |
Copyright (C) 2005-2006 Frederic G. MARAND (fgm@osinet.fr)
|
| 6 |
Code Licensed under the CeCILL version 2
|
| 7 |
http://www.cecill.info/index.en.html
|
| 8 |
Documentation licensed under the Creative Commons BY-SA-2.0 for France
|
| 9 |
|
| 10 |
Installation notes
|
| 11 |
------------------
|
| 12 |
|
| 13 |
1. make sure you have the prerequisites listes in README.txt
|
| 14 |
2. copy the g2 directory to <drupal>/modules/g2
|
| 15 |
3. activate the module in administer/modules
|
| 16 |
|
| 17 |
Module installation should occur automatically thanks to the g2.install file.
|
| 18 |
|
| 19 |
The module is ready.
|
| 20 |
|
| 21 |
The g2.mysql file is normally not needed if you use a version of drupal
|
| 22 |
more recent than 2005-12-08 (first appearance of the .install mechanism).
|
| 23 |
|
| 24 |
You are advised to define one or more vocabularies and their terms
|
| 25 |
in taxonomy.module to classify your entries.
|
| 26 |
|
| 27 |
Associate the new vocabularies to the g2_entry node type.
|
| 28 |
|
| 29 |
. To create entries, choose create content / G2 entry
|
| 30 |
. To create G2 links from your nodes to G2 definitions:
|
| 31 |
. activate the G2 glossary filter in administer / input formats / configure
|
| 32 |
. wrap the terms from which you want to link in <dfn> elements
|
| 33 |
|
| 34 |
Read The Fine Documentation
|
| 35 |
---------------------------
|
| 36 |
|
| 37 |
On Drupal.org:
|
| 38 |
http://drupal.org/node/41641
|
| 39 |
Or on the G2 Wiki:
|
| 40 |
http://wiki.audean.com/doku.php?id=g2:start
|
| 41 |
|
| 42 |
Now that I (fgm on drupal.org / osinet on IRC) have CVS access on Drupal.org,
|
| 43 |
the latest G2 versions are no longer made available on the wiki, only on
|
| 44 |
Drupal.org
|
| 45 |
|
| 46 |
Feel free to request features or report bugs on Drupal.org: this is still
|
| 47 |
a beta version.
|