<?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: Simple Character Truncate Filter And Dot Dot Dot Variant</title>
	<atom:link href="http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/</link>
	<description>Django is for the Aware</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:51:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: webaddlink</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-4978</link>
		<dc:creator>webaddlink</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-4978</guid>
		<description>Your web is very useful I liked a lot and I will return to read again. &lt;br&gt;For my site &lt;a href=&quot;http://www.webaddlink.com&quot; rel=&quot;nofollow&quot;&gt;add link add url&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Your web is very useful I liked a lot and I will return to read again. <br />For my site <a href="http://www.webaddlink.com" rel="nofollow">add link add url</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: best skin care products</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-4892</link>
		<dc:creator>best skin care products</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-4892</guid>
		<description>I subscribed to your blog when is the next post&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;lucy grey&lt;br&gt;______________________________________________</description>
		<content:encoded><![CDATA[<p>I subscribed to your blog when is the next post</p>
<p>Have a nice day<br />lucy grey<br />______________________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-1223</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 21 Jul 2007 15:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-1223</guid>
		<description>Tim,

  It would not be hard to add an extra parameter called font size and then using some standard ratio adjust the width based on pixles.

  I did something similar a while back when implementing a PDF generator.  Its not impossible but was overkill for my needs.

  The hardest part would be figuring out how to link the font size parameter with the CSS style on the page to truly get a stand alone filter.</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>  It would not be hard to add an extra parameter called font size and then using some standard ratio adjust the width based on pixles.</p>
<p>  I did something similar a while back when implementing a PDF generator.  Its not impossible but was overkill for my needs.</p>
<p>  The hardest part would be figuring out how to link the font size parameter with the CSS style on the page to truly get a stand alone filter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-1222</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 21 Jul 2007 15:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-1222</guid>
		<description>Yes there is already a filter in Django that does something similar, its called: urlizetrunc.

This filter takes it a step further, its has a &quot;...&quot; variant and works on any string.  I used it on titles.</description>
		<content:encoded><![CDATA[<p>Yes there is already a filter in Django that does something similar, its called: urlizetrunc.</p>
<p>This filter takes it a step further, its has a &#8220;&#8230;&#8221; variant and works on any string.  I used it on titles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-714</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 19 Jun 2007 09:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-714</guid>
		<description>Looks good.  How difficult would it be to implement based on the pixel width of the string as opposed to the character width?  In other words, I don&#039;t use mono-spaced text.</description>
		<content:encoded><![CDATA[<p>Looks good.  How difficult would it be to implement based on the pixel width of the string as opposed to the character width?  In other words, I don&#8217;t use mono-spaced text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Tredinnick</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-712</link>
		<dc:creator>Malcolm Tredinnick</dc:creator>
		<pubDate>Tue, 19 Jun 2007 02:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-712</guid>
		<description>You may have already realized this, but this is a small variation on the urlizetrunc filter that is shipped with Django. The main difference is that the Django version adds rel=&quot;nofollow&quot; to the links, since it was intended for comment fields and the likes. You may well want to add link authority to the targets.</description>
		<content:encoded><![CDATA[<p>You may have already realized this, but this is a small variation on the urlizetrunc filter that is shipped with Django. The main difference is that the Django version adds rel=&#8221;nofollow&#8221; to the links, since it was intended for comment fields and the likes. You may well want to add link authority to the targets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperJared</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-708</link>
		<dc:creator>SuperJared</dc:creator>
		<pubDate>Mon, 18 Jun 2007 20:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-708</guid>
		<description>You may want to check out the Django template filter urlizetrunc() here: http://www.djangoproject.com/documentation/templates/#urlizetrunc</description>
		<content:encoded><![CDATA[<p>You may want to check out the Django template filter urlizetrunc() here: <a href="http://www.djangoproject.com/documentation/templates/#urlizetrunc" rel="nofollow">http://www.djangoproject.com/documentation/templates/#urlizetrunc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-706</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 18 Jun 2007 18:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-706</guid>
		<description>i&#039;ll probably be using this as i&#039;ve been truncating a few things in this manner in my views.

Thanks</description>
		<content:encoded><![CDATA[<p>i&#8217;ll probably be using this as i&#8217;ve been truncating a few things in this manner in my views.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-703</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Mon, 18 Jun 2007 12:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-703</guid>
		<description>You can also use the &lt;a href=&quot;http://www.djangoproject.com/documentation/templates/#urlizetrunc&quot; rel=&quot;nofollow&quot;&gt;urlizetrunc&lt;/a&gt; filter to truncate URLs.  Note that I also implemented my own character truncate filter recently because urlizetrunc does not work with emails.

Cheers,

Vincent.</description>
		<content:encoded><![CDATA[<p>You can also use the <a href="http://www.djangoproject.com/documentation/templates/#urlizetrunc" rel="nofollow">urlizetrunc</a> filter to truncate URLs.  Note that I also implemented my own character truncate filter recently because urlizetrunc does not work with emails.</p>
<p>Cheers,</p>
<p>Vincent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Florenzano</title>
		<link>http://blog.awarelabs.com/2007/simple-character-truncate-filter-and-dot-dot-dot-variant/comment-page-1/#comment-701</link>
		<dc:creator>Eric Florenzano</dc:creator>
		<pubDate>Mon, 18 Jun 2007 11:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.awarelabs.com/?p=13#comment-701</guid>
		<description>I take it back, I see that this deals with not only urls, but any string.</description>
		<content:encoded><![CDATA[<p>I take it back, I see that this deals with not only urls, but any string.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
