Benutzer-Werkzeuge

Webseiten-Werkzeuge


adm-cockpit:organization:file:formats

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
adm-cockpit:organization:file:formats [2025/06/17 09:24] – angelegt agoldmanadm-cockpit:organization:file:formats [2025/06/17 15:37] (aktuell) agoldman
Zeile 4: Zeile 4:
  
 Erlaubte Formate in der Standardkonfiguration:  Erlaubte Formate in der Standardkonfiguration: 
 +===== Application-Formate =====
 +
 +  * **Access-Datenbank (.mdb)** — ''application/vnd.ms-access''
 +  * **Amazon eBook (.azw | .azw3)** — ''application/vnd.amazon.ebook''
 +  * **Channel Definition Format (.cdf)** — ''application/x-cdf''
 +  * **EPUB-eBook (.epub .zip)** — ''application/epub+zip''
 +  * **Excel-Datei (.xls .xlm .xla .xlc .xlt .xlw .xll .xld)** — ''application/vnd.ms-excel''
 +  * **Excel-Datei (.xlsx)** — ''application/vnd.openxmlformats-officedocument.spreadsheetml.sheet''
 +  * **Excel-Vorlage (.xltx)** — ''application/vnd.openxmlformats-officedocument.spreadsheetml.template''
 +  * **OpenDocument Präsentation (.odp)** — ''application/vnd.oasis.opendocument.presentation''
 +  * **OpenDocument Tabelle (.ods)** — ''application/vnd.oasis.opendocument.spreadsheet''
 +  * **OpenDocument Text (.odt)** — ''application/vnd.oasis.opendocument.text''
 +  * **PDF-Dokument (.pdf)** — ''application/pdf''
 +  * **PowerPoint-Datei (.ppt .pps .pot .ppz)** — ''application/vnd.ms-powerpoint''
 +  * **PowerPoint-Datei (.pptx)** — ''application/vnd.openxmlformats-officedocument.presentationml.presentation''
 +  * **PowerPoint-Diashow (.ppsx)** — ''application/vnd.openxmlformats-officedocument.presentationml.slideshow''
 +  * **PowerPoint-Vorlage (.potx)** — ''application/vnd.openxmlformats-officedocument.presentationml.template''
 +  * **Visio-Datei (.vsd .vsdx .vss .vst)** — ''application/vnd.visio''
 +  * **Word-Dokument (.doc .dot)** — ''application/msword''
 +  * **Word-Dokument (.docx)** — ''application/vnd.openxmlformats-officedocument.wordprocessingml.document''
 +  * **Word-Vorlage (.dotx)** — ''application/vnd.openxmlformats-officedocument.wordprocessingml.template''
 +  * **XML-Datei (.xml)** — ''application/xml''
 +  * **ZIP-Archiv (.zip)** — ''application/zip''
 +  * **ZIP-Archiv (.zipx)** — ''application/x-zip''
 +  * **ZIP-Archiv (.zip)** — ''application/x-zip-compressed''
 +
 +===== Audio-Formate =====
 +
 +  * **3GPP-Audiodatei (.3gpp .3gp .3ga)** — ''audio/3gpp''
 +  * **3GPP2-Audiodatei (.3g2)** — ''audio/3gpp2''
 +  * **AAC-Audiodatei (.aac)** — ''audio/aac''
 +  * **MP3-Audiodatei (.mp3)** — ''audio/mpeg''
 +  * **OGG-Audiodatei (.ogg)** — ''audio/ogg''
 +  * **Opus-Audiodatei (.opus)** — ''audio/opus''
 +  * **WAV-Audiodatei (.wav)** — ''audio/wav''
 +  * **WebM-Audiodatei (.webm)** — ''audio/webm''
 +
 +===== Image-Formate =====
 +
 +  * **AVIF-Bild (.avif)** — ''image/avif''
 +  * **Bitmap-Bild (.bmp)** — ''image/bmp''
 +  * **GIF-Bild (.gif)** — ''image/gif''
 +  * **JPEG-Bild (.jpeg .jpg .jpe)** — ''image/jpeg''
 +  * **Microsoft-Icon (.ico)** — ''image/vnd.microsoft.icon''
 +  * **PNG-Bild (.png)** — ''image/png''
 +  * **SVG-Vektorgrafik (.svg)** — ''image/svg+xml''
 +  * **TIFF-Bild (.tiff .tif)** — ''image/tiff''
 +  * **WebP-Bild (.webp)** — ''image/webp''
 +
 +===== Text-Formate =====
 +
 +  * **CSV-Datei (.csv)** — ''text/csv''
 +  * **Kalenderdatei (.ics .ifb .vcs)** — ''text/calendar''
 +  * **HTML-Webseite (.htm .html .shtml)** — ''text/html''
 +  * **Textdatei (.txt)** — ''text/plain''
 +
 +===== Video-Formate =====
 +
 +  * **3GPP-Video (.3gp)** — ''video/3gpp''
 +  * **3GPP2-Video (.3g2 .3gp2)** — ''video/3gpp2''
 +  * **AVI-Video (.avi)** — ''video/x-msvideo''
 +  * **MP4-Video (.mp4)** — ''video/mp4''
 +  * **MPEG-Transportstream (.ts .m2t .m2ts .mts .cpi .clpi .mpl .mpls .bdm .bdmv)** — ''video/mp2t''
 +  * **MPEG-Video (.mpeg .mpg .mpe)** — ''video/mpeg''
 +  * **OGG-Video (.ogg .ogv)** — ''video/ogg''
 +  * **WebM-Video (.webm)** — ''video/webm''
  
-  * "text/csv" 
-  * "text/calendar" 
-  * "text/plain" 
-  * "text/html" 
-  * "application/vnd.amazon.ebook" 
-  * "application/x-cdf" 
-  * "application/epub+zip" 
-  * "application/pdf" 
-  * "application/xml" 
-  * "application/zip" 
-  * "application/x-zip" 
-  * "application/x-zip-compressed" 
-  * "image/jpeg" 
-  * "image/gif" 
-  * "image/vnd.microsoft.icon" 
-  * "image/avif" 
-  * "image/bmp" 
-  * "image/png" 
-  * "image/svg+xml" 
-  * "image/tiff" 
-  * "image/webp" 
-  * "video/x-msvideo" 
-  * "video/mp4" 
-  * "video/mpeg" 
-  * "video/ogg" 
-  * "video/mp2t" 
-  * "video/webm" 
-  * "video/3gpp" 
-  * "video/3gpp2" 
-  * "audio/aac" 
-  * "audio/mpeg" 
-  * "audio/ogg" 
-  * "audio/opus" 
-  * "audio/wav" 
-  * "audio/webm" 
-  * "audio/3gpp" 
-  * "audio/3gpp2" 
-  * "application/vnd.oasis.opendocument.presentation" 
-  * "application/vnd.oasis.opendocument.spreadsheet" 
-  * "application/vnd.oasis.opendocument.text" 
-  * "application/msword" 
-  * "application/vnd.openxmlformats-officedocument.wordprocessingml.document" 
-  * "application/vnd.openxmlformats-officedocument.wordprocessingml.template" 
-  * "application/vnd.ms-excel" 
-  * "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" 
-  * "application/vnd.openxmlformats-officedocument.spreadsheetml.template" 
-  * "application/vnd.ms-powerpoint" 
-  * "application/vnd.openxmlformats-officedocument.presentationml.presentation" 
-  * "application/vnd.openxmlformats-officedocument.presentationml.template" 
-  * "application/vnd.openxmlformats-officedocument.presentationml.slideshow" 
-  * "application/vnd.ms-access" 
-  * "application/vnd.visio" 
adm-cockpit/organization/file/formats.1750152248.txt.gz · Zuletzt geändert: 2025/06/17 09:24 von agoldman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki