The Kurdish -guided Syrian democratic forces (SDF) have agreed with the country’s new rulers on a complete integration into the state institutions. According to the state news agency Sana, the agreement was signed by temporary president Ahmed al-Sharaa and SDF Ober commander Maslum Abdi.
Three months after the change of power in Syria, the agreement with the military alliance SDF in the northeast led by Kurds is an important step in the effort of the Islamist transitional government to unite the country. With the agreement, the Kurds give up their previous role as an independent military and administrative power in Syria. The agreement includes central points such as the political participation of all Syrians regardless of ethnic or religious belonging and the recognition of the Kurdish community as a population group with full citizenship rights. In addition, a secure return of all displaced people was officially ended in Syria’s west. Previously, after a wave of violence in the coastal areas in the west, the transitional government had brought the situation back under control there. The “military operation” against supporters of the fallen long-term ruler Bashar al-Assad had ended, the Ministry of Defense said. According to the recent information from the Syrian observation center for human rights, bloodshed cost more than 1,500 people, most of them were civilians. According to the activists, the religious minority of Alawites, which also belongs to Assad, had a target. The observation center based in Great Britain reported “massacres”. The transitional government saw an attempt by the Assad Loyalists behind the violent outburst of violence to overthrow the country into a new civil war. “For the international community, a potential solution to the conflict between the SDF and Damascus means enormous progress for the transition in Syria,” said Middle East expert Lister to the “Wall Street Journal”. The northeastern Syria has so far been checked predominantly by the SDF troops, which were fought against the terrorist militia against the terrorist militia. There the SDF has built up its own self -government. Turkey sees it as a branch of the forbidden Kurdish Workers’ Party (PKK), classifies it as a terrorist organization and fights it. The Kurdish leadership had negotiated with the new rulers in Damascus in the past few weeks. The agreed agreement – provided that it is implemented as agreed – will remove one of the most important challenges for the new government. Both sides emphasized the country’s unity and according to their own statements rejected a division of Syria.
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!