feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview) - Added Getting Started, Tools Reference, Contributing, and Commercial License pages - Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache - Updated README with documentation link, sponsors section, and docs contribution guide - Added EPUB to PDF converter using LibreOffice WASM - Migrated to Phosphor Icons for consistent iconography - Added donation ribbon banner on landing page - Removed 'Like My Work?' section (replaced by ribbon) - Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy - Added Commercial License documentation page - Updated translations table (Chinese added, marked non-English as In Progress) - Added sponsors.yml workflow for auto-generating sponsor avatars
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
"openMainMenu": "Open main menu",
|
||||
"language": "Language"
|
||||
},
|
||||
"donation": {
|
||||
"message": "Love BentoPDF? Help us keep it free and open source!",
|
||||
"button": "Donate"
|
||||
},
|
||||
"hero": {
|
||||
"title": "The",
|
||||
"pdfToolkit": "PDF Toolkit",
|
||||
@@ -53,7 +57,8 @@
|
||||
"toolsLabel": "Tools",
|
||||
"subtitle": "Click a tool to open the file uploader",
|
||||
"searchPlaceholder": "Search for a tool (e.g., 'split', 'organize'...)",
|
||||
"backToTools": "Back to Tools"
|
||||
"backToTools": "Back to Tools",
|
||||
"firstLoadNotice": "First load takes a moment as we download our conversion engine. After that, all loads will be instant."
|
||||
},
|
||||
"upload": {
|
||||
"clickToSelect": "Click to select a file",
|
||||
|
||||
Reference in New Issue
Block a user