summaryrefslogtreecommitdiff
path: root/sandbox/cben
Commit message (Collapse)AuthorAgeFilesLines
* renamed tools/pep.py to rstpep2html.pywiemann2005-06-202-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3533 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated with reference to alternative dialects (itex)cben2004-11-121-6/+26
| | | | | | | Fixed bad formatting. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2845 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Note about hole in config dependencies.cben2004-07-092-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2424 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Normalize spacing in formulas.cben2004-06-111-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2257 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Commiting updated Makefile.docutils.txt (for the online documentation).cben2004-05-271-20/+38
| | | | | | | I keep forgetting to update it before commiting... git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2131 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed make-variable-falvour bug tirggered when SRCEXT is explicitly given.cben2004-05-271-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2130 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for `CONFIG` variable that both adds ``--config`` and adds thecben2004-05-141-17/+27
| | | | | | | | files as dependencies (if they exist), including support for ``%`` to construct per-file config files. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2097 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes to docs improvements.cben2004-04-272-7/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2006 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Doc improvements.cben2004-04-274-16/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2005 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added the auto-generated `Makefile.docutils.txt` to CVS so that the htmlcben2004-04-272-1/+597
| | | | | | | | version will appear on the web. Comment fix in `Makefile`. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1994 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update the README.cben2004-02-281-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1838 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Merged Makelib.docutils into Makefile.docutils (making it conditional).cben2004-02-285-341/+463
| | | | | | | - Implemented quick-and-dirty ``make2rst.py``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1837 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Made `all` target more flexible.cben2003-12-162-22/+32
| | | | | | | | - Added `safeclean` target to zap LaTeX's garbage. - Moved some things around. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1769 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Mangling of all includes was a bad idea => made it trigerred by includingcben2003-11-264-32/+74
| | | | | | | | | | ``.mathhack`` in included file name. - Switched to simple suffix extensions for pre/postprocessing intermediate files. - Added PDFLaTeX support. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1748 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Don't reflow text, allows pass-through of :literal: option when manglingcben2003-11-261-1/+1
| | | | | | | ``include::``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1747 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Fixed broken CVSView URL.cben2003-11-222-5/+26
| | | | | | | - Added include mangling to simplify management of preprocessing. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1745 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Releasing my makefile portions in the sandbox. Quite usable.cben2003-11-223-0/+341
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1744 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed misparsed URL in README.txtcben2003-11-211-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1743 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* instructions for mathhack.pygoodger2003-11-141-0/+31
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Added :class: and :alt: attributes.cben2003-11-141-6/+19
| | | | | | | - Doc fixes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1736 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* The usage of an inline role to generate display math was misguided. Addedcben2003-10-093-70/+128
| | | | | | | | | | ability to preprocess simple directives and replaced the ``texdisplay`` role with a ``texmath::`` directive. Fixed some bugs with role parsing (the regexps now closely follow the spec). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1717 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug (``./mathhack`` directory had to exist already).cben2003-09-221-1/+6
| | | | | | | Fixed description. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented converter from tex math roles to images. Useful for HTML output.cben2003-09-222-1/+61
| | | | | | | | Relies on somewhat obscure external tools. Ought to be parametrizable on command line. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1704 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented module for prototyping interepretted text roles bycben2003-09-182-0/+167
preprocessing into directives. Instantiated it for latex math. Requires correct processing of ``raw::`` substitutions. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1693 929543f6-e4f2-0310-98a6-ba3bd3dd1d04