Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print accurate version string in help output.HEADmaster | David Thompson | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Fix Guile integration in configure.ac.v0.2 | David Thompson | 2021-03-19 | 1 | -1/+2 |
| | |||||
* | tests: Fix test-end* | David Thompson | 2021-03-19 | 1 | -1/+3 |
| | |||||
* | Add test-env script for wrapping test runs. | David Thompson | 2021-03-19 | 3 | -4/+26 |
| | |||||
* | Add 'make publish' target. | David Thompson | 2021-03-18 | 1 | -0/+5 |
| | |||||
* | Fix test suite. | David Thompson | 2021-03-18 | 3 | -9/+5 |
| | |||||
* | Fix moddir/godir in Makefile.am to use Guile effective version. | David Thompson | 2021-03-18 | 1 | -2/+2 |
| | |||||
* | Add test suite. | David Thompson | 2015-02-15 | 5 | -4/+184 |
| | | | | | | | | | | | | * .gitignore: Ignore test log files. * Makefile.am (TESTS, TEXT_EXTENSIONS, SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): New variable. (nobase_mod_DATA): Remove NOCOMP_SOURCES. (CLEANFILES): Add test log files. (EXTRA_DIST): Add test suite files. * tests/utils.scm: New file. * tests/subrip.scm: New file. * tests/webvtt.scm: New file. | ||||
* | README: Update installation instructions. | David Thompson | 2015-02-15 | 1 | -1/+2 |
| | | | | * README.md (Installation): Tweak shell commands. | ||||
* | webvtt: Fix WebVTT timestamps. | David Thompson | 2015-02-15 | 1 | -1/+1 |
| | | | | | * srt2vtt/webvtt.scm (write-time): Format time components with correct number of digits. | ||||
* | subrip: Fix reversed subtitle lines. | David Thompson | 2015-02-15 | 1 | -1/+1 |
| | | | | | * srt2vtt/subrip.scm (read-subrip): Reverse lines when finished parsing to preserve the correct order. | ||||
* | subrip: Convert time components from strings to numbers. | David Thompson | 2015-02-15 | 1 | -1/+2 |
| | | | | * srt2vtt/subrip.scm (parse-time): Convert matched components to numbers. | ||||
* | Bump to version 0.2. | David Thompson | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | subrip: Throw errors when reading invalid timestamps. | David Thompson | 2015-02-07 | 1 | -5/+9 |
| | | | | | * srt2vtt/subrip.scm (parse-time, parse-time-span): Throw error when regexp doesn't match. | ||||
* | Modularize! | David Thompson | 2015-02-07 | 10 | -100/+249 |
| | | | | | | | | | | | | | | * .gitignore: Ignore build artifacts. * Makefile.am: Compile Guile modules. * bootstrap: New file. * configure.ac: Create pre-inst-env. * pre-inst-env.in: New file. * scripts/srt2vtt: New file. * srt2vtt: Remove. * srt2vtt.scm: New file. * srt2vtt/subrip.scm: New file. * srt2vtt/ui.scm: New file. * srt2vtt/webvtt.scm: New file. | ||||
* | Check for EOF when reading subtitle lines. | David Thompson | 2015-02-05 | 1 | -3/+4 |
| | | | | * srt2vtt (read-sub-rip): Test for EOF object. | ||||
* | Allow auto-compilation for now. | David Thompson | 2015-02-05 | 1 | -1/+1 |
| | | | | * srt2vtt: Remove '--no-auto-compile' flag. | ||||
* | Accept blank lines as valid subtitles. | David Thompson | 2015-01-25 | 1 | -1/+3 |
| | | | | * srt2vtt (read-sub-rip): Allow the first subtitle line to be blank. | ||||
* | Add docstrings. | David Thompson | 2015-01-08 | 1 | -0/+22 |
| | | | | * srt2vtt: Add docstrings to important procedures. | ||||
* | Add full GPLv3 text. | David Thompson | 2015-01-08 | 1 | -0/+674 |
| | | | | * COPYING: New file. | ||||
* | Add blank line after WebVTT signature. | David Thompson | 2015-01-08 | 1 | -1/+1 |
| | | | | * srt2vtt: Add blank line between signature and first subtitle. | ||||
* | Fix copyright statement copy/paste error. | David Thompson | 2015-01-08 | 1 | -1/+1 |
| | | | | * srt2vtt: s/Haunt/srt2vtt/ | ||||
* | First commit. | David Thompson | 2015-01-07 | 5 | -0/+238 |