/* * 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" " \n" " LWN\n" "
  \n" " \n" " Slashdot\n" "
  \n" " \n" " Linux.org.uk\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" " \n" "
  \n" " Google\n" "
  \n" " Wikipedia\n" "
  \n" " P. Gutenberg\n" "
  \n" " FreshMeat\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" " Dillo is Free Software under the terms of version 3 of the\n" " 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" " July 18, 2011\n" "
\n" " \n" " \n" "
\n" "

\n" "dillo-2.2.1 is the last of the dillo-2.x series:\n" "

\n" "The 2.x series\n" "was based on FLTK-2.0,\n" "which was never released. As distributions have the sensible policy\n" "of not including alpha software, this kept dillo from being\n" "provided in their native packaging systems.\n" "

\n" "In response, the core team switched to the more modern\n" "FLTK-1.3 which\n" "has already seen its first release. This opens the door\n" "for dillo to be included in distros once again and reach our users\n" "more easily.\n" "

\n" "The development effort shifted to the dillo-3.x branch long ago, and\n" "it became the active one (dillo-2.x received less and less attention).\n" "

\n" "The new dillo-3.0 will be available in a few weeks, after it\n" "passes the final stages of the release process. It has shown\n" "excellent stability and comes with some nice new features as well.\n" "

\n" "Special thanks go to our longtime users and developers for\n" "their support and help. We hope to keep surprising them\n" "with the new features in the dillo-3.x series that is to come.\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" "
  • Fix fullwindow start.\n" "
  • Implemented \"View source\" as a dpi.\n" "
  • Fix: vsource html, fix entities display, indentation.\n" "
  • Accept application/xhtml+xml.\n" "
  • Small caps support.\n" "
  • Border-collapse, border-style properties.\n" "
  • Configurable User-Agent HTTP header.\n" "
  • Work with libpng-1.4.\n" "
  • Limit total number of cookies.\n" "
  • Handle white-space: pre-wrap and pre-line.\n" "
  • Support for the word-spacing property.\n" "
  • Text-indent property.\n" "
  • Reintroduce bg_color dillorc option.\n" "
  • Support !important in style attributes.\n" "
  • Implement line-height.\n" "
  • Draw image maps when image not loaded.\n" "
  • Support @media rules.\n" "
  • Implement media-conditional @import rules.\n" "
  • Fix meta refresh looping.\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 within 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 within 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";