All Projects → aaronpk → Webmention.rocks

aaronpk / Webmention.rocks

Licence: apache-2.0
a webmention validator and test suite

Projects that are alternatives of or similar to Webmention.rocks

gulp-html
Gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)
Stars: ✭ 70 (+536.36%)
Mutual labels:  w3c, validator
Unicorn
Unicorn - W3C's Unified Validator
Stars: ✭ 70 (+536.36%)
Mutual labels:  w3c, validator
Stylelint Validator
Stylelint plugin to validate CSS syntax
Stars: ✭ 64 (+481.82%)
Mutual labels:  w3c, validator
spec-prod
GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C
Stars: ✭ 19 (+72.73%)
Mutual labels:  w3c, validator
Swagger Parser
Swagger 2.0 and OpenAPI 3.0 parser/validator
Stars: ✭ 710 (+6354.55%)
Mutual labels:  validator
Respec
A tool for creating technical documents and web standards
Stars: ✭ 518 (+4609.09%)
Mutual labels:  w3c
Input Mask Ios
User input masking library repo.
Stars: ✭ 494 (+4390.91%)
Mutual labels:  validator
Webappsec Trusted Types
A browser API to prevent DOM-Based Cross Site Scripting in modern web applications.
Stars: ✭ 424 (+3754.55%)
Mutual labels:  w3c
Fluidvalidator
Validating values with a fluent interfaced class
Stars: ✭ 8 (-27.27%)
Mutual labels:  validator
Fastest Validator
⚡️ The fastest JS validator library for NodeJS
Stars: ✭ 923 (+8290.91%)
Mutual labels:  validator
Class Validator
Decorator-based property validation for classes.
Stars: ✭ 6,941 (+63000%)
Mutual labels:  validator
Express Validator
An express.js middleware for validator.js.
Stars: ✭ 5,236 (+47500%)
Mutual labels:  validator
Go Tagexpr
An interesting go struct tag expression syntax for field validation, etc.
Stars: ✭ 807 (+7236.36%)
Mutual labels:  validator
Oas Kit
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
Stars: ✭ 516 (+4590.91%)
Mutual labels:  validator
Cti Stix Validator
OASIS TC Open Repository: Validator for STIX 2.0 JSON normative requirements and best practices
Stars: ✭ 24 (+118.18%)
Mutual labels:  validator
Validator.js
⁉️轻量级的 JavaScript 表单验证,字符串验证。没有依赖,支持 UMD ,~3kb。
Stars: ✭ 486 (+4318.18%)
Mutual labels:  validator
Validation
The most awesome validation engine ever created for PHP
Stars: ✭ 5,484 (+49754.55%)
Mutual labels:  validator
Tram Policy
Policy Object Pattern
Stars: ✭ 16 (+45.45%)
Mutual labels:  validator
Jsonpcallbackvalidator
JSONP callback validator.
Stars: ✭ 595 (+5309.09%)
Mutual labels:  validator
Nice Validator
Simple, smart and pleasant validation solution.
Stars: ✭ 587 (+5236.36%)
Mutual labels:  validator

Webmention Rocks!

Webmention Rocks! is a validator to help you test your Webmention implementation. Several kinds of tests are available on the site.

Developing

  • Clone the source code
  • git clone https://github.com/aaronpk/webmention.rocks.git
  • Install dependencies
  • composer install
  • Copy the config file and fill in your settings
  • cp config.template.php config.php
  • Make sure the web server can write to the data folder
  • chmod 777 data

This software uses Redis to cache responses, so make sure you have Redis installed locally, or point it to a remote Redis server in the config file.

License

Copyright 2016 by Aaron Parecki

Available under the Apache 2.0 license. See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].