Changes between Version 3 and Version 4 of BOOK_HTML_EXPORT_R0


Ignore:
Timestamp:
06/03/09 15:12:43 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_HTML_EXPORT_R0

    v3 v4  
    4141= Design = 
    4242 * Exporting sophie books to html, will use the org.sophie2.base.persistence library. For more information about it see [wiki:GROUP_PERSISTENCE_R0]. 
    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. 
    4450 
    4551= Implementation =