From 7dfeb4bb0f1f7b81713376aadeb23d1668a62c78 Mon Sep 17 00:00:00 2001
From: sbplat <71648843+sbplat@users.noreply.github.com>
Date: Sat, 30 Dec 2023 18:12:06 -0500
Subject: [PATCH 1/3] Update footer.html
---
.../resources/templates/fragments/footer.html | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html
index 0bff58e6..4fc411fe 100644
--- a/src/main/resources/templates/fragments/footer.html
+++ b/src/main/resources/templates/fragments/footer.html
@@ -1,9 +1,9 @@
-
-
From 5b0145fa478b914e7b82a7724b1eb4ad30945e55 Mon Sep 17 00:00:00 2001
From: sbplat <71648843+sbplat@users.noreply.github.com>
Date: Sat, 30 Dec 2023 18:22:46 -0500
Subject: [PATCH 2/3] misc: change all repo links from Frooodle to
Stirling-Tools
---
.../SPDF/controller/api/misc/AutoSplitPdfController.java | 2 +-
src/main/resources/static/js/githubVersion.js | 4 ++--
src/main/resources/templates/error.html | 2 +-
src/main/resources/templates/fragments/errorBanner.html | 4 ++--
.../resources/templates/fragments/errorBannerPerPage.html | 4 ++--
src/main/resources/templates/fragments/navbar.html | 2 +-
src/main/resources/templates/misc/ocr-pdf.html | 4 ++--
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/main/java/stirling/software/SPDF/controller/api/misc/AutoSplitPdfController.java b/src/main/java/stirling/software/SPDF/controller/api/misc/AutoSplitPdfController.java
index e32e325e..9b447fcb 100644
--- a/src/main/java/stirling/software/SPDF/controller/api/misc/AutoSplitPdfController.java
+++ b/src/main/java/stirling/software/SPDF/controller/api/misc/AutoSplitPdfController.java
@@ -42,7 +42,7 @@ import stirling.software.SPDF.utils.WebResponseUtils;
@Tag(name = "Misc", description = "Miscellaneous APIs")
public class AutoSplitPdfController {
- private static final String QR_CONTENT = "https://github.com/Frooodle/Stirling-PDF";
+ private static final String QR_CONTENT = "https://github.com/Stirling-Tools/Stirling-PDF";
@PostMapping(value = "/auto-split-pdf", consumes = "multipart/form-data")
@Operation(
diff --git a/src/main/resources/static/js/githubVersion.js b/src/main/resources/static/js/githubVersion.js
index 0fddc3ef..6400d5cf 100644
--- a/src/main/resources/static/js/githubVersion.js
+++ b/src/main/resources/static/js/githubVersion.js
@@ -18,7 +18,7 @@ function compareVersions(version1, version2) {
async function getLatestReleaseVersion() {
- const url = "https://api.github.com/repos/Frooodle/Stirling-PDF/releases/latest";
+ const url = "https://api.github.com/repos/Stirling-Tools/Stirling-PDF/releases/latest";
try {
const response = await fetch(url);
const data = await response.json();
@@ -52,4 +52,4 @@ async function checkForUpdate() {
document.addEventListener('DOMContentLoaded', (event) => {
checkForUpdate();
-});
\ No newline at end of file
+});
diff --git a/src/main/resources/templates/error.html b/src/main/resources/templates/error.html
index dff3fab4..4e6fc585 100644
--- a/src/main/resources/templates/error.html
+++ b/src/main/resources/templates/error.html
@@ -115,7 +115,7 @@ margin-top: 0;
Need help / Found a issue?
If you're still having trouble, don't hesitate to reach out to us for help. You can submit a ticket on our GitHub page or contact us through Discord:
Go back to homepage
diff --git a/src/main/resources/templates/fragments/errorBanner.html b/src/main/resources/templates/fragments/errorBanner.html
index cdba311a..1bc79031 100644
--- a/src/main/resources/templates/fragments/errorBanner.html
+++ b/src/main/resources/templates/fragments/errorBanner.html
@@ -31,7 +31,7 @@
- Submit a ticket on GitHub
+ Submit a ticket on GitHub
Join our Discord server
@@ -84,4 +84,4 @@
}
}
-
\ No newline at end of file
+
diff --git a/src/main/resources/templates/fragments/errorBannerPerPage.html b/src/main/resources/templates/fragments/errorBannerPerPage.html
index ccc2f7b4..583d057b 100644
--- a/src/main/resources/templates/fragments/errorBannerPerPage.html
+++ b/src/main/resources/templates/fragments/errorBannerPerPage.html
@@ -43,7 +43,7 @@
Need help / Found an issue?
If you're still having trouble, don't hesitate to reach out to us for help. You can submit a ticket on our GitHub page or contact us through Discord:
Go to Homepage
@@ -55,4 +55,4 @@
-
\ No newline at end of file
+
diff --git a/src/main/resources/templates/fragments/navbar.html b/src/main/resources/templates/fragments/navbar.html
index 2ddb3679..8e5ce732 100644
--- a/src/main/resources/templates/fragments/navbar.html
+++ b/src/main/resources/templates/fragments/navbar.html
@@ -267,7 +267,7 @@
API
-
+
diff --git a/src/main/resources/templates/misc/ocr-pdf.html b/src/main/resources/templates/misc/ocr-pdf.html
index 440c42a1..c9063a9d 100644
--- a/src/main/resources/templates/misc/ocr-pdf.html
+++ b/src/main/resources/templates/misc/ocr-pdf.html
@@ -243,7 +243,7 @@
- https://github.com/Frooodle/Stirling-PDF/blob/main/HowToUseOCR.md
+ https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR.md
@@ -251,4 +251,4 @@