The Lenin Court of Nizhny Tagil arrested for 14 days the editor-in-chief of the Vedomosti publication from Yekaterinburg Vladislav Postnikov on charges of “demonstration of extremist symbols” (part 1 of Article 20.3 of the Code of Administrative Offenses), the “Mediazon”.
By the administrative persecution of the journalist was two posts in his telegram channel, in which the police discovered symbols of symbolism National Bolshevik Party, as well as the headquarters of Alexei Navalny. Both of these political associations were declared extremist authorities and banned in Russia. On March 1, the Kirov court of Yekaterinburg arrested Postnikov for 14 days on the same charges due to another post in his telegram to Navalny’s headquarters. The journalist was taken to the court for consideration of the second administrative case immediately after his release on March 14 from the Nizhny Tagil special month. “Probably, the“ carousel “arrest” was organized, ”the“ mediazone, ”the Criminal Code has an article for repeated“ propaganda or demonstration of the symbols of extremist organizations ”(282.4 Criminal Code), according to which a person who has undergone punishment under Article 20.3 of the Code of Administrative Offenses can threaten up to four years of deprivation of freedom. Vedomosti ”believes that the case against their chief editor was“ lowered ”from the regional headquarters of the IMD, on the summer of 2024,“ Evening Vedomosti ”received at least 54 protocols on the“ discredit ”of the army due to news about anti-war shares. In total, they were fined one million rubles. Readers helped reporters to report money. In November 2023, the prosecutor’s office issued a warning to the Vedomosti publication, finding extremist statements and “false socially significant information” in the publications of journalists. The department threatened the publication by closing. (Tagstotranslate) News
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!