plugins/Surveyor.php
changeset 1 97507d2ca929
parent 0 e96ded22104a
child 2 f1ff9ce00132
equal deleted inserted replaced
0:e96ded22104a 1:97507d2ca929
     1 <?php
     1 <?php
     2 /*
     2 /*
     3 Plugin Name: Survey/Poll plugin
     3 Plugin Name: Survey/Poll plugin
     4 Plugin URI: http://enano.homelinux.org/Survey_plugin
     4 Plugin URI: http://enanocms.org/Survey_plugin
     5 Description: Adds a customizable poll to your sidebar. You can have any number of options, and the poll is randomly selected from a list of enabled polls. <b>Important:</b> When first loaded, this plugin creates the following tables in your Enano database: enano_polls, enano_poll_options, enano_poll_results
     5 Description: Adds a customizable poll to your sidebar. You can have any number of options, and the poll is randomly selected from a list of enabled polls. <b>Important:</b> When first loaded, this plugin creates the following tables in your Enano database: enano_polls, enano_poll_options, enano_poll_results
     6 Author: Dan Fuhry
     6 Author: Dan Fuhry
     7 Version: 1.0.1
     7 Version: 0.3
     8 Author URI: http://enano.homelinux.org/
     8 Author URI: http://enanocms.org/
     9 
     9 
    10 Changelog:
    10 Changelog:
    11   9/27/06:
    11   9/27/06:
    12   Updated to be valid XHTML 1.1
    12   Updated to be valid XHTML 1.1
    13   11/2/07:
    13   11/2/07:
    14   Made compatible with Loch Ness and later (oops!)
    14   Made compatible with Loch Ness and later (oops!)
       
    15   11/29/08:
       
    16   One change a year! Moved to Mercurial and brought up to date with naming conventions.
    15 */
    17 */
    16 
    18 
    17 /*
    19 /*
    18  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
    20  * Surveyor
    19  * Version 1.0.1 (Loch Ness)
    21  * Version 0.3
    20  * Copyright (C) 2006-2007 Dan Fuhry
    22  * Copyright (C) 2006-2007 Dan Fuhry
    21  *
    23  *
    22  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    24  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    23  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    25  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    24  *
    26  *