/[drupal]/contributions/modules/booktree/readme.txt
ViewVC logotype

Contents of /contributions/modules/booktree/readme.txt

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


Revision 1.4 - (show annotations) (download)
Sun Oct 12 21:53:17 2008 UTC (13 months, 2 weeks ago) by uccio
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-7--1
Changes since 1.3: +1 -1 lines
File MIME type: text/plain
Updated to Drupal 6.x
1 Booktree Module:
2
3
4 Description
5 -----------
6
7 BookTree is simple and flexible module.
8 The module allow site administrator to draw a simple
9 tree presentation of one or more book.
10
11
12 Requirements
13 ------------
14
15 This module requires Drupal 6.x or a later version.
16
17
18 Installation
19 ------------
20
21 1) Copy/upload the folders to the modules/ directory of your
22 Drupal installation.
23 2) Enable the modules in Drupal (administer -> modules).
24 3) Configure the root of main tree in /admin/settings/booktree
25
26
27 Advanced use
28 ------------
29
30 If you want draw many book or different part of the same book you can use
31 this path sintax:
32
33 /booktree/ID of root node/[deep]/[max length]
34
35
36
37
38 Ex:
39 http://mysite.com/?q=booktree/1834/20/50
40 http://mysite.com/?q=booktree/1834/20/
41 http://mysite.com/?q=booktree/1834/
42 or with Clean Urls
43 http://mysite.com/booktree/1834/20/50
44 http://mysite.com/booktree/1834/20/
45 http://mysite.com/booktree/1834/
46
47
48 Author
49 ------------
50 <Uccio> http://www.drupalitalia.org/user/226
51
52
53
54

  ViewVC Help
Powered by ViewVC 1.1.2