<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://code.secondbit.org/feature/</link>
    <language>en-us</language>

    <title>feature Changelog</title>
    <description>feature Changelog</description>
    <item>
    <title>[default] First pass at an implementation.</title>
    <guid isPermaLink="true">http://code.secondbit.org/feature/rev/caad72abc05a</guid>
             <link>http://code.secondbit.org/feature/rev/caad72abc05a</link>
    <description>
              <![CDATA[
	<table>
	<tr>
		<th style="text-align:left;">changeset</th>
		<td>caad72abc05a</td>
              </tr>
              <tr>
                              <th style="text-align:left;">branch</th>
                              <td>default</td>
              </tr>
              <tr>
                              <th style="text-align:left;">bookmark</th>
		<td></td>
	</tr>
	<tr>
		<th style="text-align:left;">tag</th>
		<td>tip</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">user</th>
		<td>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">description</th>
		<td>First pass at an implementation.<br/>
<br/>
Implement the calculation to determine whether a string is included in the<br/>
partition or not, using crc32 to coerce the string to an evenly distributed<br/>
uint32, and a modulo to turn it into a percentage.<br/>
<br/>
Implement a store to keep track of available flags and the level of the<br/>
partition for each flag.<br/>
<br/>
Implement an API to retrieve, create, and modify these available flags.</td>
	</tr>
	<tr>
		<th style="text-align:left;vertical-align:top;">files</th>
		<td>flag.go<br />server/endpoints.go<br />server/store.go<br /></td>
	</tr>
	</table>
	]]></description>
    <author>&#80;&#97;&#100;&#100;&#121;&#32;&#60;&#112;&#97;&#100;&#100;&#121;&#64;&#115;&#101;&#99;&#111;&#110;&#100;&#98;&#105;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Mon, 16 Mar 2015 22:45:58 -0400</pubDate>
</item>

  </channel>
</rss>