<?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>Souvenir from Life.fr &#187; Dotclear-2</title>
	<atom:link href="http://www.souvenirfromlife.fr/category/apprendre/apprendredotclear-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.souvenirfromlife.fr</link>
	<description></description>
	<lastBuildDate>Thu, 03 Feb 2011 16:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Dotclear 2 &#8211; Fonction extrait et flux rss/atom</title>
		<link>http://www.souvenirfromlife.fr/2008/12/03/dotclear-2-fonction-extrait-et-flux-rssatom/</link>
		<comments>http://www.souvenirfromlife.fr/2008/12/03/dotclear-2-fonction-extrait-et-flux-rssatom/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 18:40:00 +0000</pubDate>
		<dc:creator>Frédéric Reynier</dc:creator>
				<category><![CDATA[Dotclear-2]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Rss]]></category>

		<guid isPermaLink="false">http://www.souvenirfromlife.fr/?p=143</guid>
		<description><![CDATA[<p>Dans mes billets, je me sers de la fonction "Extrait" pour gérer la présentation. En conséquence mes flux rss ne contiennent que l'extrait et pas tout le billet.<br />
Voici comment y remédier.</p>]]></description>
			<content:encoded><![CDATA[<p>Dans mes billets, je me sers de la fonction &laquo;&nbsp;Extrait&nbsp;&raquo; pour gérer la présentation. En conséquence mes flux rss ne contiennent que l&#8217;extrait et pas tout le billet.<br />
Voici comment y remédier.</p>
<p><span id="more-143"></span></p>
<p>La solution réside dans la modification des fichiers atom.xml et rss.xml. Ils sont directement modifiable depuis l&#8217;éditeur de thème.<br />
(<em>Tableau de bord &gt;  Apparence du blog &gt; Editeur de thème</em>)</p>
<h3>Fichier atom.xml</h3>
<ul>
<li>Avant:</li>
</ul>
<pre>     &lt;content type=&quot;html&quot;&gt;       &lt;!-- # Entry with an excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;1&quot;&gt; 	   {{tpl:EntryExcerpt absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}} 	   &amp;lt;p&amp;gt;&amp;lt;a href=&quot;{{tpl:EntryURL}}&quot;&amp;gt;{{tpl:lang Continue reading}}&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;       &lt;/tpl:EntryIf&gt;       &lt;!-- # Entry without excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;0&quot;&gt; 	   {{tpl:EntryContent absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}}       &lt;/tpl:EntryIf&gt;     &lt;/content&gt; </pre>
<ul>
<li>Après:</li>
</ul>
<pre>     &lt;content type=&quot;html&quot;&gt;       &lt;!-- # Entry with an excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;1&quot;&gt; 	   {{tpl:EntryExcerpt absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}} 	   {{tpl:EntryContent absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}}       &lt;/tpl:EntryIf&gt;       &lt;!-- # Entry without excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;0&quot;&gt; 	   {{tpl:EntryContent absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}}       &lt;/tpl:EntryIf&gt;     &lt;/content&gt; </pre>
<h3>Fichier rss2.xml</h3>
<ul>
<li>Avant:</li>
</ul>
<pre>     &lt;description&gt;       &lt;!-- # Entry with an excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;1&quot;&gt; 	   {{tpl:EntryExcerpt absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}} 	   &amp;lt;p&amp;gt;&amp;lt;a href=&quot;{{tpl:EntryURL}}&quot;&amp;gt;{{tpl:lang Continue reading}}&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;       &lt;/tpl:EntryIf&gt;       &lt;!-- # Entry without excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;0&quot;&gt; 	   {{tpl:EntryContent absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}}       &lt;/tpl:EntryIf&gt;     &lt;/description&gt; </pre>
<ul>
<li>Après:</li>
</ul>
<pre>     &lt;description&gt;       &lt;!-- # Entry with an excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;1&quot;&gt; 	   {{tpl:EntryExcerpt absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}} 	   {{tpl:EntryContent absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}}       &lt;/tpl:EntryIf&gt;       &lt;!-- # Entry without excerpt --&gt;       &lt;tpl:EntryIf extended=&quot;0&quot;&gt; 	   {{tpl:EntryContent absolute_urls=&quot;1&quot; encode_xml=&quot;1&quot;}}       &lt;/tpl:EntryIf&gt;     &lt;/description&gt; </pre>
]]></content:encoded>
			<wfw:commentRss>http://www.souvenirfromlife.fr/2008/12/03/dotclear-2-fonction-extrait-et-flux-rssatom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

