<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.txt.old</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,96 +1,7 @@
 
-= ruote-web
+ruote-web is discontinued.
 
-&quot;ruote&quot; is the nickname of the OpenWFEru Ruby workflow and BPM engine.
+It has become ruote-web2 :
 
-    http://openwferu.rubyforge.org
-
-
-&quot;ruote-web&quot; is a Ruby on Rails application wrapping the Ruote OpenWFEru workflow and BPM engine. It's also called &quot;densha&quot; sometimes.
-
-
-== online demo
-
-    http://difference.openwfe.org:3000
-
-
-== required gems
-
-    sudo gem install -y --no-ri --no-rdoc atom-tools rogue_parser
-
-
-== how to install it
-
-You can get it from GitHub or download a prepackaged release at http://rubyforge.org/frs/?group_id=2609 (then jump to '== preparing it')
-
-(assumes you're using MySQL on a Unix system)
-
-    git clone git://github.com/jmettraux/ruote-web.git
-
-    cd ruote-web
-    rake ruote:install
-
-
-The 'data:bootstrap' step assumes that your database admin user is named &quot;root&quot; (and it will ask for the password of that user two times).
-
-If you want to install the dependencies (rufus and ruote) as ruby gems, you can run
-
-    rake ruote:gem_install
-
-instead of &quot;rake ruote:install&quot;. (this won't install the 'bleeding edge' engine but the 'stable' one packaged in a gem.
-
-
-if Rails on your system is not a 2.0.x one, you might want to freeze a local Rails :
-
-    cd ruote-web &amp;&amp; rake rails:freeze:edge TAG=rel_2-0-2
-
-That will install Rails 2.0.2 under ruote-web/vendor/rails (maybe you will to do that before the 'data:bootstrap' step).
-
-
-== preparing it
-
-in order to prepare the development database, you'll have to
-
-    rake data:bootstrap
-    rake data:populate
-
-
-== run it
-
-    cd ruote-web
-    ruby script/server
-
-And point your browser to http://localhost:3000 (then login as admin/admin or bob/bob)
-
-
-== update it
-
-    cd ruote-web &amp;&amp; git pull
-
-to update the engine and its dependencies, simply pull out fresh copies by doing :
-
-    cd ruote-web &amp;&amp; rake ruote:install
-
-
-== feedback
-
-user mailing list :        http://groups.google.com/group/openwferu-users
-developers mailing list :  http://groups.google.com/group/openwferu-dev
-
-issue tracker :            http://rubyforge.org/tracker/?atid=10023&amp;group_id=2609&amp;func=browse
-
-irc :                      irc.freenode.net #ruote
-
-
-== author
-
-John Mettraux, jmettraux@gmail.com 
-http://jmettraux.wordpress.com
-
-credits : http://github.com/jmettraux/ruote-web/tree/master/CREDITS.txt
-
-
-== license
-
-BSD
+  http://github.com/jmettraux/ruote-web2
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,31 +2,31 @@
 #--
 # Copyright (c) 2007, John Mettraux, OpenWFE.org
 # All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without 
+#
+# 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 
+#   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 the &quot;OpenWFE&quot; 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 
+#
+# 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.
 #++
 #</diff>
      <filename>app/controllers/about_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,11 +12,11 @@
 ActiveRecord::Schema.define(:version =&gt; 6) do
 
   create_table &quot;fields&quot;, :force =&gt; true do |t|
-    t.string  &quot;fkey&quot;,        :default =&gt; &quot;&quot;, :null =&gt; false
-    t.string  &quot;vclass&quot;,      :default =&gt; &quot;&quot;, :null =&gt; false
+    t.string  &quot;fkey&quot;,        :null =&gt; false
+    t.string  &quot;vclass&quot;,      :null =&gt; false
     t.string  &quot;svalue&quot;
     t.text    &quot;yvalue&quot;
-    t.integer &quot;workitem_id&quot;,                 :null =&gt; false
+    t.integer &quot;workitem_id&quot;, :null =&gt; false
   end
 
   add_index &quot;fields&quot;, [&quot;workitem_id&quot;, &quot;fkey&quot;], :name =&gt; &quot;index_fields_on_workitem_id_and_fkey&quot;, :unique =&gt; true
@@ -25,25 +25,25 @@ ActiveRecord::Schema.define(:version =&gt; 6) do
   add_index &quot;fields&quot;, [&quot;svalue&quot;], :name =&gt; &quot;index_fields_on_svalue&quot;
 
   create_table &quot;groups&quot;, :force =&gt; true do |t|
-    t.string &quot;name&quot;,     :default =&gt; &quot;&quot;, :null =&gt; false
-    t.string &quot;username&quot;, :default =&gt; &quot;&quot;, :null =&gt; false
+    t.string &quot;name&quot;,     :null =&gt; false
+    t.string &quot;username&quot;, :null =&gt; false
   end
 
   create_table &quot;launch_permissions&quot;, :force =&gt; true do |t|
     t.string &quot;groupname&quot;, :default =&gt; &quot;&quot;, :null =&gt; false
-    t.string &quot;url&quot;,       :default =&gt; &quot;&quot;, :null =&gt; false
+    t.string &quot;url&quot;,                       :null =&gt; false
   end
 
   create_table &quot;store_permissions&quot;, :force =&gt; true do |t|
-    t.string &quot;storename&quot;,  :default =&gt; &quot;&quot;, :null =&gt; false
-    t.string &quot;groupname&quot;,  :default =&gt; &quot;&quot;, :null =&gt; false
-    t.string &quot;permission&quot;, :default =&gt; &quot;&quot;, :null =&gt; false
+    t.string &quot;storename&quot;,  :null =&gt; false
+    t.string &quot;groupname&quot;,  :null =&gt; false
+    t.string &quot;permission&quot;, :null =&gt; false
   end
 
   create_table &quot;users&quot;, :force =&gt; true do |t|
-    t.string  &quot;name&quot;,            :default =&gt; &quot;&quot;,    :null =&gt; false
-    t.string  &quot;hashed_password&quot;, :default =&gt; &quot;&quot;,    :null =&gt; false
-    t.string  &quot;salt&quot;,            :default =&gt; &quot;&quot;,    :null =&gt; false
+    t.string  &quot;name&quot;,                               :null =&gt; false
+    t.string  &quot;hashed_password&quot;,                    :null =&gt; false
+    t.string  &quot;salt&quot;,                               :null =&gt; false
     t.boolean &quot;admin&quot;,           :default =&gt; false, :null =&gt; false
   end
 
@@ -55,6 +55,7 @@ ActiveRecord::Schema.define(:version =&gt; 6) do
   create_table &quot;workitems&quot;, :force =&gt; true do |t|
     t.string   &quot;fei&quot;
     t.string   &quot;wfid&quot;
+    t.string   &quot;expid&quot;
     t.string   &quot;wf_name&quot;
     t.string   &quot;wf_revision&quot;
     t.string   &quot;participant_name&quot;
@@ -66,6 +67,7 @@ ActiveRecord::Schema.define(:version =&gt; 6) do
 
   add_index &quot;workitems&quot;, [&quot;fei&quot;], :name =&gt; &quot;index_workitems_on_fei&quot;, :unique =&gt; true
   add_index &quot;workitems&quot;, [&quot;wfid&quot;], :name =&gt; &quot;index_workitems_on_wfid&quot;
+  add_index &quot;workitems&quot;, [&quot;expid&quot;], :name =&gt; &quot;index_workitems_on_expid&quot;
   add_index &quot;workitems&quot;, [&quot;wf_name&quot;], :name =&gt; &quot;index_workitems_on_wf_name&quot;
   add_index &quot;workitems&quot;, [&quot;wf_revision&quot;], :name =&gt; &quot;index_workitems_on_wf_revision&quot;
   add_index &quot;workitems&quot;, [&quot;participant_name&quot;], :name =&gt; &quot;index_workitems_on_participant_name&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>702da35102f5f9d8f8d32ef6d530e5934ac789fd</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/ruote-web/commit/7cd09cb5d9d038f5a2f16f463f93842bc6a07be9</url>
  <id>7cd09cb5d9d038f5a2f16f463f93842bc6a07be9</id>
  <committed-date>2009-01-21T18:04:22-08:00</committed-date>
  <authored-date>2009-01-21T18:04:22-08:00</authored-date>
  <message>ruote-web discontinued in favour of ruote-web2#</message>
  <tree>55ff5e3215fe3cbfb89d19c53840aaa7d9f06529</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
