<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codeline &#187; trick</title>
	<atom:link href="http://codeline.richmd.ru/tag/trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeline.richmd.ru</link>
	<description>Веб созидание</description>
	<lastBuildDate>Thu, 22 Apr 2010 09:01:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to view popular TYPO3 extensions without restrictions</title>
		<link></link>
		<comments>http://codeline.richmd.ru/2008/07/how-to-view-popular-typo3-extensions-without-restrictions/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 19:34:17 +0000</pubDate>
		<dc:creator>Павел Антонов</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://codeline.richmd.ru/?p=42</guid>
		<description><![CDATA[Русская версия статьи / Russian version
Valery Romanchev (TYPO3 Laboratory) show the way to view all popular TYPO3 extensions without accessing to typo3.org and without restrictions on amount of viewed extensions on same page.

After you update extension list from repository, You can perform following SQL request to TYPO3 database:

1
2
3
4
5
6
7
SELECT `extkey`, `alldownloadcounter`, `title`, `description`,
`state`, `authorname`,` authoremail`, `ownerusername`,
FROM_UNIXTIME&#40;MAX&#40;`lastuploaddate`&#41;&#41; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeline.richmd.ru/?p=41">Русская версия статьи / Russian version</a></p>
<p>Valery Romanchev (<a href="http://www.typo3lab.ru">TYPO3 Laboratory</a>) show the way to view all popular TYPO3 extensions without accessing to typo3.org and without restrictions on amount of viewed extensions on same page.<br />
<span id="more-42"></span><br />
After you update extension list from repository, You can perform following SQL request to TYPO3 database:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #ff0000;">`extkey`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`alldownloadcounter`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`title`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`description`</span><span style="color: #66cc66;">,</span>
<span style="color: #ff0000;">`state`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`authorname`</span><span style="color: #66cc66;">,</span><span style="color: #ff0000;">` authoremail`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`ownerusername`</span><span style="color: #66cc66;">,</span>
FROM_UNIXTIME<span style="color: #66cc66;">&#40;</span>MAX<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`lastuploaddate`</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">AS</span> last_upload 
<span style="color: #993333; font-weight: bold;">FROM</span> <span style="color: #ff0000;">`cache_extensions`</span> 
<span style="color: #993333; font-weight: bold;">WHERE</span> lastuploaddate <span style="color: #66cc66;">&gt;</span> UNIX_TIMESTAMP<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'2007-01-01'</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #993333; font-weight: bold;">GROUP</span> <span style="color: #993333; font-weight: bold;">BY</span> <span style="color: #ff0000;">`extkey`</span>  
<span style="color: #993333; font-weight: bold;">ORDER</span> <span style="color: #993333; font-weight: bold;">BY</span> <span style="color: #ff0000;">`alldownloadcounter`</span> <span style="color: #993333; font-weight: bold;">DESC</span></pre></td></tr></table></div>

<p>Happy extensions exploring!</p>
<p><a href="http://forum.typo3.biz/showthread.php?t=6557">Original post on typo3.biz forum</a></p>
<p>P.S.: <strong>Dear, Readers, if you interested in English versions of articles about TYPO3 and TYPO3 snippets please let me know. Leave comments in my blog.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://codeline.richmd.ru/2008/07/how-to-view-popular-typo3-extensions-without-restrictions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Просмотр популярных расширений TYPO3</title>
		<link></link>
		<comments>http://codeline.richmd.ru/2008/07/%d0%bf%d1%80%d0%be%d1%81%d0%bc%d0%be%d1%82%d1%80-%d0%bf%d0%be%d0%bf%d1%83%d0%bb%d1%8f%d1%80%d0%bd%d1%8b%d1%85-%d1%80%d0%b0%d1%81%d1%88%d0%b8%d1%80%d0%b5%d0%bd%d0%b8%d0%b9-typo3/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 19:24:07 +0000</pubDate>
		<dc:creator>Павел Антонов</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://codeline.richmd.ru/?p=41</guid>
		<description><![CDATA[English version / Английская версия статьи
Валерий Романчев (TYPO3 Лаборатория) рассказал и показал как можно проссматривать популярные расширения TYPO3, без доступа к странице typo3.org и без ограничений количества расширений над одной странице.

Необходимо выполнить запроск к базе данных TYPO3, предварительно загрузив список расширений из репозитория:

1
2
3
4
5
6
7
SELECT `extkey`, `alldownloadcounter`, `title`, `description`,
`state`, `authorname`,` authoremail`, `ownerusername`,
FROM_UNIXTIME&#40;MAX&#40;`lastuploaddate`&#41;&#41; AS last_upload 
FROM `cache_extensions` 
WHERE [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeline.richmd.ru/?p=42">English version / Английская версия статьи</a></p>
<p>Валерий Романчев (<a href="http://www.typo3lab.ru">TYPO3 Лаборатория</a>) рассказал и показал как можно проссматривать популярные расширения TYPO3, без доступа к странице typo3.org и без ограничений количества расширений над одной странице.<br />
<span id="more-41"></span><br />
Необходимо выполнить запроск к базе данных TYPO3, предварительно загрузив список расширений из репозитория:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #ff0000;">`extkey`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`alldownloadcounter`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`title`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`description`</span><span style="color: #66cc66;">,</span>
<span style="color: #ff0000;">`state`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`authorname`</span><span style="color: #66cc66;">,</span><span style="color: #ff0000;">` authoremail`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">`ownerusername`</span><span style="color: #66cc66;">,</span>
FROM_UNIXTIME<span style="color: #66cc66;">&#40;</span>MAX<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`lastuploaddate`</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">AS</span> last_upload 
<span style="color: #993333; font-weight: bold;">FROM</span> <span style="color: #ff0000;">`cache_extensions`</span> 
<span style="color: #993333; font-weight: bold;">WHERE</span> lastuploaddate <span style="color: #66cc66;">&gt;</span> UNIX_TIMESTAMP<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'2007-01-01'</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #993333; font-weight: bold;">GROUP</span> <span style="color: #993333; font-weight: bold;">BY</span> <span style="color: #ff0000;">`extkey`</span>  
<span style="color: #993333; font-weight: bold;">ORDER</span> <span style="color: #993333; font-weight: bold;">BY</span> <span style="color: #ff0000;">`alldownloadcounter`</span> <span style="color: #993333; font-weight: bold;">DESC</span></pre></td></tr></table></div>

<p>Можно найти для себя многон нового!</p>
<p><a href="http://forum.typo3.biz/showthread.php?t=6557">Оригинальныйп пост на форуме typo3.biz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codeline.richmd.ru/2008/07/%d0%bf%d1%80%d0%be%d1%81%d0%bc%d0%be%d1%82%d1%80-%d0%bf%d0%be%d0%bf%d1%83%d0%bb%d1%8f%d1%80%d0%bd%d1%8b%d1%85-%d1%80%d0%b0%d1%81%d1%88%d0%b8%d1%80%d0%b5%d0%bd%d0%b8%d0%b9-typo3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
