<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/libweb/Makefile, branch v0.1.0-rc3</title>
<subtitle>Small and lightweight web framework written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/libweb/atom?h=v0.1.0-rc3</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/libweb/atom?h=v0.1.0-rc3'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/'/>
<updated>2023-10-10T22:07:13+00:00</updated>
<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>
<entry>
<title>Add hello world example</title>
<updated>2023-08-08T22:32:13+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-08-06T14:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=4ee88984fcca86c5b0c9c4bbb7e9148c7d2fe9db'/>
<id>urn:sha1:4ee88984fcca86c5b0c9c4bbb7e9148c7d2fe9db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Adapt to slweb</title>
<updated>2023-07-20T23:28:38+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-07-20T15:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=4dd531b9ed1923837da32d69fa1933ec9083f8db'/>
<id>urn:sha1:4dd531b9ed1923837da32d69fa1933ec9083f8db</id>
<content type='text'>
This project was forked off slcl, a "suckless" cloud solution, so that
its HTTP/1.1 server implementation could be reused by other
applications.
</content>
</entry>
<entry>
<title>Makefile: Allow users to define LDFLAGS</title>
<updated>2023-07-20T21:52:56+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-07-13T13:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=6c6e4c4feca6ecb3a155720a3cf737ac48b456ed'/>
<id>urn:sha1:6c6e4c4feca6ecb3a155720a3cf737ac48b456ed</id>
<content type='text'>
This should allow for easier packaging if extra linker flags are
required.
</content>
</entry>
<entry>
<title>Allow admins to define their own stylesheet</title>
<updated>2023-07-20T21:52:56+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-07-10T23:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=9cab9431bbcc78947fc60569087d9904971ee7aa'/>
<id>urn:sha1:9cab9431bbcc78947fc60569087d9904971ee7aa</id>
<content type='text'>
slcl used to provide a hardcoded stylesheet. However, it would be
desirable for some admins to provide a custom stylesheet without having
to rebuild the application.

Now, slcl creates a default stylesheet, namely style.css, into the
target directory, that can be later modified by admins.

While this might contradict the suckless philosophy a bit, hopefully
some admins might find this new feature useful.
</content>
</entry>
<entry>
<title>Split wildcard_cmp into its own component</title>
<updated>2023-07-20T21:52:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-05T23:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=0759122e4c7dd17af9f981040e44c747579478b6'/>
<id>urn:sha1:0759122e4c7dd17af9f981040e44c747579478b6</id>
<content type='text'>
Future commits will make use of this function outside handler.c.
</content>
</entry>
<entry>
<title>Makefile: Use dynstr's own Makefile</title>
<updated>2023-07-20T21:52:54+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-05-28T09:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/libweb/commit/?id=3f642351232e51963c980a46260ce59076588c55'/>
<id>urn:sha1:3f642351232e51963c980a46260ce59076588c55</id>
<content type='text'>
dynstr has been recently modified so as to allow building also from
make(1).
</content>
</entry>
</feed>
