<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -175,7 +175,7 @@ end
 desc &quot;Update pot/po files to match new version.&quot; 
 task :updatepo do
 	GetText.update_pofiles(PKG_NAME,
-			       Dir.glob(&quot;{app,lib}/**/*.{rb,rhtml}&quot;),
+			       Dir.glob(&quot;{app,lib}/**/*.{rb,html.erb}&quot;),
 			       &quot;#{PKG_NAME} #{PKG_VERSION}&quot;)
 end
 
@@ -300,6 +300,12 @@ task :postbuild =&gt; [:expandify] do
 	sh &quot;chmod +x #{RootDir}/bin/yikes&quot;
 end
 
+desc &quot;Run Yikes from the source directory&quot;
+task :run do
+	sh &quot;mkdir -p #{RootDir}/output&quot;
+	sh &quot;ruby #{RootDir}/lib/main.rb --debug -r 10 -l #{RootDir}/test -t #{RootDir}/output&quot;
+end
+
 # Default Actions
 task :default =&gt; [
 	:updatepo,</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -7,8 +7,8 @@
 msgid &quot;&quot;
 msgstr &quot;&quot;
 &quot;Project-Id-Version: yikes 0.1\n&quot;
-&quot;POT-Creation-Date: 2008-03-03 12:35-0800\n&quot;
-&quot;PO-Revision-Date: 2008-01-20 20:45-0800\n&quot;
+&quot;POT-Creation-Date: 2008-05-18 18:09-0700\n&quot;
+&quot;PO-Revision-Date: 2008-05-18 18:09-0700\n&quot;
 &quot;Last-Translator: FULL NAME &lt;EMAIL@ADDRESS&gt;\n&quot;
 &quot;Language-Team: LANGUAGE &lt;LL@li.org&gt;\n&quot;
 &quot;MIME-Version: 1.0\n&quot;
@@ -16,54 +16,58 @@ msgstr &quot;&quot;
 &quot;Content-Transfer-Encoding: 8bit\n&quot;
 &quot;Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n&quot;
 
-#: lib/main.rb:57
+#: lib/main.rb:64
 msgid &quot;Usage: Yikes [options]&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:60
+#: lib/main.rb:67
 msgid &quot;Specific options:&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:62
-msgid &quot;--dslibrary /path/to/videos&quot;
+#: lib/main.rb:69
+msgid &quot;--library /path/to/videos&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:63
+#: lib/main.rb:70
 msgid &quot;Directory to recursively scan for videos&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:67
+#: lib/main.rb:74
 msgid &quot;Directory to put files in&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:71
-msgid &quot;Run the GUI version of this application&quot;
+#: lib/main.rb:78
+msgid &quot;Run this program in the background&quot;
+msgstr &quot;&quot;
+
+#: lib/main.rb:82
+msgid &quot;How long to wait between runs; implies -b&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:76
+#: lib/main.rb:88
 msgid &quot;Common options:&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:78
+#: lib/main.rb:90
 msgid &quot;Show this message&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:83
+#: lib/main.rb:95
 msgid &quot;Run in debug mode (Extra messages)&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:87
+#: lib/main.rb:99
 msgid &quot;Run verbosely&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:91
+#: lib/main.rb:103
 msgid &quot;Show version&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:115
+#: lib/main.rb:122
 msgid &quot;Missing parameter; see --help for more info&quot;
 msgstr &quot;&quot;
 
-#: lib/main.rb:118
+#: lib/main.rb:125
 msgid &quot;Invalid option; see --help for more info&quot;
 msgstr &quot;&quot;</diff>
      <filename>po/yikes.pot</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8eaa41ea7dda64c2c13078c59da081f5f4c7b79</id>
    </parent>
  </parents>
  <author>
    <name>Paul Betts</name>
    <email>paul@paulbetts.org</email>
  </author>
  <url>http://github.com/xpaulbettsx/yikes/commit/ae262b7f8e0858d3b1c7cce9a9aa6fc16cc2aeb0</url>
  <id>ae262b7f8e0858d3b1c7cce9a9aa6fc16cc2aeb0</id>
  <committed-date>2008-05-18T18:28:16-07:00</committed-date>
  <authored-date>2008-05-18T18:28:16-07:00</authored-date>
  <message>Add &quot;run server locally&quot; option for Rakefile</message>
  <tree>aa7130b17983a91e3b01c1f9ce0423da4f953e73</tree>
  <committer>
    <name>Paul Betts</name>
    <email>paul@paulbetts.org</email>
  </committer>
</commit>
