|
|
|
Tsert::Archiver©®
The archiving system of Tsert::OS©® uses
an XML-based
document format.
The archiving system itself is called Tsert::Archiver,
and is used to store, install, or remove archives.
The Tsert::Archiver
format follows:
- mimetype:
- This file has a single line of text which gives the MIME
type for the archive.
- meta.xml:
- Meta-information, options chosen
by the user to create the archive.
- (such
things as author, creation date, search query, time to schedule the
task, repository URL, etc.)
- settings.xml:
- This file is not relevant to the Tsert::Archiver
DTD.
- private.xml:
- This file may have signature, ID, public and/or private
keys, if any required
for decrypting.
- Keys may be included in the file and URIs provided for access to other
keys.
- The use of embedded keys and URIs requires the
archiver to access a local or remote
- location to retrieve
the decrypting key.
- styles.xml:
- This file defines the way the HTML files presenting
information about the archive,
- will be
generated; i.e. the styles to be used in creating the HTML file.
- manifest.xml:
- The user can issue a
search request to list all the files in the ferret archive.
- A manifest
is kept because the set of files returned by the query can differ with
the set of files that were archived.
- archive.zip:
- This file contains the actual zip/bz2/gz/compress
contents of all
files returned by the search query.

Back to Top
|
|