Plugin Directory

Changeset 186338


Ignore:
Timestamp:
12/23/2009 12:17:17 AM (16 years ago)
Author:
cballou
Message:

Adding screenshots.

Location:
phpull
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • phpull/tags/1.0/phpull.php

    r185345 r186338  
    55Description: A plugin for web developers with php blogs.  Simply reference a php function using <code>[phpull class="DOMDocument"]getElementById[/phpull]</code> and PHPull will generate a tooltip containing pertinent function information.  The <code>class</code> attribute is optional and values are case insensitive.
    66Author: Corey Ballou
    7 Version: 0.1
     7Version: 1.0
    88Author URI: http://www.jqueryin.com/
    99*/
  • phpull/tags/1.0/readme.txt

    r185346 r186338  
    41414.  Activate PHPull from the list of inactive plugins on the plugins menu page.
    42425.  Browse to `Settings > PHPull` if you would like to change your default theme.
    43 6.  Refer to the official plugin page for further documentation
     436.      Refer to the official plugin page for further documentation
    4444
    4545== Frequently Asked Questions ==
     
    6161== Screenshots ==
    6262
    63 1. This screen shot is an example of the default themed PHPull tooltip. (screenshot-1.jpg in basedir of plugin)
    64 2.  This screen shot is an example of the preloader utilized in the default PHPull theme.
    65 
    66 == A brief Markdown Example ==
    67 
    68 Ordered list:
    69 
    70 1. Some feature
    71 1. Another feature
    72 1. Something else about the plugin
     631.  This screen shot is an example of the default themed PHPull tooltip.
     642.  This screen shot is an example of the preloader utilized in the default themed PHPull tooltip.
  • phpull/trunk/phpull.php

    r185329 r186338  
    55Description: A plugin for web developers with php blogs.  Simply reference a php function using <code>[phpull class="DOMDocument"]getElementById[/phpull]</code> and PHPull will generate a tooltip containing pertinent function information.  The <code>class</code> attribute is optional and values are case insensitive.
    66Author: Corey Ballou
    7 Version: 0.1
     7Version: 1.0
    88Author URI: http://www.jqueryin.com/
    99*/
  • phpull/trunk/readme.txt

    r185346 r186338  
    41414.  Activate PHPull from the list of inactive plugins on the plugins menu page.
    42425.  Browse to `Settings > PHPull` if you would like to change your default theme.
    43 6.  Refer to the official plugin page for further documentation
     436.      Refer to the official plugin page for further documentation
    4444
    4545== Frequently Asked Questions ==
     
    6161== Screenshots ==
    6262
    63 1. This screen shot is an example of the default themed PHPull tooltip. (screenshot-1.jpg in basedir of plugin)
    64 2.  This screen shot is an example of the preloader utilized in the default PHPull theme.
    65 
    66 == A brief Markdown Example ==
    67 
    68 Ordered list:
    69 
    70 1. Some feature
    71 1. Another feature
    72 1. Something else about the plugin
     631.  This screen shot is an example of the default themed PHPull tooltip.
     642.  This screen shot is an example of the preloader utilized in the default themed PHPull tooltip.
Note: See TracChangeset for help on using the changeset viewer.