diff options
author | mms <git@sapka.me> | 2024-11-27 21:10:51 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-27 21:10:51 +0100 |
commit | 3869f432295372651c28ed9b29b63ec3e8cdbb0e (patch) | |
tree | 3e775b6042eb159d71b10d84dd2ce190e2c0a11d | |
parent | 390afc7c3e61f03c39ba292a021a0d61cad71a4d (diff) |
feat: chotto 0.1.0
-rw-r--r-- | assets/webbuttons_31/mutt.gif | bin | 0 -> 2663 bytes | |||
-rw-r--r-- | assets/webbuttons_31/soulseek.gif | bin | 0 -> 667 bytes | |||
-rw-r--r-- | assets/webbuttons_31/sun.gif | bin | 0 -> 3097 bytes | |||
-rw-r--r-- | content-org/chotto.org | 29 | ||||
-rw-r--r-- | content/mirror/userfriendly/_index.md (renamed from content/mirror/userfriendly/index.md) | 1 | ||||
-rw-r--r-- | content/projects/chotto/0-1-0.md | 26 | ||||
-rw-r--r-- | content/projects/chotto/_index.md | 4 | ||||
-rw-r--r-- | layouts/shortcodes/older-releases.html | 10 |
8 files changed, 68 insertions, 2 deletions
diff --git a/assets/webbuttons_31/mutt.gif b/assets/webbuttons_31/mutt.gif Binary files differnew file mode 100644 index 0000000..aa80c9f --- /dev/null +++ b/assets/webbuttons_31/mutt.gif diff --git a/assets/webbuttons_31/soulseek.gif b/assets/webbuttons_31/soulseek.gif Binary files differnew file mode 100644 index 0000000..c53d0fa --- /dev/null +++ b/assets/webbuttons_31/soulseek.gif diff --git a/assets/webbuttons_31/sun.gif b/assets/webbuttons_31/sun.gif Binary files differnew file mode 100644 index 0000000..674e32a --- /dev/null +++ b/assets/webbuttons_31/sun.gif diff --git a/content-org/chotto.org b/content-org/chotto.org index a8e21dd..0f70527 100644 --- a/content-org/chotto.org +++ b/content-org/chotto.org @@ -16,7 +16,7 @@ CLOSED: [2024-11-13 Wed 00:10] :PROPERTIES: :EXPORT_FILE_NAME: _index :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract An initial tagging script for Notmuch -:EXPORT_HUGO_PAIRED_SHORTCODES: latest-release +:EXPORT_HUGO_PAIRED_SHORTCODES: latest-release older-releases :END: *** Chotto @@ -32,6 +32,10 @@ There already exist a similar, perhaps better, solution ([[https://github.com/af Dune #+end_latest-release +#+begin_older-releases +Dune +#+end_older-releases + *** Meta - Source code: https://cgit.crys.site/chotto/ @@ -69,3 +73,26 @@ Git tag: [[https://cgit.crys.site/chotto/tag/?h=0.0.1][0.0.1]] I would wait for later release before using it where it matters. +** DONE Chotto 0.1.0 Released +CLOSED: [2024-11-27 Wed 20:58] +:PROPERTIES: +:EXPORT_FILE_NAME: 0-1-0 +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract First public release of chotto +:END: + +[[/projects/chotto/][Chotto]] 0.1.0 has been released: + +- Improve filtering DSL (it works now) +- Allow to select order of messages in filter +- Allow for processing other messages in thread +- Allow to process only new messages +- Add mailing list default filter +- Add spam default filter +- Lazy fetch tags in message +- Distribute as gem (not yet in rubygems. This is planned for 0.3.0) + +I use this version on my systems. +New ideas are yet to be documented, but you can learn how to use it from provided filters. +Full documentation will follow soon. + +Git tag: [[https://cgit.crys.site/chotto/tag/?h=0.1.0][0.1.0]] diff --git a/content/mirror/userfriendly/index.md b/content/mirror/userfriendly/_index.md index 6c226df..a2c8e0f 100644 --- a/content/mirror/userfriendly/index.md +++ b/content/mirror/userfriendly/_index.md @@ -3,6 +3,5 @@ title = "User Friendly archive" author = ["Illiad"] date = 2024-05-19T18:10:00+02:00 categories = ["mirror"] -kind = "taxonomy" layout = "comic_index" +++ diff --git a/content/projects/chotto/0-1-0.md b/content/projects/chotto/0-1-0.md new file mode 100644 index 0000000..ff6ce9c --- /dev/null +++ b/content/projects/chotto/0-1-0.md @@ -0,0 +1,26 @@ ++++ +title = "Chotto 0.1.0 Released" +author = ["User Mms"] +date = 2024-11-27T20:58:00+01:00 +categories = ["projects"] +draft = false +weight = 2003 +abstract = "First public release of chotto" ++++ + +[Chotto](/projects/chotto/) 0.1.0 has been released: + +- Improve filtering DSL (it works now) +- Allow to select order of messages in filter +- Allow for processing other messages in thread +- Allow to process only new messages +- Add mailing list default filter +- Add spam default filter +- Lazy fetch tags in message +- Distribute as gem (not yet in rubygems. This is planned for 0.3.0) + +I use this version on my systems. +New ideas are yet to be documented, but you can learn how to use it from provided filters. +Full documentation will follow soon. + +Git tag: [0.1.0](https://cgit.crys.site/chotto/tag/?h=0.1.0) diff --git a/content/projects/chotto/_index.md b/content/projects/chotto/_index.md index b833884..7cd3599 100644 --- a/content/projects/chotto/_index.md +++ b/content/projects/chotto/_index.md @@ -21,6 +21,10 @@ There already exist a similar, perhaps better, solution ([Afew](https://github.c Dune {{< /latest-release >}} +{{< older-releases >}} +Dune +{{< /older-releases >}} + ## Meta {#meta} diff --git a/layouts/shortcodes/older-releases.html b/layouts/shortcodes/older-releases.html new file mode 100644 index 0000000..041b54d --- /dev/null +++ b/layouts/shortcodes/older-releases.html @@ -0,0 +1,10 @@ +{{ $caption := .Inner }} +{{ $page := .Page }} +<h2>Older releases</h2> + +<ul> +{{ range (where $page.Site.RegularPages.ByDate.Reverse ".Section" $page.Section ) }} +<li> <a href="{{ .Permalink }}">{{.Title}}</a> + ({{ .PublishDate.Format "2006-01-02" }})</a> +{{ end }} +</ul> |