Updated comments

/**
* <file description>
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel
Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported
<http://creativecommons.org/licenses/by-sa/3.0/>
*/
This commit is contained in:
Simon DELAGE 2014-08-31 03:29:56 +02:00
parent 61bb29b755
commit 11eb488530
4 changed files with 20 additions and 12 deletions

View File

@ -1,7 +1,10 @@
<?php
// AUTHOR James Lin
// Version 3.0.4
// FIXED by Simon Delage <simon.geekitude@gmail.com> on 2014-08-30
/**
* Userhomepage plugin main file
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
if (!defined('DOKU_INC')) die();
if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');

View File

@ -1,7 +1,9 @@
<?php
/*
* Userhomepage plugin, configuration defaults
* FIXED by Simon Delage <simon.geekitude@gmail.com> on 2014-08-30
/**
* Configuration defaults file for Userhomepage plugin
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
$conf['use_name_string'] = 0;

View File

@ -1,7 +1,9 @@
<?php
/*
* Userhomepage plugin, configuration metadata
* FIXED by Simon Delage <simon.geekitude@gmail.com> on 2014-08-30
/**
* Configuration metadata file for Userhomepage plugin
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
$meta['use_name_string'] = array('onoff','_caution' => 'warning');

View File

@ -1,8 +1,9 @@
<?php
/**
* English language file for config of Userhomepage plugin
* @author: Daniel Stonier <d.stonier@gmail.com>
* FIXED by Simon Delage <simon.geekitude@gmail.com> on 2014-08-30
* English settings file for Userhomepage plugin
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
$lang['use_name_string'] = 'Use user\'s full name instead of login for his namespace and homepage (will break <code>%USER%</code> wildcard in ACL for that namespace).';