summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved OpenDocument to a project directory in sandbox.dkuhlman2007-03-211-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use different hacks for installing data files for Python 2.2wiemann2006-06-291-4/+28
| | | | | | and Python 2.3+; thanks to Guy D. Alcos! git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4644 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-1/+1
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the HTML writer's default template to the list of data files; thanks ↵goodger2006-04-051-1/+2
| | | | | | to Stefan Rank git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4502 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added error handling for missing distutils (tested)wiemann2006-03-311-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4458 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.4: set version number to 0.5wiemann2006-01-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4270 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed version info to "release"wiemann2006-01-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4260 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* revised version info to reflect the current limbo statusgoodger2006-01-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4250 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* move import to the top; remove unused importgoodger2006-01-081-6/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4249 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fix install.py as wellwiemann2006-01-081-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4247 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Py21/Py22 fix: install data_files to /usr/lib/python-2.x/site-packages ↵wiemann2006-01-071-13/+4
| | | | | | instead of /usr/docutils git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4246 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.4: set version number to 0.4wiemann2006-01-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed S5/HTML theme file handlinggoodger2005-12-131-14/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4198 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed typogoodger2005-12-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Converted ``docutils/writers/support/`` into individual writer packages; ↵goodger2005-12-091-13/+17
| | | | | | updated docs & refs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4163 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added docutils/writers/support/ directory and removed tools/stylesheets/; ↵goodger2005-09-251-6/+23
| | | | | | updated defaults; removed docutils/transforms/html.py (no longer needed); removed ``_stylesheet_required`` internal setting; updated setup.py git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* correctiongoodger2005-06-241-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3575 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added standard data file syntax to the "include" directive. Added ↵goodger2005-06-121-0/+17
| | | | | | docutils/parsers/rst/include/ directory; contains the standard data files, with character entity substitution definition sets as initial contents. Added docs/ref/rst/substitutions.txt: "reStructuredText Standard Substitution Definition Sets". Updated docs, tests, & setup.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3472 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.3.9: set version number to 0.3.10wiemann2005-05-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3379 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.3.9: set version number to 0.3.9wiemann2005-05-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3374 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.3.7: set version number to 0.3.8wiemann2004-12-241-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.3.7: set version number to 0.3.7wiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2897 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.4.0: set version number to 0.4.0wiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2894 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted accidentally committed files; sorrywiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2889 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added text about using the unicode directive for en and em dasheswiemann2004-12-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.3.5wiemann2004-07-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2518 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.3.5wiemann2004-07-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* TeX -> LaTeXwiemann2004-07-291-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2508 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added rst2latex.pywiemann2004-07-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2465 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version to 0.3.3+wiemann2004-05-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2071 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* bumped version to 0.3.3wiemann2004-05-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2066 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* rst2html.py added and installed by setup.pybbum2003-12-031-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1756 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-07-111-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1586 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* keep English firstgoodger2003-07-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1544 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Afrikaans and Russian natural languages added.rnd01102003-06-301-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1530 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-06-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* ready for release 0.3goodger2003-06-251-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1504 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Thomas Heller showed us a better waygoodger2003-06-221-4/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1496 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* tweaksgoodger2003-06-161-5/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1481 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-06-161-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1472 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated with PyPI Trove classifiers. Conditional installation of third-party ↵goodger2003-06-161-16/+81
| | | | | | modules. Is there a better way? git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1463 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarification of public domain statusgoodger2003-06-091-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1409 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added readers/python subpackagegoodger2002-12-121-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1014 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* undo; oopsgoodger2002-10-241-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@860 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor updates & fixesgoodger2002-10-241-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@859 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-021-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@441 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-08-011-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@433 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-06-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@185 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-04-201-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@30 929543f6-e4f2-0310-98a6-ba3bd3dd1d04