Plugin Directory

Changeset 946241


Ignore:
Timestamp:
07/10/2014 01:27:46 PM (12 years ago)
Author:
marcus.downing
Message:

Filling in missing icons in Font Awesome

Location:
link-badges/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • link-badges/trunk/link-badges-data.php

    r915435 r946241  
    135135    $link_badges__data = array(
    136136        'mail' => new LinkBadge('E-mail address', 'mail', 'envelope-o', 'email-alt', array()),
    137         'audio' => new LinkBadge('Audio', 'audio', 'volume-ip', 'format-audio', array('mp3', 'wav', 'm4a', 'wma', 'ra', 'aif', 'aiff', 'mpa', 'flac', 'wv', 'mpa', 'm4p', 'ogg', 'oga', 'mka')),
     137        'audio' => new LinkBadge('Audio', 'audio', 'volume-up', 'format-audio', array('mp3', 'wav', 'm4a', 'wma', 'ra', 'aif', 'aiff', 'mpa', 'flac', 'wv', 'mpa', 'm4p', 'ogg', 'oga', 'mka')),
    138138        'video' => new LinkBadge('Video', 'video', 'film', 'editor-video', array('avi', 'divx', 'xvid', 'mov', 'qt', 'webm', 'mpg', 'mpeg', 'mp4', 'm4v', 'vob', 'ifo', 'mkv', 'avc', '264', 'h264', 'x264', 'flv', 'f4v', 'swf', 'asf', 'wmv', 'rm', 'srt', 'ssa', 'ass', 'ogv', 'ogx', '3gp', '3g2')),
    139139        'document' => new LinkBadge('Document', 'doc', 'file-text-o', 'admin-page', array('doc', 'docx', 'rtf', 'odt', 'fodt', 'pages')),
     
    142142        'ebook' => new LinkBadge('eBook', 'ebook', 'book', 'book-alt', array('epub', 'mobi', 'ibooks', 'aeh', 'lrf', 'lrx', 'chm', 'pdb', 'pdg', 'fb2', 'xeb', 'ceb', 'azw', 'kf8', 'lit', 'prc', 'tebr', 'tr2', 'tr3')),
    143143        'comic' => new LinkBadge('Comics eBook', 'ebook', 'book', 'book-alt', array('cbr', 'cbz', 'cb7', 'cbt', 'cba')),
    144         'application' => new LinkBadge('Application', 'exe', '', 'format-video', array('exe', 'com', 'wsf', 'app', 'gadget', 'cgi', 'vb', 'jar', 'war')),
    145         'installer' => new LinkBadge('Application installer', 'exe', '', 'format-video', array('msi', 'pkg', 'deb', 'bundle')),
    146         'script' => new LinkBadge('Runnable script', 'exe', '', 'format-video', array('bat', 'sh', 'bash', 'ksh', 'csh', 'zsh')),
     144        'application' => new LinkBadge('Application', 'exe', 'desktop', 'format-video', array('exe', 'com', 'wsf', 'app', 'gadget', 'cgi', 'vb', 'jar', 'war')),
     145        'installer' => new LinkBadge('Application installer', 'exe', 'desktop', 'format-video', array('msi', 'pkg', 'deb', 'bundle')),
     146        'script' => new LinkBadge('Runnable script', 'exe', 'desktop', 'format-video', array('bat', 'sh', 'bash', 'ksh', 'csh', 'zsh')),
    147147        'archive' => new LinkBadge('Archive', 'zip', 'briefcase', 'portfolio', array('zip', 'zipx', 'gzip', 'gz', 'bzip', 'bz', 'bz2', 'tar', '7z', 'rar', 'sit', 'sitx', 'sea', 'bin', 'hqz', 'mim', 'uue')),
    148148        'pdf' => new LinkBadge('PDF document', 'pdf', 'file-o', 'admin-page', array('pdf')),
  • link-badges/trunk/link-badges.php

    r915424 r946241  
    44Plugin URI: http://www.bang-on.net/
    55Description: Adds classes to indicate links to PDF, DOC, XLS etc files
    6 Version: 1.1
     6Version: 1.2
    77Author: Marcus Downing
    88Contributors: diddledan, marcusdowning
  • link-badges/trunk/readme.txt

    r915434 r946241  
    4747== Changelog ==
    4848
     49= 1.2 =
     50* Filling in missing icons in Font Awesome
     51
    4952= 1.1 =
    5053* Add option to use icon fonts (Dashicons and Font Awesome)
Note: See TracChangeset for help on using the changeset viewer.