<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/external, branch 1.5</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Copyright update.</title>
<updated>2012-02-05T11:58:02+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-02-05T11:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=da76eda0936b0d83d138a4a42b815d77b1534932'/>
<id>da76eda0936b0d83d138a4a42b815d77b1534932</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix current copyright year.</title>
<updated>2011-07-09T10:05:46+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-07-09T10:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=d25ba87de3b7d2d0d9ef322a374246619dcd7a90'/>
<id>d25ba87de3b7d2d0d9ef322a374246619dcd7a90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a bash completion script for `pygmentize`, to the external/ directory (#466).</title>
<updated>2010-03-01T16:32:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-03-01T16:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c78b7ae9ff8bf5db47b6d25c10ef9a83a36e4a6f'/>
<id>c78b7ae9ff8bf5db47b6d25c10ef9a83a36e4a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy new year!</title>
<updated>2010-01-01T13:13:04+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-01-01T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=233ca0cdc09b4940e9a3396de3eba556263cf6fb'/>
<id>233ca0cdc09b4940e9a3396de3eba556263cf6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#428: Add docutils 0.5+ directive class, keep old directive as -old.py.</title>
<updated>2009-09-11T13:22:33+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2009-09-11T13:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=dae906c37234675f28ecb9e5523639dd90e76e5b'/>
<id>dae906c37234675f28ecb9e5523639dd90e76e5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyrighting style to standard "team" tags.</title>
<updated>2009-01-04T14:26:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2009-01-04T14:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a1cef05799c3f5d5a1be12109d9982396c8f9d99'/>
<id>a1cef05799c3f5d5a1be12109d9982396c8f9d99</id>
<content type='text'>
Update AUTHORS file accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update AUTHORS file accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes to the markdown-processor</title>
<updated>2008-06-18T19:21:45+00:00</updated>
<author>
<name>Horst Gutmann</name>
<email>zerok@zerokspot.com</email>
</author>
<published>2008-06-18T19:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=745b767452b956e7d7208a16a4726a9bed6c3d37'/>
<id>745b767452b956e7d7208a16a4726a9bed6c3d37</id>
<content type='text'>
Updated most of the information to Markdown 1.7 and moved the code up the
preprocessor chain to become a TextPreprocessor in order to avoid unnecessary
paragraphs in the final HTML output.

The extra '\n' -&gt; '&lt;br /&gt;' replacement is necessary to also allow newlines
in the sourcecode without splitting the output HTML into multiple code
segments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated most of the information to Markdown 1.7 and moved the code up the
preprocessor chain to become a TextPreprocessor in order to avoid unnecessary
paragraphs in the final HTML output.

The extra '\n' -&gt; '&lt;br /&gt;' replacement is necessary to also allow newlines
in the sourcecode without splitting the output HTML into multiple code
segments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file heading.</title>
<updated>2007-11-20T23:06:55+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2007-11-20T23:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=898ffdac299994de2462bccb419e6b9005167935'/>
<id>898ffdac299994de2462bccb419e6b9005167935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make reindent.</title>
<updated>2007-09-15T19:39:44+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2007-09-15T19:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=bd73d6603906ad07a84e532e049fa3c80b06c76c'/>
<id>bd73d6603906ad07a84e532e049fa3c80b06c76c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make check.</title>
<updated>2007-09-15T19:37:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2007-09-15T19:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=3c7d828a961fc7d7a6d46a4186a420a7dfaf5b49'/>
<id>3c7d828a961fc7d7a6d46a4186a420a7dfaf5b49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
