<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Minifyer</title><link>https://sourceforge.net/p/osclass-minifyer/wiki/Minifyer/</link><description>Recent changes to Minifyer</description><atom:link href="https://sourceforge.net/p/osclass-minifyer/wiki/Minifyer/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 03 Jan 2014 01:06:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/osclass-minifyer/wiki/Minifyer/feed" rel="self" type="application/rss+xml"/><item><title>Minifyer modified by Jair Milanes Junior</title><link>https://sourceforge.net/p/osclass-minifyer/wiki/Minifyer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,51 @@
-Welcome to your wiki!
+**Welcom to Minifyer for OsClass Wiki**
+-----------------------------------------

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+**Load you ad's site faster than ever before!**

-The wiki uses [Markdown](/p/osclass-minifyer/wiki/markdown_syntax/) syntax.
+This plugin is a wrapper for the php Minify library created by Steve Clay.
+
+**What it does?**
+
+It compresses sources of content (usually files), combines the result and serves it with appropriate HTTP headers. These headers can allow clients to perform conditional GETs (serving content only when clients do not have a valid cache) and tell clients to cache the file for a period of time.
+
+Copied from 
+
+Instructions
+---------------------
+In order for this plugin to do it's job, the scripts need to be in the queue to be loaded, that means you you have to register and queue your scripts and styles ( obs: styles don't need to be registered ).
+
+---------------------
+
+**For scripts:**   
+   
+~~~~~~~~~~~~~~
+:::php
+osc_register_script('my_theme', osc_plugin_url(__FILE__).'js/my_theme.js')
+osc_enqueue_script('my_theme');
+~~~~~~~~~~~~~~   
+    
+**For styles:**   
+    
+~~~~~~~~~~~~~~
+:::php
+osc_enqueue_style('my_theme', osc_plugin_url(__FILE__).'js/my_theme.js' );
+~~~~~~~~~~~~~~  
+    
+Once you have this, all you have to do is enable the plugin and voalá, all your css and js are minified and cached.
+
+If you want to know more about the Minify library go to it's page at Github - https://github.com/mrclay/minify
+
+
+
+Created by Jair Milanes Junior
+
+More OsClass plugins at blog.layoutz.com.br
+
+
+
+
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jair Milanes Junior</dc:creator><pubDate>Fri, 03 Jan 2014 01:06:18 -0000</pubDate><guid>https://sourceforge.net6e3ddb722f67b26701f0e852b182be237ca774a8</guid></item><item><title>Minifyer modified by Jair Milanes Junior</title><link>https://sourceforge.net/p/osclass-minifyer/wiki/Minifyer/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/osclass-minifyer/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/layoutz/"&gt;Jair Milanes Junior&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52c5fd9c3e5e8337f0e70420" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jair Milanes Junior</dc:creator><pubDate>Fri, 03 Jan 2014 00:12:15 -0000</pubDate><guid>https://sourceforge.net7ca78f896544e789b56da7f4a0331bd58dab56c2</guid></item></channel></rss>