<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wikimini, branch master</title>
<subtitle>Wikipedia-to-Gemtext converter</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/'/>
<entry>
<title>remove unnecessary &gt;&gt;&gt; from documentation examples</title>
<updated>2021-08-26T19:00:04+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-26T19:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=391ffada5b7f60e9519e66eef780a1e6117d5cb6'/>
<id>391ffada5b7f60e9519e66eef780a1e6117d5cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass args to pytest</title>
<updated>2021-08-26T18:59:44+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-26T18:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=450beac538af59f7ca417d86d7ee065f03af0536'/>
<id>450beac538af59f7ca417d86d7ee065f03af0536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lint fixes</title>
<updated>2021-08-26T11:51:08+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-26T11:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=ebb71af52239516a72adcfc74d48a8874ed1b13d'/>
<id>ebb71af52239516a72adcfc74d48a8874ed1b13d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix BlockQuote.to_content/to_nodes</title>
<updated>2021-08-24T20:51:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-24T20:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=bea644f3444b854fec13e2ed4aae743f7d06b56d'/>
<id>bea644f3444b854fec13e2ed4aae743f7d06b56d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make LineBreak inherit from Block</title>
<updated>2021-08-24T20:45:52+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-24T20:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=5c03dc77a6afbe954ed1ea2813121420f959751e'/>
<id>5c03dc77a6afbe954ed1ea2813121420f959751e</id>
<content type='text'>
This was an oversight when LineBreak was introduced
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was an oversight when LineBreak was introduced
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure to include all subpackages in setup.py</title>
<updated>2021-08-24T13:07:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-24T13:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=41ec31d6ededaea4687a3efed999b4bd2065ed55'/>
<id>41ec31d6ededaea4687a3efed999b4bd2065ed55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add sphinx tox target</title>
<updated>2021-08-24T12:53:31+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-24T12:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=43c90aa78fe49b83a801b3b8c93fdaa3ed6b7dfb'/>
<id>43c90aa78fe49b83a801b3b8c93fdaa3ed6b7dfb</id>
<content type='text'>
This allows us to build the documentation using

    tox -e sphinx
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to build the documentation using

    tox -e sphinx
</pre>
</div>
</content>
</entry>
<entry>
<title>fix empty return of tmpl_quote</title>
<updated>2021-08-24T12:01:29+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-24T12:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=35747cee40b311856b80beae25c15747d895134a'/>
<id>35747cee40b311856b80beae25c15747d895134a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic infrastructure for tests &amp; linters</title>
<updated>2021-08-22T22:14:33+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-22T22:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=f6d1d4cdc69cee7b603830d375949008a22b2540'/>
<id>f6d1d4cdc69cee7b603830d375949008a22b2540</id>
<content type='text'>
We use tox as the runner, which allows us to easily do commands like

    tox
    tox -e pylint
    tox -e mypy

to run the different tests/linters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use tox as the runner, which allows us to easily do commands like

    tox
    tox -e pylint
    tox -e mypy

to run the different tests/linters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded import</title>
<updated>2021-08-22T21:53:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2021-08-22T21:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/wikimini/commit/?id=f761d59448068cdf38671888bd1b15484b2278d1'/>
<id>f761d59448068cdf38671888bd1b15484b2278d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
