1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-24 17:37:09 +00:00

drop tagwall from trunk

This commit is contained in:
Andrew Dolgov
2007-10-24 07:50:10 +01:00
parent e0579c6d4f
commit 7e1265ede7
19 changed files with 2 additions and 2369 deletions

View File

@@ -73,14 +73,6 @@
require_once 'magpierss/rss_utils.inc';
}
if (ENABLE_TAGWALL) {
include_once "tw/tw-config.php";
include_once "tw/tw.php";
include_once TW_SETUP . "paranoya.php";
$tw_parser = new twParser();
}
function _debug($msg) {
$ts = strftime("%H:%M:%S", time());
print "[$ts] $msg\n";
@@ -3172,16 +3164,8 @@
if (get_pref($link, "STRIP_UNSAFE_TAGS") || $force_strip_tags) {
if (ENABLE_TAGWALL) {
global $tw_parser;
global $tw_paranoya_setup;
$res = $tw_parser->strip_tags($res, $tw_paranoya_setup);
} else {
$res = strip_tags_long($res, "<p><a><i><em><b><strong><blockquote><br><img><div><span>");
}
$res = strip_tags_long($res,
"<p><a><i><em><b><strong><blockquote><br><img><div><span><ul><ol><li>");
// $res = preg_replace("/\r\n|\n|\r/", "", $res);
// $res = strip_tags_long($res, "<p><a><i><em><b><strong><blockquote><br><img><div><span>");