Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
898 B

  1. NAME
  2. validate.pl - W3C validate markup from Wala.pm
  3. SYNOPSIS
  4. Given a working installation and configuration file:
  5. ./validate.pl
  6. DESCRIPTION
  7. These tests are aimed at a working installation with several files in
  8. place, and require Test::HTML::W3C as well as Test::Simple. For the time
  9. being, I'm using "valid W3C HTML" as a proxy for "not broken", and a
  10. number of larger pages as a proxy for their component features. This
  11. works surprisingly well for much of what the module does.
  12. What these tests don't validate in any way is the handling of user
  13. input, writing of pages, change logging, or edit conflict resolution.
  14. I'll do something about this, eventually. There are also be some issues
  15. around testing with different configurations.
  16. Nothing here should be destructive.
  17. SEE ALSO
  18. test.pl in Wala Wiki distribution, Test::HTML::W3C.