Difference between revisions of "SIP Structure"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
=Overview= | =Overview= | ||
| − | + | Describe the structure and function of SIP components | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| Line 20: | Line 8: | ||
|- | |- | ||
|- style="background-color:#cccccc;" | |- style="background-color:#cccccc;" | ||
| − | !style="width: | + | !style="width:35%"|'''Path''' |
| − | !style="width: | + | !style="width:15%"|'''Object Type''' |
| − | !style="width: | + | !style="width:50%"|'''Function''' |
| + | |- | ||
| + | |/SIP_Folder | ||
| + | |folder | ||
| + | |top level container for the the SIP | ||
| + | |||
| + | can take on any name | ||
|- | |- | ||
| − | |SIP_Folder | + | |/SIP_Folder/logs |
| + | |folder | ||
| | | | ||
| + | |- | ||
| + | |/SIP_Folder/logs/filemeta | ||
| + | |fodler | ||
| + | | | ||
| + | |- | ||
| + | |/SIP_Folder/metadata | ||
| + | |folder | ||
| | | | ||
|- | |- | ||
| + | |/SIP_Folder/metadata/checksums.md5 | ||
| + | |text file | ||
| + | |contains md5 hash values for objects in /SIP_Folder/objects | ||
| + | |- | ||
| + | |/SIP_Folder/objects | ||
| + | |folder | ||
| + | | | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | | | ||
| + | | | ||
| + | | | ||
|} | |} | ||
Revision as of 13:48, 11 January 2011
Main Page > Development > Development documentation > SIP Structure
Overview
Describe the structure and function of SIP components
| Path | Object Type | Function |
|---|---|---|
| /SIP_Folder | folder | top level container for the the SIP
can take on any name |
| /SIP_Folder/logs | folder | |
| /SIP_Folder/logs/filemeta | fodler | |
| /SIP_Folder/metadata | folder | |
| /SIP_Folder/metadata/checksums.md5 | text file | contains md5 hash values for objects in /SIP_Folder/objects |
| /SIP_Folder/objects | folder | |