You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This script automates the process to export the content in the InDesign file as
27
27
This module allows an Epub file to be uploaded to a Drupal site and have content nodes generated with the text and images content contained within.
28
28
29
29
### Bookshow Module
30
-
The bookshow module extends the epub_import module to take advantage of the display and navigation features made available by the Book module available in Drupal core. Now when Epub content is imported into a Book in Drupal, the Book's navigation is also built out on the fly following the header hierarchy.
30
+
The bookshow module provides sample display options that integrate with other Drupal contributed modules like Panels and Page Manager.
31
31
32
32
### InDesign Tagging
33
33
InDesign allows an editor to include a class to specific tags in the document styles. This is done from the Export Tagging screen on the Character Style and Paragraph Style options menu. Using this, it is possible to send custom metadata about the InDesign document to Drupal.
@@ -66,7 +66,7 @@ If you have the dashboard module installed, you may also place a block labeled "
66
66
The import form has the following options:
67
67
68
68
* Upload file(s): A file upload field that accepts a .epub file.
69
-
* Book: If you have enabled the bookshow module, this option lets you select a Book previously created in Drupal to import the content into.
69
+
* Book: If you have enabled the Book content type, this option lets you select a Book previously created in Drupal to import the content into.
70
70
* Header level: Select the header tag used in your Epub file that will interpreted as node titles in Drupal.
71
71
* Publishing options: This selector lets you decide what to do if duplicate content is discovered (either create new content or replace existing). If you have enabled the bookshow module and selected to replace existing content, you are asked to specify which top level book section you wish to replace.
72
72
@@ -82,18 +82,18 @@ The following classes are currently supported:
82
82
83
83
* ol (used for ordered lists)
84
84
* ul (used for unordered lists)
85
-
*taxonomy_* (used for Drupal taxonomy terms; the * is a placeholder for the vocabulary's field name)
85
+
*field_* (used for Drupal taxonomy terms; the * is a placeholder for the vocabulary's name)
86
86
87
87
### Epub Import Module
88
88
Once enabled, the module offers the following ways to further customize the feature:
89
89
90
90
* Import Epub as: Select the content type that should be used when an Epub file is imported.
91
91
* Text format: Select the default Drupal text format for imported text content.
92
+
* Class name prefix: Customize the prefix used for allowed classes in the InDesign Export Settings for Character and Paragraph Styles.
92
93
* Image style: Select the Drupal image style that will be used for imported image content.
93
94
* Images folder: Select the file directory that will be used for imported image content.
94
95
* Header level for each content: Select the InDesign header style that will be used as the break point for each node of content when the Epub file is imported.
95
96
* Taxonomy vocabulary: Select the Drupal taxonomy vocabulary that will be used for imported nodes.
96
-
* Class name prefix: Customize the prefix used for taxonomy terms in the Epub file.
97
97
98
98
## Demo
99
99
Coming soon!
@@ -105,4 +105,4 @@ Coming soon!
105
105
## License
106
106
Released under the GNU General Public License, version 2 (or higher).
0 commit comments