diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-09-14 13:47:15 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-09-14 13:47:15 +0000 |
| commit | 9437a2092ba1082155c8e7929eb67e3d03c4f153 (patch) | |
| tree | 9ebda9bf66fe1c997f74d08bccc76eb25bfe8a06 /docutils/test/functional | |
| parent | 4f998fe82ab51c63952f7a849e7855a7b9b10b66 (diff) | |
| download | docutils-9437a2092ba1082155c8e7929eb67e3d03c4f153.tar.gz | |
HTML5-compatible meta tags for docinfo items authors, date, and copyright.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8179 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html5.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html5.html b/docutils/test/functional/expected/standalone_rst_html5.html index 77de70c7c..fa255f41d 100644 --- a/docutils/test/functional/expected/standalone_rst_html5.html +++ b/docutils/test/functional/expected/standalone_rst_html5.html @@ -5,8 +5,14 @@ <meta name="generator" content="Docutils 0.15b.dev: http://docutils.sourceforge.net/" /> <title>reStructuredText Test Document</title> <meta name="author" content="David Goodger" /> +<meta name="author" content="Me" /> +<meta name="author" content="Myself" /> +<meta name="author" content="I" /> +<meta name="dcterms.date" content="Now, or yesterday. Or maybe even before yesterday." /> +<meta name="dcterms.rights" content="This document has been placed in the public domain. You may do with it as you wish. You may copy, modify, redistribute, reattribute, sell, buy, rent, lease, destroy, or improve it, quote it at length, excerpt, incorporate, collate, fold, staple, or mutilate it, or do anything else to it that your or anyone else's heart desires." /> <meta content="reStructuredText, test, parser" name="keywords" /> <meta content="A test document, containing at least one example of each reStructuredText construct." lang="en" name="description" xml:lang="en" /> +<link rel="schema.dcterms" href="http://purl.org/dc/terms/"> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/plain.css" type="text/css" /> <link rel="stylesheet" href="../input/data/math.css" type="text/css" /> |
