<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: New TypoGento Version 0.4.0 in the TER and MagentoConnect</title>
	<atom:link href="http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/</link>
	<description>the official TypoGento Blog!</description>
	<pubDate>Sat, 31 Jul 2010 04:57:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joost van Berckel</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-27</link>
		<dc:creator>Joost van Berckel</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-27</guid>
		<description>Hi Jörg and Michael,

Great work. I will try your extension right now.

Nice regards

Joost</description>
		<content:encoded><![CDATA[<p>Hi Jörg and Michael,</p>
<p>Great work. I will try your extension right now.</p>
<p>Nice regards</p>
<p>Joost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-18</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 17 Feb 2009 20:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-18</guid>
		<description>Thank you! Everything is working fine now. A big thanks for this extension and the documentation. It was very easy to follow.</description>
		<content:encoded><![CDATA[<p>Thank you! Everything is working fine now. A big thanks for this extension and the documentation. It was very easy to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TypoGento &#124; TYPO3 Blogger</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-14</link>
		<dc:creator>TypoGento &#124; TYPO3 Blogger</dc:creator>
		<pubDate>Mon, 16 Feb 2009 20:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-14</guid>
		<description>[...] Die letzte Version ist keine Woche alt.     Bookmark [...]</description>
		<content:encoded><![CDATA[<p>[...] Die letzte Version ist keine Woche alt.     Bookmark [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randomresult</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-9</link>
		<dc:creator>randomresult</dc:creator>
		<pubDate>Sat, 14 Feb 2009 19:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-9</guid>
		<description>here my example for realUrl:
&lt;pre lang="php"&gt;
 'postVarSets' =&gt; 
    array (
      '_DEFAULT' =&gt; 
      array (
        'shoparticle' =&gt; 
        array (
          0 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][s]',
          ),
        ),
        'shop' =&gt; 
        array (
          0 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][route]',
          ),
          1 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][controller]',
          ),
          2 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][action]',
          ),
          3 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][id]',
            'userFunc' =&gt; 'EXT:fbmagento/lib/class.tx_fbmagento_realurl.php:&#038;tx_fbmagento_realurl-&gt;idRewrite',
          ),
          4 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][category]',
            'userFunc' =&gt; 'EXT:fbmagento/lib/class.tx_fbmagento_realurl.php:&#038;tx_fbmagento_realurl-&gt;categoryRewrite',
          ),
          5 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][product]',
          ),
        ),
        'shoppage' =&gt; 
        array (
          0 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][p]',
          ),
          1 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][order]',
          ),
          2 =&gt; 
          array (
            'GETvar' =&gt; 'tx_fbmagento[shop][dir]',
          ),
        ),
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>here my example for realUrl:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"> <span style="color: #0000ff;">'postVarSets'</span> <span style="color: #339933;">=&gt;</span> 
    <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
      <span style="color: #0000ff;">'_DEFAULT'</span> <span style="color: #339933;">=&gt;</span> 
      <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
        <span style="color: #0000ff;">'shoparticle'</span> <span style="color: #339933;">=&gt;</span> 
        <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
          <span style="color: #cc66cc;">0</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][s]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        <span style="color: #0000ff;">'shop'</span> <span style="color: #339933;">=&gt;</span> 
        <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
          <span style="color: #cc66cc;">0</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][route]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">1</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][controller]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">2</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][action]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">3</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][id]'</span><span style="color: #339933;">,</span>
            <span style="color: #0000ff;">'userFunc'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'EXT:fbmagento/lib/class.tx_fbmagento_realurl.php:&amp;tx_fbmagento_realurl-&gt;idRewrite'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">4</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][category]'</span><span style="color: #339933;">,</span>
            <span style="color: #0000ff;">'userFunc'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'EXT:fbmagento/lib/class.tx_fbmagento_realurl.php:&amp;tx_fbmagento_realurl-&gt;categoryRewrite'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">5</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][product]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        <span style="color: #0000ff;">'shoppage'</span> <span style="color: #339933;">=&gt;</span> 
        <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
          <span style="color: #cc66cc;">0</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][p]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">1</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][order]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
          <span style="color: #cc66cc;">2</span> <span style="color: #339933;">=&gt;</span> 
          <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span>
            <span style="color: #0000ff;">'GETvar'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'tx_fbmagento[shop][dir]'</span><span style="color: #339933;">,</span>
          <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-8</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 14 Feb 2009 18:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-8</guid>
		<description>For the poor souls that do not use autoconf in RealURL, could you please post your RealURL configuration? Thank you!</description>
		<content:encoded><![CDATA[<p>For the poor souls that do not use autoconf in RealURL, could you please post your RealURL configuration? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randomresult</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-6</link>
		<dc:creator>randomresult</dc:creator>
		<pubDate>Sat, 14 Feb 2009 17:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-6</guid>
		<description>@Kim: you can find the links on the "can i try it out" page :) or in the TER (fb_magento) and at magento-connect (magento-community/Flagbit_Typo3connect)</description>
		<content:encoded><![CDATA[<p>@Kim: you can find the links on the &#8220;can i try it out&#8221; page <img src='http://www.typogento.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> or in the TER (fb_magento) and at magento-connect (magento-community/Flagbit_Typo3connect)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berrie Pelser</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-5</link>
		<dc:creator>Berrie Pelser</dc:creator>
		<pubDate>Sat, 14 Feb 2009 16:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-5</guid>
		<description>Follow you on Twitter!, I very curious to see how the work, I will test it! :)</description>
		<content:encoded><![CDATA[<p>Follow you on Twitter!, I very curious to see how the work, I will test it! <img src='http://www.typogento.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-3</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Fri, 13 Feb 2009 12:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-3</guid>
		<description>Where can I find a download for TypoGento - I seach and search about the version, but I can not find any download button - and I can not find it at typo3.org</description>
		<content:encoded><![CDATA[<p>Where can I find a download for TypoGento - I seach and search about the version, but I can not find any download button - and I can not find it at typo3.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Und wieder eine neue Version von TypoGento! &#124; typo3-book.com</title>
		<link>http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/comment-page-1/#comment-2</link>
		<dc:creator>Und wieder eine neue Version von TypoGento! &#124; typo3-book.com</dc:creator>
		<pubDate>Thu, 12 Feb 2009 20:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://typogento.site.flagbit.com/blog/?p=21#comment-2</guid>
		<description>[...] nun endlich eine &#8220;how to install&#8221; Anleitung. Hier der Blogeintrag von Typogento.com: http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/   Diese Seite [...]</description>
		<content:encoded><![CDATA[<p>[...] nun endlich eine &#8220;how to install&#8221; Anleitung. Hier der Blogeintrag von Typogento.com: <a href="http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/" rel="nofollow">http://www.typogento.com/blog/typogento/new-typogento-version-040-in-the-ter-and-magentoconnect/</a>   Diese Seite [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
