aboutsummaryrefslogtreecommitdiffstats
path: root/src/content (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysdocs(guides): rewrite GPG fundamentals for clarityHEADmainsaturneric1-191/+102
* Simplifies and restructures explanations for beginners, emphasizing step-by-step learning. * Removes redundant sections and streamlines analogies, focusing on practical understanding. * Clarifies concepts like key pairs, encryption, signatures, and certificates, with improved examples and security tips. * Highlights benefits and usage of `GpgFrontend` for new users.
12 daysdocs(interface): update macOS interface screenshotsaturneric1-1/+1
* Replace outdated macOS image with a newer screenshot * Ensures documentation reflects latest interface visuals for clarity
2025-07-07feat(config): add starlight-links-validator integrationsaturneric1-2/+0
* Integrated `starlight-links-validator` into the Astro configuration. * Updated `package.json` and `package-lock.json` to include the new dependency. * Removed outdated note from the sync public keys documentation.
2025-07-06docs(extra): improve formatting and structure in algorithms comparisonsaturneric1-6/+6
- Changed section headers from `##` to `###` for EdDSA and related subsections for better hierarchy. - Enhanced clarity in descriptions of EdDSA's characteristics, use cases, performance, and compatibility.
2025-07-06docs(extra): enhance clarity and formatting in algorithms comparisonsaturneric1-37/+55
* Added links to relevant Wikipedia pages for RSA, ElGamal, ECDH, ECDSA, NIST Curves, BrainPool Curves, CV25519, X448, SECP256K1, Ed25519, and Ed448. * Improved readability by restructuring text and adding references to cryptographic algorithms.
2025-07-06docs(overview): enhance clarity in the Getting Started guidesaturneric1-7/+8
* Improved formatting by adding links to GnuPG and OpenPGP for better accessibility. * Ensured consistent presentation of information for a smoother reading experience.
2025-07-06docs(overview): improve formatting and clarity in GpgFrontend descriptionsaturneric1-5/+3
- Adjusted line breaks for better readability in the "Why GpgFrontend?" section. - Removed outdated manual version reference for a cleaner presentation.
2025-07-06chore(docs): update sidebar order for GpgController and Module Controllersaturneric3-2/+109
* Adjusted the sidebar order for the GpgController from 5 to 6. * Updated the sidebar order for the Module Controller from 6 to 7.
2025-07-06docs(guides): improve formatting and clarity in key server operations guidesaturneric1-23/+25
- Removed unnecessary colons in section headers for consistency. - Enhanced clarity by restructuring caution messages. - Improved formatting of key points and tips for better readability.
2025-07-06docs(guides): update OpenPGP trust management guide with current behavior ↵saturneric1-2/+2
and reasons for synchronization policy * Added section on current behavior regarding UID uploads to key servers. * Explained reasons for not enforcing automatic synchronization due to key server policies.
2025-07-06docs(guides): enhance symmetric encryption guide with additional imagessaturneric1-0/+6
- Added images to illustrate the steps for enabling symmetric encryption and accessing the encryption button. - Improved visual clarity for users following the encryption process.
2025-07-06style(docs): adjust formatting in downloads section for consistencysaturneric1-1/+1
- Removed trailing whitespace in the installation instruction.
2025-07-06style(docs): remove emoji icons and improve formatting in symmetric ↵saturneric1-24/+27
encryption guide - Removed emoji icons for a cleaner presentation. - Adjusted formatting for better readability. - Ensured consistent heading styles throughout the document.
2025-07-06feat(docs): add guide for symmetric encryption and decryptionsaturneric1-0/+0
- Introduced a comprehensive guide on symmetric encryption, detailing its definition, functionality, and usage. - Included steps for encrypting and decrypting data using GpgFrontend. - Provided security tips and scenarios for appropriate use of symmetric encryption.
2025-06-29docs(overview): add Qt5 build information for older systemssaturneric1-0/+1
* Included details about the `-qt5-` filename pattern. * Clarified that this build is suitable for older systems like Windows 7 and Ubuntu 20.04.
2025-06-29docs(appendix): streamline system requirements for clarity and concisenesssaturneric1-50/+18
- Simplified introductory text for better readability. - Consolidated hardware specifications into a clear list format. - Updated OS compatibility details to reflect current versions. - Removed redundant information to enhance focus on essential requirements.
2025-06-29fix(docs): update WinGet link for GpgFrontend installationsaturneric1-1/+1
* Changed the installation link for WinGet from `https://winget.run/pkg/Saturneric/GpgFrontend` to `https://winstall.app/apps/Saturneric.GpgFrontend`. * Ensures users are directed to the correct package manager resource for installation.
2025-06-28docs(appendix): refine setup-dev-env.md for clarity and completeness, update ↵saturneric1-9/+41
instructions for GitHub Codespaces, and add submodule initialization step
2025-06-28docs(overview): improve formatting and readability of GPG security section ↵saturneric1-3/+6
in FAQ
2025-06-28docs(overview): refine FAQ section for clarity and conciseness, update GnuPG ↵saturneric1-109/+80
dependency explanation, and enhance encryption comparison details
2025-06-28docs(overview): enhance Downloads section with stable and nightly release ↵saturneric1-54/+43
options, improve asset naming clarity, and streamline installation instructions
2025-06-28docs(overview): recreate 'Getting Started' guide with updated installation ↵saturneric2-137/+165
instructions and prerequisites
2025-06-28docs(overview): remove redundant section on GpgFrontend advantages for claritysaturneric1-27/+8
2025-06-28docs(overview): add Downloads section with installation options and asset ↵saturneric1-34/+33
descriptions
2025-06-27docs(overview): reposition 'Mission and Origins' section for improved flow ↵saturneric1-10/+10
and accessibility
2025-06-27docs(guides): remove emoji from section titles for consistency and claritysaturneric1-24/+27
2025-06-27docs(guides): restructure and enhance the 'Fundamental Concepts' guide for ↵saturneric1-36/+77
clarity and depth
2025-06-27docs(advanced): add detailed documentation for Multi-Key Database and ↵saturneric4-59/+84
KeyPackage features
2025-06-27docs(guides): add comprehensive guide for understanding GpgFrontend ↵saturneric1-1/+13
interface and features
2025-06-27docs(overview): add FAQ section to enhance user guidance for GpgFrontendsaturneric2-165/+280
2025-06-27docs(overview): add new 'At a Glance' documentation section for GpgFrontendsaturneric2-89/+142
2025-06-24docs(overview): add new images to glance documentationsaturneric1-0/+4
- added two new webp images showing additional interface examples - images follow same format as existing documentation assets
2025-06-24docs(appendix): update code binary verification documentationsaturneric1-5/+7
- replace "our software" with "GpgFrontend" for clarity - expand windows section to include .msi and .msix packages - add verification screenshot for windows binaries
2025-06-24docs(guides): update documentation with new images and formattingsaturneric5-92/+93
- add new images to file-operations.md - update formatting in generate-key.md - add images and improve structure in key-server-operations.md - add images and reorganize content in openpgp-trust-manage.md - update images and simplify text in text-opetations.md
2025-06-24docs(guides): restructure email operations documentationsaturneric1-45/+29
- reorganized sections for better flow - simplified bullet point formatting - updated image references - removed redundant headers - consolidated best practices section
2025-06-24docs: update image urls in documentation guidessaturneric6-100/+100
- replace outdated image urls with new ones - standardize image url format across all guides - update references to match new image locations
2025-06-24docs: update documentation for setup and requirementssaturneric3-4/+4
- remove extra blank line in macOS brew installation instructions - update minimum GnuPG version requirement from 2.1.0 to 2.2.0 - add direct link to locale ts files in translation guide
2025-06-24docs(code-binary-verify): add verification images and certum linksaturneric1-3/+9
- add images showing verification process for each platform - include link to certum website for code signing certificate - maintain existing verification instructions while adding visual aids
2025-06-24docs: update image urls in gnupg and key database docssaturneric2-6/+7
- replaced outdated image urls with new ones - fixed formatting of tip section in gnupg controller doc - updated all image references to use 2025 date format
2025-06-24docs: restructure algorithms comparison contentsaturneric1-19/+12
- remove redundant section headings - consolidate related content under clearer sections - improve formatting for better readability - reword some explanations for conciseness
2025-06-24docs(overview): update getting started guide with homebrew link and imagesaturneric1-1/+4
- add link to homebrew cask formula - include screenshot image for macos installation
2025-06-24docs(glance.md): update ui glimpse section with new screenshot and notesaturneric1-8/+9
- replace single macOS screenshot reference with general manual screenshot approach - update note about platform consistency and documentation applicability - add new screenshot image - clarify visual differences across platforms while maintaining feature consistency
2025-06-23chore: reformat the contact pagesaturneric1-7/+8
2025-06-23chore: add a link to bktus.comsaturneric1-1/+1
2025-06-23chore: update contact infosaturneric1-23/+20
2025-06-23docs: fix formatting and links in documentationsaturneric2-5/+3
- remove colon from SecureLevel 2 heading - fix link placement in getting-started guide - improve section organization in getting-started
2025-06-23docs(downloads): restructure downloads page for better claritysaturneric1-33/+63
- reorganize content into clear sections - add detailed asset naming patterns table - improve platform-specific installation instructions - update badges and links for better visibility
2025-06-23docs(overview): update getting started guidesaturneric1-6/+10
- rename section to "Brief Installation Guide" - add note about package manager installations - update download links to point to latest releases - improve clarity of installation steps
2025-06-23docs(overview): update getting started guidesaturneric1-118/+40
- remove macOS from windows note in prerequisites - update windows installer to msix format - add general installation intro paragraph - update linux instructions to use generic appimage filename - restructure basic operations section into index with links - remove detailed operation steps in favor of linking to guides - add tip about consulting documentation
2025-06-23docs(guides): reorder sections in fundamental-concepts.mdsaturneric1-42/+33
- moved public key certificates section after web of trust explanation - removed standalone summary section as content is covered elsewhere - improved flow of concepts from basic to advanced topics