Difference between revisions of "Imeji storage"

From MPDLMediaWiki
Jump to navigation Jump to search
m (fixed broken link)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
imeji storage manages the storage of the imeji files (images, videos, audios)
'''Please note:''' Content was moved to http://imeji.org/development/technical-specification/storage/
=Description=
imeji supports currently 3 types of storage:
* internal: The files are stored on the local server as defined in the property "imeji.storage.path": see [[imeji_properties]]
* escidoc: The files are stored in eSciDoc. eSciDoc must be installed and the eSciDoc properties must be set: see [[imeji_properties]]
* external: This storage can only be used to read files from external website. Note that the files needs to be public.
The storage used by imeji is defined by the property "imeji.storage.name". The default value is "internal"


=Architecture=
 
==Class diagram ==
[[Category:Imeji_Content_moved|Storage]]
[[File:Imeji_storage_class_diagram.png|600px]]
==Sequence diagrams==
===upload===
[[File:Storage_upload_sequence_diagram.png|600px]]
===read===
[[File:Storage_read_sequence_diagram.png|600px]]

Latest revision as of 12:53, 6 February 2014