43 | | * We will have several classes that persist the book to a storager. |
| 43 | * Will create a module for HTML export named '''org.sophie2.extra.func.html''' |
| 44 | * Will create Persister implementations for Book, Page, Frame and ImmImage and will register them as extensions to the MasterPersister. |
| 45 | * BookToHtmlPersister having a schema "book|storage|html" - will convert a book to a storage node. |
| 46 | * PageToHtmlPersister having a schema "page|storage|html" - will convert a page to a storage node. |
| 47 | * FrameToHtmlPersister having a schema "frame|storage|html" - will convert a frame to a storage node. |
| 48 | * ImageToHtmlPersister haging a schema "imm:image|storage|html" - will convert a Sophie ImmImage to a storage node. |
| 49 | * 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. |