<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Layer Split Rules</title><link>https://gallery.orchardproject.net:443/Packages/Orchard.Module.Contrib.SplitRules</link><description>&lt;p&gt;This modules adds a layer rule for display a layer only x % of the time.&lt;/p&gt;

&lt;p&gt;You can use two syntaxes:
split(&amp;quot;groupkey&amp;quot;, &amp;quot;max-percentage&amp;quot;)
split(&amp;quot;groupkey&amp;quot;, &amp;quot;min-percentage&amp;quot;, &amp;quot;max-percentage&amp;quot;)&lt;/p&gt;

&lt;p&gt;The first syntax is equal to: split(&amp;quot;groupkey&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;max-percentage&amp;quot;)&lt;/p&gt;

&lt;p&gt;If you want to do a A/B test, create a layer called &amp;quot;Split: A&amp;quot; with the following rule:
split(&amp;quot;ab&amp;quot;, &amp;quot;50&amp;quot;)
and a layer called &amp;quot;Split: B&amp;quot; with the rule:
split(&amp;quot;ab&amp;quot;, &amp;quot;50&amp;quot;, &amp;quot;100&amp;quot;)&lt;/p&gt;

&lt;p&gt;You can do several split tests, by using different groupkeys for each. You can also do a A/B/C/x test, by using other percentages in the min-/max-percentage.
You can use decimals, like &amp;quot;33,33&amp;quot;.&lt;/p&gt;

&lt;p&gt;The keys are generated on the fly per request (nothing is stored in the database). It rolls a random percentage per key per request, from 0 to 99.99 (with 2 decimals).
The formula to decide if a rule is true or not is: 
rule-min-percentage =&amp;lt; random percentage &amp;lt; rule-max-percentage&lt;/p&gt;
</description><item><title>Layer Split Rules 1.0</title><link>https://gallery.orchardproject.net:443/Packages/Orchard.Module.Contrib.SplitRules/1.0</link><description>Layer Split Rules 1.0</description><pubDate>Thu, 25 Oct 2012 22:24:22 GMT</pubDate><guid isPermaLink="true">https://gallery.orchardproject.net:443/Packages/Orchard.Module.Contrib.SplitRules/1.0</guid></item></channel></rss>