From f7d2cfa3bb5ba802b15c3fb839675f5788dc50c4 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:09:32 -0500 Subject: [PATCH] Update export-docs.py --- export-docs.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/export-docs.py b/export-docs.py index fa9a7a6..bf455a9 100644 --- a/export-docs.py +++ b/export-docs.py @@ -3,7 +3,7 @@ Nextjs Documentation PDF Generator Modified version of Docs-Exporter for Astro documentation Original work Copyright (C) 2024 Riyooo -Modified work Copyright (C) 2024 PacNPal +Modified work Copyright (C) 2024 PacFactory This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -42,11 +42,11 @@ def get_license_notice(): return """ This PDF was generated by Nextjs Documentation PDF Generator Original work Copyright (C) 2024 Riyooo -Modified work Copyright (C) 2024 PacNPal +Modified work Copyright (C) 2024 PacFactory This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3. -Source code is available at: https://github.com/pacnpal/Docs-Exporter +Source code is available at: https://github.com/PacFactory/Docs-Exporter """ def add_license_page(html_content): @@ -57,7 +57,7 @@ def add_license_page(html_content):
{get_license_notice()}
- Complete source code for this program is available at: https://github.com/pacnpal/Docs-Exporter
+Complete source code for this program is available at: https://github.com/PacFactory/Docs-Exporter
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU Affero General Public License version 3 for details.
@@ -360,7 +360,7 @@ if __name__ == "__main__": clone_repo(repo_url, branch, docs_dir, repo_dir) print(f""" Nextjs Documentation PDF Generator v1.0.0 - Copyright (C) 2024 PacNPal + Copyright (C) 2024 PacFactory This program comes with ABSOLUTELY NO WARRANTY; for details see the LICENSE file. This is free software, and you are welcome to redistribute it under certain conditions; see the LICENSE file for details. @@ -437,4 +437,4 @@ if __name__ == "__main__": print("Created the PDF file successfully.") except Exception as e: - print(f"Error generating PDF: {str(e)}") \ No newline at end of file + print(f"Error generating PDF: {str(e)}")