aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-08-06 21:53:20 +0000
committercorvid <devnull@localhost>2014-08-06 21:53:20 +0000
commit244faa919d67fb62cf1477eb2e4df0970943bcca (patch)
tree18d5104256cce297e36b050dee9f2b905bcd5173
parent8732524d776d61aaf5f71f9fe2ab7fb615060fa0 (diff)
mention cookies right on the splash page
...because there will always be those who casually try out dillo and just see that they can't log in anywhere. I see this on forums when I look around the web.
-rw-r--r--src/IO/about.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/IO/about.c b/src/IO/about.c
index 772e1247..8fc12fe6 100644
--- a/src/IO/about.c
+++ b/src/IO/about.c
@@ -313,21 +313,22 @@ const char *const AboutSplash=
"<ul>\n"
" <li> There's a\n"
" <a href='http://www.dillo.org/dillorc'>dillorc</a>\n"
-" (readable config) file inside the tarball. It is well-commented\n"
-" and has plenty of options to customize dillo, so <STRONG>copy\n"
-" it</STRONG> to your <STRONG>~/.dillo/</STRONG> directory, and\n"
+" (readable config) file inside the tarball. It is well-commented\n"
+" and has plenty of options to customize dillo, so <STRONG>copy\n"
+" it</STRONG> to your <STRONG>~/.dillo/</STRONG> directory, and\n"
" modify it to your taste.\n"
-" <li> Documentation for developers is in the <CODE>/doc</CODE>\n"
-" dir inside the tarball; you can find directions on everything\n"
-" else at the home page.\n"
" <li> The right mouse button brings up a context-sensitive menu\n"
" (available on pages, links, images, forms, the Back and Forward buttons,\n"
" and the bug meter).\n"
-" <li> Dillo behaves very nicely when browsing local files, images, and HTML.\n"
-" It's also very good for Internet searching.\n"
+" <li> Cookies are disabled by default for privacy. To log into certain\n"
+" sites, you may need to <a href='http://www.dillo.org/Cookies.txt'>enable\n"
+" cookies selectively</a>.\n"
+" <li> Frames, Java and Javascript are not supported.\n"
" <li> This release is mainly intended for <strong>developers</strong>\n"
" and <strong>advanced users</strong>.\n"
-" <li> Frames, Java and Javascript are not supported.\n"
+" <li> Documentation for developers is in the <CODE>/doc</CODE>\n"
+" dir inside the tarball; you can find directions on everything\n"
+" else at the home page.\n"
"</ul>\n"
"<br>\n"
" </table>\n"