Dillo: Difference between revisions

From ArchWiki
(Update Interlanguage link)
(https://wiki.archlinux.org/index.php?title=Talk:Dillo&oldid=799880)
 
(10 intermediate revisions by 4 users not shown)
Line 2: Line 2:
[[ja:Dillo]]
[[ja:Dillo]]
[[zh-hans:Dillo]]
[[zh-hans:Dillo]]
[http://www.Dillo.org Dillo] is a multi-platform graphical web browser known for its speed and small footprint.
[https://dillo-browser.github.io/ Dillo] is a multi-platform graphical web browser known for its speed and small footprint.
* Dillo is written in C and C++.
* Dillo is written in C and C++.
* Dillo is based on FLTK2, the Fast Light Toolkit (statically-linked by default!).
* Dillo is based on FLTK1.3, the Fast Light Toolkit.
* Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
* Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
* Dillo strives to be friendly both to users and developers.
* Dillo strives to be friendly both to users and developers.
* Dillo helps web authors to comply with web standards by using the bug meter.
* Dillo helps web authors to comply with web standards by using the bug meter.


== Installing ==
{{Note|The '''dillo.org''' website is not under Dillo developers control since [https://github.com/dillo-browser/dillo/commit/58a950376b3c09098da3b286bb71b7b6eb4777d2 2023-12] and is being filled with spam (e.g. a "Top 7 Most Secure Laptops" page). Use the [https://dillo-browser.github.io/old/index.html copy] if needed.}}
 
== Installation ==


[[Install]] {{Pkg|dillo}}.
[[Install]] {{Pkg|dillo}}.
== Starting ==
You can start Dillo using {{ic|dillo}} command.


== Configuration ==
== Configuration ==
Line 21: Line 19:
=== Enabling cookies in Dillo by default ===
=== Enabling cookies in Dillo by default ===


Cookies are disabled by default for privacy reasons. If you want to enable them, read [http://www.dillo.org/FAQ.html#q8 FAQ entry]
Cookies are disabled by default for privacy reasons. If you want to enable them, read [https://dillo-browser.github.io/old/FAQ.html#q8 FAQ entry]


== Removing cookies ==
=== Removing cookies ===


First, stop your plugins (dpis) with the following command:
First, stop your plugins (dpis) with the following command:
{{bc|$ dpidc stop}}
 
$ dpidc stop


The cookies dpi will write any permanent ({{ic|ACCEPT}}) cookies to disk, and temporary ({{ic|ACCEPT_SESSION}}) cookies will be lost as the dpi exits.
The cookies dpi will write any permanent ({{ic|ACCEPT}}) cookies to disk, and temporary ({{ic|ACCEPT_SESSION}}) cookies will be lost as the dpi exits.


Second, get rid of the permanent cookies by removing or editing your {{ic|~/.dillo/cookies.txt}} file.
Second, get rid of the permanent cookies by removing or editing your {{ic|~/.dillo/cookies.txt}} file[https://dillo-browser.github.io/old/FAQ.html#q8].
Info from http://www.dillo.org/FAQ.html#q8 .


== See also ==
== See also ==


* [http://www.dillo.org/ Dillo Home Page]
* [https://dillo-browser.github.io/ Dillo Home Page]

Latest revision as of 08:36, 7 February 2024

Dillo is a multi-platform graphical web browser known for its speed and small footprint.

  • Dillo is written in C and C++.
  • Dillo is based on FLTK1.3, the Fast Light Toolkit.
  • Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
  • Dillo strives to be friendly both to users and developers.
  • Dillo helps web authors to comply with web standards by using the bug meter.
Note: The dillo.org website is not under Dillo developers control since 2023-12 and is being filled with spam (e.g. a "Top 7 Most Secure Laptops" page). Use the copy if needed.

Installation

Install dillo.

Configuration

Enabling cookies in Dillo by default

Cookies are disabled by default for privacy reasons. If you want to enable them, read FAQ entry

Removing cookies

First, stop your plugins (dpis) with the following command:

$ dpidc stop

The cookies dpi will write any permanent (ACCEPT) cookies to disk, and temporary (ACCEPT_SESSION) cookies will be lost as the dpi exits.

Second, get rid of the permanent cookies by removing or editing your ~/.dillo/cookies.txt file[1].

See also