<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raidgrep/raidgrep.1.asciidoc, branch v1.1.0</title>
<subtitle>Guild Wars 2/arcdps evtc log searching tool</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/'/>
<entry>
<title>add -class player filter</title>
<updated>2020-05-04T13:25:33+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T13:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=74dc6574650a157ab57779dc633e140d020b792a'/>
<id>74dc6574650a157ab57779dc633e140d020b792a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a -log-before &amp; -log-after predicate</title>
<updated>2020-05-04T10:24:24+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T10:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=17e27776ea152509e1095bbf80f5af65bc7a7997'/>
<id>17e27776ea152509e1095bbf80f5af65bc7a7997</id>
<content type='text'>
With the file name heuristic for -before and -after in place, we might
want a way for the user to disable it. For now, we simply do this by
providing a new set of predicates without the filter.

In the future, we might have a --disable-heuristics switch to disable
the heuristics, in case we ever add more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the file name heuristic for -before and -after in place, we might
want a way for the user to disable it. For now, we simply do this by
providing a new set of predicates without the filter.

In the future, we might have a --disable-heuristics switch to disable
the heuristics, in case we ever add more.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix asciidoc markup</title>
<updated>2020-05-04T10:21:29+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T10:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=5aa264ca62efc17e3d55af616aa752c1d24573a2'/>
<id>5aa264ca62efc17e3d55af616aa752c1d24573a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update manpage</title>
<updated>2020-05-03T15:35:36+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-03T15:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=8fde84e701d74ce898c80fc5c5d1bfbf4e77863b'/>
<id>8fde84e701d74ce898c80fc5c5d1bfbf4e77863b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>slight formatting fix in manual</title>
<updated>2020-05-03T10:08:52+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-03T10:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=db1f38ca7c1b269ee08c2d56788dafc154cffb5b'/>
<id>db1f38ca7c1b269ee08c2d56788dafc154cffb5b</id>
<content type='text'>
If we use +, then the -- is turned into – instead of staying like this.
That is not what we want.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we use +, then the -- is turned into – instead of staying like this.
That is not what we want.
</pre>
</div>
</content>
</entry>
<entry>
<title>write a manual for raidgrep</title>
<updated>2020-05-01T14:35:54+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-01T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=4e02a34827b0ae3ef5eb957ab142f5a4c0ece301'/>
<id>4e02a34827b0ae3ef5eb957ab142f5a4c0ece301</id>
<content type='text'>
This is the first version of a raidgrep manpage. It is written in
asciidoc and can be converted to a Linux manpage by using
    a2x -f manpage raidgrep.1.asciidoc

This will produce a file called raidgrep.1, which is the manpage:
    man -l raidgrep.1

Alternatively, you can also generate a nice HTML page, suitable for
online-hosting or non-Linux-systems:
    asciidoc raidgrep.1.asciidoc
will produce raidgrep.1.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first version of a raidgrep manpage. It is written in
asciidoc and can be converted to a Linux manpage by using
    a2x -f manpage raidgrep.1.asciidoc

This will produce a file called raidgrep.1, which is the manpage:
    man -l raidgrep.1

Alternatively, you can also generate a nice HTML page, suitable for
online-hosting or non-Linux-systems:
    asciidoc raidgrep.1.asciidoc
will produce raidgrep.1.html.
</pre>
</div>
</content>
</entry>
</feed>
