WorldMaker.netCodeWM > Patches > 2008 > May > 18 > Small RSS feed tweaks > Annotate

Annotate: Small RSS feed tweaks

[Small RSS feed tweaks
Max Battcher <me@worldmaker.net>**20080518052539] hunk ./wm/blog/templates/feeds/entry_description.html 4
-<h1>{{ obj.title }}</h1>[_^M_][_$_]
-[_^M_][_$_]
hunk ./wm/blog/templates/feeds/entry_description.html 18
-{{ obj.body|restructuredtext|truncatewords_html:"300" }}[_^M_][_$_]
+{{ obj.body|restructuredtext|truncatewords_html:"500" }}[_^M_][_$_]
hunk ./wm/blog/templates/feeds/entry_description.html 20
-{{ obj.body|truncatewords_html:"300" }}[_^M_][_$_]
+{{ obj.body|safe|truncatewords_html:"500" }}[_^M_][_$_]
hunk ./wm/blog/templates/feeds/entry_description.html 22
-<a href="http://{{ site.domain }}{{ obj.get_absolute_url }}">&raquo;</a>[_^M_][_$_]
+<a href="http://{{ site.domain }}{{ obj.get_absolute_url }}">Read More &raquo;</a> |[_^M_][_$_]
hunk ./wm/blog/templates/feeds/entry_description.html 25
-<p class="details"><a href="{{ obj.get_absolute_url }}">{{ comment_count }} Comment{{ comment_count|pluralize }}</a></p>[_^M_][_$_]
+<a href="{{ obj.get_absolute_url }}">{{ comment_count }} Comment{{ comment_count|pluralize }}</a>[_^M_][_$_]

WM is licensed under the Microsoft Reciprocal License.

This Patch

WM

Code.WorldMaker.net

Colophon Copyright © 1999-2008 Max Battcher / WorldMaker. Some Rights Reserved.