From 8871f7b50bc6fef814254c85b851e05d638e66be Mon Sep 17 00:00:00 2001 From: arf20 Date: Sat, 29 Nov 2025 05:02:41 +0100 Subject: initial commit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..444c9e5 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# arfnet2-status + +ARFNET Fast file index and search + +## Description + + - C webapp + - libmicrohttpd + - POSIX regex + +## Features + + - All cached indexed in memory + - Landing page w roots and searchbox + - File directory tree browsing + - Metadata (mime type, size) + - Icons + - Sorting + - Searching + - Advanced name substring, exact, regex + - Sorting + +## Building + +Depends on libmicrohttpd + +``` +make +``` + -- cgit v1.2.3