147 lines
5.8 KiB
Text
147 lines
5.8 KiB
Text
/************************************************************************
|
||
Telaen is a GPL'ed software developed by
|
||
|
||
- The Telaen Group
|
||
- http://jimjag.github.io/telaen/
|
||
|
||
*************************************************************************/
|
||
|
||
/**
|
||
* htmlfilter.inc
|
||
* ---------------
|
||
* This set of functions allows you to filter html in order to remove
|
||
* any malicious tags from it. Useful in cases when you need to filter
|
||
* user input for any cross-site-scripting attempts.
|
||
*
|
||
* Copyright (C) 2002-2004 by Duke University
|
||
*
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License as published by the Free Software Foundation; either
|
||
* version 2.1 of the License, or (at your option) any later version.
|
||
*
|
||
* This library is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* Lesser General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
||
* 02110-1301 USA
|
||
*
|
||
* @Author Konstantin Riabitsev <icon@linux.duke.edu>
|
||
* @Version 1.1 ($Date: 2010-05-04 10:07:14 -0400 (Tue, 04 May 2010) $)
|
||
*/
|
||
|
||
/************************************************************************
|
||
UebiMiau is a GPL'ed software developed by
|
||
|
||
- Aldoir Ventura - aldoir@users.sourceforge.net
|
||
- http://uebimiau.sourceforge.net
|
||
|
||
Fell free to contact, send donations or anything to me :-)
|
||
S„o Paulo - Brasil
|
||
*************************************************************************/
|
||
|
||
/**
|
||
* PHPMailer - PHP email creation and transport class.
|
||
* PHP Version 5
|
||
* @package PHPMailer
|
||
* @link https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
|
||
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
|
||
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
|
||
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
|
||
* @author Brent R. Matzelle (original founder)
|
||
* @copyright 2012 - 2014 Marcus Bointon
|
||
* @copyright 2010 - 2012 Jim Jagielski
|
||
* @copyright 2004 - 2009 Andy Prevost
|
||
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
|
||
* @note This program is distributed in the hope that it will be useful - WITHOUT
|
||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||
* FITNESS FOR A PARTICULAR PURPOSE.
|
||
*/
|
||
|
||
/**
|
||
* PHPMailer - PHP email creation and transport class.
|
||
* @package PHPMailer
|
||
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
|
||
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
|
||
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
|
||
* @author Brent R. Matzelle (original founder)
|
||
*/
|
||
|
||
/**
|
||
*
|
||
* This file is a PHP implementation of rfc2445/rfc5545.
|
||
*
|
||
* @copyright Copyright (c) 2007-2014 Kjell-Inge Gustafsson, kigkonsult, All rights reserved
|
||
* @link http://kigkonsult.se/iCalcreator/index.php
|
||
* @license http://kigkonsult.se/downloads/dl.php?f=LGPL
|
||
* @package iCalcreator
|
||
* @version v2.20.2
|
||
*/
|
||
/**
|
||
* This library is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU Lesser General Public
|
||
* License as published by the Free Software Foundation; either
|
||
* version 2.1 of the License, or (at your option) any later version.
|
||
*
|
||
* This library is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
* Lesser General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public
|
||
* License along with this library; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
*/
|
||
|
||
/* Prototype JavaScript framework, version 1.4.0_pre10_ajax
|
||
* (c) 2005 Sam Stephenson <sam@conio.net>
|
||
*
|
||
* This is a downcut version for AJAX by Alexander Kirk http://alexander.kirk.at/
|
||
*
|
||
* Prototype is freely distributable under the terms of an MIT-style license.
|
||
*
|
||
* For details, see the Prototype web site: http://prototype.conio.net/
|
||
*
|
||
* Renamed to mini-Ajax.js
|
||
* * Updated w/ selected backports from Prototype 1.7.2
|
||
/*--------------------------------------------------------------------------*/
|
||
|
||
/*
|
||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||
*/
|
||
|
||
htmLawed is free and open-source software dual copyrighted by Santosh Patnaik, MD, PhD, and licensed under LGPL license version 3:- http://www.gnu.org/licenses/lgpl-3.0.txt, and GPL license version 2:- http://www.gnu.org/licenses/gpl-2.0.txt (or later).
|
||
|
||
MIT License:
|
||
https://github.com/jimjag/vCard-parser
|
||
|
||
Html2Text.php
|
||
/*
|
||
* Copyright (c) 2005-2007 Jon Abernathy <jon@chuggnutt.com>
|
||
*
|
||
* This script is free software; you can redistribute it and/or modify
|
||
* it under the terms of the GNU General Public License as published by
|
||
* the Free Software Foundation; either version 2 of the License, or
|
||
* (at your option) any later version.
|
||
*
|
||
* The GNU General Public License can be found at
|
||
* http://www.gnu.org/copyleft/gpl.html.
|
||
*
|
||
* This script is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU General Public License for more details.
|
||
*/
|
||
|
||
/*
|
||
* class.Mparser.php
|
||
* Orig impl: <copyright>Copyright <20> (C) Manuel Lemos 2006 - 2008</copyright>
|
||
* Modifications for Telaen: Jim Jagielski <jimjag@gmail.com>
|
||
* License: BSD 2-Clause: http://opensource.org/licenses/BSD-2-Clause
|
||
*
|
||
*/
|