/* * File: about.c * * Copyright (C) 1999-2007 Jorge Arellano Cid * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. */ #include /* * HTML text for startup screen */ const char *const AboutSplash= "\n" "\n" "\n" "Splash screen for dillo-" VERSION "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "
\n" " \n" " \n" "
\n" " \n" " \n" "
\n" "

 Welcome to Dillo " VERSION " 

\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "\n" "\n" "\n" "\n" "
\n" "\n" "\n" "\n" "\n" "\n" "\n" "
\n" " \n" " \n" " \n" "
Dillo\n" "
\n" "
\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "
\n" " \n" " \n" " Help\n" "
  \n" " \n" " Home\n" "
  \n" " \n" " \n" " Objectives\n" "
  \n" " \n" " \n" " ChangeLog\n" "
  \n" " \n" " \n" " Interview\n" "
  \n" " \n" " \n" " Authors\n" "
  \n" " \n" " \n" " Donate\n" "
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "\n" "\n" "
\n" " \n" " \n" " \n" "
News\n" "\n" "
\n" "
\n" " \n" " \n" " \n" " \n" " \n" " \n" "
  \n" " \n" " LWN\n" "
  \n" " \n" " Slashdot\n" "
  \n" " \n" " C. Dreams\n" "
  \n" " \n" " VoltaireNet\n" "
  \n" " \n" " Nexus M.\n" "
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "\n" "\n" "
\n" " \n" " \n" " \n" "
Additional Stuff\n" "\n" "
\n" "
\n" " \n" " \n" " \n" " \n" "
  \n" " P. Gutenberg\n" "
  \n" " Freecode\n" "
  \n" " GNU\n" " project\n" "
  \n" " LinuxFund\n" "
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "\n" "\n" "
\n" " \n" " \n" " \n" "
Essential Readings\n" "\n" "
\n" "
\n" " \n" "
  \n" " Peace&Violence\n" "
  \n" " \n" " Right to Read\n" "
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "\n" "\n" "\n" "
\n" "\n" "\n" "\n" "\n" "
\n" "\n" "\n" " \n" "
\n" "

Free Software

\n" "
\n" "
\n" "

\n" " The Dillo web browser is Free Software under the terms of version 3 of\n" " the GPL.\n" " This means you have four basic freedoms:\n" "

    \n" "
  • Freedom to use the program any way you see fit.\n" "
  • Freedom to study and modify the source code.\n" "
  • Freedom to make backup copies.\n" "
  • Freedom to redistribute it.\n" "
\n" " The GPL is the legal mechanism that gives you these freedoms.\n" " It also protects you from having them taken away: any derivative work\n" " based on the program must be under GPLv3 as well.
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "
\n" "\n" "\n" " \n" "
\n" "

Notes

\n" "
\n" " \n" " \n" "
\n" "
    \n" "
  • Read the help,\n" " it's short.\n" "
  • There's a\n" " dillorc\n" " (readable config) file inside the tarball. It is well-commented\n" " and has plenty of options to customize dillo, so copy\n" " it to your ~/.dillo/ directory, and\n" " modify it to your taste.\n" "
  • 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" "
  • Cookies are disabled by default for privacy. To log into certain\n" " sites, you may need to enable\n" " cookies selectively.\n" "
  • To stop third-party ads and tracking, you can use a\n" " ~/.dillo/domainrc/ file.\n" "
  • Frames, Java and Javascript are not supported.\n" "
  • This release is mainly intended for developers\n" " and advanced users.\n" "
  • Documentation for developers is in the /doc\n" " dir inside the tarball; you can find directions on everything\n" " else at the home page.\n" "
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "
\n" "\n" "\n" " \n" "
\n" "

Release overview

\n" " December 24, 2014\n" "
\n" " \n" " \n" "
\n" "

\n" "The dillo-3.0.4.1 release brings you fixes:\n" "

    \n" "
  • for linking with the recently-released fltk-1.3.3\n" " (we don't use fl_oldfocus anymore).\n" "
  • to make sure that windows are resizable with fltk-1.3.3.\n" "
  • not to load background images, or follow redirections or meta refresh,\n" " in --local mode (security).\n" "
  • to permit linking on OS X (remove our Fl_Printer stub).\n" "
  • for a crash when searching from the address bar and no search urls are\n" " found in dillorc.\n" "
\n" "

\n" "...that shouldn't have to wait until dillo-3.1 is ready with its floating\n" "elements and assorted good things.\n" "

\n" "

\n" "
\n" "
\n" "\n" "
\n" "\n" "\n" "\n" "\n" "
\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "
\n" "\n" "\n" "\n" "

\n" "
\n" "
\n" "
\n" "\n" "\n";