Changeset 186338
- Timestamp:
- 12/23/2009 12:17:17 AM (16 years ago)
- Location:
- phpull
- Files:
-
- 4 added
- 4 edited
-
tags/1.0/phpull.php (modified) (1 diff)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
tags/1.0/screenshot-1.jpeg (added)
-
tags/1.0/screenshot-2.jpeg (added)
-
trunk/phpull.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.jpeg (added)
-
trunk/screenshot-2.jpeg (added)
Legend:
- Unmodified
- Added
- Removed
-
phpull/tags/1.0/phpull.php
r185345 r186338 5 5 Description: 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. 6 6 Author: Corey Ballou 7 Version: 0.17 Version: 1.0 8 8 Author URI: http://www.jqueryin.com/ 9 9 */ -
phpull/tags/1.0/readme.txt
r185346 r186338 41 41 4. Activate PHPull from the list of inactive plugins on the plugins menu page. 42 42 5. Browse to `Settings > PHPull` if you would like to change your default theme. 43 6. Refer to the official plugin page for further documentation43 6. Refer to the official plugin page for further documentation 44 44 45 45 == Frequently Asked Questions == … … 61 61 == Screenshots == 62 62 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 63 1. This screen shot is an example of the default themed PHPull tooltip. 64 2. This screen shot is an example of the preloader utilized in the default themed PHPull tooltip. -
phpull/trunk/phpull.php
r185329 r186338 5 5 Description: 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. 6 6 Author: Corey Ballou 7 Version: 0.17 Version: 1.0 8 8 Author URI: http://www.jqueryin.com/ 9 9 */ -
phpull/trunk/readme.txt
r185346 r186338 41 41 4. Activate PHPull from the list of inactive plugins on the plugins menu page. 42 42 5. Browse to `Settings > PHPull` if you would like to change your default theme. 43 6. Refer to the official plugin page for further documentation43 6. Refer to the official plugin page for further documentation 44 44 45 45 == Frequently Asked Questions == … … 61 61 == Screenshots == 62 62 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 63 1. This screen shot is an example of the default themed PHPull tooltip. 64 2. 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.