<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ciigo, branch v0.13.2</title>
<subtitle>Static web server with AsciiDoc and Markdown.</subtitle>
<id>http://git.kilabit.info/ciigo/atom?h=v0.13.2</id>
<link rel='self' href='http://git.kilabit.info/ciigo/atom?h=v0.13.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/'/>
<updated>2024-09-07T10:50:18Z</updated>
<entry>
<title>Release ciigo v0.13.2 (2024-09-07)</title>
<updated>2024-09-07T10:50:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-07T10:50:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=cfa3ae54e40a1d8ddf24fb98762596180aab3bfd'/>
<id>urn:sha1:cfa3ae54e40a1d8ddf24fb98762596180aab3bfd</id>
<content type='text'>
Update on asciidoctor-go bring new features and enhancements,

* Support document attribute "leveloffset".

  The ":leveloffset:" on document attribute allow increment or decrement
  the heading level on included files.

  Reference: https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/

* Use strict document header format.

  Previously, an empty line before Document Title cause the parser
  stop parsing the document header, now an empty lines are skipped.
  Also document attribute can be place anywhere, either before or after
  title, and in between attributes; now it can be only placed after
  revision or author or title.
</content>
</entry>
<entry>
<title>all: replace licensing format to "REUSE.toml"</title>
<updated>2024-09-07T10:40:41Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-07T10:40:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=729e8421c94b244299d5e0feae4e00b6684904da'/>
<id>urn:sha1:729e8421c94b244299d5e0feae4e00b6684904da</id>
<content type='text'>
Using ".reuse/dep5" has been deprecated since REUSE v3.2.
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2024-09-07T10:35:24Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-07T10:35:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=eaa09b9d06e2e64b9f484c91d755617577a1bd37'/>
<id>urn:sha1:eaa09b9d06e2e64b9f484c91d755617577a1bd37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update asciidoctor-go to the tip</title>
<updated>2024-08-18T16:15:14Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-08-18T16:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=ab30741ac2985444402ab00e3da127746a0b8fe0'/>
<id>urn:sha1:ab30741ac2985444402ab00e3da127746a0b8fe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release ciigo v0.13.1 (2024-08-04)</title>
<updated>2024-08-04T15:23:16Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-08-04T15:23:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=03707011785fe5c9d3afa0491f5a7154ef028576'/>
<id>urn:sha1:03707011785fe5c9d3afa0491f5a7154ef028576</id>
<content type='text'>
=== Bug fixes

* Fix "serve" not detecting new files::

  If there is new files on the root of directory it will not detected
  automatically. This release now fix this issue.

=== Others

* all: remove Limitations and update Links

  The asciidoc-go library now support scanning symlink inside Root
  directory. The Links sections merge the previous contents from old
  index.adoc.

* all: update the CLI usage in the README

  There are three places for command usage: one in main Go doc, one in
  the program usage, and one in README.
  If we changes the flags we need to update three of them, and sometimes
  we forgot.
  To simplify, we remove the one in the Go doc main program.
</content>
</entry>
<entry>
<title>all: update the CLI usage in the README</title>
<updated>2024-08-04T15:12:45Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-08-04T15:12:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=58dcf810c8187df5a8558eef31fd4f4530748adf'/>
<id>urn:sha1:58dcf810c8187df5a8558eef31fd4f4530748adf</id>
<content type='text'>
There are three places for command usage: one in main Go doc, one in the
program usage, and one in README.
If we changes the flags we need to update three of them, and sometimes
we forgot.
To simplify, we remove the one in the Go doc main program.
</content>
</entry>
<entry>
<title>all: remove Limitations and update Links</title>
<updated>2024-08-04T15:00:55Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-08-04T15:00:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=0131b59a20137a837a79d9f30346e0654a1ed01f'/>
<id>urn:sha1:0131b59a20137a837a79d9f30346e0654a1ed01f</id>
<content type='text'>
The asciidoc-go library now support scanning symlink inside Root
directory.

The Links sections merge the previous contents from old index.adoc.
</content>
</entry>
<entry>
<title>go.mod: update module pakakeh.go to v0.56.0</title>
<updated>2024-08-04T14:13:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-08-04T14:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=56b14144f9720aa015b54fe3a4b555fd768bc5a2'/>
<id>urn:sha1:56b14144f9720aa015b54fe3a4b555fd768bc5a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_doc: replace index.adoc with README.md</title>
<updated>2024-07-27T08:02:46Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-07-27T08:02:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=12046fa7b8ace2b9098d778dc5253a02a8c73403'/>
<id>urn:sha1:12046fa7b8ace2b9098d778dc5253a02a8c73403</id>
<content type='text'>
In this way, we can view how repository README looks like and remove
duplication.
</content>
</entry>
<entry>
<title>all: update dependencies</title>
<updated>2024-07-26T02:59:44Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-07-26T02:58:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=375915e2ad921008cf2813b67a94f6e753537a72'/>
<id>urn:sha1:375915e2ad921008cf2813b67a94f6e753537a72</id>
<content type='text'>
Update on git.sr.ht/~shulhan/pakakeh.go fixes the "serve" command where
new files on the root of served directory not detected automatically.
</content>
</entry>
</feed>
