Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor directory structure | Joseph Hunkeler | 2024-10-14 | 1 | -155/+0 |
| | | | | | * Move core library sources into src/lib/core * Move command-line programs into src/cli | ||||
* | indexer: Handle destination directories more gracefully (#28) | Joseph Hunkeler | 2024-08-15 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | * Handle destination directories more gracefully * The storage.output_dir is now the storage.root to avoid generating a sub-directory beneath the temporary working directory * The destination directory is created, then resolved by realpath to avoid generating the destination directory within the temporary working directory when a relative path is used as input * Replace the original file instead of using rename() * rename() cannot operate across file system boundaries * Dynamically allocate rootdirs array * Use realpath on positional arguments * Convert all markdown files to HTML * README.html files are considered entry points and are linked as index.html * Assign retcode after indexing | ||||
* | Rebrand OhMyCal (OMC) as STASIS (#7) | Joseph Hunkeler | 2024-06-21 | 1 | -2/+2 |
| | |||||
* | Documentation | Joseph Hunkeler | 2024-05-16 | 1 | -2/+2 |
| | |||||
* | Add REPLACE_TRUNCATE_AFTER_MATCH mode to replace_text | Joseph Hunkeler | 2024-04-02 | 1 | -3/+11 |
| | |||||
* | Fix replace_text*() functions | Joseph Hunkeler | 2024-04-02 | 1 | -30/+76 |
| | | | | | * Now return an error code * Completely rewrote replace_text() | ||||
* | Replaces BUFSIZ with OMC_BUFSIZ | Joseph Hunkeler | 2023-11-20 | 1 | -2/+2 |
| | |||||
* | Add comments | Joseph Hunkeler | 2023-11-03 | 1 | -105/+27 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+167 |