From a2782d2928935f76e76171002a32a02843333cf9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 6 Feb 2024 19:59:57 +0100 Subject: Add list of plugins --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 64 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index c2314fc..4c5fafe 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,7 @@ body { margin: 3em; font-family: sans-serif; } -/*a { color: black }*/ .main { - /*background: lightgreen;*/ margin: 2em auto; width: 50em; } @@ -29,6 +27,9 @@ h3 { background: #f5f5f5 } .github-logo { height: 1.5em; vertical-align: middle; } .shot { width: 8em; margin: 0; border: none } +table, th, td { padding: 0.25em; border-collapse: collapse; border: solid 1px #ddd; } +th { background-color: #eee; } +table { margin: 1.5em; } @@ -47,7 +48,7 @@ h3 {
  • Uses the fast and bloat-free FLTK GUI library.
  • Support for HTTP, HTTPS, FTP and local files.
  • Extensible with plugins written in any language - (search on GitHub). + (see the list of plugins).
  • Is free software licensed with the GPLv3.
  • Helps authors to comply with web standards by using the @@ -93,7 +94,66 @@ h3 {
  • Implement some new feature or fix some bug and send us a patch or create a pull request.
  • -

    +

    Plugins

    +

    Dillo can easily be extended by plugins to support new + protocols. Plugins are written in any language and interact using the + standard input and output. Here are some of them:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PluginProtocolLanguageDescription
    dillo-plugin-geminigemini://BashGemini protocol plugin
    dillo-plugin-gophergopher://CGopher + protocol plugin
    dillo-plugin-ipfsipfs://, ipns://GoIPFS + protocol plugin
    dillo-plugin-manman://BashRenders man + pages in HTML
    dillo-plugin-spartanspartan://BashSpartan + protocol plugin
    +

    To add a new plugin to this list, + open + a PR + or + send an email + with a link to your repository and a short description.

    +

    GitHub - Mastodon - IRC - -- cgit v1.2.3