diff --git a/markdown-to-pdf/README.md b/Archive/v1-markdown-to-pdf/README.md similarity index 83% rename from markdown-to-pdf/README.md rename to Archive/v1-markdown-to-pdf/README.md index 48d537b0..f6bb7f6e 100644 --- a/markdown-to-pdf/README.md +++ b/Archive/v1-markdown-to-pdf/README.md @@ -1,4 +1,23 @@ -# OWASP Top Ten for LLMs - Markdown to PDF +# ⚠️ **Archived Markdown to PDF Generator for the OWASP Top Ten for LLMs** ⚠️ + +**🚨 Important Notice: This Script Has Been Archived 🚨** +This directory contains an open-source GitHub Action implementation of the Markdown to PDF generator used in Version 1 of the OWASP Top Ten for LLMs. It leverages off-the-shelf open-source libraries and CSS definitions to create PDF versions of the Top Ten for LLMs. + +### **Why This Script Is Archived** +While this generator remains fully functional, the team has chosen to utilize a closed-source generator maintained by `@Setotet` for the 2025 version of the OWASP Top Ten for LLMs. As a result, this implementation has been **archived** but will remain available for reference or reuse if needed in the future. + + +### **Need More Information?** +Join the discussion about PDF generation in the OWASP Slack channel: +**🔗 [OWASP Slack - #pdf-generation](https://owasp.slack.com/archives/C05N6PWC1M2)** + +**Please note**: As this script is archived, it will no longer be actively maintained. For updates or further development, please refer to the proprietary implementation or participate in discussions on OWASP Slack. + +--- + + + + The contents of this directory are used to generate the PDFs of translated versions of the OWASP Top Ten for LLMs using the md-to-pdf npm package. diff --git a/markdown-to-pdf/frontmatter.md b/Archive/v1-markdown-to-pdf/frontmatter.md similarity index 100% rename from markdown-to-pdf/frontmatter.md rename to Archive/v1-markdown-to-pdf/frontmatter.md diff --git a/markdown-to-pdf/generated/.gitkeep b/Archive/v1-markdown-to-pdf/generated/.gitkeep similarity index 100% rename from markdown-to-pdf/generated/.gitkeep rename to Archive/v1-markdown-to-pdf/generated/.gitkeep diff --git a/markdown-to-pdf/img/OWASP-title-logo.svg b/Archive/v1-markdown-to-pdf/img/OWASP-title-logo.svg similarity index 100% rename from markdown-to-pdf/img/OWASP-title-logo.svg rename to Archive/v1-markdown-to-pdf/img/OWASP-title-logo.svg diff --git a/markdown-to-pdf/img/diagram.png b/Archive/v1-markdown-to-pdf/img/diagram.png similarity index 100% rename from markdown-to-pdf/img/diagram.png rename to Archive/v1-markdown-to-pdf/img/diagram.png diff --git a/markdown-to-pdf/img/header-background.png b/Archive/v1-markdown-to-pdf/img/header-background.png similarity index 100% rename from markdown-to-pdf/img/header-background.png rename to Archive/v1-markdown-to-pdf/img/header-background.png diff --git a/markdown-to-pdf/img/logo.png b/Archive/v1-markdown-to-pdf/img/logo.png similarity index 100% rename from markdown-to-pdf/img/logo.png rename to Archive/v1-markdown-to-pdf/img/logo.png diff --git a/markdown-to-pdf/img/title-background.png b/Archive/v1-markdown-to-pdf/img/title-background.png similarity index 100% rename from markdown-to-pdf/img/title-background.png rename to Archive/v1-markdown-to-pdf/img/title-background.png diff --git a/markdown-to-pdf/markdown_to_pdf.sh b/Archive/v1-markdown-to-pdf/markdown_to_pdf.sh similarity index 100% rename from markdown-to-pdf/markdown_to_pdf.sh rename to Archive/v1-markdown-to-pdf/markdown_to_pdf.sh diff --git a/markdown-to-pdf/styles/base.css b/Archive/v1-markdown-to-pdf/styles/base.css similarity index 100% rename from markdown-to-pdf/styles/base.css rename to Archive/v1-markdown-to-pdf/styles/base.css diff --git a/markdown-to-pdf/styles/topten-de.css b/Archive/v1-markdown-to-pdf/styles/topten-de.css similarity index 100% rename from markdown-to-pdf/styles/topten-de.css rename to Archive/v1-markdown-to-pdf/styles/topten-de.css diff --git a/markdown-to-pdf/styles/topten-hi.css b/Archive/v1-markdown-to-pdf/styles/topten-hi.css similarity index 100% rename from markdown-to-pdf/styles/topten-hi.css rename to Archive/v1-markdown-to-pdf/styles/topten-hi.css diff --git a/markdown-to-pdf/styles/topten-it.css b/Archive/v1-markdown-to-pdf/styles/topten-it.css similarity index 100% rename from markdown-to-pdf/styles/topten-it.css rename to Archive/v1-markdown-to-pdf/styles/topten-it.css diff --git a/markdown-to-pdf/styles/topten-ja.css b/Archive/v1-markdown-to-pdf/styles/topten-ja.css similarity index 100% rename from markdown-to-pdf/styles/topten-ja.css rename to Archive/v1-markdown-to-pdf/styles/topten-ja.css diff --git a/markdown-to-pdf/styles/topten-pt.css b/Archive/v1-markdown-to-pdf/styles/topten-pt.css similarity index 100% rename from markdown-to-pdf/styles/topten-pt.css rename to Archive/v1-markdown-to-pdf/styles/topten-pt.css diff --git a/markdown-to-pdf/styles/topten-zh.css b/Archive/v1-markdown-to-pdf/styles/topten-zh.css similarity index 100% rename from markdown-to-pdf/styles/topten-zh.css rename to Archive/v1-markdown-to-pdf/styles/topten-zh.css diff --git a/.github/workflows/markdown-to-pdf.yml b/Archive/v1-markdown-to-pdf/workflows/markdown-to-pdf.yml similarity index 100% rename from .github/workflows/markdown-to-pdf.yml rename to Archive/v1-markdown-to-pdf/workflows/markdown-to-pdf.yml