<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/libweb/Makefile, branch master</title>
<subtitle>Small and lightweight web framework written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/libweb/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/libweb/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/'/>
<updated>2026-02-13T06:54:07+00:00</updated>
<entry>
<title>Replace Makefile with configure script</title>
<updated>2026-02-13T06:54:07+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2026-02-12T16:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=62ee3ef1ca13872e1f9b07f6e4e53cea8b684d72'/>
<id>urn:sha1:62ee3ef1ca13872e1f9b07f6e4e53cea8b684d72</id>
<content type='text'>
Since libweb depends on dynstr, this dependency can be already available
on the system, and therefore the CFLAGS and LDFLAGS should be updated
according to pkg-config(1), rather than hardcoding them to the source
tree.
</content>
</entry>
<entry>
<title>Implement form interface</title>
<updated>2025-10-02T13:52:14+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-09-30T21:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=a0f5f7509bb9040752fa61fe0fdb447608e22b1c'/>
<id>urn:sha1:a0f5f7509bb9040752fa61fe0fdb447608e22b1c</id>
<content type='text'>
This new interface allows library users to parse
application/x-www-form-urlencoded data conveniently.
</content>
</entry>
<entry>
<title>examples: Add distclean target</title>
<updated>2025-10-02T13:48:04+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-10-02T13:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=bba0b62f4e9e17927b9a2cda51dd5a4aa1b1f14e'/>
<id>urn:sha1:bba0b62f4e9e17927b9a2cda51dd5a4aa1b1f14e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Replace -Og with -O1</title>
<updated>2023-10-25T20:07:11+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T19:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=dbdaac757fb9217e4b28afc05f1fe523f68d64d3'/>
<id>urn:sha1:dbdaac757fb9217e4b28afc05f1fe523f68d64d3</id>
<content type='text'>
Only the latter is defined by POSIX.1-2008. Even if there are still some
non-portable flags defined by CFLAGS, it is a good idea to reduce them.
</content>
</entry>
<entry>
<title>Adhere to GNU Make directory variables</title>
<updated>2023-10-25T19:57:22+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T19:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=3e004fa6a1686dd11a036fd202cd253fc8471b5b'/>
<id>urn:sha1:3e004fa6a1686dd11a036fd202cd253fc8471b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Build libweb also as a shared library</title>
<updated>2023-10-25T19:57:10+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-25T13:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=aaa0ba27550e261de18b4ce6cae3743e89232279'/>
<id>urn:sha1:aaa0ba27550e261de18b4ce6cae3743e89232279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename project from slweb to libweb</title>
<updated>2023-10-10T22:07:13+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-10-10T21:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=0222b75e8554796548e079aa3393c512ae30ac24'/>
<id>urn:sha1:0222b75e8554796548e079aa3393c512ae30ac24</id>
<content type='text'>
It was found out there was another project of the same name around
(https://git.sr.ht/~strahinja/slweb/), also related to website
generation.

In order to avoid confusion, a new name has been chosen for this
project. Surprisingly, libweb was not in use by any distributions
(according to https://repology.org and AUR index), and it should
reflect well the intention behind this project i.e., being a library
to build web-related stuff.
</content>
</entry>
<entry>
<title>Install man pages</title>
<updated>2023-09-27T19:55:58+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T21:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=a89d0e4ae33561667aee540bd45b5985966562be'/>
<id>urn:sha1:a89d0e4ae33561667aee540bd45b5985966562be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add slweb.pc</title>
<updated>2023-09-27T19:55:48+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T22:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=5659eb6439e19732b90650fdd41092053e1b0498'/>
<id>urn:sha1:5659eb6439e19732b90650fdd41092053e1b0498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile, CMakeLists.txt: Add installation targets</title>
<updated>2023-09-26T23:05:04+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-09-26T21:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=93153289831a5e67f13488054410a20558719d41'/>
<id>urn:sha1:93153289831a5e67f13488054410a20558719d41</id>
<content type='text'>
</content>
</entry>
</feed>
