<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ciigo, branch v0.13.1</title>
<subtitle>Static web server with AsciiDoc and Markdown.</subtitle>
<id>http://git.kilabit.info/ciigo/atom?h=v0.13.1</id>
<link rel='self' href='http://git.kilabit.info/ciigo/atom?h=v0.13.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/'/>
<updated>2024-08-04T15:23:16Z</updated>
<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>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2024-06-28T03:56:41Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-06-28T03:56:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=17d4e27f73159acab60ea445884addb895cbdec2'/>
<id>urn:sha1:17d4e27f73159acab60ea445884addb895cbdec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release ciigo v0.13.0 (2024-05-12)</title>
<updated>2024-05-12T09:32:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-05-12T08:41:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=9d9185934024b1c82ee4d1bc43a88cbe09465361'/>
<id>urn:sha1:9d9185934024b1c82ee4d1bc43a88cbe09465361</id>
<content type='text'>
=== New features

* cmd/ciigo: add flag to set package and variable name for "embed"

  The flag "-package-name" can be used to changes the default package
  name inside the Go embed file. The flag "-var-name" can be used to
  changes the default memfs variable name inside the Go embed file.

=== Enhancements

* all: fix HTML files always generated when HTMLTemplate is not set

  If the path to HTMLTemplate option is not set, GoEmbed should convert
  to HTML only if markup file is newer than HTML file or when HTML file
  not exist.

* all: initialize memfs using New

  When memfs not initialized using New, the [memfs.MemFS.PathNodes]
  will be nil. This cause any Get on new file will return 404.
</content>
</entry>
<entry>
<title>_AUR: update PKGBUILD for testing makepkg in local</title>
<updated>2024-05-12T09:32:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-05-12T09:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=8ec4ae80bccd318c4970cd5bdf7d471acaa7ff2c'/>
<id>urn:sha1:8ec4ae80bccd318c4970cd5bdf7d471acaa7ff2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: add and fix SPDX header on adoc files</title>
<updated>2024-05-12T09:22:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-05-12T07:41:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=b6896e45782a2dd6140d3a2dbde92351ea8bda0d'/>
<id>urn:sha1:b6896e45782a2dd6140d3a2dbde92351ea8bda0d</id>
<content type='text'>
Putting SPDX headers at the bottom cause the "reuse lint" detect the file
have no copyright and license information.
</content>
</entry>
</feed>
