Changes between Version 8 and Version 9 of SOPHIE2_BOOK_FORMAT_R1


Ignore:
Timestamp:
11/06/09 17:48:06 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPHIE2_BOOK_FORMAT_R1

    v8 v9  
    99Sophie must provide extensions for the files that are created. Documentation for the persistence and file formats must be provided. 
    1010== Task requirements == 
    11  * Choose appropriate extensions for the different file types of Sophie2. There are some suggestions in the implementation idea section. 
    12  * Write down documentation for the persistence. 
    13  * Write down documentation for the file format. 
    14  * Link the created documentation in the implementation section.  
     11 
     12 * The file format extension should be composed by two parts: 
     13  * The first should be the type of the persisted resource ".book" or ".page"... 
     14  * The second and more generic is going to be ".s2". It is going to indicate that this file is a persisted sophie resource. 
     15 * Document the persistence in sophie 2.0. 
     16 * Document the sophie 2.0 resources file format. 
    1517 
    1618== Task result == 
    1719The result of this task must be source code and wiki pages for the required documentations. 
    1820== Implementation idea == 
    19 The file format extension should be composed by two parts: 
    20  * The first should be the type of the persisted resource ".book" or ".page"... 
    21  * The second and more generic is going to be ".s2". It is going to indicate that this file is a persisted sophie resource. 
    22  
     21  Finish the design of the [wiki:GROUP_FILE_ACCESSES_PERSISTENCE_R0]. 
     22  Create wiki page for the description of the file format. 
     23  Change the filters to the new file extensions and make the needed adjustments for them to work properly. 
    2324== Related == 
    2425[wiki:BASE_PERSISTENCE_COMMONS_R0][[BR]]