<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,11 @@
-To avoid future confusion, we recommend that you include a license with your plugin.
-This file is simply a reminder.
+Copyright (c) 2008, Keith Brophy&gt;
+All rights reserved.
 
-For a template license you can have a look at: http://www.opensource.org/licenses/
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+    * Neither the name of Keith Brophy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Atlassian releases most of its modules under a BSD license: http://www.opensource.org/licenses/bsd-license.php</diff>
      <filename>LICENSE.TXT</filename>
    </modified>
    <modified>
      <diff>@@ -57,15 +57,12 @@ public class TwikkirMacro extends BaseMacro
         twikkirUsers.removeAll(leaders);
         
         SortedSet myRecentTwikkirs = twikkirManager.getTwikkirs(currentUsername);
-        int followers = twikkirManager.getFollowers(currentUsername).size();
-        Integer followersInt = new Integer(followers);
         
         Map velocityContextMap = MacroUtils.defaultVelocityContext();
 		velocityContextMap.put(PARAM_CURRENT_USERNAME, currentUsername);
 		velocityContextMap.put(PARAM_USERS, twikkirUsers);
 		velocityContextMap.put(PARAM_LEADERS, leaders);
 		velocityContextMap.put(&quot;pageId&quot;, pageId);
-		velocityContextMap.put(&quot;numFollowers&quot;, followersInt.toString());
 		velocityContextMap.put(&quot;myrecenttwikkirs&quot;, myRecentTwikkirs);
     	return VelocityUtils.getRenderedTemplate(MACRO_TEMPLATE, velocityContextMap);
     }</diff>
      <filename>src/main/java/com/sidus/confluence/twikkir/macro/TwikkirMacro.java</filename>
    </modified>
    <modified>
      <diff>@@ -229,5 +229,5 @@ function getLatestTwikkirs()
  *************************************************************** Timers ****
  */
  
-setInterval ( &quot;getLatestTwikkirs()&quot;, 5000 );
+setInterval ( &quot;getLatestTwikkirs()&quot;, 60000 );
 </diff>
      <filename>src/main/resources/js/twikkir.js</filename>
    </modified>
    <modified>
      <diff>@@ -120,23 +120,22 @@
 		&lt;/form&gt;
 	&lt;/div&gt;
 	&lt;div id=&quot;tab_mytwikkirs&quot;&gt;
-		&lt;h3&gt;$numFollowers people are listening to you.&lt;/h3&gt;
 		&lt;h2&gt;My Recent Twikkirs&lt;/h2&gt;
-			&lt;div id=&quot;myrecenttwikkirlist&quot;&gt;
-				#foreach($twikkir in $myrecenttwikkirs)
-					&lt;div class=&quot;twikkirpost&quot;&gt;
-						&lt;table&gt;
-							&lt;tr&gt;
-								&lt;td valign=&quot;top&quot;&gt;
-	           						#getUserPic($twikkir.username)
-	           					&lt;/td&gt;
-						        &lt;td&gt;$twikkir.post&lt;br /&gt;&lt;span class=&quot;smalltext&quot;&gt;$twikkir.postDate&lt;/span&gt;
-						        &lt;/td&gt;
-						   &lt;/tr&gt;
-						&lt;/table&gt;
-					&lt;/div&gt;
-				#end
-			&lt;/div&gt;
+		&lt;div id=&quot;myrecenttwikkirlist&quot;&gt;
+			#foreach($twikkir in $myrecenttwikkirs)
+				&lt;div class=&quot;twikkirpost&quot;&gt;
+					&lt;table&gt;
+						&lt;tr&gt;
+							&lt;td valign=&quot;top&quot;&gt;
+           						#getUserPic($twikkir.username)
+           					&lt;/td&gt;
+					        &lt;td&gt;$twikkir.post&lt;br /&gt;&lt;span class=&quot;smalltext&quot;&gt;$twikkir.postDate&lt;/span&gt;
+					        &lt;/td&gt;
+					   &lt;/tr&gt;
+					&lt;/table&gt;
+				&lt;/div&gt;
+			#end
+		&lt;/div&gt;
 	&lt;/div&gt;
 &lt;/div&gt;
 	</diff>
      <filename>src/main/resources/templates/sidus/twikkir/twikkir.vm</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.txt</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/Constants.class</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/TestTwikkirMacro.class</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/Twikkir.class</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/TwikkirManager.class</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/action/PostItAction.class</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/action/ViewTwikkirListAction.class</filename>
    </removed>
    <removed>
      <filename>bin/com/sidus/confluence/twikkir/macro/TwikkirMacro.class</filename>
    </removed>
    <removed>
      <filename>bin/it/IntegrationTestMyPlugin.class</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5979c709d28a8a99aaf47624c819e635cf895e18</id>
    </parent>
  </parents>
  <author>
    <name>keithb</name>
    <email>keithb@Walle.local</email>
  </author>
  <url>http://github.com/keithb/twikkir/commit/08ea6f8ef8a419b8b8d040cf0d3184ede1c99434</url>
  <id>08ea6f8ef8a419b8b8d040cf0d3184ede1c99434</id>
  <committed-date>2008-05-24T14:31:51-07:00</committed-date>
  <authored-date>2008-05-24T14:31:51-07:00</authored-date>
  <message>Update with latest files.</message>
  <tree>fed2a2051b547434d2d56060f88fb794affc9ccc</tree>
  <committer>
    <name>keithb</name>
    <email>keithb@Walle.local</email>
  </committer>
</commit>
