From gitlab at videolan.org Mon Apr 17 09:46:04 2023 From: gitlab at videolan.org (=?UTF-8?B?RmVsaXggUGF1bCBLw7xobmUgKEBma3VlaG5lKQ==?=) Date: Mon, 17 Apr 2023 11:46:04 +0200 Subject: [www-doc] [Git][VideoLAN.org/websites][master] index: remove twitter integration that was intentionally disabled server-side Message-ID: <643d155c4bee4_17088810839db09153b6@gitlab.mail> Felix Paul K?hne pushed to branch master at VideoLAN organization / websites Commits: 51e1ccc3 by Felix Paul K?hne at 2023-04-17T11:45:53+02:00 index: remove twitter integration that was intentionally disabled server-side - - - - - 1 changed file: - www.videolan.org/index.php Changes: ===================================== www.videolan.org/index.php ===================================== @@ -265,27 +265,6 @@ include($_SERVER["DOCUMENT_ROOT"] . "/include/magpierss/rss_fetch.inc"); -
'; - echo preg_replace(array('^(http://\S+)^is', '^(https://\S+)^is'), '$1', str_replace("videolan:", "" . date("Y-m-d h:i", strtotime($item['pubdate'])) . "", $item['title'])); - echo "
"; - $i++; - if ($i >= $columns * $entries_per_column) break; - if ($i % $entries_per_column == 0) echo "Could not load RSS feed
"; - ?> - View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/51e1ccc34a465e78ddb9fe9102226208e599f0a4 -- View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/51e1ccc34a465e78ddb9fe9102226208e599f0a4 You're receiving this email because of your account on code.videolan.org. VideoLAN code repository instance