<feed xmlns='http://www.w3.org/2005/Atom'>
<title>webiot/appdata, branch 0.1.0</title>
<subtitle>Small webserver for my personal Internet of Things (IoT)</subtitle>
<id>https://cgit.xengineering.eu/webiot/atom?h=0.1.0</id>
<link rel='self' href='https://cgit.xengineering.eu/webiot/atom?h=0.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/'/>
<updated>2024-03-24T20:12:56Z</updated>
<entry>
<title>Replace appdata completely by embed package</title>
<updated>2024-03-24T20:12:56Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-24T20:07:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/commit/?id=820b15f71a4ac4aeb0c31dc6b929f2d022cff3b8'/>
<id>urn:sha1:820b15f71a4ac4aeb0c31dc6b929f2d022cff3b8</id>
<content type='text'>
The embed package makes it useless to handle static files from the
source tree during runtime. All those files go simply to the embed.FS
variable and are thus embedded into the binary which is easier to
handle.
</content>
</entry>
<entry>
<title>Embed simple.css file into binary</title>
<updated>2024-03-24T11:15:40Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-24T11:14:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/commit/?id=ce3a2dd68707c5c744aa019417baa12f1dab96e4'/>
<id>urn:sha1:ce3a2dd68707c5c744aa019417baa12f1dab96e4</id>
<content type='text'>
This removes the need to deploy the simple.css file to the target
machine.
</content>
</entry>
<entry>
<title>Fix AGPL v3 link</title>
<updated>2023-03-27T17:57:18Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2023-03-27T17:57:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/commit/?id=ab28c680f57c73f80e602dd74f8b2eeaecc88f11'/>
<id>urn:sha1:ab28c680f57c73f80e602dd74f8b2eeaecc88f11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change title in HTML</title>
<updated>2023-03-27T17:54:20Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2023-03-27T17:54:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/commit/?id=cf0e6e8ec7d301bf6f06f01e532336d59d8a9be1'/>
<id>urn:sha1:cf0e6e8ec7d301bf6f06f01e532336d59d8a9be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to simple.css</title>
<updated>2023-03-27T17:31:33Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2023-03-27T16:08:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/commit/?id=eb86fbf4c88647bcc6aaa86660da58df96a72850'/>
<id>urn:sha1:eb86fbf4c88647bcc6aaa86660da58df96a72850</id>
<content type='text'>
This very simple CSS framework is far better / beautiful / easy to
maintain than my own CSS.
</content>
</entry>
<entry>
<title>Pass appdata directory by argument</title>
<updated>2023-03-27T15:57:19Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2023-03-27T15:57:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/webiot/commit/?id=d7ce7860bf47ad1f51a44a9705eb0dbf1825eb66'/>
<id>urn:sha1:d7ce7860bf47ad1f51a44a9705eb0dbf1825eb66</id>
<content type='text'>
Passing this as part of the configuration file is not flexible. With
args it can be easily tweaked for the debug use case while the default
path for production is included in the argument parsing.
</content>
</entry>
</feed>
