summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tagging release 0.17docutils-0.17grubert2021-04-030-0/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/tags/docutils-0.17@8655 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reorderdocutils-0.17@8654grubert2021-04-031-6/+8
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8654 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.17grubert2021-04-0321-27/+27
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrections : rm -r does not require forcegrubert2021-04-031-4/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8651 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix script name, add toxgrubert2021-04-031-2/+6
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8650 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated release stepsgrubert2021-04-031-198/+78
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8649 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* copy some more things from HISTORY into release 0.17grubert2021-04-021-0/+27
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8648 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update announcements.milde2021-04-011-4/+8
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8647 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix typo.milde2021-03-274-7/+7
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8645 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update.milde2021-03-2615-308/+277
| | | | | | | | Fix or remove broken links. Adapt to changes in recent versions. Adapt to state of the art in HTML and web browsers. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8644 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rename buildhtml.py's "html-writer" option to "writer".milde2021-03-261-4/+9
| | | | | | | | | This is shorter and brings it in line with the "writer" option of the docutils-cli.py generic front end. The obsolete "html-writer" option is kept for backwards compatibility. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8643 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Style ToC in HTML5 writer.milde2021-03-262-22/+34
| | | | | | Set custom list style for contents if there is no section numbering. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8642 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Escape newlines in filenames when reporting an error.milde2021-03-202-8/+10
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8641 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update. Warn about file overwriting.milde2021-03-203-43/+64
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8640 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: support <video>.milde2021-03-206-1/+125
| | | | | | Use <video> for images with video MIME types supported by HTML5. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8639 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update comments and advertised future changes.milde2021-03-203-19/+24
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8638 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixup for r8636: use <small> for line numbers.milde2021-03-203-15/+20
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8637 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5: Place code-block line numbers in pseudo-elements.milde2021-03-197-12/+26
| | | | | | | This way, they are skipped when copying text from code blocks. Solves feature request #32. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8636 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 stylesheet update and cleanup. Class value for documents with ToC.milde2021-03-196-242/+207
| | | | | | | | | * Improve the page layout for responsive design, especially for documents without ToC. * Cleanup, small fixes, and re-organisation. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update "responsive" HTML5 style sheet.milde2021-03-091-42/+29
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8634 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation updates and fixes.milde2021-03-093-35/+32
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8633 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-0911-34/+36
| | | | | | | | The default behaviour of many mobile browsers is to render for a virtual viewport size and scale. This breaks CSS styling with the default stylesheets. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8632 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation updates and fixes.milde2021-03-0516-126/+158
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8631 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New responsive style for HTML5.milde2021-03-055-10/+486
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8630 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Simplify default HTML5 stylesheet.milde2021-03-051-16/+12
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8628 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update functional test sample.milde2021-02-2311-724/+779
| | | | | | | | | | | Update some links. Describe "meta" directive. Don't use too wide images and tables to allow adaption to small screens (mobile). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8627 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex-writer: add \\leavevmode after term or field name if required.milde2021-02-189-36/+649
| | | | | | Based on patch #176 by John Thorvald Wodder II git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8626 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation update.milde2021-02-183-16/+16
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8625 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: use "figcaption" only for captions nested in a figure.milde2021-02-131-4/+5
| | | | | | | | | Third-party applications may (ab)use the "caption" element for other purposes as a figure caption. See https://github.com/sphinx-doc/sphinx/pull/8870 git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8624 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update planned changes for HTML5 writer.milde2021-02-132-2/+7
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8623 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix/Update HTML5 writer functional test.milde2021-02-134-283/+286
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8622 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes and tweaks in the "minimal" HTML5 style sheet.milde2021-02-132-29/+27
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8621 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improve/Fix the "tuftig" HTML5 style sheet.milde2021-02-131-412/+394
| | | | | | Fix rendering in various browsers and mobile (small screen) devices. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8620 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix class value handling for footnotes and citations in HTML5.milde2021-02-131-11/+10
| | | | | | | | | | | Set class values of the first of a sequence of footnotes or citations also on the wrapping list. Allows class-based CSS styling of the definition-list container of footnote text and citation entries that are given a class value with a with preceding "class" directive. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8619 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation update.milde2021-02-131-6/+11
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17b2.devgrubert2021-02-1019-21/+21
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set version 0.17b1grubert2021-02-1020-21/+23
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add Python 3. and 3.9 to setup.pygrubert2021-02-101-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* FIX r8608 moved attribute-optional in html5 test: but not in expected grubert2021-02-101-10/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8612 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add python 3.8 and 3.9grubert2021-02-101-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8611 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small documentation update/fix.milde2021-01-262-9/+25
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8610 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support "captionbelow" class value for tables in HTML5.milde2021-01-263-16/+24
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8609 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small update of the functional test input.milde2021-01-269-20/+28
| | | | | | No change in functionality. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Revert "html5 writer: wrap image elements in <p> unless inline or in figure."milde2021-01-265-61/+30
| | | | | | This wrapper is not required as we can set the display to "block" with CSS. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support the "meta" directive in LaTeX.milde2021-01-117-19/+62
| | | | | | | | | Set PDF document properties from "meta" directive content using "hyperref" options. Also set "pdflang" if the document language is not "en". git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* ODF writer: support "subject" metadata field.milde2021-01-111-4/+3
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8605 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix/improve "odf" writer metadata handling.milde2021-01-083-49/+46
| | | | | | | | | | Fix "keyword" splitting, patch by Casper Meijn, https://github.com/caspermeijn/docutils/commit/af5c7718f68abfb15f5225524b42c9bd1179fce1 Allow generic fields (stored as "Custom Properties"), based on patch #122 by pifi. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8604 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make "meta" elements available for "latex" and "odt".milde2021-01-089-95/+124
| | | | | | | | | | Basic "odt" support exists, "latex" support is planned. In future, the `meta directive`__ may insert <meta> instead of pending nodes, `making transforms/components.Filter` obsolete (solves bug #241). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8603 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes.milde2021-01-086-27/+26
| | | | | | | | | | Avoid spurious blank lines in LaTeX output. Update comments, trim whitespace. Todo entry for minor parsing bug. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up Markdown support.milde2021-01-035-114/+4
| | | | | | | | | | Set 'docutils-cli.py' shebang to python3 (better chance of markdown support). Remove the 'md2*.py' wrappers. (Use 'docutils-cli.py --parser=markdown'.) Remove hard-coded print output from test suite when there is no recommonmark module. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04