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

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