<?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>Luke's Lot &#187; textpattern</title>
	<atom:link href="http://blog.lucanos.com/category/programming/php/textpattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lucanos.com</link>
	<description>A Collection of Plugins, Scripts, Tips and Tricks. As I learn, I will share, and I hope you will do the same.</description>
	<lastBuildDate>Mon, 14 Apr 2008 06:28:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TextPattern Hack &#8211; Tags in CSS</title>
		<link>http://blog.lucanos.com/2006/04/07/textpattern-hack-tags-in-css/</link>
		<comments>http://blog.lucanos.com/2006/04/07/textpattern-hack-tags-in-css/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 15:47:40 +0000</pubDate>
		<dc:creator>Lucanos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[textpattern]]></category>

		<guid isPermaLink="false">http://blog.lucanos.com/2006/04/07/textpattern-hack-tags-in-css/</guid>
		<description><![CDATA[I was recently put onto TextPattern, an Open-Source Content Management System, by one of my workmates. I have been working on a project for my employer, and, as I was already somewhat familiar with this CMS, we developed the internal website using this package. One of the aspects of the TextPattern CMS which I found [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently put onto <a title="TextPattern" href="http://www.textpattern.com">TextPattern</a>, an Open-Source Content Management System, by one of my workmates. I have been working on a project for my employer, and, as I was already somewhat familiar with this CMS, we developed the internal website using this package.</p>
<p>One of the aspects of the TextPattern CMS which I found lacking, was that the CSS data, stored within the database, was unable to be dynamically changed and interacted with using the TextPattern markup language, plugins and/or PHP, even though that functionality is available within the page content and articles themselves.</p>
<p>As a result I have hacked the css.php file, used by TextPattern to render the CSS information.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Download this file &#8211; <a title="TextPattern css.php file - Hacked." style="font-weight: bold" href="http://blog.lucanos.com/wp-content/uploads/2006/04/css_php.zip">css.zip</a></li>
<li>Unzip it into the &#8220;/textpattern&#8221; subdirectory of your TextPattern installation.<br />
(It will need to replace a file called &#8220;css.php&#8221; in order to work)</li>
<li>Enjoy!</li>
</ol>
<p>Any problems, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucanos.com/2006/04/07/textpattern-hack-tags-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextPattern Plugin &#8211; les_rss2html</title>
		<link>http://blog.lucanos.com/2006/04/07/textpattern-plugin-les_rss2html/</link>
		<comments>http://blog.lucanos.com/2006/04/07/textpattern-plugin-les_rss2html/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 07:56:12 +0000</pubDate>
		<dc:creator>Lucanos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[textpattern]]></category>

		<guid isPermaLink="false">http://blog.lucanos.com/2006/04/07/textpattern-plugin-les_rss2html/</guid>
		<description><![CDATA[My first plugin&#8230; {sigh}. Well, maybe not my first, but the first one I have decided to publicly release. This one allows for RSS Feeds to be processed and inserted into a webpage, using replacement tags. It&#8217;s actually a ported version of one I found from FeedForAll, who offer a free PHP script called RSS2HTML(download) [...]]]></description>
			<content:encoded><![CDATA[<p>My first plugin&#8230; {sigh}.</p>
<p>Well, maybe not my first, but the first one I have decided to publicly release.</p>
<p>This one allows for RSS Feeds to be processed and inserted into a webpage, using replacement tags.<br />
It&#8217;s actually a ported version of one I found from FeedForAll, who offer a free PHP script called <a title="FeedForAll - RSS2HTML Info" href="http://www.feedforall.com/free-php-script.htm">RSS2HTML</a><sup>(<a title="The download page for RSS2HTML." href="http://www.feedforall.com/more-php.htm">download</a>)</sup> which does this work. I simply modified it so as to use the TextPattern plugin format &#8211; for those people who would prefer to work with it that way&#8230;</p>
<p>Here it is. Help is included within the Plugin itself.</p>
<p><a title="TextPattern Plugin - " style="font-weight: bold" href="http://blog.lucanos.com/wp-content/uploads/2006/04/les_rss2html_v0.1.txt">TextPattern Plugin &#8211; les_rss2html_v0_1.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucanos.com/2006/04/07/textpattern-plugin-les_rss2html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
