<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ciigo, branch v0.15.3</title>
<subtitle>Static web server with AsciiDoc and Markdown.</subtitle>
<id>http://git.kilabit.info/ciigo/atom?h=v0.15.3</id>
<link rel='self' href='http://git.kilabit.info/ciigo/atom?h=v0.15.3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/'/>
<updated>2025-12-27T06:41:08Z</updated>
<entry>
<title>Release ciigo v0.15.3 (2025-12-27)</title>
<updated>2025-12-27T06:41:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-27T06:41:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=2aedfd279a082fb3a6c05ae9f70b01005f499ef9'/>
<id>urn:sha1:2aedfd279a082fb3a6c05ae9f70b01005f499ef9</id>
<content type='text'>
This is the last release for year 2025.

In the README, we fix broken "Change log" link when rendered on pkg.go.dev
and sr.ht sites.

The go.mod has been updated to use minimum Go 1.24.0; and all dependencies
has been updated to latest release.

Happy holidays!
</content>
</entry>
<entry>
<title>all: update missing licenses and copyright information</title>
<updated>2025-12-27T06:36:25Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-27T06:36:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=9ac6c7af20c0e456a1551eca751221878fcc4a9e'/>
<id>urn:sha1:9ac6c7af20c0e456a1551eca751221878fcc4a9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: set minimum Go to 1.24.0 and update all dependencies</title>
<updated>2025-12-27T06:29:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-27T06:29:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=e9340396d4fe00958e687008013edb1626e50329'/>
<id>urn:sha1:e9340396d4fe00958e687008013edb1626e50329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2025-06-29T16:30:42Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-06-29T16:30:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=e518e7afe073c725aa7f4019be7eb684c36111c7'/>
<id>urn:sha1:e518e7afe073c725aa7f4019be7eb684c36111c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update README for pkg.go.dev and sr.ht</title>
<updated>2025-06-29T16:26:46Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-06-29T16:26:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=43f3519cd7c6b14d090005470c184cc7a6bfcf3b'/>
<id>urn:sha1:43f3519cd7c6b14d090005470c184cc7a6bfcf3b</id>
<content type='text'>
The [Change log] link is broken when rendered on pkg.go.dev and sr.ht
sites.

</content>
</entry>
<entry>
<title>Release ciigo v0.15.2 (2025-04-18)</title>
<updated>2025-04-18T13:04:59Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T13:04:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=554fd460dac71943b4a0875d99621e109d844912'/>
<id>urn:sha1:554fd460dac71943b4a0875d99621e109d844912</id>
<content type='text'>
This release update the core asciidoctor-go module that brings several new
features.

[NEW FEATURE] **Support include directive inside block code.**

Example of block code with include directive,

----
...
include::file[]
...
----

[NEW FEATURE] **Support document attribute "docdir".**

The "docdir" attribute contains the full path of the directory that
contains the source document.
By default it is set to the directory where the Document resided.

[NEW FEATURE] **Add default HTML stylesheet**.

The generated HTML now contains the default stylesheet.
The stylesheet is copied from HTML file generated by Asciidoctor
v2.0.23.

</content>
</entry>
<entry>
<title>go.mod: update asciidoctor-go module to fix default embedded CSS</title>
<updated>2025-04-18T12:59:04Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T12:59:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=627748152584a34070096c02fcd0ecbc1af85422'/>
<id>urn:sha1:627748152584a34070096c02fcd0ecbc1af85422</id>
<content type='text'>
By default, the document contains ":stylesheet:" attribute, which
means using the default embedded CSS.
To disable it, unset the attribute using ":stylesheet!:".
To overwrite it, set the attribute to path of CSS file
":stylesheet: my.css".

</content>
</entry>
<entry>
<title>testdata: disable generating HTML meta "generator"</title>
<updated>2025-04-18T11:24:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T11:24:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=5eb1667e6906cf30642e926b56fdbc9686d1233f'/>
<id>urn:sha1:5eb1667e6906cf30642e926b56fdbc9686d1233f</id>
<content type='text'>
The "generator" meta will changes when the asciidoctor-go release new
version.
This causes unnecessary chores on test data that needs to be updated
on every new releases.

</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2025-04-18T09:58:49Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T09:58:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=2dc36221ea0e76526958850b7436b8a914ef3ebc'/>
<id>urn:sha1:2dc36221ea0e76526958850b7436b8a914ef3ebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: fix log prefix on InitHTTPServer method</title>
<updated>2025-02-03T12:05:41Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-03T12:05:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=88a73230e53273325bfcebfb103e2af58f354909'/>
<id>urn:sha1:88a73230e53273325bfcebfb103e2af58f354909</id>
<content type='text'>
</content>
</entry>
</feed>
