| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* .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.md (Installation): Tweak shell commands.
|
|
|
|
|
| |
* srt2vtt/webvtt.scm (write-time): Format time components with correct
number of digits.
|
|
|
|
|
| |
* srt2vtt/subrip.scm (read-subrip): Reverse lines when finished parsing
to preserve the correct order.
|
|
|
|
| |
* srt2vtt/subrip.scm (parse-time): Convert matched components to numbers.
|
| |
|
|
|
|
|
| |
* srt2vtt/subrip.scm (parse-time, parse-time-span): Throw error when
regexp doesn't match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* .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.
|
|
|
|
| |
* srt2vtt (read-sub-rip): Test for EOF object.
|
|
|
|
| |
* srt2vtt: Remove '--no-auto-compile' flag.
|
|
|
|
| |
* srt2vtt (read-sub-rip): Allow the first subtitle line to be blank.
|
|
|
|
| |
* srt2vtt: Add docstrings to important procedures.
|
|
|
|
| |
* COPYING: New file.
|
|
|
|
| |
* srt2vtt: Add blank line between signature and first subtitle.
|
|
|
|
| |
* srt2vtt: s/Haunt/srt2vtt/
|
|
|