Dotclear

Changeset 844 for plugins/infoBlog


Ignore:
Timestamp:
03/08/09 10:54:32 (15 years ago)
Author:
Tomtom33
Message:

Cleaning to release

Location:
plugins/infoBlog
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/infoBlog/_admin.php

    r635 r844  
    11<?php  
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # 
    4 # This file is part of plugin infoBlog for Dotclear 2. 
    5 # Copyright (c) 2008 Thomas Bouron. 
    6 # 
     3# This file is part of infoBlog, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2009 Tomtom 
     6# http://blog.zesntyle.fr/ 
     7#  
    78# Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
     9# A copy of this license is available in LICENSE file or at 
    910# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    1111# -- END LICENSE BLOCK ------------------------------------ 
     12 
    1213if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    1314 
  • plugins/infoBlog/_define.php

    r635 r844  
    11<?php  
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # 
    4 # This file is part of plugin infoBlog for Dotclear 2. 
    5 # Copyright (c) 2008 Thomas Bouron. 
    6 # 
     3# This file is part of infoBlog, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2009 Tomtom 
     6# http://blog.zesntyle.fr/ 
     7#  
    78# Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
     9# A copy of this license is available in LICENSE file or at 
    910# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    1111# -- END LICENSE BLOCK ------------------------------------ 
     12 
    1213if (!defined('DC_RC_PATH')) { return; } 
    1314 
    1415$this->registerModule( 
    15           /* Name */                    'infoBlog', 
     16          /* Name */               'infoBlog', 
    1617          /* Description */        'Display all information about your blog', 
    1718          /* Author */             'Tomtom (http://plugins.zenstyle.fr/)', 
    18           /* Version */            '1.0-RC3', 
     19          /* Version */            '1.0', 
    1920          /* Permissions */        'admin' 
    2021); 
  • plugins/infoBlog/_public.php

    r635 r844  
    11<?php 
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # 
    4 # This file is part of plugin infoBlog for Dotclear 2. 
    5 # Copyright (c) 2008 Thomas Bouron. 
    6 # 
     3# This file is part of infoBlog, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2009 Tomtom 
     6# http://blog.zesntyle.fr/ 
     7#  
    78# Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
     9# A copy of this license is available in LICENSE file or at 
    910# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    1111# -- END LICENSE BLOCK ------------------------------------ 
    1212 
    13 /** 
    14  * Class infoBlogPublic 
    15  */ 
    1613class infoBlogPublic 
    1714{ 
     
    3330          $mask = '<li class="%1$s">%2$s</li>'; 
    3431 
    35           $title = (strlen($w->title) > 0) ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''; 
     32          $title = strlen($w->title) > 0 ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''; 
    3633           
    3734          $res = ''; 
  • plugins/infoBlog/_widgets.php

    r635 r844  
    11<?php 
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # 
    4 # This file is part of plugin infoBlog for Dotclear 2. 
    5 # Copyright (c) 2008 Thomas Bouron. 
    6 # 
     3# This file is part of infoBlog, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2009 Tomtom 
     6# http://blog.zesntyle.fr/ 
     7#  
    78# Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
     9# A copy of this license is available in LICENSE file or at 
    910# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    1111# -- END LICENSE BLOCK ------------------------------------ 
     12 
    1213if (!defined('DC_RC_PATH')) { return; } 
    1314 
    1415$core->addBehavior('initWidgets',array('infoBlogWidgets','initWidgets')); 
    1516 
    16 /** 
    17  * Class infoBlogWidgets 
    18  */ 
    1917class infoBlogWidgets 
    2018{ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map