summaryrefslogtreecommitdiff
path: root/sandbox/code-block-directive
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-06-13 15:29:16 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-06-13 15:29:16 +0000
commit2aa609f108dfb3f83e27a181fb4170f8cfdf46ff (patch)
treeae6e941c32a6e7f3326eac073783662518bbade4 /sandbox/code-block-directive
parentc82d421898fb708c323d79ffa85e25729aca0880 (diff)
downloaddocutils-2aa609f108dfb3f83e27a181fb4170f8cfdf46ff.tar.gz
removed html files that will be autogenerated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive')
-rw-r--r--sandbox/code-block-directive/README.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/sandbox/code-block-directive/README.html b/sandbox/code-block-directive/README.html
deleted file mode 100644
index 28579cee9..000000000
--- a/sandbox/code-block-directive/README.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
-<title>Proposal for a code-block directive in docutils</title>
-<meta name="author" content="Guenter Milde &lt;milde&#64;users.berlios.de&gt;" />
-<meta name="date" content="2007-06-08" />
-<link rel="stylesheet" href="../../../../lib/python2.4/site-packages/docutils/writers/html4css1/html4css1.css" type="text/css" />
-</head>
-<body>
-<div class="document" id="proposal-for-a-code-block-directive-in-docutils">
-<h1 class="title">Proposal for a code-block directive in docutils</h1>
-<table class="docinfo" frame="void" rules="none">
-<col class="docinfo-name" />
-<col class="docinfo-content" />
-<tbody valign="top">
-<tr><th class="docinfo-name">Author:</th>
-<td>Guenter Milde &lt;<a class="reference" href="mailto:milde&#64;users.berlios.de">milde&#64;users.berlios.de</a>&gt;</td></tr>
-<tr><th class="docinfo-name">Date:</th>
-<td>2007-06-08</td></tr>
-</tbody>
-</table>
-<!-- -*- rst-mode -*- -->
-<p>This sandbox project contains experimental code and documentation related to
-the proposal for syntax highlight of source code in docutils using a
-&quot;code-block&quot; directive.</p>
-<p>See <a class="reference" href="docs/syntax-highlight.html">syntax-highlight.html</a> for the full picture.</p>
-<dl class="docutils">
-<dt><a class="reference" href="pygments_code_block_directive.py">pygments_code_block_directive.py</a></dt>
-<dd><p class="first">Working example: defines and registers a
-code-block directive using the <a class="reference" href="http://pygments.org/">Pygments</a> syntax highlighter.</p>
-<p class="last">colourful literal code (maybe outdated):
-<a class="reference" href="docs/pygments_code_block_directive-bunt.py.html">pygments_code_block_directive-bunt.py.html</a></p>
-</dd>
-<dt><a class="reference" href="rst2html-highlight">rst2html-highlight</a></dt>
-<dd>front end for reStructuredText -&gt; HTML conversion supporting the
-&quot;code-block&quot; directive.</dd>
-<dt><a class="reference" href="docs">docs</a></dt>
-<dd>Documentation, concepts, discussion, examples...</dd>
-<dt><a class="reference" href="tools">tools</a></dt>
-<dd>Style sheets, alternative (legacy) front ends, script for interactive
-testing.</dd>
-</dl>
-<!-- References -->
-</div>
-<div class="footer">
-<hr class="footer" />
-<a class="reference" href="README.txt">View document source</a>.
-Generated on: 2007-06-13.
-
-</div>
-</body>
-</html>