diff options
author | Aaron Weber <aaron@ximian.com> | 2001-09-19 12:59:32 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-09-19 12:59:32 +0800 |
commit | 473b555274038c64abd485fa8975b19a0c499d16 (patch) | |
tree | e211e155df7e082544e531c0154a63e99d56f0b2 /help/C/usage-exec-summary.sgml | |
parent | 43d70e8d8f998bde427c5b11c617d49a5d6da417 (diff) | |
download | gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.gz gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.zst gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.zip |
more meetings-by-mail additions. Had no idea this needed so much work.
2001-09-19 Aaron Weber <aaron@ximian.com>
* C/usage-calendar.sgml: more meetings-by-mail additions. Had no
idea this needed so much work.
* C/usage-mail.sgml: Added info about meetings-by-mail.
* C/menuref.sgml: added F9 instructions.
* C/config-prefs.sgml: added info on how to connect to an arbitrary port.
* C/usage-mail.sgml: Revised gnome-vfs-http-proxy info.
* C/usage-exec-summary.sgml: added gnome-vfs-http-proxy
info. Almost the same as the stuff in usage-mail.
* C/usage-mail-org.sgml: removed regex item.
svn path=/trunk/; revision=12971
Diffstat (limited to 'help/C/usage-exec-summary.sgml')
-rw-r--r-- | help/C/usage-exec-summary.sgml | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/help/C/usage-exec-summary.sgml b/help/C/usage-exec-summary.sgml index fc2963cc0a..be59cb389d 100644 --- a/help/C/usage-exec-summary.sgml +++ b/help/C/usage-exec-summary.sgml @@ -52,6 +52,100 @@ to suit your needs. For example, you can choose which mail boxes are summarized, and which news services appear. </para> + + + <note id="summary-http-proxy"> + <title>Using the Summary through an HTTP Proxy</title> + <para> + If you use an HTTP proxy, <application>Ximian + Evolution</application> must be able to find it through the + <systemitem>gnome-vfs</systemitem> subsystem before it can + access news and weather from the Internet. This is also + the case if you wish to load remote images into HTML mail + message. You can tell the GNOME Virtual File System about + your HTTP proxy in one of two ways: + <variablelist> + <varlistentry> + <term>Configure it with Nautilus</term> + <listitem> + <para> + <orderedlist numeration="arabic"> + <listitem> + <para> + Open a Nautilus window + </para> + </listitem> + <listitem> + <para> + Select <menuchoice> + <guimenu>Preferences</guimenu> + <guimenuitem>Edit Preferences</guimenuitem> + </menuchoice>. + </para> + </listitem> + <listitem> + <para> + Go to the <guilabel>Navigation</guilabel> tab. + </para> + </listitem> + <listitem> + <para> + Click the <guilabel>Use HTTP Proxy</guilabel> + checkbox and enter the location of your HTTP + proxy in the <guilabel>Location</guilabel> field. + </para> + </listitem> + </orderedlist> + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>Configure it with the gconftool command</term> + <listitem> + <para> + <orderedlist numeration="arabic"> + <listitem> + <para> + Open a terminal. + </para> + </listitem> + <listitem> + <para> + Enter the command + <command> + gconftool --type=bool --set /system/gnome-vfs/use-http-proxy "TRUE" + </command> + </para> + </listitem> + <listitem> + <para> + Enter the command + <command> + gconftool --type=string --set /system/gnome-vfs/http-proxy-host "your-proxy-url" + </command> + </para> + </listitem> + <listitem> + <para> + Enter the command + <command> + gconftool --type=int --set /system/gnome-vfs/http-proxy-port "8080" + </command> + </para> + </listitem> + </orderedlist> + </para> + <para> + For more information about the gconftool command, + read the gconftool man page. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </note> + + <sect2 id="customizing-summary-weather"> <title>Customizing the Weather Summary</title> <para> |