| 1 |
export_opml module
|
| 2 |
==================
|
| 3 |
|
| 4 |
Description:
|
| 5 |
------------
|
| 6 |
|
| 7 |
This module allows the export of outlines of Drupal books, in OPML
|
| 8 |
format. This format allows outlines to be edited in an external OPML
|
| 9 |
aware Outline editor.
|
| 10 |
|
| 11 |
|
| 12 |
Version:
|
| 13 |
________
|
| 14 |
|
| 15 |
This version of export_opml depends on book.module v1.334 or later.
|
| 16 |
(CVS HEAD Nov 30, 2005)
|
| 17 |
|
| 18 |
|
| 19 |
Bugs:
|
| 20 |
_____
|
| 21 |
|
| 22 |
The way in which the generated XML is supplied to the user is
|
| 23 |
unfriendly. Perhaps a better approach would be to take the user to a
|
| 24 |
page with a generated link to download the requested XML.
|
| 25 |
|
| 26 |
This exports a pretty bare-bones OPML; I'm sure this could be improved
|
| 27 |
considerably with little effort. Suggestions, offers of help, or
|
| 28 |
offers of funding gladly accepted.
|
| 29 |
|
| 30 |
There may be other bugs; please report issues via Drupal's issue
|
| 31 |
tracker: http://drupal.org/project/issues
|
| 32 |
|
| 33 |
|
| 34 |
History
|
| 35 |
-------
|
| 36 |
|
| 37 |
This module packages functionality which was originally part of Drupal
|
| 38 |
book.module (a core module).
|
| 39 |
|
| 40 |
2005-11-27: First (alpha) release.
|
| 41 |
|
| 42 |
|
| 43 |
Author
|
| 44 |
-------
|
| 45 |
|
| 46 |
Djun Kim (puregin [at] puregin [dot] org)
|