Skip to content

Commit e0a0ab9

Browse files
committed
Add license and update README
1 parent 4eb84dd commit e0a0ab9

2 files changed

Lines changed: 19 additions & 12 deletions

File tree

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2026 Reese Schultz & Contributors
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
# Torchfinder
1+
# Torchfinder 🔥
22

3-
Adventure lookup tool for [Shadowdark](https://www.thearcanelibrary.com/pages/shadowdark) and related content. Live at **[torchfinder.lodesandlanterns.com](https://torchfinder.lodesandlanterns.com)**.
3+
A [Lodes & Lanterns](https://lodesandlanterns.com) tool for finding [Shadowdark](https://www.thearcanelibrary.com) adventures and related content, whether official or third-party! **[Use it now!](https://torchfinder.lodesandlanterns.com)**
44

5-
Part of [Lodes & Lanterns](https://lodesandlanterns.com).
5+
Built by [Reese](https://github.com/reeseschultz) and contributors.
66

7-
---
8-
9-
## What it is
10-
11-
Torchfinder is a static, client-side web app for searching and filtering Shadowdark adventures, supplements, zines, and related products. It fetches a pre-built JSON dataset at deploy time and filters entirely in-memory — no server, no database, no framework.
7+
## Wait, what is this?
128

13-
---
9+
Torchfinder is a free and open source client-side web app for searching and filtering Shadowdark-related adventures, supplements, zines, and other content. It fetches a curated and enriched JSON dataset at deploy time (from [the data repository](https://github.com/Lodes-and-Lanterns/torchfinder-data)) and filters entirely in-memory — no server, no database, no heavy dependencies.
1410

1511
## Repository structure
1612

17-
The project is split across two repositories under the [Lodes-and-Lanterns](https://github.com/Lodes-and-Lanterns) organization:
13+
The project is actually split across two repositories under the [Lodes & Lanterns](https://github.com/Lodes-and-Lanterns) GitHub organization:
1814

1915
| Repo | Purpose |
2016
|---|---|
@@ -23,6 +19,8 @@ The project is split across two repositories under the [Lodes-and-Lanterns](http
2319

2420
`torchfinder-data` is the source of truth. This repo is purely presentation-layer: it consumes `adventures.json` and renders it. No data authoring or validation happens here.
2521

22+
> **Just want the data?** There's no API, but other apps and services can easily consume the latest `adventures.json` output from the `main` branch of `torchfinder-data`.
23+
2624
### Frontend files
2725

2826
```
@@ -117,6 +115,8 @@ Both repos use [CalVer](https://calver.org/): tags follow `YYYY.MM.DD` with an o
117115

118116
## License
119117

120-
MIT. See [LICENSE](LICENSE) (or the repository's license metadata).
118+
All contributions to this repository are licensed under [MIT](LICENSE).
119+
120+
## Disclaimer
121121

122-
Torchfinder is a fan project and is not affiliated with The Arcane Library or the official Shadowdark RPG.
122+
*Torchfinder and Lodes & Lanterns are not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.*

0 commit comments

Comments
 (0)