refac: renamed 'GoCMS' -> 'RenewCMS'

This commit is contained in:
Florian Sylvain
2025-11-17 19:46:53 +01:00
parent b470bfcc67
commit 83a1dec8ae
66 changed files with 116 additions and 116 deletions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Create article</title>
<title>RenewCMS | Create article</title>
{{.Head}}
<style>
form {
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Article edition</title>
<title>RenewCMS | Article edition</title>
{{.Head}}
</head>
<body class="text-dark vh-100 d-flex flex-column">
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Articles</title>
<title>RenewCMS | Articles</title>
{{.Head}}
<style>
@@ -1,9 +1,9 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<div class="d-flex gap-2 justify-content-center align-items-center">
<img src="/static/gocms-favicon-128.png" alt="Logo" style="width: 2.5rem"/>
<a class="navbar-brand h1 my-auto" href="https://github.com/Floriansylvain/GoCMS" target="_blank">
GoCMS
<img src="/static/renewcms-favicon-64.png" alt="Logo" style="width: 2.5rem"/>
<a class="navbar-brand h1 my-auto" href="https://github.com/Floriansylvain/RenewCMS" target="_blank">
RenewCMS
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Home</title>
<title>RenewCMS | Home</title>
{{.Head}}
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Home</h1>
<p>Welcome on GoCMS !</p>
<p>Welcome on RenewCMS !</p>
<a href="/article">
<button class="btn btn-outline-primary">Articles &raquo;</button>
</a>
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Home</title>
<title>RenewCMS | Home</title>
{{.Head}}
</head>
<body class="text-dark">
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Login</title>
<title>RenewCMS | Login</title>
{{.Head}}
<style>
@@ -14,7 +14,7 @@
<div class="container">
<div class="d-flex flex-column m-auto form-container">
<div>
<h1>GoCMS</h1>
<h1>RenewCMS</h1>
<h2>Login</h2>
</div>
<form action="login" method="POST" class="mt-5" id="loginForm">
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Password reset</title>
<title>RenewCMS | Password reset</title>
{{.Head}}
<style>
@@ -14,7 +14,7 @@
<div class="container">
<div class="d-flex flex-column m-auto form-container">
<div>
<h1>GoCMS</h1>
<h1>RenewCMS</h1>
<h2>Admin account password reset</h2>
</div>
<form action="request" method="POST" class="mt-5" id="registerForm">
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Password reset</title>
<title>RenewCMS | Password reset</title>
{{.Head}}
<style>
@@ -14,7 +14,7 @@
<div class="container">
<div class="d-flex flex-column m-auto form-container">
<div>
<h1>GoCMS</h1>
<h1>RenewCMS</h1>
<h2>Admin account password reset</h2>
</div>
<form action="validate" method="POST" class="mt-5" id="registerForm">
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Setup</title>
<title>RenewCMS | Setup</title>
{{.Head}}
<style>
@@ -14,7 +14,7 @@
<div class="container">
<div class="d-flex flex-column m-auto form-container">
<div>
<h1>GoCMS</h1>
<h1>RenewCMS</h1>
<h2>Admin account creation</h2>
</div>
<form action="register" method="POST" class="mt-5" id="registerForm">
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Setup</title>
<title>RenewCMS | Setup</title>
{{.Head}}
<style>
@@ -14,7 +14,7 @@
<div class="container">
<div class="d-flex flex-column m-auto form-container">
<div>
<h1>GoCMS</h1>
<h1>RenewCMS</h1>
<h2>Verify your email</h2>
</div>
<p>An e-mail with the validation link was sent to the address you just registered.</p>
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Setup</title>
<title>RenewCMS | Setup</title>
{{.Head}}
<style>
@@ -14,7 +14,7 @@
<div class="container">
<div class="d-flex flex-column gap-5 m-auto form-container">
<div>
<h1>GoCMS</h1>
<h1>RenewCMS</h1>
<h2>E-mail verification</h2>
</div>
{{ if .PageError.IsError }}