/* * 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 *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" " " " 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 in the terms of the GPL3.\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 GPL3\n" " is the legal mechanism that gives you these freedoms.\n" " It also protects them from being taken away: any derivative work\n" " based on the program must be under the GPL3.
\n" "
\n" "
\n" "
\n" "\n" "
\n" "\n" "
\n" "\n" "\n" " \n" "
\n" "

Release overview

\n" " October 14, 2008\n" "
\n" " \n" " \n" "
\n" "

\n" "This is a rewrite of dillo, using FLTK2, that comes\n" "with lots of improvements and fixes.\n" "

\n" "Our users will surely enjoy this new release as it will give them\n" "the same things they're accustomed plus tabbed browsing,\n" "antialiasing, different\n" "character sets, accepting compressed pages, control over image\n" "loading, smaller footprint, fewer dependencies, better table\n" "rendering, bugfixes, improved GUI, ... In brief, a better dillo.\n" "

\n" "Remember that dillo project uses a release model where every new\n" "browser shall be better than the former.\n" "Keep up with the latest one!\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" "
  • Ported Dillo from GTK1 to FLTK2." "
  • Ported a susbstantial part of the code from C to C++ (FLTK2 is in C++)." "
  • Wrote a new library: Dlib. With 'Dlib' Dillo doesn't need glib anymore." "
  • Ported all the code to Dlib." "
  • Made Dillo's UI Control Panel resizable on-the-fly." "
  • Implemented a new, simpler, dillorc parser." "
  • Reimplemented the Concomitant Callback chains into a uniform scheme!" "
  • Removed threads from IO. Now it only uses select-based watches." "
  • Simplified http.c by reusing the new non-blocking writes in IO." "
  • Implemented Stop button to not only stop rendering but also networking." "
  • Bound Ctrl+Space to toggle fullscreen mode." "
  • Added a http_referer preference. See details in dillorc." "
  • CCC: added reentrancy control to the OpEnd and OpAbort operations." "
  • CCC: enhanced the debug function and implemented OpAbort for dpi." "
  • Hooked a decoder for text/plain with charset." "
  • Forbid dpi GET and POST from non dpi-generated urls." "
  • Implemented tabbed browsing." "
  • Added a image-loading toggle button to the UI." "
  • Added line numbers and enabled wrapping in the 'View Source' window." "
  • Added HTTP-1.1's chunked transfer support!" "
  • Made the stop button sensitive when loading an image." "
  • Added support for 'charset' in the HTTP header field for Content-Type." "
  • Added support for 'charset' in the META element." "
  • Added the multipart/form-data encoding method to form submission." "
  • Made zlib a configure requirement, and cleaned up configure.in." "
  • Enabled the file dpi to look inside gzipped files." "
  • Added code for optional image loading (nice interface)!" "
  • Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as" " text." "
  • Fixed void to int conversions for 64bit-arch." "
  • Set the url resolver to escape illegal chars instead of stripping." "
  • Big html.cc cleanup. New classes, form API, source split." "
  • Added int32_t, EAI_NODATA and iconv tests for FreeBSD." "
  • Replaced the findtext dialog with an in-window widget!" "
\n" "Dw2:
\n" "
    \n" "
  • Enabled clipped redraws (avoids some flickering)." "
  • Added combination of drawing rectangles into a larger one." "
  • Made getWidgetAtPoint() a virtual method of widget and implemented a" " custom one for TextBlock, reducing CPU usage on pages full of links." "
  • Set FltkViewBase::draw to intersect with view area for expose." "
  • Added double buffering for partial redraws!" "
  • Reduced memory usage in 30% by reusing styles, reducing the size" " of struct Content, and not preallocating in SimpleVector. !" "
  • Moved highlighting information from struct Word into Textblock" " to save memory." "
  • Reduced memory usage 10% with a custom memory handler in Textblock." "
  • Implemented selection of multibyte glyphs (UTF-8)." "
  • Fixed a slithery BUG in lout::misc::Stringbuffer." "
  • Added 'enter' and 'leave' signals into class Resource." "
  • Enabled mouse wheel scrolling." "
  • Added setDeleteCallback(DW_Callback_t func, void *data) to widget." " This allows to hook a callback when the widget is destroyed." "
  • Changed the table-apportion algorithms + bug fixes. Big work!" "
\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 to your taste.\n" "
  • There's documentation for developers in the /doc\n" " dir within the tarball; you can find directions on everything\n" " else at the home page.\n" "
  • Dillo has context sensitive menus using the\n" " right mouse button (available on pages, links, images,\n" " the Back and Forward buttons, and 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";