Changeset 45255

Show
Ignore:
Timestamp:
05/11/08 16:55:52 (2 months ago)
Author:
yasuaki327
Message:

minor modification

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • galleria-wp/trunk/galleria-wp.php

    r45185 r45255  
    5757//                                                                              // 
    5858//    Usage: [galleria <options>]                                               // 
    59 //           options: exif="1"            show EXIF meta data (default: "0")    // 
     59//           options: orderby             sorting order                         // 
     60//                    id                  post ID                               // 
     61//                    size                thumbnail size (defualt: 'thumbnail') // 
     62//                    shrink="1"          shrink image (default: "0" cropped)   // 
     63//                    exif="1"            show EXIF meta data (default: "0")    // 
    6064//                    gid="<string>"      use for grouping                      // 
    6165//                    cssclass="<string>" CSS class selector identifier         // 
     
    6670//                    playbutton="1"      add automatic slide playback button   // 
    6771//                    interval="<sec>"    display intervals ( second )          // 
     72//                                                                              // 
    6873//                    orderby, id, size => same as the original [gallery]       // 
    6974//                                                                              // 
    70 //    Galleria is licensed under the GPL licenses.                              // 
    71 //      [ http://devkick.com/lab/galleria/ ]                                    // 
    72 //                                                                              // 
    73 //     jQuery is licensed under both MIT and GPL licenses.                      // 
    74 //      [ http://jquery.com/ ]                                                  // 
     75//    Licenses : Galleria WP is licensed under the GPL licenses.                // 
     76//                                                                              // 
     77//               Galleria is licensed under the GPL licenses.                   // 
     78//               [ http://devkick.com/lab/galleria/ ]                           // 
     79//                                                                              // 
     80//               jQuery is licensed under both MIT and GPL licenses.            // 
     81//               [ http://jquery.com/ ]                                         // 
    7582//                                                                              // 
    7683//    V1.0 : This is a demo sample. This is not fully tested.                   // 
  • galleria-wp/trunk/readme.txt

    r45185 r45255  
    8585  If you give a group option [galleria gid="pet"], only #1 and #2 will be displayed. 
    8686   
    87 = Can I contain multiple [galleria] short code witin a single page/post? = 
     87= Can I contain multiple [galleria] short code in a single page/post? = 
    8888 
    89 No. Galleria WP cannot show multiple galleria galleries currently. 
     89No. Galleria WP cannot show multiple galleries currently. 
    9090 
    9191== Changelog ==