Plugin Directory

Changeset 597696

Timestamp:
09/11/2012 07:50:21 PM (12 years ago)
Author:
dougal
Message:

Flava Flav

More GitHub-flavored Markdown adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documents-shortcode/trunk/README.md

    r597695 r597696  
    4444Examples:
    4545
    46 > Just .XLS files:
     46> Just .XLS files:
    4747>   `[documents ext="xls"]`
    4848
    49 > All .DOC, .DOCX, or .PDF files:
     49> All .DOC, .DOCX, or .PDF files:
    5050>   `[documents ext="doc,docx,pdf"]`
    5151
    52 > Only 'video' types with a .MOV extension:
     52> Only 'video' types with a .MOV extension:
    5353>   `[documents mimetype="video" ext="mov"]`
    5454
    55 > Just application/pdf mimetypes:
     55> Just application/pdf mimetypes:
    5656>   `[documents mimetype="application/pdf"]`
    5757
    58 > All attached documents, regardless of type:
     58> All attached documents, regardless of type:
    5959>   `[documents mimetype="*"]`
    6060
     
    6666this, see:
    6767
    68 > http://wordpress.org/extend/plugins/ap-extended-mime-types/
    69 > http://wordpress.org/extend/plugins/manage-upload-types/
     68> http://wordpress.org/extend/plugins/ap-extended-mime-types/
     69> http://wordpress.org/extend/plugins/manage-upload-types/
    7070> http://www.wprecipes.com/wordpress-tip-allow-upload-of-more-file-types
    7171
     
    9595following types of files:
    9696
    97 > PDF: `.pdf`
    98 > MS Word: `.doc`, `.docx`
    99 > MS Excel: `.xls`, `.xlsx`
    100 > MS PowerPoint: `.ppt`, `.pptx`
    101 > MS Visio Diagrams: `.vsd`, `.vsdx`
    102 > MS Access Database: `.mdb`, `.mdbx`
    103 > ZIP: `.zip`
     97> PDF: `.pdf`
     98> MS Word: `.doc`, `.docx`
     99> MS Excel: `.xls`, `.xlsx`
     100> MS PowerPoint: `.ppt`, `.pptx`
     101> MS Visio Diagrams: `.vsd`, `.vsdx`
     102> MS Access Database: `.mdb`, `.mdbx`
     103> ZIP: `.zip`
    104104
    105105Any other extension will display a generic text document icon. I realize this
Note: See TracChangeset for help on using the changeset viewer.