Parent Directory
|
Revision Log
|
Revision Graph
- Updated README.txt and INSTALL.txt to reflect commit of book.module
| 1 | Export_OPML installation |
| 2 | ======================== |
| 3 | |
| 4 | Unpack the export_opml directory in the modules directory of your |
| 5 | Drupal installation: |
| 6 | |
| 7 | % cd /path/to/drupal/modules |
| 8 | % tar -zxf /path/to/export_opml.tar.gz |
| 9 | |
| 10 | Enable the export_opml module by checking the 'export_opml' item on |
| 11 | the module administration page at admin/modules. |
| 12 | |
| 13 | Users must have 'export_books' permissions enabled in |
| 14 | |
| 15 | administer > access control |
| 16 | |
| 17 | in order to export books as OPML. Note that *both* 'access content' |
| 18 | and 'export books as opml' permissions are required. |
| 19 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |