Files
tavernworks/loreweaver
Myrddin Dundragon 53e62fcb68
All checks were successful
Build Tavernworks / Explore-Gitea-Actions (push) Successful in 3m22s
I just bumped the version so I could test.
I needed a fast test to make sure the Gitea server repository was
working.
2025-10-21 12:17:38 -04:00
..
2025-10-17 10:29:41 -04:00
2025-09-28 20:25:19 -04:00
2025-09-25 11:36:59 -04:00
2025-09-25 11:36:59 -04:00

Loreweaver

Loreweaver is a command-line tool that compiles a blog repository into a SQLite
database using the Tavernworks blog system. It acts as a publisher that reads
a metadata configuration file and processes the blog content via the tavern
engine.

Features

  • Reads a Tavern.toml metadata file to configure the compilation
  • Converts Markdown blog repositories into portable SQLite databases
  • Simple CLI interface with configurable input and output paths
  • Built on top of the tavern library for content parsing and data handling

Usage

Run Loreweaver with the default configuration file and output:

loreweaver --config Tavern.toml --output tavern.db

Specify custom paths for config or output files:

loreweaver --config path/to/config.toml --output path/to/output.db

Copyright 2025 CyberMages LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this library except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS