Plugin Directory

Changeset 8248

Timestamp:
03/16/2007 01:14:30 AM (19 years ago)
Author:
dalziel
Message:

Modified README.txt to match new directory specs

Location:
wp-votd
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wp-votd/tags/3.0/README.txt

    r7581 r8248  
    11==== Verse Of The Day ====
     2
     3
     4
     5
     6
     7
    28
    3 Tags: votd, bible, verse
    4 Contributors: dalziel
     9Displays a daily bible verse on your site, using a Verse of the Day RSS feed.  The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers.
    510
    6 Note: Requires WordPress 2.1. Verse Of The Day displays a daily bible verse on your site, using a Verse of the Day RSS feed.  The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers.
     11== Description ==
     12
     13Displays a daily bible verse on your site, using a Verse of the Day RSS feed.  The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers.
     14
     15== Installation ==
     16
     171. Download the zip file & extract the contents to /wp-content/plugins
     181. Activate the plugin through the 'Plugins' menu in WordPress
     191. (optional) Modify the version to use and the display template in the options page
  • wp-votd/trunk/README.txt

    r7581 r8248  
    11==== Verse Of The Day ====
     2
     3
     4
     5
     6
     7
    28
    3 Tags: votd, bible, verse
    4 Contributors: dalziel
     9Displays a daily bible verse on your site, using a Verse of the Day RSS feed.  The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers.
    510
    6 Note: Requires WordPress 2.1. Verse Of The Day displays a daily bible verse on your site, using a Verse of the Day RSS feed.  The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers.
     11== Description ==
     12
     13Displays a daily bible verse on your site, using a Verse of the Day RSS feed.  The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers.
     14
     15== Installation ==
     16
     171. Download the zip file & extract the contents to /wp-content/plugins
     181. Activate the plugin through the 'Plugins' menu in WordPress
     191. (optional) Modify the version to use and the display template in the options page
  • wp-votd/trunk/wp-votd.php

    r7704 r8248  
    117117          <legend>Select a bible version to use</legend>
    118118          <p>You can enter the details of a different Verse of the day RSS feed if you want.  If you enter the feed details in manualy, it will over-ride a selection in the dropdown list.</p>
    119           <p>After selecting your options then clicking 'Update' put &lt;?php wp_votd(); ?&gt; on your template file where you want the verse to display. See the <a href="http://blog.slaven.net.au/wordpress-plugins/wordpress-feed-locations-plugin/">Verse of the Day instructions page</a> for more information</p>
     119          <p>After selecting your options then clicking 'Update' put &lt;?php wp_votd(); ?&gt; on your template file where you want the verse to display. See the <a href="http://blog.slaven.net.au/wordpress-plugins/wordpress--plugin/">Verse of the Day instructions page</a> for more information</p>
    120120          <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    121121          <tr>
Note: See TracChangeset for help on using the changeset viewer.