feat: rename project from DocuNova to DocuElevate, update related documentation and templates
This commit is contained in:
@@ -17,5 +17,5 @@
|
||||
</g>
|
||||
|
||||
<!-- Text -->
|
||||
<text class="text" x="28" y="17">DocuNova</text>
|
||||
<text class="text" x="28" y="17">DocuElevate</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -7,7 +7,7 @@
|
||||
<h1 class="text-7xl font-extrabold text-blue-600 mb-6">404</h1>
|
||||
<h2 class="text-3xl font-bold text-gray-800 mb-4">Oops, we couldn’t find that page!</h2>
|
||||
<p class="text-gray-600 mb-8">
|
||||
It seems DocuNova has misplaced the document you were looking for. Don’t worry – we’ve got your back.
|
||||
It seems DocuElevate has misplaced the document you were looking for. Don’t worry – we’ve got your back.
|
||||
</p>
|
||||
<a href="/" class="inline-block bg-blue-500 hover:bg-blue-600 text-white font-semibold py-3 px-6 rounded-lg transition-colors">
|
||||
← Return Home
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Server Error - DocuNova{% endblock %}
|
||||
{% block title %}Server Error - DocuElevate{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="relative isolate px-6 pt-14 lg:px-8">
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}About DocuNova{% endblock %}
|
||||
{% block title %}About DocuElevate{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<h1 class="text-4xl font-bold mb-4">About DocuNova</h1>
|
||||
<h1 class="text-4xl font-bold mb-4">About DocuElevate</h1>
|
||||
<p class="text-gray-700 mb-6 leading-relaxed">
|
||||
Welcome to <strong>DocuNova</strong> – your modern, intelligent solution for document processing!
|
||||
We’ve built DocuNova to completely transform the way you handle your documents – from upload
|
||||
Welcome to <strong>DocuElevate</strong> – your modern, intelligent solution for document processing!
|
||||
We've built DocuElevate to completely transform the way you handle your documents – from upload
|
||||
to extraction, from processing to storage.
|
||||
</p>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<section class="bg-white shadow rounded p-6 mb-8">
|
||||
<h2 class="text-2xl font-semibold mb-2">Our Story</h2>
|
||||
<p class="text-gray-600 mb-4">
|
||||
DocuNova was created with one goal in mind: to simplify and streamline document management
|
||||
DocuElevate was created with one goal in mind: to simplify and streamline document management
|
||||
for everyone, whether you’re a small startup or a large enterprise.
|
||||
</p>
|
||||
<p class="text-gray-600">
|
||||
@@ -42,7 +42,7 @@
|
||||
<section class="bg-white shadow rounded p-6 mb-8">
|
||||
<h2 class="text-2xl font-semibold mb-2">Meet the Creator</h2>
|
||||
<p class="text-gray-600">
|
||||
DocuNova is passionately developed by
|
||||
DocuElevate is passionately developed by
|
||||
<a href="https://www.christianlouis.de" target="_blank" class="text-blue-600 hover:underline">Christian Krakau-Louis</a>.
|
||||
</p>
|
||||
</section>
|
||||
@@ -51,12 +51,12 @@
|
||||
<section class="bg-white shadow rounded p-6">
|
||||
<h2 class="text-2xl font-semibold mb-2">Get Involved</h2>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Want to dive into the code, contribute ideas, or simply check out the magic behind DocuNova?
|
||||
Want to dive into the code, contribute ideas, or simply check out the magic behind DocuElevate?
|
||||
Visit our GitHub repository!
|
||||
</p>
|
||||
<a href="https://github.com/christianlouis/document-processor" target="_blank" class="flex items-center space-x-2 text-blue-600 hover:text-blue-800">
|
||||
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub Logo" class="h-6 w-6" />
|
||||
<span>View DocuNova on GitHub</span>
|
||||
<span>View DocuElevate on GitHub</span>
|
||||
</a>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>{% block title %}DocuNova{% endblock %}</title>
|
||||
<title>{% block title %}DocuElevate{% endblock %}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- Tailwind CSS or other global CSS references -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
@@ -35,7 +35,7 @@
|
||||
></span>
|
||||
<!-- Text -->
|
||||
<span class="text-xl font-bold text-blue-500 hover:text-blue-700">
|
||||
DocuNova
|
||||
DocuElevate
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@
|
||||
<!-- Footer -->
|
||||
<footer class="bg-white shadow">
|
||||
<div class="max-w-7xl mx-auto px-4 py-4 text-center text-gray-600">
|
||||
DocuNova 2025 - Licensed under <a href="/license" class="text-blue-500 hover:underline">Apache License 2.0</a> -
|
||||
DocuElevate 2025 - Licensed under <a href="/license" class="text-blue-500 hover:underline">Apache License 2.0</a> -
|
||||
<span class="text-xs">Version {{ app_version|default(version, true) }}</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="mb-8">
|
||||
<h1 class="text-3xl font-bold mb-2">Dropbox Integration Setup</h1>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Configure the Dropbox integration for DocuNova using our setup wizard.
|
||||
Configure the Dropbox integration for DocuElevate using our setup wizard.
|
||||
</p>
|
||||
|
||||
<div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4 my-4" role="alert">
|
||||
@@ -49,7 +49,7 @@
|
||||
<li>Click "Create app"</li>
|
||||
<li>Select "Scoped access" for API</li>
|
||||
<li>Choose "Full Dropbox" access (or "App folder" for more restricted access)</li>
|
||||
<li>Give your app a name (e.g., "DocuNova")</li>
|
||||
<li>Give your app a name (e.g., "DocuElevate")</li>
|
||||
<li>Click "Create app"</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Home - DocuNova{% endblock %}
|
||||
{% block title %}Home - DocuElevate{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<h1 class="text-4xl font-bold mb-4">Welcome to DocuNova</h1>
|
||||
<h1 class="text-4xl font-bold mb-4">Welcome to DocuElevate</h1>
|
||||
<p class="text-gray-700 mb-8">
|
||||
Your intelligent solution for processing, managing, and organizing documents effortlessly.
|
||||
</p>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}DocuNova - License{% endblock %}
|
||||
{% block title %}DocuElevate - License{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
|
||||
<p class="mt-4 text-gray-600">
|
||||
DocuNova is distributed under the Apache License 2.0, which is a permissive
|
||||
DocuElevate is distributed under the Apache License 2.0, which is a permissive
|
||||
open-source software license that allows you to use, modify, distribute, and
|
||||
contribute to the project.
|
||||
</p>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="mb-8">
|
||||
<h1 class="text-3xl font-bold mb-2">OneDrive Integration Setup</h1>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Configure the Microsoft OneDrive integration for DocuNova using our setup wizard.
|
||||
Configure the Microsoft OneDrive integration for DocuElevate using our setup wizard.
|
||||
</p>
|
||||
|
||||
<div class="bg-blue-100 border-l-4 border-blue-500 text-blue-700 p-4 my-4" role="alert">
|
||||
@@ -48,7 +48,7 @@
|
||||
<li>Go to the <a href="https://portal.azure.com/" target="_blank" class="text-blue-600 hover:underline">Azure Portal</a></li>
|
||||
<li>Navigate to "Azure Active Directory" > "App registrations"</li>
|
||||
<li>Click "New registration"</li>
|
||||
<li>Enter a name for your application (e.g., "DocuNova")</li>
|
||||
<li>Enter a name for your application (e.g., "DocuElevate")</li>
|
||||
<li>For "Supported account types", select:
|
||||
<div class="bg-gray-50 p-2 my-2 rounded text-sm">
|
||||
"Accounts in any organizational directory and personal Microsoft accounts"
|
||||
|
||||
Reference in New Issue
Block a user