Dotclear

source: plugins/popularityContest/_define.php @ 2295

Revision 2295, 1.2 KB checked in by Moe, 13 years ago (diff)

Popularity Contest 1.4 :

  • added data in XML file :
    • display plugins URLs
    • display global results
  • added CSS rules, from the popcon website
  • make xml/ directory
  • switched to GPL v2
Line 
1<?php 
2# ***** BEGIN LICENSE BLOCK *****
3#
4# This file is part of Popularity Contest, a plugin for Dotclear 2
5# Copyright (C) 2007,2009,2010 Moe (http://gniark.net/)
6#
7# Popularity Contest is free software; you can redistribute it and/or
8# modify it under the terms of the GNU General Public License v2.0
9# as published by the Free Software Foundation.
10#
11# Popularity Contest is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public
17# License along with this program. If not, see
18# <http://www.gnu.org/licenses/>.
19#
20# Icon (icon.png) and images are from Silk Icons :
21# <http://www.famfamfam.com/lab/icons/silk/>
22#
23# ***** END LICENSE BLOCK *****
24
25if (!defined('DC_RC_PATH')) {return;}
26
27$this->registerModule(
28        /* Name */                      "Popularity Contest",
29        /* Description*/                "Dotclear Popularity Contest (http://popcon.gniark.net/)",
30        /* Author */                    "Moe (http://gniark.net/)",
31        /* Version */                   '1.4',
32        /* Permissions */               null
33);
34?>
Note: See TracBrowser for help on using the repository browser.

Sites map