web/wp-content/plugins/gigs-calendar/readme.txt
branchwordpress
changeset 112 fb7cd02b9848
parent 111 6b96085291d7
child 123 561aa6d282f6
equal deleted inserted replaced
111:6b96085291d7 112:fb7cd02b9848
     1 === Gigs Calendar ===
       
     2 Contributors: dancoulter
       
     3 Tags: gigs, shows, calendar, musician, artist
       
     4 Requires at least: 2.7
       
     5 Tested up to: 2.8.4
       
     6 Stable tag: 0.4.7
       
     7 
       
     8 Manage and display a calendar of your gigs/shows/performances.
       
     9 
       
    10 == Description ==
       
    11 
       
    12 This plugin is geared toward bands and musicians to manage and display a
       
    13 calendar of their gigs within WordPress.  It's meant to be as easy as possible
       
    14 for both the musician and the fan.  It even manages venue data complete
       
    15 with mapping and ticket links.
       
    16 
       
    17 == Installation ==
       
    18 
       
    19 Simply drop the files into a folder in your WordPress plugins folder.  Once
       
    20 you've activated the plugin, go to Manage -> Gigs Calendar in your WordPress
       
    21 admin panel.  You'll probably want to set which WordPress page you want your 
       
    22 calendar to appear on.  Once you've saved that, you are ready to get started.
       
    23 
       
    24 == Compatibility notes ==
       
    25 = Browser =
       
    26 This plugin's administration pages are currently only supported fully by the 
       
    27 Firefox and Safari browsers.  When I am approaching version 1.0, I plan to
       
    28 develop full support for IE7 and Opera.  If you would like to know more about
       
    29 my decision to focus on Firefox and Safari, feel free to get in touch with me.
       
    30 
       
    31 = WordPress =
       
    32 If you are using a WordPress version less than 2.3, you may need to create the
       
    33 database tables manually.  You can find the SQL in tables.sql. Get in touch with
       
    34 me if you need help doing that. You might also want to consider updating to the
       
    35 most recent version of WordPress.
       
    36 
       
    37 = MySQL =
       
    38 If you are using a MySQL version less than 4.1, filtering the gig posts from
       
    39 your normal blog entries will be disabled.  You will need to filter those based
       
    40 on the category you select in the settings page using another plugin.  I suggest
       
    41 the Advanced Category Excluder (http://wordpress.org/extend/plugins/advanced-category-excluder/) plugin.