SEO & structured data: - layout: metadataBase, template titles, OG image, canonical URL, robots config - JSON-LD WebApplication/Site structured data on all pages - Removed twitter:card (no Twitter/X integration) - robots.ts: allow all, disallow /api/ /auth/ /profile/ /health/ - sitemap.ts: 14 routes with priority levels - opengraph-image.tsx: generated neon DegenFeed social card (1200x630) New pages: - /about: mission, Rug Munch Media LLC, open source, infrastructure - /faq: 15 questions - /legal: LLC notice, DMCA agent, DPO, governing law - /acceptable-use: 8 rules linked from Terms - /community-guidelines: 12 instance rules Legal improvements: - Privacy: added COPPA, GDPR rights, CCPA rights, Data Protection Officer - Terms: DMCA notice, age 16 (EU-friendly), Wyoming law, LLC attribution Open source: - LICENSE (MIT), CONTRIBUTING.md, SECURITY.md, CODEOWNERS, CODE_OF_CONDUCT.md - Footer: git.rugmunch.io + codeberg.org links
21 lines
1.1 KiB
Text
21 lines
1.1 KiB
Text
MIT License
|
|
|
|
Copyright (c) 2026 Rug Munch Media LLC
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|