Changes between Version 6 and Version 7 of BOOK_HTML_EXPORT_R0
- Timestamp:
- 06/03/09 19:09:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_HTML_EXPORT_R0
v6 v7 49 49 * The FrameToHtmlPersister will invoke two other persisters for text and images: 50 50 * [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/persister/HotTextToHtmlPersister.java HotTextToHtmlPersister] having a schema "hottext|storage|html" - will convert a Sophie formated text to a storage node. 51 * [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/persister/Im ageToHtmlPersister.javaImageToHtmlPersister] having a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node.51 * [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/persister/ImmImageToHtmlPersister.java ImmImageToHtmlPersister] having a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node. 52 52 * These will also be extensions of the MasterPersister. 53 53 * Will create a Persister implementation named HthlPersister for converting from a storage tree to HTML file. It will have a schema as follows - "storage|text:html|html". It will create an XHTML file and a directory containing the resources - current only the images. It will also be registerred as an extension to the MasterPersister.