chiark / gitweb /
m.htmlsanity: initial test.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 00:32:41 +0000 (01:32 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 02:03:32 +0000 (03:03 +0100)
commit8526135372f80105a6451ad5c939735e695c39a1
tree4fbd4796ea34f3d66e37786e95f8de605d410f6d
parentd3eadbdcc12677e0bb0e59b419efc565955da844
m.htmlsanity: initial test.
16 files changed:
.gitignore
doc/plugins/htmlsanity-test.rst [deleted file]
doxygen/.gitignore
pelican-plugins/m/test/.gitignore [new file with mode: 0644]
pelican-plugins/m/test/__init__.py [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_content/page.html [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_content/page.rst [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography/article-lang.html [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography/articles/lang.rst [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography/page-lang.html [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography/page-lang.rst [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography/page.html [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography/page.rst [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography_global_lang/page.html [new file with mode: 0644]
pelican-plugins/m/test/htmlsanity_typography_global_lang/page.rst [new file with mode: 0644]
pelican-plugins/m/test/test_htmlsanity.py [new file with mode: 0644]