Files
external-public-addons/report_carbone/const.py

102 lines
1.2 KiB
Python

ALLOWED_EXTENSIONS = {
# Document
"pdf",
"docx",
"odt",
"bib",
"doc",
"doc6",
"doc95",
"docbook",
"docx7",
"fodt",
"html",
"latex",
"ooxml",
"ott",
"psw",
"rtf",
"sdw",
"stw",
"sxw",
"text",
"txt",
"uot",
"vor",
"xhtml",
"jpg",
"jpeg",
"png",
"epub",
"md",
"svg",
"webp",
"pages",
# Spreadsheet
"xlsx",
"ods",
"csv",
"dbf",
"dif",
"fods",
"ots",
"pxl",
"slk",
"stc",
"sxc",
"uos",
"xls",
"xls5",
"xls95",
"xlt",
"xlt5",
"xlt95",
"numbers",
"parquet",
"json",
# Presentation
"pptx",
"odp",
"bmp",
"emf",
"eps",
"fodp",
"gif",
"met",
"odg",
"pbm",
"pct",
"pgm",
"ppm",
"pwp",
"ras",
"sti",
"svm",
"swf",
"sxi",
"tiff",
"uop",
"wmf",
"otp",
"potm",
"pot",
"pps",
"ppt",
# Web
"etext",
"html10",
"mediawiki",
"sdw3",
"sdw4",
"text10",
"vor4",
# Graphics
"fodg",
"odd",
"otg",
"std",
"sxd",
"pub",
"cdr",
}