Plugin Directory

Changeset 597694

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

More flavoring.

File:
1 edited

Legend:

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

    r597693 r597694  
    4444Examples:
    4545
    46     Just .XLS files:
    47       `[documents ext="xls"]`
     46 Just .XLS files:
     47   `[documents ext="xls"]`
    4848
    49     All .DOC, .DOCX, or .PDF files:
    50       `[documents ext="doc,docx,pdf"]`
     49 All .DOC, .DOCX, or .PDF files:
     50   `[documents ext="doc,docx,pdf"]`
    5151
    52     Only 'video' types with a .MOV extension:
    53       `[documents mimetype="video" ext="mov"]`
     52 Only 'video' types with a .MOV extension:
     53   `[documents mimetype="video" ext="mov"]`
    5454
    55     Just application/pdf mimetypes:
    56       `[documents mimetype="application/pdf"]`
     55 Just application/pdf mimetypes:
     56   `[documents mimetype="application/pdf"]`
    5757
    58     All attached documents, regardless of type:
    59       `[documents mimetype="*"]`
     58 All attached documents, regardless of type:
     59   `[documents mimetype="*"]`
    6060
    6161### I got an error trying to upload a file!
     
    6666this, see:
    6767
    68     http://wordpress.org/extend/plugins/ap-extended-mime-types/
    69     http://wordpress.org/extend/plugins/manage-upload-types/
    70     http://www.wprecipes.com/wordpress-tip-allow-upload-of-more-file-types
     68 http://wordpress.org/extend/plugins/ap-extended-mime-types/
     69 http://wordpress.org/extend/plugins/manage-upload-types/
     70 http://www.wprecipes.com/wordpress-tip-allow-upload-of-more-file-types
    7171
    7272### How do I change the styling?
     
    7979posts with a rule similar to this:
    8080
    81     `.post ul.dc_documents li a { font-family: Courier,monospace; }`
     81 `.post ul.dc_documents li a { font-family: Courier,monospace; }`
    8282
    8383### Why don't my attached images appear in the documents list?
     
    8787with no filtering, just say so:
    8888
    89     `[documents mimetype="*"]`
     89 `[documents mimetype="*"]`
    9090
    9191### What file types are supported?
     
    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.