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:
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>You’re Invited to AdventureLog</title>
|
||||
<title>You’re 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>You’re Invited to AdventureLog</h1>
|
||||
<h1>You’re 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">
|
||||
You’re receiving this email because someone invited you to join
|
||||
AdventureLog.<br />
|
||||
Voyage.<br />
|
||||
If you weren’t expecting this invitation, you can safely ignore this
|
||||
email.<br /><br />
|
||||
© 2023–2026 AdventureLog
|
||||
© 2023–2026 Voyage
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user