Media database


The Media Database can store and organize files. The database distinguish between images to be viewed on a webpage and documents for download. Both kind of files are organized in collections: files can be filtered by collections at the admin-backend; handy when dealing with a lot of images and documents.

The stored files are accessible from panes using Markdown or reStructuredText by using a special kind of markup. Refer to Panes for details.

images

For adding an image the admin-backend will open an upload form:

Collection:
The collection the image should belong to. Chose one or create a new one by clicking on the + sign.
Image-File:
Chose the image to upload from the local storage.
Name:
Give the image a name. This name is used for accessing the image by reStructuredText or Markdown. Names should be unique.
Width:
Chose a width to scale an image. Images will only get downscaled.

documents

For adding a document the admin-backend will open an upload form:

Collection:
The collection the document should belong to. Chose one or create a new one by clicking on the + sign.
Document-File:
Chose the file to upload from the local storage.
Name:
Give the document a name. This name is used for accessing the file by reStructuredText or Markdown. Names should be unique.