<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/admin/gendoc.pl, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/admin/gendoc.pl?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/admin/gendoc.pl?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2024-05-09T08:26:16Z</updated>
<entry>
<title>Include debian patches (#2639)</title>
<updated>2024-05-09T08:26:16Z</updated>
<author>
<name>ctrlaltca</name>
</author>
<published>2024-05-09T08:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=200e7bcec7c8fa9ebd96d59bb526c4617f527f45'/>
<id>urn:sha1:200e7bcec7c8fa9ebd96d59bb526c4617f527f45</id>
<content type='text'>
* enable optimisation with debug; credits to wRAR

* Switch RFC2812 links from internal to external. Credits to wRAR

* admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian

* Remove patches from dist/debian</content>
</entry>
<entry>
<title>doc: Allow to override build date</title>
<updated>2018-04-03T18:42:53Z</updated>
<author>
<name>Bernhard M. Wiedemann</name>
</author>
<published>2018-03-23T05:49:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=98f9af6a12ac903ab2010f066cb90b001d2c9276'/>
<id>urn:sha1:98f9af6a12ac903ab2010f066cb90b001d2c9276</id>
<content type='text'>
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
</content>
</entry>
<entry>
<title>Fix wrapping of &lt;pre&gt; in the docs.</title>
<updated>2017-08-30T22:38:57Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-30T22:38:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9defac5f54e1cd06d7c026b695fed381c931d856'/>
<id>urn:sha1:9defac5f54e1cd06d7c026b695fed381c931d856</id>
<content type='text'>
Fixes #2288
</content>
</entry>
<entry>
<title>misc doc fixes</title>
<updated>2017-08-29T12:44:24Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-29T12:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=571e2adbad393dbc8c7a37b6ce10a81207515e77'/>
<id>urn:sha1:571e2adbad393dbc8c7a37b6ce10a81207515e77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lots of redundant line feeds around block elements in the docs.</title>
<updated>2017-08-25T10:07:04Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-25T10:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363'/>
<id>urn:sha1:bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the text of all links in the documentation being lowercase.</title>
<updated>2017-08-25T09:25:28Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-25T08:32:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9293b14108efd63a7f20397e246c271ba871607f'/>
<id>urn:sha1:9293b14108efd63a7f20397e246c271ba871607f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make our docs work better with the QTextBrowser.</title>
<updated>2017-08-24T08:59:36Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-24T08:59:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e05d3393daf39f92e3f4a3e3757082d4753e8d2f'/>
<id>urn:sha1:e05d3393daf39f92e3f4a3e3757082d4753e8d2f</id>
<content type='text'>
There are a few things to take into account though. First, there
shouldn't be [br] around block objects. This is, around [big],
or [code], or [note]. [br] is meant to insert line breaks; block
objects insert line breaks by themselves. So if there are [br]s
around [big], for example, there will be extra space around it,
which is bad.
Also, [note]s shouldn't be indented, because extra indentation
is turned into &amp;nbsp;s, which means there are extra spaces inside
the notes where line breaks in the source files were.
</content>
</entry>
<entry>
<title>fix a few oddities in the help browser</title>
<updated>2017-03-03T14:58:57Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-03-03T14:58:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=aea2bb27ea3c98a73319cb9fb3a53d7431bb8667'/>
<id>urn:sha1:aea2bb27ea3c98a73319cb9fb3a53d7431bb8667</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation: typos + formatting fixes</title>
<updated>2016-08-01T09:28:05Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-07-27T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=fcc2439f984da5ecf7726f01105a40a15fa6b144'/>
<id>urn:sha1:fcc2439f984da5ecf7726f01105a40a15fa6b144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gendoc: tweak colors</title>
<updated>2016-07-27T16:32:14Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-07-26T10:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=75cf4b8a559d66ef837a51e69f82b15904bba944'/>
<id>urn:sha1:75cf4b8a559d66ef837a51e69f82b15904bba944</id>
<content type='text'>
</content>
</entry>
</feed>
