From 3869f432295372651c28ed9b29b63ec3e8cdbb0e Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 27 Nov 2024 21:10:51 +0100 Subject: feat: chotto 0.1.0 --- assets/webbuttons_31/mutt.gif | Bin 0 -> 2663 bytes assets/webbuttons_31/soulseek.gif | Bin 0 -> 667 bytes assets/webbuttons_31/sun.gif | Bin 0 -> 3097 bytes content-org/chotto.org | 29 ++++++++++++++++++++++++++++- content/mirror/userfriendly/_index.md | 7 +++++++ content/mirror/userfriendly/index.md | 8 -------- content/projects/chotto/0-1-0.md | 26 ++++++++++++++++++++++++++ content/projects/chotto/_index.md | 4 ++++ layouts/shortcodes/older-releases.html | 10 ++++++++++ 9 files changed, 75 insertions(+), 9 deletions(-) create mode 100644 assets/webbuttons_31/mutt.gif create mode 100644 assets/webbuttons_31/soulseek.gif create mode 100644 assets/webbuttons_31/sun.gif create mode 100644 content/mirror/userfriendly/_index.md delete mode 100644 content/mirror/userfriendly/index.md create mode 100644 content/projects/chotto/0-1-0.md create mode 100644 layouts/shortcodes/older-releases.html diff --git a/assets/webbuttons_31/mutt.gif b/assets/webbuttons_31/mutt.gif new file mode 100644 index 0000000..aa80c9f Binary files /dev/null and b/assets/webbuttons_31/mutt.gif differ diff --git a/assets/webbuttons_31/soulseek.gif b/assets/webbuttons_31/soulseek.gif new file mode 100644 index 0000000..c53d0fa Binary files /dev/null and b/assets/webbuttons_31/soulseek.gif differ diff --git a/assets/webbuttons_31/sun.gif b/assets/webbuttons_31/sun.gif new file mode 100644 index 0000000..674e32a Binary files /dev/null and b/assets/webbuttons_31/sun.gif differ 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 new file mode 100644 index 0000000..a2c8e0f --- /dev/null +++ b/content/mirror/userfriendly/_index.md @@ -0,0 +1,7 @@ ++++ +title = "User Friendly archive" +author = ["Illiad"] +date = 2024-05-19T18:10:00+02:00 +categories = ["mirror"] +layout = "comic_index" ++++ diff --git a/content/mirror/userfriendly/index.md b/content/mirror/userfriendly/index.md deleted file mode 100644 index 6c226df..0000000 --- a/content/mirror/userfriendly/index.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -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 }} +

Older releases

+ + -- cgit v1.2.3