/* * 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" "

Release overview

\n" " April 17, 2013\n" "
\n" " \n" " \n" "
\n" "

\n" "dillo-3.0.3 adds some nice new features, as listed below.\n" "

\n" "This release comes with configurable UI colors in\n" "dillorc.\n" "Packagers should set the theme that better fits the distro, and\n" "end users may tweak freely if they like!\n" "

\n" "In order to use the hyphenation feature, pattern files from CTAN\n" "need to be installed. Most probably your packager did it for you. If not\n" "enabled, just follow directions from the README file.\n" "

\n" "A new domainrc mechanism has\n" "been introduced to provide finer-grained control over automatic requests\n" "for third-party resources, and the old filter_auto_requests dillorc option\n" "has been removed. This makes it easier to block ads and trackers but permit\n" "legitimate use such as wikipedia pulling images from wikimedia.org.\n" "

\n" "Dillo3 uses the FLTK GUI toolkit's 1.3.x series, whose release\n" "cleared the way for Dillo to return to those distributions\n" "which had excluded Dillo2 due to FLTK2 never being officially released.\n" "

\n" "The core team welcomes developers willing to join our workforce.\n" "

\n" "

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

ChangeLog highlights

\n" " (Extracted from the\n" " full\n" " ChangeLog)\n" "
\n" " \n" " \n" "
\n" "
    \n" "
  • Automatic hyphenation (includes penalty_* preferences that control line-breaking).\n" "
  • Added the domainrc mechanism.\n" "
  • Added user interface color preferences (ui_*).\n" "
  • Support for CSS display property.\n" "
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "
\n" "\n" "\n" " \n" "
\n" "

Notes

\n" "
\n" " \n" " \n" "
\n" "
    \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" "
  • 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" "
  • 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" "
  • Dillo behaves very nicely when browsing local files, images, and HTML.\n" " It's also very good for Internet searching.\n" "
  • This release is mainly intended for developers\n" " and advanced users.\n" "
  • Frames, Java and Javascript are not supported.\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" "\n";