/[drupal]/contributions/modules/dictionary/README.txt
ViewVC logotype

Contents of /contributions/modules/dictionary/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Jun 24 15:10:29 2009 UTC (5 months ago) by saraadams
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, HEAD
Changes since 1.1: +8 -3 lines
File MIME type: text/plain
updated README.txt
1 $Id
2
3 Dictionary
4 ------------------------
5
6 To install, place the entire dictionary folder into your modules directory.
7 Go to Administer -> Site building -> Modules and enable the Dictionary module.
8
9 First go to Administer -> User management -> Permissions and set administer and
10 access permissions as required.
11
12 Now go to Administer -> Content management -> Dictionary. Create at least one
13 language and at least one item. Then test by adding a translation for the items
14 into the languages.
15
16 Next go to Create content -> Dictionary term. Create a node for one of your
17 dictionary items.
18
19 Finally go to Administer -> Menu -> Navigation and enable the Dictionary menu item.
20 Now visit the dictionary page.
21
22 You will see a search box, in which you can search for terms. Note that you can only
23 find translations of terms that have an associated 'Dictionary term' page.
24 Next comes a form where you can specify two languages. After submitting all terms in
25 one language will be translated to the other. For all items where a Dictionary term
26 page was created, the term in the source language (on the left) links to that page.
27
28 If you want all translations for an item to be listed on 'Dictionary term' pages, then
29 copy the node-dictionary_term.tpl.php file to your theme directory. You can then also
30 customize how these pages are displayed. The dictionary page itself can be customised by
31 copying the dictionary.tpl.php to your theme directory and modifying it.
32
33
34 Maintainers
35 -----------
36 The Dictionary was developed by:
37 Sara Adams (http://www.sara-adams.de)
38
39 The Dictionary is currently being maintained by:
40 Sara Adams

  ViewVC Help
Powered by ViewVC 1.1.2