summaryrefslogtreecommitdiff
path: root/sandbox/html4strict
Commit message (Collapse)AuthorAgeFilesLines
* Fix link to 2-Clause BSD license.milde2020-09-042-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4-strict updatemilde2016-10-202-31/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7974 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* link to file in sandbox not into docutils codegrubert2015-08-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7909 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-07-168-9/+1686
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New HTML writer generating `XHTML1.1`_ styled with CSS2.milde2015-02-216-3368/+19
| | | | | | | | Moved to the docutils core from sandbox/html4strict. .. _XHTML1.1: http://www.w3.org/TR/xhtml11/ git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4-strict: Fix depart_table.milde2013-09-281-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7722 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix "booktabs" in html4css2.css.milde2013-02-211-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* GM sandbox project updatemilde2012-12-172-11/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7573 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Simplify handling of "code" inline nodes.milde2012-09-121-9/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* update description stringmilde2012-02-271-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7371 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* update html-strict writer (fix license, CSS for XHTML 1.1, MathML as default)milde2011-12-024-40/+63
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7238 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4strict: no newline after <pre> tag in literal blockmilde2011-01-131-3/+7
| | | | | | (leads to blank line in XHTML1.1) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6557 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4strict updatemilde2010-12-065-499/+685
| | | | | | | | Generate XHTML 1.1 (or XHTML 1.1. plus MathML 2.0), omit redundant class arguments, language attribute name changed to \\\xml:lang\', git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6493 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html_strict writer updatemilde2010-09-143-29/+90
| | | | | | | | * section numbers in a <span> * protect "words" with non-word characters in inline literals from breaking when lines are wrapped. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4_strict writer updatemilde2010-09-117-331/+800
| | | | | | | | | | * customizable pretty printing of docinfo * bugfix: footnote label style (no/brackets) matching reference style * html4css2.css: fixes to list layout, less margin for ToC, booktabs table style, pretty-print date and author git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6405 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* bugfix releasemilde2010-06-144-79/+82
| | | | | | | | | properly close citation element, remove invalid CSS code fix compact lists in midori/konqueror/opera git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6341 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add html4_strict functional testmilde2010-06-022-0/+2026
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Delete symlinksmilde2010-06-022-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6336 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* SimpleListChecker also checks docinfomilde2010-06-022-20/+55
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6335 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4strict bugfix and documentation update.milde2010-05-253-43/+639
| | | | | | | Do not overwrite "enumtype" class argument. Update Manifest and TODO list. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6332 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4-strict writer updatemilde2010-05-2116-1216/+1014
| | | | | | | | | | | | | * Definition list instead of tables for footnotes and citations, option-list, docinfo. * Join adjacent footnotes and citation entries. * Include field lists (in addition to ordered and unordered lists) in the test if a list is "simple" (cf. the html4css1.HTMLTranslator). * Improve and complete the CSS rules. * Test documents. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6327 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix display of nested lists.milde2010-04-281-1/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6317 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Let the html4css1 writer generate valid XHTML for centered images with targetsmilde2010-04-282-59/+2
| | | | | | and use CSS classes instead of "align" tags for image alignment. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix the too restrictive selector for nested counters.milde2010-02-011-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6224 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reorganised CSS stylesheet, do not tag citation references with <cite>milde2010-01-252-64/+63
| | | | | | | | (cite is commonly used for *titles* of citated works). tag citation references with <cite> git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6223 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation updatemilde2010-01-252-12/+137
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6222 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* tag citation references with <cite>milde2009-12-032-18/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6207 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* rm html4strict test document (broken links to CSS style and images)milde2009-11-221-1033/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6203 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* commit test output (replacing non-functional link)milde2009-11-221-1/+1033
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6202 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html4strict writer now generating valid XHTML 1.0 test document.milde2009-11-1319-544/+646
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6196 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use UTF-8 encodingmilde2008-09-251-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5651 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* remove trailing whitespacemilde2008-05-201-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5558 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML writer variant for xhtml 1 strict and CSS 2milde2008-03-1017-0/+1609
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5534 929543f6-e4f2-0310-98a6-ba3bd3dd1d04