summaryrefslogtreecommitdiff
path: root/sandbox/code-block-directive/docs
Commit message (Collapse)AuthorAgeFilesLines
* Small sandbox update.milde2020-10-271-174/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8568 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* GM sandbox project updatemilde2012-12-173-38/+157
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7573 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up code-block-directive sandbox project.milde2012-05-095-375/+125
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7430 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prepare code directive for inclusion in the core.milde2011-08-268-107/+192
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update syntax highlight proposalmilde2011-08-251-36/+51
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prepare CodeBlock directive for inclusion in the Docutils core.milde2010-11-304-189/+76
| | | | | | | | | Rename directive and class from "code-block" to "code". Fix fallback if pygments not found. Use class-based interface. Add "number-lines" option. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6488 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor sandbox updatesmilde2009-05-062-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* markup fixesgoodger2009-02-241-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sandbox/code-block-directive: Add LaTeX front end, update milde2009-02-2410-1034/+163
| | | | | | documentation and examples git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sandbox/code-block-directive: update docs and example: milde2009-02-202-143/+165
| | | | | | the "latex2e" bug is fixed! git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* syntax-highlight.txt: Remove again the wrong idea of "high-level" and ↵milde2008-10-091-40/+40
| | | | | | "low-level" alternatives. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5665 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Bring the syntax-highlight proposal up to datemilde2008-10-071-57/+79
| | | | | | | latex2e writer now supports listings, alternative "high level" and "low level" implementation proposals. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added syntax definition proposalmilde2007-10-221-0/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5461 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* move example files for "legacy" implementationmilde2007-10-225-528/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5460 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documentation updatemilde2007-10-191-161/+93
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5458 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed links to non-generated HTML filesmilde2007-07-052-2/+193
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5318 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed HTML file; now managed by the docutils-update scriptwiemann2007-06-291-417/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5306 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed .html to .htm to avoid collisions with the docutils-update website ↵wiemann2007-06-294-0/+0
| | | | | | updater script; it was sending me email because the code-block directive caused error messages; this is kindof a hack, but it should work for now; Guenther, if the changed extensions are a problem for you, please feel free to revert (or drop me a line) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5305 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved the stylesheets to data/ sub-directory.milde2007-06-287-67/+163
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5300 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added links to the README file.milde2007-06-132-53/+493
| | | | | | | | self-documenting feature: literal code with syntax highlight Moved the front-end to the base dir. This way it works without installing. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5234 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New sandbox project for development of a code-block directivemilde2007-06-0815-0/+1833
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5229 929543f6-e4f2-0310-98a6-ba3bd3dd1d04