chiark / gitweb /
autoys
8 years agogremlin/gremlin.in: Use `https' scheme for Wikipedia link.
Mark Wooding [Sun, 14 Feb 2016 01:58:07 +0000 (01:58 +0000)]
gremlin/gremlin.in: Use `https' scheme for Wikipedia link.

Just to encourage the use of encryption to thwart mass surveillance.

8 years agogremlin/gremlin.in: Remove old debugging code.
Mark Wooding [Sun, 14 Feb 2016 01:57:20 +0000 (01:57 +0000)]
gremlin/gremlin.in: Remove old debugging code.

8 years agogremlin/gremlin.in: Walk the various output trees concurrently.
Mark Wooding [Sat, 13 Feb 2016 21:48:19 +0000 (21:48 +0000)]
gremlin/gremlin.in: Walk the various output trees concurrently.

Rather than doing them one after the other.  This makes the progress
report rather more helpful, and may even make things slightly faster.

The change isn't as complicated as the diff makes it look.  The Grobbler
class has been replaced with a function, with its methods now nested
functions within it, which actually makes calling it slightly simpler.
Another simplification is that the function takes `TargetJob' objects
rather than directory names, simply because they're a convenient way to
bundle the directory names with their conversion policies.  But this
means that the function has been sunk beneath the various auxiliary
class definitions used by the top-level config parser, and Git diff
makes a mess of this.

8 years agogremlin/gremlin.in: Include all of the options in the usage synopsis.
Mark Wooding [Sat, 13 Feb 2016 21:46:45 +0000 (21:46 +0000)]
gremlin/gremlin.in: Include all of the options in the usage synopsis.

8 years agogremlin/: Start on making it be a proper built thing.
Mark Wooding [Sat, 13 Feb 2016 19:33:40 +0000 (19:33 +0000)]
gremlin/: Start on making it be a proper built thing.

8 years agoBasic building and packaging machinery, which does nothing useful. 0.1.0-pre0
Mark Wooding [Sat, 13 Feb 2016 19:17:32 +0000 (19:17 +0000)]
Basic building and packaging machinery, which does nothing useful.

8 years agoInitial import of unaltered files.
Mark Wooding [Sat, 13 Feb 2016 18:39:07 +0000 (18:39 +0000)]
Initial import of unaltered files.

These programs have been collected from various machines with a view to
turning them into something that someone else might actually be able to
use.  Some won't make the cut and will be deleted; others may remain as
simple scripts; and some will grow proper documentation and packaging.