<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/doc/developer, branch master</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>update hittekaart docs</title>
<updated>2025-08-02T13:38:59+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-08-02T13:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=6f521b9a67ad6368b2cd73e58f7571520a1ddb4f'/>
<id>6f521b9a67ad6368b2cd73e58f7571520a1ddb4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation for hittekaart_py</title>
<updated>2025-07-29T20:52:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-07-29T20:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=48d37cf12a764b0c835574c23e6d429a90afc31f'/>
<id>48d37cf12a764b0c835574c23e6d429a90afc31f</id>
<content type='text'>
This is not 100% fietsboek, but it's closely related, and I don't think
setting up a separate site for hittekaart is worth it. At the moment,
this is a bit WIP, as the module sits in its own branch in the
hittekaart repository, but in the long run I want to use this. It also
is an experiment to see how well PyO3 works, as we potentially want to
migrate other parts of fietsboek to Rust in the future (no specifics
yet, but keeping the option available is nice).

In tox.ini, we disable -f for sphinx-apidoc, so that it doesn't
overwrite the modules.rst file. This means that the directory must be
clean if you re-generate the docs (it is on the CI server).

Also, we un-gitignore the modules.rst and hittekaart_py.rst files, as
special cases. The others are still auto-generated, so all good, but
these two we need.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not 100% fietsboek, but it's closely related, and I don't think
setting up a separate site for hittekaart is worth it. At the moment,
this is a bit WIP, as the module sits in its own branch in the
hittekaart repository, but in the long run I want to use this. It also
is an experiment to see how well PyO3 works, as we potentially want to
migrate other parts of fietsboek to Rust in the future (no specifics
yet, but keeping the option available is nice).

In tox.ini, we disable -f for sphinx-apidoc, so that it doesn't
overwrite the modules.rst file. This means that the directory must be
clean if you re-generate the docs (it is on the CI server).

Also, we un-gitignore the modules.rst and hittekaart_py.rst files, as
special cases. The others are still auto-generated, so all good, but
these two we need.
</pre>
</div>
</content>
</entry>
<entry>
<title>add docs about the updater</title>
<updated>2024-04-06T23:00:23+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2024-04-06T23:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=13f56fd242d68d907fc74872204a73e330f2fffc'/>
<id>13f56fd242d68d907fc74872204a73e330f2fffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update docs about new lang display name feature</title>
<updated>2024-02-10T17:12:57+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2024-02-10T17:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=e226f6c95811275c1f34161d285ce038fb72b86b'/>
<id>e226f6c95811275c1f34161d285ce038fb72b86b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some docs about the auth cookie logic</title>
<updated>2023-10-09T20:38:00+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-10-09T20:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=bae6499475d0f9f735caebeda56755183ced5aeb'/>
<id>bae6499475d0f9f735caebeda56755183ced5aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move (most of the) JavaScript code to TypeScript</title>
<updated>2023-03-24T22:41:52+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-03-24T22:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=c05da87ec1039278ae77d3e3b53432614398d8a8'/>
<id>c05da87ec1039278ae77d3e3b53432614398d8a8</id>
<content type='text'>
Yay, types! (And a lot of escape hatches)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yay, types! (And a lot of escape hatches)
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation about SASS and JS</title>
<updated>2023-03-22T20:11:24+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-03-22T20:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=87ac18615f74b81955b07ff526f56f1ed7843646'/>
<id>87ac18615f74b81955b07ff526f56f1ed7843646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace Makefile targets with justfile</title>
<updated>2022-12-06T17:39:20+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-03T17:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=acce7c38d3833b59c4eb2e99dbe7f0393b6a9cbd'/>
<id>acce7c38d3833b59c4eb2e99dbe7f0393b6a9cbd</id>
<content type='text'>
We might re-introduce Makefiles, but for different purposes (SASS or
TypeScript compilation).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We might re-introduce Makefiles, but for different purposes (SASS or
TypeScript compilation).
</pre>
</div>
</content>
</entry>
<entry>
<title>add justfile for language pack processing</title>
<updated>2022-12-06T17:39:20+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-03T17:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=b9628678de72793e1bf0ad10f8c842c5bcb7dc10'/>
<id>b9628678de72793e1bf0ad10f8c842c5bcb7dc10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add first documentation about language packs</title>
<updated>2022-12-06T17:39:20+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-03T16:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=191ebd7f707552029c6666cdb7f5bd16e5f491f3'/>
<id>191ebd7f707552029c6666cdb7f5bd16e5f491f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
