<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/poetry.lock, branch climbs</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</title>
<updated>2026-05-14T15:28:16+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-05-02T12:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=25a8100f7522868bbd2f46fe7ca3c472b7a7902b'/>
<id>25a8100f7522868bbd2f46fe7ca3c472b7a7902b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update lockfile</title>
<updated>2026-05-05T09:43:33+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-05-05T09:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=d54cbda5b5208d8aa27db5c5d97d5b7f0066d8d9'/>
<id>d54cbda5b5208d8aa27db5c5d97d5b7f0066d8d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update dependencies</title>
<updated>2026-01-03T19:32:13+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-03T19:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=5211f64442d77ecf660850c5e93b1dee6bb22410'/>
<id>5211f64442d77ecf660850c5e93b1dee6bb22410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move pyramid to Kingdread/pyramid fork</title>
<updated>2025-12-27T14:00:08+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-12-27T13:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=a200d26e79b40836de3e424f95d03eefcb2115f0'/>
<id>a200d26e79b40836de3e424f95d03eefcb2115f0</id>
<content type='text'>
No more pkg_resources warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No more pkg_resources warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>add height profile to PDF</title>
<updated>2025-11-20T22:11:15+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-20T22:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=7db50bc298a37aae2938fef361db1eae9f5ebc35'/>
<id>7db50bc298a37aae2938fef361db1eae9f5ebc35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial PDF generation</title>
<updated>2025-11-20T21:16:35+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-20T21:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=ebea732518a30e959d0a762929504327dbee97d4'/>
<id>ebea732518a30e959d0a762929504327dbee97d4</id>
<content type='text'>
This adds initial functionality to render PDF overviews of tracks. I was
pondering to use reportlab and do it completely in Python, but the
effort of doing proper layouting seemed to much. Add to that the fact
that Typst has much nicer typesetting, it seems like a no-brainer to use
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds initial functionality to render PDF overviews of tracks. I was
pondering to use reportlab and do it completely in Python, but the
effort of doing proper layouting seemed to much. Add to that the fact
that Typst has much nicer typesetting, it seems like a no-brainer to use
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix SQLAlchemy types</title>
<updated>2025-11-14T21:44:16+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-14T21:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=ffc7886ed4cdf0474c1974326eeb6569019af20f'/>
<id>ffc7886ed4cdf0474c1974326eeb6569019af20f</id>
<content type='text'>
See
https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html#whatsnew-20-orm-declarative-typing

The Mapped[] annotations help mypy to find the right types for the
instance attributes. Some of the mapped_column() definitions are
superfluous, but I think it's nice to have them explicit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See
https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html#whatsnew-20-orm-declarative-typing

The Mapped[] annotations help mypy to find the right types for the
instance attributes. Some of the mapped_column() definitions are
superfluous, but I think it's nice to have them explicit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hittekaart-py'</title>
<updated>2025-10-27T20:23:40+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-10-27T20:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=29dea5bba9979aaef39010a5dcb6d055c9057bf5'/>
<id>29dea5bba9979aaef39010a5dcb6d055c9057bf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update dependencies</title>
<updated>2025-10-15T20:15:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-10-15T20:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=415b5e786d932f5be1e87c57e845dbb8f48ce5c0'/>
<id>415b5e786d932f5be1e87c57e845dbb8f48ce5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update hittekaart-py version</title>
<updated>2025-10-15T19:56:52+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-10-15T19:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=2bb2fd7bffda993ad06832301aedacb9512b8ccb'/>
<id>2bb2fd7bffda993ad06832301aedacb9512b8ccb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
