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 -->

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %} {% block content %}
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>AdventureLog API Server</h1>
<h1>Voyage API Server</h1>
<p>
<a class="btn btn-primary btn-lg" href="/admin" role="button">Admin Site</a>
<a

View File

@@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Youre Invited to AdventureLog</title>
<title>Youre Invited to Voyage</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -65,29 +65,29 @@
<body>
<div class="container">
<img
src="https://adventurelog.app/adventurelog.png"
alt="AdventureLog"
src="https://voyage.app/voyage.png"
alt="Voyage"
class="logo"
/>
<h1>Youre Invited to AdventureLog</h1>
<h1>Youre Invited to Voyage</h1>
<p>Hello <strong>{{ email }}</strong>,</p>
<p>
Adventure awaits! You've been invited to join
<span class="highlight">AdventureLog</span>, the ultimate travel
<span class="highlight">Voyage</span>, the ultimate travel
companion to track, plan, and collaborate on your journeys.
</p>
<p>Hit the button below to accept your invitation and start exploring!</p>
<p><a href="{{ invite_url }}" class="button">Join AdventureLog</a></p>
<p><a href="{{ invite_url }}" class="button">Join Voyage</a></p>
<div class="footer">
Youre receiving this email because someone invited you to join
AdventureLog.<br />
Voyage.<br />
If you werent expecting this invitation, you can safely ignore this
email.<br /><br />
© 20232026 AdventureLog
© 20232026 Voyage
</div>
</div>
</body>