File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
HTML5 Validator
2
2
===============
3
3
4
- This was written with static site generators like `Jekyll <http://jekyllrb.com/ >`_
5
- and `Pelican <http://blog.getpelican.com/ >`_ in mind that push to a static
6
- server. ``html5validator `` is a command line executable that integrates
7
- well with CircleCI and TravisCI and tests all static html files for
8
- HTML5 validity.
4
+ ``html5validator `` is a command line tool that tests files for
5
+ HTML5 validity. This was written with static site generators like
6
+ `Jekyll <http://jekyllrb.com/ >`_ and
7
+ `Pelican <http://blog.getpelican.com/ >`_ in mind. Dynamic html content
8
+ (for example from JS template engines) can be crawled
9
+ (e.g. with `localcrawl <https://github.com/svenkreiss/localcrawl >`_)
10
+ and then validated.
9
11
10
12
.. image :: https://travis-ci.org/svenkreiss/html5validator.svg?branch=master
11
13
:target: https://travis-ci.org/svenkreiss/html5validator
You can’t perform that action at this time.
0 commit comments