Skip to content

Commit 6214451

Browse files
committed
reference localcrawl in doc
1 parent 97c617a commit 6214451

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
HTML5 Validator
22
===============
33

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.
911

1012
.. image:: https://travis-ci.org/svenkreiss/html5validator.svg?branch=master
1113
:target: https://travis-ci.org/svenkreiss/html5validator

0 commit comments

Comments
 (0)