<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/kristall/src/renderers/geminirenderer.cpp, branch master</title>
<subtitle>A Gemini client written in C++/Qt.
</subtitle>
<id>https://gitea.privatedns.org/xavi/kristall/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/kristall/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/'/>
<updated>2021-04-11T19:18:11+00:00</updated>
<entry>
<title>GeminiRenderer: remove empty GeminiDocument class and unused includes</title>
<updated>2021-04-11T19:18:11+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-01T07:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=4e9bd8256275f03a42c81dee199914030a6a7c50'/>
<id>urn:sha1:4e9bd8256275f03a42c81dee199914030a6a7c50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move replace_quotes to renderhelpers</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-05T12:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=4525eeb7ff1354c465c268d4a921393c8800957b'/>
<id>urn:sha1:4525eeb7ff1354c465c268d4a921393c8800957b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strip carriage-returns in gemtext</title>
<updated>2021-03-17T07:59:19+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-17T05:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=856924aa05815c565bfd67ad8dff12127f545b0b'/>
<id>urn:sha1:856924aa05815c565bfd67ad8dff12127f545b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Starts to implement new HTML renderer based on gumbo. Everything is a bit borked and only trivial documents work correctly.</title>
<updated>2021-03-08T01:23:16+00:00</updated>
<author>
<name>Felix (xq) Queißner</name>
<email>git@mq32.de</email>
</author>
<published>2021-03-07T10:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=64e271dce2e5aca07abdca8e335b3f7cb9ba1114'/>
<id>urn:sha1:64e271dce2e5aca07abdca8e335b3f7cb9ba1114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add preference for ANSI escape codes</title>
<updated>2021-03-07T10:25:59+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-07T07:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=27236f6ef005674dd5799e277dd7843be3b39aac'/>
<id>urn:sha1:27236f6ef005674dd5799e277dd7843be3b39aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add multi-line ansi escape sequences</title>
<updated>2021-03-07T10:25:59+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-07T06:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=bde8f18a167460c1b31f4bef2f4adc6ff20e13d2'/>
<id>urn:sha1:bde8f18a167460c1b31f4bef2f4adc6ff20e13d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GeminiRenderer: basis for ansi rendering in gemtext added</title>
<updated>2021-03-07T02:42:34+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-06T23:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=86827739da2bbace3cd2fd92765fb6451a7edaae'/>
<id>urn:sha1:86827739da2bbace3cd2fd92765fb6451a7edaae</id>
<content type='text'>
Only applied to preformatted text currently. Does not work across multiple lines. No preference just yet
</content>
</entry>
<entry>
<title>GeminiRenderer: restructure code; makes highlighting work on non-paragraphs</title>
<updated>2021-03-07T02:42:34+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-06T23:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=eca5fcc3b70e09052a2ad3087affac30954c0943'/>
<id>urn:sha1:eca5fcc3b70e09052a2ad3087affac30954c0943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moves all globals into a structure that can be deleted before the app exists. Fixes #193.</title>
<updated>2021-03-06T19:29:50+00:00</updated>
<author>
<name>Felix (xq) Queißner</name>
<email>git@mq32.de</email>
</author>
<published>2021-03-06T19:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=0396fdb01d12e51bd2cc63478819b366c0453d29'/>
<id>urn:sha1:0396fdb01d12e51bd2cc63478819b366c0453d29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>URI fix: mention RFC reference</title>
<updated>2021-03-01T10:29:38+00:00</updated>
<author>
<name>Mike Skec</name>
<email>skec@protonmail.ch</email>
</author>
<published>2021-03-01T09:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=65e873802525b39d066aea70d4fd4bf0750b856a'/>
<id>urn:sha1:65e873802525b39d066aea70d4fd4bf0750b856a</id>
<content type='text'>
also checks if the *authority* is empty rather than the host
</content>
</entry>
</feed>
