Rename AdventureLog to Voyage and add fork attribution

- Replace all AdventureLog references with Voyage across ~102 files
  (7 case variants: AdventureLog, adventurelog, Adventurelog, ADVENTURELOG,
  AdventUrelog, AdventureLOG, adventure-log, adventure_log)
- Rename brand, static, and documentation assets to use voyage naming
- Rename install_adventurelog.sh → install_voyage.sh
- Update README.md and voyage_overview.md to credit AdventureLog as
  the upstream project and Sean Morley as its original creator
This commit is contained in:
2026-03-06 11:05:26 +00:00
parent 2b644d3afa
commit df8d1adf15
151 changed files with 653 additions and 658 deletions

View File

@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="AdventureLog API Server" />
<meta name="description" content="Voyage API Server" />
<link rel="icon" href="/static/favicon.png" />
<meta name="author" content="Sean Morley" />
<title>AdventureLog API Server</title>
<title>Voyage API Server</title>
<!-- Bootstrap 5 CSS -->
<link
@@ -66,7 +66,7 @@
<!-- Navbar -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="/">AdventureLog API</a>
<a class="navbar-brand" href="/">Voyage API</a>
<button
class="navbar-toggler"
type="button"
@@ -81,7 +81,7 @@
<li class="nav-item">
<a
class="nav-link"
href="http://adventurelog.app"
href="http://voyage.app"
target="_blank"
>
Documentation
@@ -90,7 +90,7 @@
<li class="nav-item">
<a
class="nav-link"
href="https://github.com/seanmorley15/AdventureLog"
href="https://github.com/seanmorley15/Voyage"
target="_blank"
>
Source Code
@@ -107,7 +107,7 @@
<!-- Hero Section -->
<div class="hero">
<div class="container">
<h1><i class="bi bi-map"></i> AdventureLog API</h1>
<h1><i class="bi bi-map"></i> Voyage API</h1>
<p>
The backend powering your travels — flexible, powerful, and open
source.
@@ -149,11 +149,11 @@
<footer class="text-center text-muted py-4">
Open source with ❤️ by
<a href="https://seanmorley.com" target="_blank">Sean Morley</a> • View on
<a href="https://github.com/seanmorley15/AdventureLog" target="_blank"
<a href="https://github.com/seanmorley15/Voyage" target="_blank"
>GitHub</a
>
<a href="https://adventurelog.app" target="_blank">adventurelog.app</a>
<a href="https://voyage.app" target="_blank">voyage.app</a>
</footer>
<!-- Bootstrap JS -->