<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bookpipeline, branch v0.2.5</title>
<subtitle>Tools to process books in a cloud based pipeline system</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/'/>
<entry>
<title>Update preproc to v0.1.4 to take advantage of vertical wiping parameters, and change WipeFile() to take advantage of them</title>
<updated>2020-07-20T10:49:12+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-20T10:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8'/>
<id>9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add getallhocrs tool</title>
<updated>2020-06-15T14:14:48+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-15T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=8aa2d713d511baeaa94472e238e46c6d02ac9332'/>
<id>8aa2d713d511baeaa94472e238e46c6d02ac9332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hopefully fix last bug in analyse step of bookpipeline</title>
<updated>2020-06-03T13:01:25+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-03T13:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=2de8fba408b1ccd818a0af42e5c16fb09ef35f58'/>
<id>2de8fba408b1ccd818a0af42e5c16fb09ef35f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in analyse step of bookpipeline</title>
<updated>2020-06-03T11:17:12+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-03T11:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=b666fad92b8d4d5329c9babdce2e61dd0ee56a55'/>
<id>b666fad92b8d4d5329c9babdce2e61dd0ee56a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race condition that could cause errors to be silently discarded</title>
<updated>2020-06-02T15:32:15+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-02T15:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=7c564921465d2531db9308c14a21ac392fdcb289'/>
<id>7c564921465d2531db9308c14a21ac392fdcb289</id>
<content type='text'>
This was a nasty one. By closing the up channel, the up() function
would finish and send to the done channel. This means that the select
between err and done would be random as to which was picked, whereas
of course if there has been an error that path must be taken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a nasty one. By closing the up channel, the up() function
would finish and send to the done channel. This means that the select
between err and done would be random as to which was picked, whereas
of course if there has been an error that path must be taken.
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper full fix for local queue handling (hopefully)</title>
<updated>2020-06-02T15:32:09+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-02T15:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=3d27bebcc9f0917923adcecd730d4e046c841276'/>
<id>3d27bebcc9f0917923adcecd730d4e046c841276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with local queue deletion</title>
<updated>2020-06-02T14:28:12+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-02T14:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=dab03345abce18b4cfde479f2be67a07d05b77e9'/>
<id>dab03345abce18b4cfde479f2be67a07d05b77e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention documentation URL</title>
<updated>2020-06-01T15:18:27+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-06-01T15:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=1bc2246a06caa0a9e2601a9eada89363988efad8'/>
<id>1bc2246a06caa0a9e2601a9eada89363988efad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bookpipeline] Remove local copy of original page image once preprocessed</title>
<updated>2020-05-29T16:34:04+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-29T16:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=28547cd18571c102f1905475caa0667021288ad9'/>
<id>28547cd18571c102f1905475caa0667021288ad9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'minimisedisk'</title>
<updated>2020-05-29T16:05:41+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-05-29T16:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/bookpipeline/commit/?id=06ede6badde279081c592b4408002218590b4125'/>
<id>06ede6badde279081c592b4408002218590b4125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
