diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-18 20:54:26 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-18 20:54:26 +0100 |
commit | c82e1b9c52b41c7290614ee571320467ed92cab0 (patch) | |
tree | c6cd4da75b13fb53111227aa1fb91e85023c40b2 /index.html | |
parent | 661881015028b9b609bce9c53dba12e6f2e8f71a (diff) |
Add a donation link to Liberapay
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -87,19 +87,21 @@ table { margin: 1.5em; } <li>Use Dillo to browse the web and if you find something that is not working, <a href="https://github.com/dillo-browser/dillo/issues/new">open an issue</a> - or send an email to - <a href="mailto:dillo-dev@mailman3.com">dillo-dev@mailman3.com</a>. + or send an email to + <a href="mailto:dillo-dev@mailman3.com">dillo-dev@mailman3.com</a>. </li> <li>Spread the word, so the world knows Dillo exists and is still alive.</li> <li>Implement some new feature or fix some bug and send us a patch or create a pull request.</li> + <li>Donate to the project via <a href="https://liberapay.com/dillo/">Liberapay</a> + to cover testing and infrastructure costs.</li> </ul> <h2 id=plugins>Plugins</h2> - <p>Dillo can <em>easily</em> 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:</p> - <!-- Keep the list sorted by protocol name --> + <p>Dillo can <em>easily</em> 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:</p> + <!-- Keep the list sorted by protocol name --> <table> <thead> <tr> @@ -158,7 +160,8 @@ table { margin: 1.5em; } <a href="https://github.com/dillo-browser/dillo">GitHub</a> - <a rel="me" href="https://fosstodon.org/@dillo">Mastodon</a> - <a href="irc://irc.libera.chat/#dillo">IRC</a> - - <a href="https://lists.mailman3.com/postorius/lists/dillo-dev.mailman3.com/">Mailing list</a> + <a href="https://lists.mailman3.com/postorius/lists/dillo-dev.mailman3.com/">Mailing list</a> - + <a href="https://liberapay.com/dillo/">Liberapay</a> </p> </div> </body> |