|
|
878a2b |
|
|
|
878a2b |
|
|
|
878a2b |
$lisence = "
|
|
|
878a2b |
newbb to phpbb :: Migrating from Xoops+CBB(newbb) to phpBB+LDAP
|
|
|
878a2b |
Copyright (C) 2009 Alain Reguera Delgado
|
|
|
878a2b |
|
|
|
878a2b |
This program is free software; you can redistribute it and/or modify
|
|
|
878a2b |
it under the terms of the GNU General Public License as published by
|
|
|
878a2b |
the Free Software Foundation; either version 2 of the License, or
|
|
|
878a2b |
(at your option) any later version.
|
|
|
878a2b |
|
|
|
878a2b |
This program is distributed in the hope that it will be useful,
|
|
|
878a2b |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
878a2b |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
878a2b |
GNU General Public License for more details.
|
|
|
878a2b |
|
|
|
878a2b |
You should have received a copy of the GNU General Public License
|
|
|
878a2b |
along with this program; if not, write to the Free Software
|
|
|
878a2b |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
878a2b |
";
|
|
|
878a2b |
|
|
|
878a2b |
array_push($htmlblock,'Help', ' ',
|
|
|
878a2b |
'About',
|
|
|
878a2b |
'newbb to phpbb do two things mainly: ',
|
|
|
878a2b |
'',
|
|
|
878a2b |
'Migrate users from Xoops to LDAP.',
|
|
|
878a2b |
'Migrate Forums, Topics, and Posts from Xoops\' CBB module (a.k.a newbb) to phpBB3.',
|
|
|
878a2b |
'',
|
|
|
878a2b |
'Documentation works are in the project\'s page. ',
|
|
|
878a2b |
'Authors',
|
|
|
878a2b |
'
|
|
|
878a2b |
'Alain Reguera Delgado <alain.reguera@gmail.com> (maintainer)',
|
|
|
878a2b |
'Marcus Moeller < ? >',
|
|
|
878a2b |
'',
|
|
|
878a2b |
'Lisence',
|
|
|
878a2b |
$lisence);
|