summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-06 21:02:55 +0200
committerAki <please@ignore.pl>2020-08-06 21:02:55 +0200
commit6173beea4d496803aa40030ba6024db5fa997c4c (patch)
tree03540408115c763426e8e54d8e58d7737136541f
parent5d57993c7979e64bc287faaf513314a52d634fed (diff)
downloadbrowse-6173beea4d496803aa40030ba6024db5fa997c4c.zip
browse-6173beea4d496803aa40030ba6024db5fa997c4c.tar.gz
browse-6173beea4d496803aa40030ba6024db5fa997c4c.tar.bz2
Updated README with new utilities
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 3554373..72b5669 100644
--- a/README
+++ b/README
@@ -4,8 +4,14 @@ If you are interested in origins and the idea behind all of this, see:
- https://ignore.pl/plumbing_your_own_browser.html
browse
- Explained in more detail in the second link above. Requires curl as of now. The idea is to split it into more
- utilities as I progress.
+ An interface to protocol daemons and opener. Should delegate opened addresses to some utility tool.
+
+phttp
+ Dead simple HTTP protocol daemon with /dev/shm based time-unlimited cache.
+
+opener
+ Basically, a case..in..esac that demuxes files by their mime types into view utilities.
viewhtml
+ A view for HTML5 documents based on gumbo.
Depends on https://github.com/ray2501/tclgumbo