Skip to content

Commit 1bfa254

Browse files
committed
Update README to include recent edits to Bookshow module.
1 parent 1c1f0aa commit 1bfa254

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This script automates the process to export the content in the InDesign file as
2727
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.
2828

2929
### 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.
3131

3232
### InDesign Tagging
3333
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 "
6666
The import form has the following options:
6767

6868
* 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.
7070
* Header level: Select the header tag used in your Epub file that will interpreted as node titles in Drupal.
7171
* 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.
7272

@@ -82,18 +82,18 @@ The following classes are currently supported:
8282

8383
* ol (used for ordered lists)
8484
* 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)
8686

8787
### Epub Import Module
8888
Once enabled, the module offers the following ways to further customize the feature:
8989

9090
* Import Epub as: Select the content type that should be used when an Epub file is imported.
9191
* 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.
9293
* Image style: Select the Drupal image style that will be used for imported image content.
9394
* Images folder: Select the file directory that will be used for imported image content.
9495
* 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.
9596
* 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.
9797

9898
## Demo
9999
Coming soon!
@@ -105,4 +105,4 @@ Coming soon!
105105
## License
106106
Released under the GNU General Public License, version 2 (or higher).
107107

108-
Copyright (c) 2017 City of Los Angeles.
108+
Copyright (c) 2018 City of Los Angeles.

0 commit comments

Comments
 (0)