From 30ad70221b4f4ccda7eabb57d61a6669751c9339 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Tue, 29 Aug 2023 09:46:49 +0200 Subject: [PATCH] Added darkhttpd --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f8b29c..388e2b0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1030** +* Apps/tools covered: **1031** * Number of categories: **65**. # Index @@ -46,7 +46,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Games](#games) (42), [Git and accessories](#git) (38), [Graphics](#graphics) (28) * [History management](#history) (4) * [Multimedia](#multimedia) (13) -* [Networking](#networking) (24), [Note taking](#note-taking) (20) +* [Networking](#networking) (25), [Note taking](#note-taking) (20) * [Office tools](#office) (8), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20) * [Package managers](#package-manager) (8), [Password managers](#password-manager) (14), [Productivity](#productivity) (7), [Programming](#programming) (39), [Prompts](#prompt) (4) * [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (31), [System monitoring](#monitor) (36), [System tools](#system) (18) @@ -722,6 +722,7 @@ Programs to deal with networks and communication. * [bandwhich](https://github.com/imsnif/bandwhich) - Terminal bandwidth utilization tool. * [bluetuith](https://github.com/darkhz/bluetuith) - A TUI-based Bluetooth connection manager, which can interact with Bluetooth adapters and devices. It aims to be a replacement to most Bluetooth managers, like blueman. * [bore](https://github.com/ekzhang/bore) - A simple CLI tool for making tunnels to localhost. +* [darkhttpd](https://unix4lyfe.org/darkhttpd/) - Darkhttpd is a simple, fast HTTP 1.1 web server for static content. It does not support PHP or CGI etc but is designed to serve static content, which it does very well. * [geoiplookup](https://github.com/maxmind/geoip-api-c) - A little application to find geographical and network information of an IP address based no the geoip C API. * [hflow](https://github.com/comradequinn/hflow) - A command-line, debugging http/s proxy server. * [ipcalc](http://jodies.de/ipcalc) - Takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. diff --git a/data/apps.csv b/data/apps.csv index 369db81..5129e88 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1029,3 +1029,4 @@ transfer,yt-dlp,,https://github.com/yt-dlp/yt-dlp,A youtube-dl fork with additio conversion,Sfeed,https://codemadness.org/sfeed.html,git://git.codemadness.org/sfeed,Sfeed is a RSS and Atom parser (and some format programs). It converts RSS or Atom feeds from XML to a TAB-separated file. todo-manager,Todoman,,https://github.com/pimutils/todoman,"A simple, standards-based, cli todo (aka: task) manager." shells,DASH,http://gondor.apana.org.au/~herbert/dash/,git://git.kernel.org/pub/scm/utils/dash/dash.git,DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. +networking,darkhttpd,https://unix4lyfe.org/darkhttpd/,https://github.com/emikulic/darkhttpd,"Darkhttpd is a simple, fast HTTP 1.1 web server for static content. It does not support PHP or CGI etc but is designed to serve static content, which it does very well."