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:
@@ -40,7 +40,7 @@
|
||||
</h1>
|
||||
|
||||
<p class="mt-4">
|
||||
AdventureLog server encountered an error while processing your request.
|
||||
Voyage server encountered an error while processing your request.
|
||||
<br />
|
||||
Please check the server logs for more information.
|
||||
</p>
|
||||
@@ -48,7 +48,7 @@
|
||||
<div class="alert alert-warning mt-4">
|
||||
<p class="text-muted-foreground">
|
||||
<strong>Administrators:</strong> Please check your setup using the
|
||||
<a class="link link-primary" target="_blank" href="https://adventurelog.app"
|
||||
<a class="link link-primary" target="_blank" href="https://voyage.app"
|
||||
>documentation</a
|
||||
>.
|
||||
</p>
|
||||
|
||||
@@ -85,10 +85,10 @@
|
||||
<UmamiAnalyticsEnv />
|
||||
|
||||
<svelte:head>
|
||||
<title>AdventureLog</title>
|
||||
<title>Voyage</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Embark, explore, remember with AdventureLog. AdventureLog is the ultimate travel companion."
|
||||
content="Embark, explore, remember with Voyage. Voyage is the ultimate travel companion."
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
|
||||
@@ -232,10 +232,10 @@
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title>Home | AdventureLog</title>
|
||||
<title>Home | Voyage</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="AdventureLog is a platform to log your adventures and plan your travel."
|
||||
content="Voyage is a platform to log your adventures and plan your travel."
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{$t('adventures.visit_calendar')} - AdventureLog</title>
|
||||
<title>{$t('adventures.visit_calendar')} - Voyage</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="min-h-screen bg-gradient-to-br from-base-200 via-base-100 to-base-200">
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Dashboard | AdventureLog</title>
|
||||
<meta name="description" content="Home dashboard for AdventureLog." />
|
||||
<title>Dashboard | Voyage</title>
|
||||
<meta name="description" content="Home dashboard for Voyage." />
|
||||
</svelte:head>
|
||||
|
||||
<div class="min-h-screen bg-gradient-to-br from-base-200 via-base-100 to-base-200">
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<!-- Header -->
|
||||
<div class="text-center mb-8">
|
||||
<div class="mb-4">
|
||||
<h1 class="text-3xl font-bold text-primary mb-1">AdventureLog</h1>
|
||||
<h1 class="text-3xl font-bold text-primary mb-1">Voyage</h1>
|
||||
<div class="w-12 h-1 bg-primary mx-auto rounded"></div>
|
||||
</div>
|
||||
<h2 class="text-4xl font-bold text-base-content mb-2">{$t('auth.login')}</h2>
|
||||
@@ -238,10 +238,10 @@
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title>Login | AdventureLog</title>
|
||||
<title>Login | Voyage</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Login to your AdventureLog account to start logging your adventures!"
|
||||
content="Login to your Voyage account to start logging your adventures!"
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{user.first_name || user.username}'s Profile | AdventureLog</title>
|
||||
<title>{user.first_name || user.username}'s Profile | Voyage</title>
|
||||
<meta name="description" content="User Profile" />
|
||||
</svelte:head>
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<svelte:head>
|
||||
<title>Search: {query}</title>
|
||||
<meta name="description" content="AdventureLog global search results for {query}" />
|
||||
<meta name="description" content="Voyage global search results for {query}" />
|
||||
</svelte:head>
|
||||
|
||||
<div class="min-h-screen bg-gradient-to-br from-base-200 via-base-100 to-base-200">
|
||||
|
||||
@@ -1074,7 +1074,7 @@
|
||||
📖 {$t('immich.need_help')}
|
||||
<a
|
||||
class="link link-primary"
|
||||
href="https://adventurelog.app/docs/configuration/immich_integration.html"
|
||||
href="https://voyage.app/docs/configuration/immich_integration.html"
|
||||
target="_blank">{$t('navbar.documentation')}</a
|
||||
>
|
||||
</p>
|
||||
@@ -1104,7 +1104,7 @@
|
||||
📖 {$t('immich.need_help')}
|
||||
<a
|
||||
class="link link-primary"
|
||||
href="https://adventurelog.app/docs/configuration/google_maps_integration.html"
|
||||
href="https://voyage.app/docs/configuration/google_maps_integration.html"
|
||||
target="_blank">{$t('navbar.documentation')}</a
|
||||
>
|
||||
</p>
|
||||
@@ -1167,7 +1167,7 @@
|
||||
📖 {$t('immich.need_help')}
|
||||
<a
|
||||
class="link link-primary"
|
||||
href="https://adventurelog.app/docs/configuration/strava_integration.html"
|
||||
href="https://voyage.app/docs/configuration/strava_integration.html"
|
||||
target="_blank">{$t('navbar.documentation')}</a
|
||||
>
|
||||
</p>
|
||||
@@ -1281,7 +1281,7 @@
|
||||
📖 {$t('immich.need_help')}
|
||||
<a
|
||||
class="link link-primary"
|
||||
href="https://adventurelog.app/docs/configuration/wanderer_integration.html"
|
||||
href="https://voyage.app/docs/configuration/wanderer_integration.html"
|
||||
target="_blank">{$t('navbar.documentation')}</a
|
||||
>
|
||||
</p>
|
||||
@@ -1590,7 +1590,7 @@
|
||||
<div>
|
||||
<span>{$t('settings.social_auth_desc_2')}</span>
|
||||
<a
|
||||
href="https://adventurelog.app/docs/configuration/social_auth.html"
|
||||
href="https://voyage.app/docs/configuration/social_auth.html"
|
||||
class="link link-neutral font-medium"
|
||||
target="_blank">{$t('settings.documentation_link')}</a
|
||||
>
|
||||
@@ -1651,7 +1651,7 @@
|
||||
<!-- Developer message and thanks -->
|
||||
<div class="p-6 bg-base-200 rounded-xl">
|
||||
<div class="text-center space-y-3">
|
||||
<h4 class="font-medium">{$t('about.about')} AdventureLog</h4>
|
||||
<h4 class="font-medium">{$t('about.about')} Voyage</h4>
|
||||
<p>
|
||||
{$t('about.license')}
|
||||
</p>
|
||||
@@ -1662,14 +1662,14 @@
|
||||
</p>
|
||||
<div class="flex justify-center gap-3 mt-2">
|
||||
<a
|
||||
href="https://github.com/seanmorley15/AdventureLog"
|
||||
href="https://github.com/seanmorley15/Voyage"
|
||||
target="_blank"
|
||||
class="link link-primary text-sm"
|
||||
>
|
||||
GitHub
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/seanmorley15/AdventureLog/blob/main/LICENSE"
|
||||
href="https://github.com/seanmorley15/Voyage/blob/main/LICENSE"
|
||||
target="_blank"
|
||||
class="link link-secondary text-sm"
|
||||
>
|
||||
@@ -1689,7 +1689,7 @@
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title>User Settings | AdventureLog</title>
|
||||
<title>User Settings | Voyage</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Comprehensive user settings dashboard. Manage your profile, security, emails, integrations, and more in one organized interface."
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<!-- Header -->
|
||||
<div class="text-center mb-8">
|
||||
<div class="mb-4">
|
||||
<h1 class="text-3xl font-bold text-primary mb-1">AdventureLog</h1>
|
||||
<h1 class="text-3xl font-bold text-primary mb-1">Voyage</h1>
|
||||
<div class="w-12 h-1 bg-primary mx-auto rounded"></div>
|
||||
</div>
|
||||
<h2 class="text-4xl font-bold text-base-content mb-2">{$t('auth.signup')}</h2>
|
||||
@@ -247,10 +247,10 @@
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title>Sign Up | AdventureLog</title>
|
||||
<title>Sign Up | Voyage</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Sign up for AdventureLog to explore the world and document your adventures!"
|
||||
content="Sign up for Voyage to explore the world and document your adventures!"
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
</div>
|
||||
|
||||
<svelte:head>
|
||||
<title>{user.username} | AdventureLog</title>
|
||||
<title>{user.username} | Voyage</title>
|
||||
<meta name="description" content="View your adventure collections." />
|
||||
</svelte:head>
|
||||
|
||||
@@ -46,5 +46,5 @@
|
||||
|
||||
<svelte:head>
|
||||
<title>Reset Password</title>
|
||||
<meta name="description" content="Reset your password for AdventureLog." />
|
||||
<meta name="description" content="Reset your password for Voyage." />
|
||||
</svelte:head>
|
||||
|
||||
@@ -61,6 +61,6 @@
|
||||
<title>Change Password</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Confirm your password reset and create a new password for AdventureLog."
|
||||
content="Confirm your password reset and create a new password for Voyage."
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
@@ -27,5 +27,5 @@
|
||||
|
||||
<svelte:head>
|
||||
<title>Email Verification</title>
|
||||
<meta name="description" content="View your email verification status for AdventureLog." />
|
||||
<meta name="description" content="View your email verification status for Voyage." />
|
||||
</svelte:head>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
console.log(users);
|
||||
</script>
|
||||
|
||||
<h1 class="text-center font-bold text-4xl mb-4">AdventureLog {$t('navbar.users')}</h1>
|
||||
<h1 class="text-center font-bold text-4xl mb-4">Voyage {$t('navbar.users')}</h1>
|
||||
<div class="flex flex-wrap gap-4 mr-4 justify-center content-center">
|
||||
{#each users as user (user.uuid)}
|
||||
<UserCard {user} />
|
||||
|
||||
@@ -728,7 +728,7 @@
|
||||
</div>
|
||||
<a
|
||||
class="link link-primary mt-4 inline-block"
|
||||
href="https://adventurelog.app/docs/configuration/updating.html#updating-the-region-data"
|
||||
href="https://voyage.app/docs/configuration/updating.html#updating-the-region-data"
|
||||
target="_blank"
|
||||
>
|
||||
{$t('settings.documentation_link')}
|
||||
|
||||
Reference in New Issue
Block a user