/* * File: about.c * * Copyright (C) 1999-2007 Jorge Arellano Cid * Copyright (C) 2024-2025 Rodrigo Arias Mallo * * 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" " Quickstart\n" " \n" "\n" "\n" "
\n" "\n" "

Quickstart

\n" "\n" "

Welcome to Dillo " VERSION ", a small and fast graphical web browser. To\n" "access the help click the question mark button ? in the top\n" "right corner at any time. Here are some tips to get you started:

\n" "\n" "
    \n" "
  • The main configuration file is at ~/.dillo/dillorc.
  • \n" "
  • Most actions can also be done by using the keyboard.
  • \n" "
  • Cookies are disabled by default.
  • \n" "
  • Several Dillo plugins are available.
  • \n" "
\n" "\n" "

See more details in the\n" "Dillo website.

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