diff options
author | corvid <devnull@localhost> | 2014-08-06 22:18:26 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-08-06 22:18:26 +0000 |
commit | 0553cb9e777357d8d25819735503f3251198c27c (patch) | |
tree | de8d287cfc09b0dcc98cd1f76c4ebd5d44a7edc9 /src/IO/about.c | |
parent | 244faa919d67fb62cf1477eb2e4df0970943bcca (diff) |
splash: move the notes up to where they're harder for a new user not to see
Now, I like having the release information early in the page -- it feels
_proper_ somehow -- but the new user won't read as far as the user who
is interested in what's in the new release.
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 73 |
1 files changed, 36 insertions, 37 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 8fc12fe6..5c3ca973 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -229,6 +229,42 @@ const char *const AboutSplash= "<table border='0' cellpadding='5' cellspacing='1' width='100%'>\n" "<tr>\n" " <td bgcolor='#CCCCCC'>\n" +" <h4>Notes</h4>\n" +"<tr>\n" +" <td bgcolor='#FFFFFF'>\n" +" <table border='0' cellspacing='0' cellpadding='5'>\n" +" <tr>\n" +" <td>\n" +"<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" +" modify it to your taste.\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> 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> 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" +" </table>\n" +"</table>\n" +"</table>\n" +"\n" +"<br>\n" +"\n" +"<table border='0' cellpadding='0' cellspacing='0' align='center' bgcolor='#000000' width='100%'><tr><td>\n" +"<table border='0' cellpadding='5' cellspacing='1' width='100%'>\n" +"<tr>\n" +" <td bgcolor='#CCCCCC'>\n" " <h4>Release overview</h4>\n" " April 09, 2014\n" "<tr>\n" @@ -298,43 +334,6 @@ const char *const AboutSplash= "</table>\n" "</table>\n" "\n" -"<br>\n" -"\n" -"<table border='0' cellpadding='0' cellspacing='0' align='center' bgcolor='#000000' width='100%'><tr><td>\n" -"<table border='0' cellpadding='5' cellspacing='1' width='100%'>\n" -"<tr>\n" -" <td bgcolor='#CCCCCC'>\n" -" <h4>Notes</h4>\n" -"<tr>\n" -" <td bgcolor='#FFFFFF'>\n" -" <table border='0' cellspacing='0' cellpadding='5'>\n" -" <tr>\n" -" <td>\n" -"<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" -" modify it to your taste.\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> 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> 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" -"</table>\n" -"</table>\n" -"\n" "<table border='0' width='100%' cellpadding='0' cellspacing='0'><tr><td height='10'></table>\n" "\n" "\n" |