Changeset 381980
- Timestamp:
- 05/07/2011 05:16:08 AM (15 years ago)
- Location:
- prompty/trunk
- Files:
-
- 2 edited
-
prompty.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prompty/trunk/prompty.php
r381971 r381980 4 4 Plugin URI: http://wordpress.org/extend/plugins/prompty/ 5 5 Description: This plugin adds the prompt-like effect on the pre tag contents in the post. 6 Version: 0.16 Version: 1.0 7 7 Author: Kei Saito 8 8 Author URI: … … 34 34 and you can click it to see the "prompty" effect. 35 35 36 The sample html is following.36 A post content HTML example: 37 37 38 38 <pre class="prompty"> -
prompty/trunk/readme.txt
r381971 r381980 19 19 and you can click it to see the "prompty" effect. 20 20 21 The sample html is following. 22 23 <pre> 24 <pre class="prompty"> 25 % nslookup example.com 26 Server: 192.168.0.254 27 Address: 192.168.0.254#53 28 29 Non-authoritative answer: 30 Name: example.com 31 Address: 192.0.32.10 32 </pre> 33 </pre> 21 Demo video is available at http://www.youtube.com/watch?v=jf0UMF5nAQk 34 22 35 23 == Installation == … … 37 25 1. Download, unzip and upload the `publishToMixi` folder to the `/wp-content/plugins/` directory. 38 26 2. Login to your WordPress administration page and activate the plugin. 39 40 == Customization ==41 42 You can customize the prompty by editing the prompty.php file43 from the plugin editor in the wordpress admin screen.44 45 27 46 28 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.