~tim-alwaysreformed/mod-sloganator/trunk

« back to all changes in this revision

Viewing changes to mod_sloganator.xml

  • Committer: Tim Black
  • Date: 2011-09-05 18:19:42 UTC
  • Revision ID: tim@alwaysreformed.com-20110905181942-xhrmp5ugluf2azmz
Made it possible to publish multiple copies of the module on the same page simultaneously, and to add arbitrary HTML parameters to the slogan links

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <license>GPL</license>
7
7
        <authorEmail>tim@alwaysreformed.com</authorEmail>
8
8
        <authorUrl>http://alwaysreformed.com</authorUrl>
9
 
        <version>1.1.2</version>
 
9
        <version>1.2.0</version>
10
10
        <description>This module rotates a configurable list of slogans describing your website.</description>
11
11
        <files>
12
12
                <filename module="mod_sloganator">mod_sloganator.php</filename>
18
18
                        <option value="1">Yes</option>
19
19
                </param>
20
20
                <param name="@spacer" type="spacer" default="" label="" description="" />
21
 
                <param name="slogans" type="textarea" default="" rows="20" cols="30" label="List of slogans" description="Enter the list of slogans you want rotated, one slogan per line. Optionally, add a URL to which a slogan will link by using the format slogan|URL." />
 
21
                <param name="slogans" type="textarea" default="" rows="20" cols="30" label="List of slogans" description="Enter the list of slogans you want rotated, one slogan per line. Optionally, add a URL to which a slogan will link by using the format slogan|URL.  You may also add HTML attributes to the link by using the format slogan|URL|attribute1='value' attribute2='value2'." />
22
22
        </params>
23
23
</install>