Plugin Directory

Changeset 381980


Ignore:
Timestamp:
05/07/2011 05:16:08 AM (15 years ago)
Author:
kei51
Message:

Initial checkin.

Location:
prompty/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prompty/trunk/prompty.php

    r381971 r381980  
    44Plugin URI: http://wordpress.org/extend/plugins/prompty/
    55Description: This plugin adds the prompt-like effect on the pre tag contents in the post.
    6 Version: 0.1
     6Version: 1.0
    77Author: Kei Saito
    88Author URI:
     
    3434    and you can click it to see the "prompty" effect.
    3535   
    36     The sample html is following.
     36    A post content HTML example:
    3737   
    3838    <pre class="prompty">
  • prompty/trunk/readme.txt

    r381971 r381980  
    1919and you can click it to see the "prompty" effect.
    2020
    21 The sample html is following.
    22 
    23 <pre>
    24 &lt;pre class="prompty"&gt;
    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 &lt;/pre&gt;
    33 </pre>
     21Demo video is available at http://www.youtube.com/watch?v=jf0UMF5nAQk
    3422
    3523== Installation ==
     
    37251. Download, unzip and upload the `publishToMixi` folder to the `/wp-content/plugins/` directory.
    38262. 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 file
    43 from the plugin editor in the wordpress admin screen.
    44 
    4527
    4628== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.