<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум АлаичЪ'а о SEO - Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
	<link rel="self" href="https://talk.alaev.info/feed/atom/topic/87/" />
	<updated>2013-04-11T08:57:16Z</updated>
	<generator>PunBB</generator>
	<id>https://talk.alaev.info/topic/87/</id>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/4562/#p4562" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>pnzvad пишет:</cite><blockquote><p>В индексе уже страницы</p></blockquote></div><p>И?</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-04-11T08:57:16Z</updated>
			<id>https://talk.alaev.info/post/4562/#p4562</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/4549/#p4549" />
			<content type="html"><![CDATA[<p>В индексе уже страницы <img src="https://talk.alaev.info/img/smilies/sad.png" width="15" height="15" alt="sad" />(</p>]]></content>
			<author>
				<name><![CDATA[pnzvad]]></name>
				<uri>https://talk.alaev.info/user/357/</uri>
			</author>
			<updated>2013-04-10T14:35:02Z</updated>
			<id>https://talk.alaev.info/post/4549/#p4549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/4519/#p4519" />
			<content type="html"><![CDATA[<p><strong>pnzvad</strong>, Нет, я над движком не буду издеваться. Где-то в сети есть руководства, как такое можно провернуть, но я бы настоятельно не рекомендовал этого делать!</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-04-09T11:28:14Z</updated>
			<id>https://talk.alaev.info/post/4519/#p4519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/4518/#p4518" />
			<content type="html"><![CDATA[<p>Привет. Помоги убрать id и *.html из ссылки новости..<br />Т.е. сейчас имеем: <a href="http://site.ru/category/101-alt_name.html">http://site.ru/category/101-alt_name.html</a><br />А нужно: <a href="http://site.ru/category/alt_name">http://site.ru/category/alt_name</a></p><p>Очень тебя прошу <img src="https://talk.alaev.info/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[pnzvad]]></name>
				<uri>https://talk.alaev.info/user/357/</uri>
			</author>
			<updated>2013-04-09T10:14:05Z</updated>
			<id>https://talk.alaev.info/post/4518/#p4518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/3052/#p3052" />
			<content type="html"><![CDATA[<p><strong>Abrikos</strong>, Ну, если бы ты был несколько внимательнее, то обратил бы внимание, что в этой теме я писал разбор только двух вариантов битых ссылок:<br />123-news-na..<br />345-another-news-nam../</p><p>Если тебя так волнует html на конце. Вот для первого типа ЧПУ.</p><p>Замени:<br /></p><div class="codebox"><pre><code>RewriteRule ^page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$3&amp;news_page=$1&amp;cstart=$2&amp;seourl=$4 [L]
RewriteRule ^page,([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$2&amp;news_page=$1&amp;seourl=$3 [L]
RewriteRule ^print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ engine/print.php?news_page=$1&amp;newsid=$2&amp;seourl=$3 [L]
RewriteRule ^([0-9]+)-(.*).html(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]</code></pre></div><p>На:<br /></p><div class="codebox"><pre><code>RewriteRule ^page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$3&amp;news_page=$1&amp;cstart=$2&amp;seourl=$4 [L]
RewriteRule ^page,([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$2&amp;news_page=$1&amp;seourl=$3 [L]
RewriteRule ^print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ engine/print.php?news_page=$1&amp;newsid=$2&amp;seourl=$3 [L]
RewriteRule ^([0-9]+)-(.*).htm(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]
RewriteRule ^([0-9]+)-(.*).ht(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]
RewriteRule ^([0-9]+)-(.*).h(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]
RewriteRule ^([0-9]+)-(.*)\.(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]
RewriteRule ^([0-9]+)-(.*).html(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]</code></pre></div><p>Для второго типа ЧПУ можешь по аналогии сделать.</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-01-23T03:52:16Z</updated>
			<id>https://talk.alaev.info/post/3052/#p3052</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/3031/#p3031" />
			<content type="html"><![CDATA[<p>беру чистый файл .htaccess из дистрибутива, заливаю на сервер, и все равно с URL, где нет на конце .html редиректит на главную, что-то непонятно совсем... Но если взять при том же чистом .htaccess ввести адрес в виде .ht то вылетает с ошибкой страница не найдена. перепроверил все правки которые, вносились в файл: </p><p>Вот содержимое моего файла:</p><div class="codebox"><pre><code>DirectoryIndex index.php

RewriteEngine On

# Карта сайта
RewriteRule ^sitemap(/?)+$ /?do=sitemap [L]

### START Определяем главное зеркало как site.ru (site.ru заменить на свой домен, например alaev.info)
RewriteCond %{HTTP_HOST} ^www\.moysayt\.net$ [NC]
RewriteRule ^(.*)$ http://moysayt.net/$1 [R=301,L]
### END Определяем главное зеркало

### START Редирект с первой страницы на основную
RewriteRule ^(.*)/page/1/$ $1/ [R=301,L]
RewriteRule ^(.*)page/1/$ $1/ [R=301,L]
### END Редирект с первой страницы на основную
   
# Редиректы
RewriteRule ^page/(.*)$ index.php?cstart=$1 [L]

# Сам пост
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),([0-9]+),(.*).html(/?)+$ index.php?subaction=showfull&amp;year=$1&amp;month=$2&amp;day=$3&amp;news_page=$4&amp;cstart=$5&amp;news_name=$6&amp;seourl=$6 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),(.*).html(/?)+$ index.php?subaction=showfull&amp;year=$1&amp;month=$2&amp;day=$3&amp;news_page=$4&amp;news_name=$5&amp;seourl=$5 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/print:page,([0-9]+),(.*).html(/?)+$ engine/print.php?subaction=showfull&amp;year=$1&amp;month=$2&amp;day=$3&amp;news_page=$4&amp;news_name=$5&amp;seourl=$5 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*).html(/?)+$ index.php?subaction=showfull&amp;year=$1&amp;month=$2&amp;day=$3&amp;news_name=$4&amp;seourl=$4 [L]

RewriteRule ^([^.]+)/page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$4&amp;news_page=$2&amp;cstart=$3&amp;seourl=$5&amp;seocat=$1 [L]
RewriteRule ^([^.]+)/page,([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$3&amp;news_page=$2&amp;seourl=$4&amp;seocat=$1 [L]
RewriteRule ^([^.]+)/print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ engine/print.php?news_page=$2&amp;newsid=$3&amp;seourl=$4&amp;seocat=$1 [L]
RewriteRule ^([^.]+)/([0-9]+)-(.*).html(/?)+$ index.php?newsid=$2&amp;seourl=$3&amp;seocat=$1 [L]

RewriteRule ^page,([0-9]+),([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$3&amp;news_page=$1&amp;cstart=$2&amp;seourl=$4 [L]
RewriteRule ^page,([0-9]+),([0-9]+)-(.*).html(/?)+$ index.php?newsid=$2&amp;news_page=$1&amp;seourl=$3 [L]
RewriteRule ^print:page,([0-9]+),([0-9]+)-(.*).html(/?)+$ engine/print.php?news_page=$1&amp;newsid=$2&amp;seourl=$3 [L]
RewriteRule ^([0-9]+)-(.*).html(/?)+$ index.php?newsid=$1&amp;seourl=$2 [L]

# За день
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})(/?)+$ index.php?year=$1&amp;month=$2&amp;day=$3 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page/([0-9]+)(/?)+$ index.php?year=$1&amp;month=$2&amp;day=$3&amp;cstart=$4 [L]
# За весь месяц
RewriteRule ^([0-9]{4})/([0-9]{2})(/?)+$ index.php?year=$1&amp;month=$2 [L]
RewriteRule ^([0-9]{4})/([0-9]{2})/page/([0-9]+)(/?)+$ index.php?year=$1&amp;month=$2&amp;cstart=$3 [L]
# Вывод за весь год
RewriteRule ^([0-9]{4})(/?)+$ index.php?year=$1 [L]
RewriteRule ^([0-9]{4})/page/([0-9]+)(/?)+$ index.php?year=$1&amp;cstart=$2 [L]
# вывод отдельному тегу
RewriteRule ^tags/([^/]*)(/?)+$ index.php?do=tags&amp;tag=$1 [L]
RewriteRule ^tags/([^/]*)/page/([0-9]+)(/?)+$ index.php?do=tags&amp;tag=$1&amp;cstart=$2 [L]
# поиск по доп полям
RewriteRule ^xfsearch/([^/]*)(/?)+$ index.php?do=xfsearch&amp;xf=$1 [L]
RewriteRule ^xfsearch/([^/]*)/page/([0-9]+)(/?)+$ index.php?do=xfsearch&amp;xf=$1&amp;cstart=$2 [L]
# вывод для отдельного юзера
RewriteRule ^user/([^/]*)/rss.xml$ engine/rss.php?subaction=allnews&amp;user=$1 [L]
RewriteRule ^user/([^/]*)(/?)+$ index.php?subaction=userinfo&amp;user=$1 [L]
RewriteRule ^user/([^/]*)/page/([0-9]+)(/?)+$ index.php?subaction=userinfo&amp;user=$1&amp;cstart=$2 [L]
RewriteRule ^user/([^/]*)/news(/?)+$ index.php?subaction=allnews&amp;user=$1 [L]
RewriteRule ^user/([^/]*)/news/page/([0-9]+)(/?)+$ index.php?subaction=allnews&amp;user=$1&amp;cstart=$2 [L]
RewriteRule ^user/([^/]*)/news/rss.xml(/?)+$ engine/rss.php?subaction=allnews&amp;user=$1 [L]
# вывод всех последних новостей
RewriteRule ^lastnews(/?)+$ index.php?do=lastnews [L]
RewriteRule ^lastnews/page/([0-9]+)(/?)+$ index.php?do=lastnews&amp;cstart=$1 [L]
# вывод в виде каталога
RewriteRule ^catalog/([^/]*)/rss.xml$ engine/rss.php?catalog=$1 [L]
RewriteRule ^catalog/([^/]*)(/?)+$ index.php?catalog=$1 [L]
RewriteRule ^catalog/([^/]*)/page/([0-9]+)(/?)+$ index.php?catalog=$1&amp;cstart=$2 [L]
# вывод непрочитанных статей
RewriteRule ^newposts(/?)+$ index.php?subaction=newposts [L]
RewriteRule ^newposts/page/([0-9]+)(/?)+$ index.php?subaction=newposts&amp;cstart=$1 [L]
# вывод избранных статей
RewriteRule ^favorites(/?)+$ index.php?do=favorites [L]
RewriteRule ^favorites/page/([0-9]+)(/?)+$ index.php?do=favorites&amp;cstart=$1 [L]

RewriteRule ^rules.html$ index.php?do=rules [L]
RewriteRule ^statistics.html$ index.php?do=stats [L]
RewriteRule ^addnews.html$ index.php?do=addnews [L]
RewriteRule ^rss.xml$ engine/rss.php [L]
RewriteRule ^sitemap.xml$ uploads/sitemap.xml [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/page/([0-9]+)(/?)+$ index.php?do=cat&amp;category=$1&amp;cstart=$2 [L]
RewriteRule ^([^.]+)/?$ index.php?do=cat&amp;category=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)/rss.xml$ engine/rss.php?do=cat&amp;category=$1 [L]
RewriteRule ^page,([0-9]+),([^/]+).html$ index.php?do=static&amp;page=$2&amp;news_page=$1 [L]
RewriteRule ^print:([^/]+).html$ engine/print.php?do=static&amp;page=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+).html$ index.php?do=static&amp;page=$1 [L]

### Редиректы с site.ru/category/index.php на site.ru/category/ и др.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.*)index\.php$
RewriteRule ^(.*)index\.php$ $1 [R=301,L]
### Редиректы с index.php на сайт
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ / [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</code></pre></div><p>Все правки, которые подходили для 9.7 и больше нечего... Почему при отсутствии .html на конце возвращает на главную....</p>]]></content>
			<author>
				<name><![CDATA[Abrikos]]></name>
				<uri>https://talk.alaev.info/user/35/</uri>
			</author>
			<updated>2013-01-22T13:05:44Z</updated>
			<id>https://talk.alaev.info/post/3031/#p3031</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/3003/#p3003" />
			<content type="html"><![CDATA[<p><strong>Abrikos</strong>, Значит правки конфликтуют. Так как изначально редиректа с неправильного URL (без .html на конце) на главную быть не должно.</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-01-22T03:03:29Z</updated>
			<id>https://talk.alaev.info/post/3003/#p3003</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2984/#p2984" />
			<content type="html"><![CDATA[<p>Хм... какой-то косяк, вношу правки, но как редиректило с неправильного URL (без .html на конце) на главную так и редиректит, как будто нечего и не правил, ЧПУ тип 2</p>]]></content>
			<author>
				<name><![CDATA[Abrikos]]></name>
				<uri>https://talk.alaev.info/user/35/</uri>
			</author>
			<updated>2013-01-19T18:33:14Z</updated>
			<id>https://talk.alaev.info/post/2984/#p2984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2692/#p2692" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>MisterNet пишет:</cite><blockquote><p>Жаль, конечно, что нет объяснений этому феномену.</p></blockquote></div><p>Почему же нет, есть объяснение - я просто не знаю рабочего варианта редиректа, а он есть...где-то кто-то его знает...</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-01-04T19:47:18Z</updated>
			<id>https://talk.alaev.info/post/2692/#p2692</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2687/#p2687" />
			<content type="html"><![CDATA[<p>Жаль, конечно, что нет объяснений этому феномену. Но в любом случае, спасибо, Александр большое.&nbsp; <img src="https://talk.alaev.info/img/smilies/sad.png" width="15" height="15" alt="sad" /> С уважением, Владимир.</p>]]></content>
			<author>
				<name><![CDATA[MisterNet]]></name>
				<uri>https://talk.alaev.info/user/83/</uri>
			</author>
			<updated>2013-01-03T20:29:53Z</updated>
			<id>https://talk.alaev.info/post/2687/#p2687</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2685/#p2685" />
			<content type="html"><![CDATA[<p><strong>MisterNet</strong>, Можно было, как я и писал, после RewriteEngine On все добавить. Но это не важно, оно все равно не заработает, раз не заработало сразу... <img src="https://talk.alaev.info/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-01-03T20:22:29Z</updated>
			<id>https://talk.alaev.info/post/2685/#p2685</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2682/#p2682" />
			<content type="html"><![CDATA[<p>Александр, спасибо большое за подсказку. Но, к сожалению, первый вариант не работает. Дубли остаются, а при втором страницы не грузяться. Браузер пишет, что обнаружена циклическая переадресация. У меня .htaccess начинался так:</p><div class="quotebox"><blockquote><p>RewriteEngine On<br />RewriteBase /<br />RewriteRule ^(.*)&amp;post=(.*)$ $1 [R=301,L]</p></blockquote></div><p>Я заменил последнюю строчку на те варианты, которые вы мне подсказали. Я правильно сделал? Или надо было последнюю, третью строчку оставить и попробовать добавить, те два варианта по очереди?<br />Спасибо за понимание <img src="https://talk.alaev.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[MisterNet]]></name>
				<uri>https://talk.alaev.info/user/83/</uri>
			</author>
			<updated>2013-01-03T18:37:17Z</updated>
			<id>https://talk.alaev.info/post/2682/#p2682</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2678/#p2678" />
			<content type="html"><![CDATA[<p><strong>MisterNet</strong>, В файле .htaccess сразу после строки:</p><div class="codebox"><pre><code>RewriteEngine On</code></pre></div><p>Добавить:</p><div class="codebox"><pre><code>RewriteBase / 
RewriteCond %{QUERY_STRING} ^newsid=([0-9]){1,6}(.*)$
RewriteRule ^(.*)\.php\?(.*)([0-9]){1,6}(.*)$ $1\.php?$2$3 [R=301,NC,L]</code></pre></div><p>Если не поможет первое, то может быть вот это правило сработает:</p><div class="codebox"><pre><code>RewriteBase / 
RewriteCond %{QUERY_STRING} ^newsid=([0-9]){1,6}(.*)$
RewriteRule (.*) parameter.php\?newsid=%1 [R=301,NC,L]</code></pre></div><p>Других вариантов нет.</p>]]></content>
			<author>
				<name><![CDATA[admin]]></name>
				<uri>https://talk.alaev.info/user/2/</uri>
			</author>
			<updated>2013-01-03T16:33:37Z</updated>
			<id>https://talk.alaev.info/post/2678/#p2678</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2677/#p2677" />
			<content type="html"><![CDATA[<p>Всем привет! Может не совсем в тему. Но решил новую тему не создавать. Появился такой дубль у меня. Кто знает в чем проблема и как ее исправить? DLE 9,5, без ЧПУ. <br />http://kniganet.ru/index.php?newsid=668<br />http://kniganet.ru/index.php?newsid=668%D1%81%D0%B0%D0%B9%D1%82%D0%BE%D0%BC</p><p>Заранее спасибо!</p>]]></content>
			<author>
				<name><![CDATA[MisterNet]]></name>
				<uri>https://talk.alaev.info/user/83/</uri>
			</author>
			<updated>2013-01-03T14:45:46Z</updated>
			<id>https://talk.alaev.info/post/2677/#p2677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Исправление битых url в DLE 9.7 (Для ЧПУ 1 и 2 типа)]]></title>
			<link rel="alternate" href="https://talk.alaev.info/post/2587/#p2587" />
			<content type="html"><![CDATA[<p>Спасибо, помогло :-)</p>]]></content>
			<author>
				<name><![CDATA[Boom]]></name>
				<uri>https://talk.alaev.info/user/62/</uri>
			</author>
			<updated>2012-12-27T00:24:56Z</updated>
			<id>https://talk.alaev.info/post/2587/#p2587</id>
		</entry>
</feed>
