TUWF 1.6 + ncdu 2.8.1

This commit is contained in:
Yorhel 2025-04-28 13:30:41 +02:00
parent e0770de4ae
commit 5c809a4096
29 changed files with 148 additions and 12 deletions

View file

@ -18,11 +18,11 @@ successor of [TUWF](/tuwf).
reloads.
- Includes a concise yet powerful [schema-based input validation
module](/fu/man/validate).
- Includes a small but high-performance JSON encoder and decoder.
- Includes a small but fast JSON encoder and decoder.
- Includes high-performance [HTML and XML generation
functions](/fu/man/xmlwriter).
- Includes a custom [PostgreSQL client module](/fu/man/pg) with a high-level
API and flexible type configuration.
- Includes a custom [PostgreSQL client module](/fu/man/pg) with high-level API
and flexible type configuration.
- Includes a simple and safe [SQL query builder](/fu/man/sql).
- Built on stable foundations, will keep working for decades.
- It's FLOSS.

View file

@ -17,6 +17,9 @@ respective issue tracker or send a mail to
# Entries
`2025-04-25` - Viacheslav
: Hey man, you work is cool and authentic!
`2025-03-14` - ~
: I don't know what to write here exactly, but I think saying thanks is due
for you having created VNDB. I really like how VNDB is and there is

View file

@ -10,6 +10,17 @@ crap I've written over the years. :)
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
`2025-04-28` - ncdu 2.8.1 released <!-- tags: ncdu, link: /ncdu -->
: Fixes a possible crash when `fstatat()` returns an unexpected error code
and a possible integer overflow when exporting to the binary format.
[Homepage](/ncdu) - [Changelog](/ncdu/changes2).
`2025-04-25` - TUWF 1.6 released <!-- tags: tuwf, link: /fu -->
: Includes fixes and features that have lingered on the git repository for
the past two years. The project has now gone into maintenance mode as it
has been superseded by [FU](/fu). [TUWF homepage](/tuwf) -
[Changelog](/tuwf/changes).
`2025-04-24` - FU 0.5 released <!-- tags: fu, link: /fu -->
: Whole bunch of fixes, slowly progressing towards making FU ready for
production use. [Homepage](/fu) - [Changelog](/fu/changes).

View file

@ -31,13 +31,13 @@ Colors
Static binaries
: Convenient static binaries for Linux. Download, extract and run; no
compilation or installation necessary:
[x86](/download/ncdu-2.8-linux-x86.tar.gz) -
[x86_64](/download/ncdu-2.8-linux-x86_64.tar.gz) -
[ARM](/download/ncdu-2.8-linux-arm.tar.gz) -
[AArch64](/download/ncdu-2.8-linux-aarch64.tar.gz).
[x86](/download/ncdu-2.8.1-linux-x86.tar.gz) -
[x86_64](/download/ncdu-2.8.1-linux-x86_64.tar.gz) -
[ARM](/download/ncdu-2.8.1-linux-arm.tar.gz) -
[AArch64](/download/ncdu-2.8.1-linux-aarch64.tar.gz).
Zig version (stable)
: 2.8 (2025-03-05 - [ncdu-2.8.tar.gz](/download/ncdu-2.8.tar.gz) - [changes](/ncdu/changes2))
: 2.8.1 (2025-04-28 - [ncdu-2.8.1.tar.gz](/download/ncdu-2.8.1.tar.gz) - [changes](/ncdu/changes2))
Requires Zig 0.14.
@ -94,6 +94,8 @@ MacOS ([Fink](https://pdb.finkproject.org/pdb/package.php/ncdu) - [Homebrew](htt
Packages for NetBSD, DragonFlyBSD, MirBSD and others can be found on
[pkgsrc](http://pkgsrc.se/sysutils/ncdu).
There is also a [binary for Tru64 UNIX](https://www.unix-wissen.de/Tru64/).
## Similar projects
There's no shortage of alternatives to ncdu nowadays. In no particular order:

View file

@ -5,6 +5,10 @@ evolved from being a few abstraction layers in two large websites to a separate
set of modules. While initially designed to be used for large and complex
websites, it is also perfectly suited for small single-file websites.
**Project status:** TUWF has been superseded by [FU](/fu) and is no longer
being developed. It's still passively maintained for those who prefer a smaller
pure-Perl framework.
## Main features
- Very small, and no extra modules required for the base functionality,
@ -23,11 +27,13 @@ information and details.
## Download <a href="/tuwf/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
**Latest packaged version:** 1.5 ([TUWF-1.5.tar.gz](/download/TUWF-1.5.tar.gz)
\- [CPAN mirror](https://metacpan.org/release/TUWF))
Latest version
: 1.6 (2025-04-25 - [TUWF-1.6.tar.gz](/download/TUWF-1.6.tar.gz) - [CPAN
mirror](https://metacpan.org/release/TUWF))
TUWF is also available on a git repository at
[https://code.blicky.net/yorhel/tuwf](https://code.blicky.net/yorhel/tuwf).
Development version
: Available on a git at
[https://code.blicky.net/yorhel/tuwf](https://code.blicky.net/yorhel/tuwf).
## Websites that use(d) TUWF