From b4de2253544b6b1a99aaef636f6ffc05449722f2 Mon Sep 17 00:00:00 2001 From: Melvin Hadasht Date: Mon, 21 Apr 2003 07:49:34 +0000 Subject: [PATCH] Improved the README file for the Dillo plugin --- ChangeLog.claws | 7 ++++++- configure.ac | 2 +- src/plugins/dillo_viewer/README | 30 +++++++++++++++--------------- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index d390e9289..90c13fc91 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,4 +1,9 @@ -2003-04-21 [melvin] +2003-04-21 [melvin] 0.8.11claws104 + + * src/plugins/dillo_viewer/README + Improved slightly the text. + +2003-04-21 [melvin] 0.8.11claws103 * src/plugins/dillo_viewer/README *** NEW *** Added a README file for the Dillo plugin diff --git a/configure.ac b/configure.ac index 22f78f004..884436fc2 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws103 +EXTRA_VERSION=claws104 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/plugins/dillo_viewer/README b/src/plugins/dillo_viewer/README index 7200adb08..cbadee12a 100644 --- a/src/plugins/dillo_viewer/README +++ b/src/plugins/dillo_viewer/README @@ -1,34 +1,34 @@ Dillo Viewer: HTML mail viewing in Sylpheed-Claws ------------------------------------------------- -The plugin uses the Dillo (http://dillo.auriga.wearlab.de/) browser to +This plugin uses the Dillo (http://dillo.auriga.wearlab.de/) browser to view text/html MIME parts inside Sylpheed-Claws. When the plugin is loaded, if the MIME part to be viewed is of text/html type, then the MIME part is saved in a temporary file and -Dillo is launched with special options to embed it inside -Sylpheed-Claws' message view and to "safely" view the part. Dillo is +Dillo is started with special options to embed it inside +Sylpheed-Claws' message view and to "safely" view the part. Dillo is also run in the fullwindow mode, where the toolbar, menubar and the -status bar are hidden so the message is viewed in a larger area. The -fullwindow mode is toggled on and off by double clicking in an empty +statusbar are hidden so the message is viewed in a larger area. The +fullwindow mode is toggled on and off by double clicking on an empty part of the page or by clicking on the icon in the lower right corner. -The "safe" viewing the text/html message part is achieved by using the --l (or --local) option of Dillo. This option prevent Dillo from -retrieving remote web resources, like images. This way, no connection -to the Internet is done. If the user want to view the message without -this restriction, s/he just reloads the page by clicking on the -"Reload" button in Dillo's toolbar. +The "safe" viewing of text/html message parts is achieved by using the +-l (or --local) option of Dillo. This option prevents Dillo from +retrieving remote web resources, like images. Thus, no connection +to the Internet is done. If the user wants to view the message +without this restriction, s/he just reloads the page by clicking on +the "Reload" button in Dillo's toolbar. -This plugin is provided as is. The author does not guarantee safe -viewing of text/html messages although he tried hard to achieve this -goal. +WARNING: This plugin is provided as is. The author does not guarantee +safe viewing of text/html messages although he tried hard to achieve +this goal. What Dillo version should be used? ---------------------------------- Dillo 0.7.0 was the first version that included the features needed by -Claws, although it had a small bug where remote resources could be +Claws, but it had a small bug where remote resources could be accessed even with the --local option (when a BASE element is present in the message). -- 2.25.1