<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rst</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,10 @@ TODO {{{
     - Feature Tree
     - Database connection info
     - File diff
+      - http://www.darwinsys.com/freeware/Diff.java
+      - http://www.bmsi.com/java/#diff
+      - http://www.cs.princeton.edu/introcs/96optimization/Diff.java.html
+      - http://www.incava.org/projects/java-diff/
 
   Enhancements
     - Add ability to view the log (apps/kate.png,package_editors.png from nuvola icons)
@@ -18,6 +22,8 @@ TODO {{{
         - downside is possibility of lost or redundent logging info if a lot of
           messages are being logged when the above steps are executing.
     - Add support for automated installs.
+    - graphical form building:
+      https://abeille.dev.java.net
 
   Linux
     - jre / jdk discovery in shell script.
@@ -26,6 +32,9 @@ TODO {{{
     - Splash screen viewable until installer has started (between intialization
       progress window + installer window)?
       - how can installer notify splash screen that it has started.
+    - Support Windows services
+      - http://www.sw4me.com/wiki/Winserv
+      - http://wrapper.tanukisoftware.org/doc/english/introduction.html
 
   Uninstaller
     - uninstall wizard panels
@@ -36,6 +45,9 @@ TODO {{{
     - result should be a directory 'uninstall' with an exe/sh and
       ini/property file.
       Windows: register uninstaller in registry.
+    - add un-installer registry keys on windows:
+      - http://nsis.sourceforge.net/Add_uninstall_information_to_Add/Remove_Programs
+      - https://sourceforge.net/projects/jregistrykey/
 
   Forms
     - Validators</diff>
      <filename>notes.txt</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@
     --&gt;
   &lt;target name=&quot;javadoc&quot; depends=&quot;init&quot;
       description=&quot;Generates the javadocs from the src.&quot;&gt;
-    &lt;mkdir dir=&quot;build/formic/doc/api&quot;/&gt;
+    &lt;mkdir dir=&quot;build/doc/api&quot;/&gt;
 
     &lt;javadoc packagenames=&quot;org.formic&quot; destdir=&quot;build/formic/doc/api&quot;
         stylesheetfile=&quot;src/ant/javadoc_stylesheet.css&quot;&gt;
@@ -38,16 +38,17 @@
   &lt;/target&gt;
 
   &lt;!--
-    - Runs forrest to generate the docs.
+    - Build html docs.
     --&gt;
   &lt;target name=&quot;docs&quot; depends=&quot;init&quot; description=&quot;Builds the documentation.&quot;&gt;
-    &lt;!--exec executable=&quot;${forrest.home}/bin/forrest&quot; failonerror=&quot;true&quot; dir=&quot;.&quot;&gt;
-      &lt;arg line=&quot;site&quot;/&gt;
+  &lt;/target&gt;
+
+  &lt;target name=&quot;readme&quot; depends=&quot;init&quot; description=&quot;Convert readme to html.&quot;&gt;
+    &lt;mkdir dir=&quot;build/doc&quot;/&gt;
+    &lt;exec executable=&quot;rst2html&quot; dir=&quot;build/doc&quot;&gt;
+      &lt;arg value=&quot;${basedir}/README.rst&quot;/&gt;
+      &lt;arg value=&quot;README.html&quot;/&gt;
     &lt;/exec&gt;
-    &lt;xslt in=&quot;src/forrest/content/xdocs/site.xml&quot;
-        out=&quot;build/sitemap.xml&quot;
-        style=&quot;src/ant/xsl/forrest_site-google_sitemap.xsl&quot;/&gt;
-    &lt;gzip src=&quot;build/sitemap.xml&quot; destfile=&quot;build/site/sitemap.xml.gz&quot;/--&gt;
   &lt;/target&gt;
 
 &lt;/project&gt;</diff>
      <filename>src/ant/docs.xml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>forrest.properties</filename>
    </removed>
    <removed>
      <filename>src/ant/xsl/forrest_site-google_sitemap.xsl</filename>
    </removed>
    <removed>
      <filename>src/forrest/classes/CatalogManager.properties</filename>
    </removed>
    <removed>
      <filename>src/forrest/content/xdocs/images/group.svg</filename>
    </removed>
    <removed>
      <filename>src/forrest/content/xdocs/images/project.svg</filename>
    </removed>
    <removed>
      <filename>src/forrest/content/xdocs/images/vim_created.gif</filename>
    </removed>
    <removed>
      <filename>src/forrest/content/xdocs/index.xml</filename>
    </removed>
    <removed>
      <filename>src/forrest/content/xdocs/site.xml</filename>
    </removed>
    <removed>
      <filename>src/forrest/content/xdocs/tabs.xml</filename>
    </removed>
    <removed>
      <filename>src/forrest/sitemap.xmap</filename>
    </removed>
    <removed>
      <filename>src/forrest/skinconf.xml</filename>
    </removed>
    <removed>
      <filename>status.xml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>3998c4af803b8f1e5ae56119e0719e0c2b4e8444</id>
    </parent>
  </parents>
  <author>
    <name>ervandew</name>
    <email>ervandew@gmail.com</email>
  </author>
  <url>http://github.com/ervandew/formic/commit/e5b1a6a1a39a880176ac845a85840ad060a540f3</url>
  <id>e5b1a6a1a39a880176ac845a85840ad060a540f3</id>
  <committed-date>2009-11-01T11:39:47-08:00</committed-date>
  <authored-date>2009-11-01T11:38:43-08:00</authored-date>
  <message>remove forrest docs, add README.rst

- move to github
- remove forrest docs and copy index contents to github compatible
  README.rst</message>
  <tree>21cb0184b391196bef48c09649b94ca9d61605e0</tree>
  <committer>
    <name>ervandew</name>
    <email>ervandew@gmail.com</email>
  </committer>
</commit>
