<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [Release] LESS CSS compiler</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 30 Apr 2026 17:38:49 -0000</pubDate>

		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Try this:<br />
<pre class="code">&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=lessc
Part=main
File=lessc
Hooks=header.first
Tags=
Order=10
&#091;END_SED_EXTPLUGIN&#093;</pre>
Note the block tags. In Siena there are no more references to Seditio, so SED is replaced by COT. Same goes for the setup file, where in Genoa you have:<br />
<pre class="code">&#091;BEGIN_SED_EXTPLUGIN&#093; ... &#091;END_SED_EXTPLUGIN&#093;
&#091;BEGIN_SED_EXTPLUGIN_CONFIG&#093; ... &#091;END_SED_EXTPLUGIN_CONFIG&#093;</pre>
In Siena this is:<br />
<pre class="code">&#091;BEGIN_COT_EXT&#093; ... &#091;END_COT_EXT&#093;
&#091;BEGIN_COT_EXT_CONFIG&#093; ... &#091;END_COT_EXT_CONFIG&#093;</pre>]]></description>
			<pubDate>Thu, 09 Dec 2010 23:42:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27454]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=27448#27448">#</a> <strong>Koradhil :</strong>
In lessc.php, right below 'Hooks=header.first', add this:<br />
<pre class="code">Tags=</pre>
The plugin doesn't use any tags. In Siena it's not required, in Genoa it has to be set, even if empty.<br />
<br />
I've updated the description to incorporate this change. Also note that updating to v1.1 with Genoa is useless, because it only adds Siena-specific functionality.<br />
</blockquote>
<br />
Did that, but still the same issue:<br />
Warning: No tags found in ./plugins/lessc/lessc.setup.php<br />
<br />
Even if I add tags= to lessc.setup.php as well, it's still the same issue as above.]]></description>
			<pubDate>Thu, 09 Dec 2010 21:42:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27449]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[In lessc.php, right below 'Hooks=header.first', add this:<br />
<pre class="code">Tags=</pre>
The plugin doesn't use any tags. In Siena it's not required, in Genoa it has to be set, even if empty.<br />
<br />
I've updated the description to incorporate this change. Also note that updating to v1.1 with Genoa is useless, because it only adds Siena-specific functionality.]]></description>
			<pubDate>Thu, 09 Dec 2010 21:31:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27448]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[Yes, I have changed the /themes to /skins]]></description>
			<pubDate>Thu, 09 Dec 2010 20:44:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27447]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Have you changed the following?<br />
<br />
Note:<br />
This plugin is written for Siena. In order for it to work in Genoa (0.6) and before, you have to modify lessc.php to change /themes to /skins.]]></description>
			<pubDate>Thu, 09 Dec 2010 20:07:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27446]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[Uploaded it and did all the requirements and went to Plugins in the Admin panel and this is what is shown :<br />
<br />
lessc 	Warning: No tags found in ./plugins/lessc/lessc.setup.php<br />
<br />
So, I can't install it via the Admin Panel &gt; Plugins<br />
<br />
I'm running the 0.6.12]]></description>
			<pubDate>Thu, 09 Dec 2010 19:55:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27445]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[I've added caching (memcache or db cache, depending on what's available), for the listing of .less files in version 1.1. Caching requires Siena but it will fallback if it's not available. Cache expiry time can be configured.<br />
<br />
<a href="http://www.cotonti.com/datas/users/lessc-1.1_68.zip">LESS CSS compiler v1.1</a><br />
<br />
Without caching, the plugin will run a search for .less files in theme directory on every page load.]]></description>
			<pubDate>Thu, 09 Dec 2010 18:01:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27440]]></link>
		</item>
		<item>
			<title>MIHDev</title>
			<description><![CDATA[Great stuff Koradhil, I will definately be looking at this tonight, not heard of LESS before but this looks fantastic for extensibility.<br />
Cheers]]></description>
			<pubDate>Thu, 09 Dec 2010 00:32:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27422]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[<p>
	This plugin is based on <a href="http://leafo.net/lessphp/" rel="nofollow">lessphp</a>, a compiler for <a href="http://lesscss.org/" rel="nofollow">LESS</a> written in PHP. LESS extends CSS with variables, mixins, operations and nesting.<br /><br /><strong>More information about LESS syntax:</strong></p>
<ul><li>
		<a href="http://lesscss.org/" rel="nofollow">lesscss.org</a> (original Ruby implementation)</li>
	<li>
		<a href="http://leafo.net/lessphp/docs/" rel="nofollow">lessphp docs</a> (PHP implementation)</li>
</ul><p>
	<strong>What it does:</strong><br />
	The plugin will look for .less files in your theme (skin) folder, as well as its /css subdirectory. It will compile any .less files it finds to the .css counterpart (using the same filename), but only if the file doesn't exist yet or the .css file is older than the .less file.<br /><br /><strong>What does this mean for theme development:</strong><br />
	Instead of writing regular .css files, you can write .less files using the LESS syntax. You still include the .css file in your header.tpl, not the .less file. The .css file is created automatically. To get started, you can simply rename your existing .css files to .less, because the LESS syntax is based on regular CSS (it's just an extension). Using LESS doesn't change the way you develop themes, other than using the .less file extension (and allowing you to use the LESS features of course).<br /><br /><strong>Note for Genoa users:</strong><br />
	This plugin is written for Siena. In order for it to work in Genoa (0.6) and before, you have to modify lessc.php to change /themes to /skins. Also, right below 'Hooks=header.first' (line 4), add this line:</p>
<pre class="code">
Tags=</pre>
<p>
	<strong>Installation:</strong></p>
<ol><li>
		Upload the plugin files as normal.</li>
	<li>
		Install the plugin through the admin panel.</li>
	<li>
		Set CHMOD 777 on /themes/<em>yourtheme</em> and /themes/<em>yourtheme</em>/css. This can be done with most FTP clients. For Genoa and before its in /skins.</li>
</ol><p>
	» <a href="http://www.cotonti.com/extensions/development-maintenance/lesscss">Download here</a></p>
]]></description>
			<pubDate>Wed, 08 Dec 2010 22:32:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=6071&d=0#post27418]]></link>
		</item>
	</channel>
</rss>