Changeset d7ba1b in indico


Ignore:
Timestamp:
02/15/11 16:07:22 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
71db8f4
Parents:
38b4e2
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (02/15/11 16:04:01)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (02/15/11 16:07:22)
Message:

[FIX] Added MIME types for 'new' MS extensions

  • docx, pptx, etc...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/common/MaKaCConfig.py

    re8c397 rd7ba1b  
    3434 
    3535FileTypes = {"DOC":  ["Ms Word","application/msword","word_big.png"], 
     36             "DOCX":  ["Ms Word","application/vnd.openxmlformats-officedocument.wordprocessingml.document","word_big.png"], 
    3637             "WAV":  ["Audio","audio/x-pn-wav",""], 
    3738             "XLS":  ["MS Excel","application/vnd.ms-excel","xls.png"], 
     39             "XLSX":  ["MS Excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","xls.png"], 
    3840             "PS":   ["PostScript","application/postscript","ps.png"], 
    3941             "SXC":  ["Open Office Calc","application/vnd.sun.xml.calc","calc_big.png"], 
     
    4547             "HTML": ["HTML","text/html",""], 
    4648             "PPT":  ["Ms Powerpoint","application/vnd.ms-powerpoint","powerpoint_big.png"], 
     49             "PPTX":  ["Ms Powerpoint","application/vnd.openxmlformats-officedocument.presentationml.presentation","powerpoint_big.png"], 
    4750             "RM":   ["Real Video","application/vnd.rn-realmedia",""], 
    4851             "TXT":  ["Plain Text","text/plain","txt.png"], 
Note: See TracChangeset for help on using the changeset viewer.