Official website for the eXtended Abuse Reporting Format (XARF) v4.
- GitHub Pages: https://xarf.github.io/website/
- Future Domain: Will be moved to custom domain (xarf.org)
This Jekyll website provides:
- Professional Homepage: Marketing and overview content
- Interactive Tools: Schema validator, sample generator, format converter
- Parser Libraries: Comprehensive SDK documentation for 5+ languages
- Documentation: User guides, technical specs, best practices
- Community Hub: Contributing guides, changelog, support resources
├── _docs/ # Documentation pages
├── _tools/ # Interactive tool pages
├── _libraries/ # Parser library documentation
├── _community/ # Community resources
├── downloads/ # Download packages
├── _layouts/ # Jekyll layouts
├── _includes/ # Reusable components
├── _sass/ # SCSS stylesheets
└── assets/ # Static assets
Documentation content is automatically synchronized from the xarf-spec repository to maintain a single source of truth for technical specifications.
# Install dependencies
bundle install
# Serve locally
bundle exec jekyll serve
# Build for production
bundle exec jekyll buildMIT License - See LICENSE for details.