aboutsummaryrefslogtreecommitdiff
path: root/doc/user_help.html
AgeCommit message (Collapse)Author
2024-04-04Fix HTML5 errors and warningsRodrigo Arias Mallo
Fixes: https://github.com/dillo-browser/dillo/issues/117
2024-04-04Fix manual typos and clarify some partsRodrigo Arias Mallo
Reported-by: dogma, monkeybusiness
2024-04-01Improve Dillo user manualRodrigo Arias Mallo
A lot of sections were updated and extended to cover the usage of the browser from the perspective of a new user. Other missing content was added, specially to describe the configuration files and the format they use. Fixes: https://github.com/dillo-browser/dillo/issues/73
2024-01-09Update references to website and repositoryRodrigo Arias Mallo
The website is now at https://dillo-browser.github.io/ and the repository at https://github.com/dillo-browser/dillo.
2023-12-17Fix DuckDuckGo search linksRodrigo Arias Mallo
The DuckDuckGo service that redirects the links from the search page is returning a broken page for non-javascript browsers. They have a meta refresh tag in the body, instead of in the head. Adding the kd=-1 argument causes the DuckDuckGo search results to point directly to the target page avoiding the redirection. Based on this patch: https://salsa.debian.org/debian/dillo/-/commit/ffbd4fc0e6cf94b3947d02766224c0e80344a017 Thanks: liftof+dbug@gmail.com Thanks: Axel Beckert <abe@debian.org> Bug-Debian: https://bugs.debian/org/924357
2014-04-10user_help fix character referencecorvid
2014-04-09Comments and help text for Web search from the location barJorge Arellano Cid
2013-04-05quick (inadequate) mention of domainrc in user_helpcorvid
2012-09-28user help: a little cleanupcorvid
2012-09-28add binding to user helpcorvid
2012-09-04small cleanup in user_helpcorvid
2011-11-17trim some spacescorvid
2011-10-30Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.Jeremy Henty
2011-08-03Bind <Ctrl><Shift>Tab instead of <Shift>Tab to "left-tab".Jeremy Henty
2011-07-18Minor changes to user_help.htmlJorge Arellano Cid
2011-07-16Corrected the URL for keysrc in the help pageJorge Arellano Cid
2011-07-15Updated user_help.html to follow dillo3-help.htmlJorge Arellano Cid
2011-07-15Updated the local help file, and the remote help URLJorge Arellano Cid
2011-07-12Updated doc/user_help.html (WRT Escape key)Jorge Arellano Cid
2011-05-15user help control panel changingcorvid
2011-04-28Made Ctrl-q the default for close-all (it was Alt-q)Jorge Arellano Cid
2011-04-27Set Ctrl-w as default for close tab/window (it was Ctrl-q)Jorge Arellano Cid
2011-04-19some doc/ updatescorvid
2010-11-24trim some spacescorvid
2010-01-28update user helpJohannes Hofmann
2010-01-18Added a help button. It tries a local help file then dillo.org's one.corvid, jcid