summaryrefslogtreecommitdiff
path: root/web/cgi/alpine/2.0
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgi/alpine/2.0')
-rwxr-xr-xweb/cgi/alpine/2.0/browse6
-rw-r--r--web/cgi/alpine/2.0/common.tcl2
-rwxr-xr-xweb/cgi/alpine/2.0/compose2
-rwxr-xr-xweb/cgi/alpine/2.0/conduit/export2
-rwxr-xr-xweb/cgi/alpine/2.0/conduit/flag.tcl4
-rwxr-xr-xweb/cgi/alpine/2.0/detach2
-rw-r--r--web/cgi/alpine/2.0/help/contacts.html160
-rw-r--r--web/cgi/alpine/2.0/help/folders.html192
-rw-r--r--web/cgi/alpine/2.0/help/inbox.html290
-rw-r--r--web/cgi/alpine/2.0/help/quick-start.html272
-rw-r--r--web/cgi/alpine/2.0/help/topic-list.html202
-rwxr-xr-xweb/cgi/alpine/2.0/settings4
-rwxr-xr-xweb/cgi/alpine/2.0/view2
13 files changed, 570 insertions, 570 deletions
diff --git a/web/cgi/alpine/2.0/browse b/web/cgi/alpine/2.0/browse
index 9669fd8c..054e72f3 100755
--- a/web/cgi/alpine/2.0/browse
+++ b/web/cgi/alpine/2.0/browse
@@ -158,8 +158,8 @@ WPEval $browse_args {
}
}
- # preform actions specfied in browse_args
- # NOTE: basic stuff only to be executed in absense of JS
+ # perform actions specified in browse_args
+ # NOTE: basic stuff only to be executed in absence of JS
if {[string length $pageFirst]} {
set n 1
set u [WPCmd PEMailbox uid 1]
@@ -240,7 +240,7 @@ WPEval $browse_args {
# local libraries
cgi_script type=text/javascript language="JavaScript" src="lib/common.js" {}
cgi_script type=text/javascript language="JavaScript" src="lib/mailbox.js" {}
- # page specfic JS
+ # page specific JS
cgi_javascript {
cgi_puts "YAHOO.alpine.cgi_root = '$_wp(serverpath)';"
cgi_puts "YAHOO.alpine.app_root = '$_wp(serverpath)/$_wp(appdir)/$_wp(ui2dir)';"
diff --git a/web/cgi/alpine/2.0/common.tcl b/web/cgi/alpine/2.0/common.tcl
index 41e58a7a..76cd7293 100644
--- a/web/cgi/alpine/2.0/common.tcl
+++ b/web/cgi/alpine/2.0/common.tcl
@@ -742,7 +742,7 @@ proc setCurrentFolder {_c _f _u} {
# verify $c $f (and $u if present) exists
if {!($c == 0 && 0 == [string compare -nocase inbox $f])} {
if {[catch {WPCmd PEFolder exists $c $f} result]} {
- WPCmd PEInfo statmsg "Cannot test $f for existance: $result"
+ WPCmd PEInfo statmsg "Cannot test $f for existence: $result"
} elseif {$result <= 0} {
WPCmd PEInfo statmsg "Folder $f in collection $c does not exist"
}
diff --git a/web/cgi/alpine/2.0/compose b/web/cgi/alpine/2.0/compose
index bf6ce9ec..16cd437f 100755
--- a/web/cgi/alpine/2.0/compose
+++ b/web/cgi/alpine/2.0/compose
@@ -253,7 +253,7 @@ WPEval $compose_args {
cgi_exit
}
- # process action specfied by compose_args
+ # process action specified by compose_args
switch $mode {
reply -
replyall {
diff --git a/web/cgi/alpine/2.0/conduit/export b/web/cgi/alpine/2.0/conduit/export
index 42a9f82b..2abf8ebd 100755
--- a/web/cgi/alpine/2.0/conduit/export
+++ b/web/cgi/alpine/2.0/conduit/export
@@ -141,7 +141,7 @@ WPEval $export_vars {
exec /bin/chmod [cgi_tmpfile_permissions] $dfile
}
- # prepare to clean up if the brower never redirects
+ # prepare to clean up if the browser never redirects
if {[info exists redirect]} {
set redirect "${redirect}${safegivenname}?h=${rhandle}"
} else {
diff --git a/web/cgi/alpine/2.0/conduit/flag.tcl b/web/cgi/alpine/2.0/conduit/flag.tcl
index 63018125..a20225cd 100755
--- a/web/cgi/alpine/2.0/conduit/flag.tcl
+++ b/web/cgi/alpine/2.0/conduit/flag.tcl
@@ -59,7 +59,7 @@ WPEval $flag_args {
foreach eu $u {
if {[catch {WPCmd PEMessage $eu flag $flag $state} result]} {
- set result "FALURE: setting $eu to $setting : $result"
+ set result "FAILURE: setting $eu to $setting : $result"
break
}
}
@@ -69,7 +69,7 @@ WPEval $flag_args {
}
}
} else {
- set result "FAILURE: unkown flag ($f) or state ($s)"
+ set result "FAILURE: unknown flag ($f) or state ($s)"
}
cgi_puts $result
diff --git a/web/cgi/alpine/2.0/detach b/web/cgi/alpine/2.0/detach
index 780560cd..542038d2 100755
--- a/web/cgi/alpine/2.0/detach
+++ b/web/cgi/alpine/2.0/detach
@@ -153,7 +153,7 @@ WPEval $detach_vars {
close $cfd
- # prepare to clean up if the brower never redirects
+ # prepare to clean up if the browser never redirects
cgi_http_head {
# redirect to the place we stuffed the detach info. use the ip address
diff --git a/web/cgi/alpine/2.0/help/contacts.html b/web/cgi/alpine/2.0/help/contacts.html
index 690dd76c..d2175c94 100644
--- a/web/cgi/alpine/2.0/help/contacts.html
+++ b/web/cgi/alpine/2.0/help/contacts.html
@@ -1,80 +1,80 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
-<link type="text/css" rel="stylesheet" href="../css/help.css">
-<title>Contacts: your address book</title>
-</head>
-<body>
-<div id="header">
- <div class="logo"> </div>
- <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
-</div>
-<div id="content">
-
-<h1>Contacts: your address book</h1>
-
-<ul>
- <li><a href="#add">Adding a contact</a></li>
- <li><a href="#remove">Removing a contact</a></li>
- <li><a href="#edit">Editing a contact</a></li>
- <li><a href="#group">Creating a group contact</a></li>
-<br /><br /></ul>
-
-<p>Contacts allow you to store names, email addresses, and other information in a contact list, which serves as an address book. You can quickly send mail to a contact by retreiving information from your contact list.</p>
-
-<h2><a name="add" id="add"></a>Adding a contact</h2>
-
-<p><strong>To add a contact</strong></p>
-<ol>
- <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
- <li>On the menu bar, click <strong>New Contact</strong>.</li>
- <li>Fill in the contact information:</li>
- <ul>
- <li><strong>Nickname.</strong> A short name that you can use for quick addressing. If you type the nickname instead of the full display name or email address, Alpine will offer a list of matching choices from your contacts list and the University of Washington directory. You can select the contact from the list.</li>
- <li><strong>Display Name.</strong> The name that appears in the message header.</li>
- <li><strong>Email.</strong> The contact's email address.</li>
- <li><strong>Notes.</strong> Any text you want. Used only by you.</li>
- <li><strong>Fcc Folder.</strong> A folder that will receive copies of all messages that you send directly to this contact.</li>
- </ul>
- <li>Click <strong>Add</strong>.</li>
-<br /><br /></ol>
-<p><strong>To add a contact from a message</strong></p>
-<ul>
-<li>Drag the contact's email address from the<strong> From</strong> field to the <strong>Contacts</strong> folder.
-<p><em>or</em></p></li>
-<li>To the right of the <strong>From</strong> field, click <strong>Add</strong>.</li>
-<br /><br /></ul>
-<p><strong>To add multiple contacts from a message</strong></p>
-<ul>
- <li>On the menu bar, click <strong>More Actions</strong>, and then select <strong>Extract</strong>. Alpine extracts everything in the message that is in the format of an email address and presents a list of contacts. You can confirm each contact.</li>
-<br /><br /></ul>
-<h2><a name="remove" id="remove"></a>Removing a contact</h2>
-<ol>
- <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
- <li>Select the contacts you wish to remove by checking the boxes to the left of the Display Names.</li>
- <li>On the menu bar, click <strong>Delete</strong>.</li>
- <li>Confirm that you want to <strong>Delete</strong> the contacts <strong>Forever</strong>.</li>
-<br /><br /></ol>
-
-<h2><a name="edit" id="edit"></a>Editing a contact</h2>
-
-<p><strong>To edit a contact</strong></p>
-<ol>
- <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
- <li>Click on the <strong>Display Name</strong> to edit the corresponding entry.</li>
-<br /><br /></ol>
-
-<h2><a name="group" id="group"></a>Creating a group contact</h2>
-<p>A group contact is simply a contact with more than one email address.</p>
-<p><strong>To add a group contact</strong></p>
-<ol>
- <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
- <li>On the menu bar, click <strong>New Group</strong>.</li>
- <li>Fill in the contact information like you would for a regular contact, except</li>
- <li><strong>Group Email.</strong> Enter all of the addresses or nicknames separated by commas.</li>
- <li>Click <strong>Add</strong>.</li>
-<br /><br /></ol>
-</div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
+<link type="text/css" rel="stylesheet" href="../css/help.css">
+<title>Contacts: your address book</title>
+</head>
+<body>
+<div id="header">
+ <div class="logo"> </div>
+ <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
+</div>
+<div id="content">
+
+<h1>Contacts: your address book</h1>
+
+<ul>
+ <li><a href="#add">Adding a contact</a></li>
+ <li><a href="#remove">Removing a contact</a></li>
+ <li><a href="#edit">Editing a contact</a></li>
+ <li><a href="#group">Creating a group contact</a></li>
+<br /><br /></ul>
+
+<p>Contacts allow you to store names, email addresses, and other information in a contact list, which serves as an address book. You can quickly send mail to a contact by retrieving information from your contact list.</p>
+
+<h2><a name="add" id="add"></a>Adding a contact</h2>
+
+<p><strong>To add a contact</strong></p>
+<ol>
+ <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
+ <li>On the menu bar, click <strong>New Contact</strong>.</li>
+ <li>Fill in the contact information:</li>
+ <ul>
+ <li><strong>Nickname.</strong> A short name that you can use for quick addressing. If you type the nickname instead of the full display name or email address, Alpine will offer a list of matching choices from your contacts list and the University of Washington directory. You can select the contact from the list.</li>
+ <li><strong>Display Name.</strong> The name that appears in the message header.</li>
+ <li><strong>Email.</strong> The contact's email address.</li>
+ <li><strong>Notes.</strong> Any text you want. Used only by you.</li>
+ <li><strong>Fcc Folder.</strong> A folder that will receive copies of all messages that you send directly to this contact.</li>
+ </ul>
+ <li>Click <strong>Add</strong>.</li>
+<br /><br /></ol>
+<p><strong>To add a contact from a message</strong></p>
+<ul>
+<li>Drag the contact's email address from the<strong> From</strong> field to the <strong>Contacts</strong> folder.
+<p><em>or</em></p></li>
+<li>To the right of the <strong>From</strong> field, click <strong>Add</strong>.</li>
+<br /><br /></ul>
+<p><strong>To add multiple contacts from a message</strong></p>
+<ul>
+ <li>On the menu bar, click <strong>More Actions</strong>, and then select <strong>Extract</strong>. Alpine extracts everything in the message that is in the format of an email address and presents a list of contacts. You can confirm each contact.</li>
+<br /><br /></ul>
+<h2><a name="remove" id="remove"></a>Removing a contact</h2>
+<ol>
+ <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
+ <li>Select the contacts you wish to remove by checking the boxes to the left of the Display Names.</li>
+ <li>On the menu bar, click <strong>Delete</strong>.</li>
+ <li>Confirm that you want to <strong>Delete</strong> the contacts <strong>Forever</strong>.</li>
+<br /><br /></ol>
+
+<h2><a name="edit" id="edit"></a>Editing a contact</h2>
+
+<p><strong>To edit a contact</strong></p>
+<ol>
+ <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
+ <li>Click on the <strong>Display Name</strong> to edit the corresponding entry.</li>
+<br /><br /></ol>
+
+<h2><a name="group" id="group"></a>Creating a group contact</h2>
+<p>A group contact is simply a contact with more than one email address.</p>
+<p><strong>To add a group contact</strong></p>
+<ol>
+ <li>In the left pane, click <strong>Contacts</strong>. Your contact list appears in the right pane.</li>
+ <li>On the menu bar, click <strong>New Group</strong>.</li>
+ <li>Fill in the contact information like you would for a regular contact, except</li>
+ <li><strong>Group Email.</strong> Enter all of the addresses or nicknames separated by commas.</li>
+ <li>Click <strong>Add</strong>.</li>
+<br /><br /></ol>
+</div>
+</body>
+</html>
diff --git a/web/cgi/alpine/2.0/help/folders.html b/web/cgi/alpine/2.0/help/folders.html
index dc05df0b..55c98346 100644
--- a/web/cgi/alpine/2.0/help/folders.html
+++ b/web/cgi/alpine/2.0/help/folders.html
@@ -1,96 +1,96 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
-<link type="text/css" rel="stylesheet" href="../css/help.css">
-<title>Folders: organizing your mail</title>
-</head>
-<body>
-<div id="header">
- <div class="logo"> </div>
- <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
-</div>
-<div id="content">
-
-<h2>Folders: organizing your mail</h2>
-
-<ul>
- <li><a href="#view">Viewing your list of folders</a></li>
- <li><a href="#viewing">Viewing the messages in a folder</a></li>
- <li><a href="#add">Adding folders</a></li>
- <li><a href="#delete">Deleting folders</a></li>
- <li><a href="#rename">Renaming folders</a></li>
- <li><a href="#route">Routing mail to folders</a></li>
-</ul>
-
-<p>You can organize your mail into folders. Folders are displayed in the left pane. Some folders are provided by default:</p>
-<ul>
- <li><strong>Inbox.</strong> Stores and displays your mail messages when they arrive, unless you have routed messages to another folder. You can drag and drop messages from the Inbox to other folders.</li>
- <li><strong>Drafts.</strong> Stores any messages that have been saved during an editing session.</li>
- <li><strong>Sent.</strong> By default, stores copies of all of your sent mail.</li>
- <li><strong>Junk.</strong> Stores messages that have been caught by spam filtering and messages that you add by clicking <strong>Report Spam</strong> on the menu bar. On a weekly basis, Alpine deletes everything in the Junk folder that is dated before the previous week.</li>
- <li><strong>Trash.</strong> Stores deleted messages, where thay can be recovered until they are permanently removed. For more information, see <a href="quick-start.html#trash">Trash</a>.</li>
- <li><strong>Recent Folders.</strong> This is a listing of the folders that you have opened recently. You can set the number of recent folders displayed in the left pane. For more information, see <a href="settings.html#folders">Settings</a>.<br />
- </li><br />
- </ul>
-<div class="note">
-<h4>Note:</h4>
-<div> When viewed in the folder list displayed by clicking <strong>View/Manage Folders</strong>, the default folders named Junk and Sent in the left pane appear under the names sent-mail and junk-mail.</div>
-</div>
-
-<br />
-
-<h2><a name="view" id="view"></a>Viewing your list of folders</h2>
-<ul>
- <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li><br /><br />
-</ul>
-<h2><a name="viewing" id="viewing"></a>Viewing the messages in a folder</h2>
-<p><strong>To view the messages contained in a folder</strong></p>
-<ol>
- <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
- <li>Select the folder that you want to view by clicking its name. On the menu bar, click <strong>View Messages</strong>.</li>
- <li>Alternatively, double click the folder name.</li>
-<br /><br /></ol>
-<h2><a name="add" id="add"></a>Adding folders</h2>
-<ol>
- <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
- <li>On the menu bar, click <strong>New Folder</strong>.</li>
- <li>Enter a name for the new folder and click <strong>New Folder</strong>. If you want this new folder to be a subfolder within an existing folder, enter the name of the parent folder, followed by a slash ( / ), followed by the new folder name. For example, <strong>subdir/foldername</strong>.</li>
- <li>The new folder appears in the list.</li>
-<br /><br /></ol>
-<h2><a name="delete" id="delete"></a>Deleting folders</h2>
-<div class="note">
-<h4>Note:</h4>
-<div>Unlike deleted <strong>messages</strong>, deleted <strong>folders</strong> are not moved to the Trash, and they cannot be retrieved.</div>
-</div>
-<p><strong>To delete a folder</strong></p>
-<ol>
- <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
- <li>Click the folder that you want to delete. On the menu bar, click <strong>Delete</strong>.</li>
- <li>Click <strong>Delete Forever</strong> to confirm.</li>
-<br /><br /></ol>
-<h2><a name="rename" id="rename"></a>Renaming folders</h2>
-
-<ol>
- <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
- <li>Click the folder that you want to rename. On the menu bar, click <strong>Rename</strong>.</li>
- <li>Enter the new name.</li>
- <li>Click <strong>Rename Folder</strong> to confirm.</li>
-<br /><br /></ol>
-
-<h2><a name="route" id="route"></a>Routing mail to folders</h2>
-
-<p>You can set up Alpine to route incoming and outgoing messages to designated folders.</p>
-<p><strong>To route a copy of an outgoing message to a folder</strong></p>
-<ul>
- <li>Enter the folder name in the <strong>Fcc</strong> field in the composer.</li>
-</ul>
-
-<p><strong>To route incoming messages to a folder</strong></p>
-<ul>
- <li>See <a href="settings.html">Settings</a>. </li>
-<br /><br /></ul>
-
-</div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
+<link type="text/css" rel="stylesheet" href="../css/help.css">
+<title>Folders: organizing your mail</title>
+</head>
+<body>
+<div id="header">
+ <div class="logo"> </div>
+ <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
+</div>
+<div id="content">
+
+<h2>Folders: organizing your mail</h2>
+
+<ul>
+ <li><a href="#view">Viewing your list of folders</a></li>
+ <li><a href="#viewing">Viewing the messages in a folder</a></li>
+ <li><a href="#add">Adding folders</a></li>
+ <li><a href="#delete">Deleting folders</a></li>
+ <li><a href="#rename">Renaming folders</a></li>
+ <li><a href="#route">Routing mail to folders</a></li>
+</ul>
+
+<p>You can organize your mail into folders. Folders are displayed in the left pane. Some folders are provided by default:</p>
+<ul>
+ <li><strong>Inbox.</strong> Stores and displays your mail messages when they arrive, unless you have routed messages to another folder. You can drag and drop messages from the Inbox to other folders.</li>
+ <li><strong>Drafts.</strong> Stores any messages that have been saved during an editing session.</li>
+ <li><strong>Sent.</strong> By default, stores copies of all of your sent mail.</li>
+ <li><strong>Junk.</strong> Stores messages that have been caught by spam filtering and messages that you add by clicking <strong>Report Spam</strong> on the menu bar. On a weekly basis, Alpine deletes everything in the Junk folder that is dated before the previous week.</li>
+ <li><strong>Trash.</strong> Stores deleted messages, where they can be recovered until they are permanently removed. For more information, see <a href="quick-start.html#trash">Trash</a>.</li>
+ <li><strong>Recent Folders.</strong> This is a listing of the folders that you have opened recently. You can set the number of recent folders displayed in the left pane. For more information, see <a href="settings.html#folders">Settings</a>.<br />
+ </li><br />
+ </ul>
+<div class="note">
+<h4>Note:</h4>
+<div> When viewed in the folder list displayed by clicking <strong>View/Manage Folders</strong>, the default folders named Junk and Sent in the left pane appear under the names sent-mail and junk-mail.</div>
+</div>
+
+<br />
+
+<h2><a name="view" id="view"></a>Viewing your list of folders</h2>
+<ul>
+ <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li><br /><br />
+</ul>
+<h2><a name="viewing" id="viewing"></a>Viewing the messages in a folder</h2>
+<p><strong>To view the messages contained in a folder</strong></p>
+<ol>
+ <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
+ <li>Select the folder that you want to view by clicking its name. On the menu bar, click <strong>View Messages</strong>.</li>
+ <li>Alternatively, double click the folder name.</li>
+<br /><br /></ol>
+<h2><a name="add" id="add"></a>Adding folders</h2>
+<ol>
+ <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
+ <li>On the menu bar, click <strong>New Folder</strong>.</li>
+ <li>Enter a name for the new folder and click <strong>New Folder</strong>. If you want this new folder to be a subfolder within an existing folder, enter the name of the parent folder, followed by a slash ( / ), followed by the new folder name. For example, <strong>subdir/foldername</strong>.</li>
+ <li>The new folder appears in the list.</li>
+<br /><br /></ol>
+<h2><a name="delete" id="delete"></a>Deleting folders</h2>
+<div class="note">
+<h4>Note:</h4>
+<div>Unlike deleted <strong>messages</strong>, deleted <strong>folders</strong> are not moved to the Trash, and they cannot be retrieved.</div>
+</div>
+<p><strong>To delete a folder</strong></p>
+<ol>
+ <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
+ <li>Click the folder that you want to delete. On the menu bar, click <strong>Delete</strong>.</li>
+ <li>Click <strong>Delete Forever</strong> to confirm.</li>
+<br /><br /></ol>
+<h2><a name="rename" id="rename"></a>Renaming folders</h2>
+
+<ol>
+ <li>In the left pane, click <strong>View/Manage Folders</strong>. A list of your folders appears in the right pane.</li>
+ <li>Click the folder that you want to rename. On the menu bar, click <strong>Rename</strong>.</li>
+ <li>Enter the new name.</li>
+ <li>Click <strong>Rename Folder</strong> to confirm.</li>
+<br /><br /></ol>
+
+<h2><a name="route" id="route"></a>Routing mail to folders</h2>
+
+<p>You can set up Alpine to route incoming and outgoing messages to designated folders.</p>
+<p><strong>To route a copy of an outgoing message to a folder</strong></p>
+<ul>
+ <li>Enter the folder name in the <strong>Fcc</strong> field in the composer.</li>
+</ul>
+
+<p><strong>To route incoming messages to a folder</strong></p>
+<ul>
+ <li>See <a href="settings.html">Settings</a>. </li>
+<br /><br /></ul>
+
+</div>
+</body>
+</html>
diff --git a/web/cgi/alpine/2.0/help/inbox.html b/web/cgi/alpine/2.0/help/inbox.html
index 716a19f1..45923639 100644
--- a/web/cgi/alpine/2.0/help/inbox.html
+++ b/web/cgi/alpine/2.0/help/inbox.html
@@ -1,145 +1,145 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
-<link type="text/css" rel="stylesheet" href="../css/cbn/screen.css">
-<link type="text/css" rel="stylesheet" href="../css/help.css">
-<title>Your Inbox</title>
-</head>
-<body>
-<div id="header">
- <div class="logo"> </div>
- <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
-</div>
-<div id="content">
-
-
-<h2>Your Inbox</h2>
-
-<ul>
- <li><a href="#view">Viewing messages</a></li>
- <li><a href="#sort">Sorting messages</a></li>
- <li><a href="#delete">Deleting messages</a></li>
- <li><a href="#folder">Saving messages to a folder</a></li>
- <li><a href="#icons">Icons</a></li>
- <li><a href="#stars">Marking messages with stars</a></li>
- <li><a href="#spam">Reporting messages as spam</a></li>
- <li><a href="#trash">Emptying trash</a></li>
- <li><a href="#drag">Drag and Drop Shortcuts</a></li>
-</ul>
-
-<p>When you first log in to your mail account, you see your Inbox. Your Inbox stores and displays your mail messages.</p>
-<p>The main body of the display consists of one line per message. By default, your Inbox displays 25 messages on each page. Use the arrows at the right end of the menu bar or at the bottom of the browser window to move from page to page in the list.</p>
-<p>To change the number of messages displayed per page, see <a href="settings.html#display">Settings</a>.</p>
-<p>There is a checkbox at the start of each message line. To select a set of messages on which to perform an action (for example, Deleting) click in the checkbox. The checkbox at the top of the column selects/unselects all of the messages on the page.</p>
-<h2><a name="view" id="view"></a>Viewing messages</h2>
-<p><strong>To read a message</strong></p>
-<ul>
- <li>Click the <b>Subject</b> of the message.</li>
-</ul>
-<p><strong>To read messages in other folders</strong></p>
-<ul>
- <li>Click the desired folder in the left pane.</li>
-<br /><br /></ul>
-<h2><a name="sort" id="sort"></a>Sorting messages</h2>
-<p>By default the message index is sorted by <strong>Date</strong>, with the most recent messages coming first and the oldest messages at the bottom of the index. You can change this default sort order in <a href="settings.html">Settings</a></p>
-<ul>
- <li><strong>Sort by columns on the list.</strong> Click a column heading, such as <strong>From</strong>, <strong>Subject</strong>, or <strong>Date</strong> to sort by that field. Click on the small triangle next to the sort heading to reverse the sort order.</li>
-
- <li><strong>Group by Thread.</strong> Groups all messages in the same conversation together, in a a tree view. This option is available in the <strong>Arrange</strong> menu bar above the column headings.</li>
-
- <li><strong>Group by Subject.</strong> Groups all messages with the same subject together. This option is also only available in the <strong>Arrange</strong> menu.</li>
-
- <li><strong>Sort by Arrival.</strong> Sometimes it is convenient to sort in the order that the messages were added to the folder instead of by the Date, which is usually similar but a little different. Select this option from the <strong>Arrange</strong> menu.</li>
-<br /><br /></ul>
-
-<h2><a name="delete" id="delete"></a>Deleting messages</h2>
-<ol>
- <li>Select the messages you wish to delete by checking the boxes to the left of the messages.</li>
- <li>On the menu bar, click <strong>Delete</strong>.</li>
-</ol>
-
-<p>When you click <strong>Delete</strong>, the selected messages are moved to the Trash<a href="#trash"></a>, where you can delete them later. </p>
-
-<h2><a name="folder" id="folder"></a>Saving messages to a folder</h2>
-<p>You can move or copy messages from the Inbox to a folder. Moving a message removes it from the Inbox while creating a copy in the designated folder. Copying a message leaves the message in the Inbox while creating a copy in the designated folder.</p>
-<ol>
- <li>Select the box to the left of the message or messages that you wish to put in a folder.</li>
- <li>On the menu bar, locate the <strong>Move</strong> or <strong>Copy</strong> button. Skip this step if the one you want is already displayed. If necessary, click the button and pull down the menu to select <strong>Move</strong> or <strong>Copy</strong>.</li>
- <li>On the menu bar, click <strong>to Folder</strong> and select the target folder from the list, or select <strong>More Folders</strong> to see a list of all folders. If you select <strong>More Folders</strong>, click the target folder in the list, and then click <strong>Copy</strong> or <strong>Move</strong>.</li>
-<br /><br /></ol>
-
-<h2><a name="icons" id="icon"></a>Icons</h2>
-<p>Several informative icons may appear to the left of the <strong>From</strong> column.</p>
-
-<table border="1">
- <tr>
- <th width="15%" >Icon</th>
- <th width="80%" >Meaning</th>
- </tr>
- <tr>
- <td><span class="sp spml spml1">&nbsp;</span></div></td>
- <td>New message</td>
- </tr>
- <tr>
- <td><span class="sp spml spml6">&nbsp;</span></div></td>
- <td>The message includes an attachment</td>
- </tr>
- <tr>
- <td><span class="sp spml spml2">&nbsp;</span></div></td>
- <td>You have replied to the message</td>
- </tr>
- <tr>
- <td><span class="sp spml spml3">&nbsp;</span></div></td>
- <td>You have forwarded the message</td>
- </tr>
- <tr>
- <td><span class="sp spml spml4">&nbsp;</span></div></td>
- <td>The message is addressed directly to you</td>
- </tr>
- <tr>
- <td><span class="sp spml spml5">&nbsp;</span></div></td>
- <td>The message is cc'd to you</td>
- </tr>
-</table>
-<p>In addition, messages that have not been read are displayed in bold text.</p>
-<h2><a name="stars" id="stars"></a>Marking messages with stars</h2>
-<p>You can mark messages with stars &nbsp;<img src="graphics/star.gif" alt="Star" width="17" height="17" />&nbsp; that appear in the far right column of the list. The stars can indicate anything that you like. For example, you might mark the most important messages with a star.</p>
-
-<p><strong>To mark a message with a star</strong></p>
-<ul>
- <li>Click in the rightmost column of the list on the row for that message or select <strong>Set Star</strong> from the <strong>More Actions</strong> menu in the menu bar.</li>
-<br /><br /></ul>
-<h2><a name="spam" id="spam"></a>Reporting messages as spam</h2>
-<p>If you get a message that you think should have been identified by the spam detection processes but wasn't, you may submit it for review, which may help improve the effectiveness of spam detection. </p>
-<p><strong>To report spam</strong></p>
-<ol>
- <li>Select the message or messages that you wish to report as spam by checking the boxes in the left column.</li>
- <li>On the menu bar, click <strong>Report Spam</strong>. A copy of the message is sent to the University of Washington spam detection process and the message is moved to your <strong>Junk</strong> folder.</li>
-<br /><br /></ol>
-<h2><a name="trash" id="trash"></a>Emptying trash</h2>
-<p>When messages are deleted they are actually moved to the <strong>Trash</strong> folder and not immediately deleted. To permanently remove the messages you must empty the trash.</p>
-<p><strong>To empty the entire contents of the trash</strong></p>
-<ul>
- <li>Find the <strong>Trash</strong> folder in the left pane. If there are messages in the Trash folder you may click on the word <strong>Empty</strong> next to the Trash folder to empty it. This is also true of the <strong>Junk</strong> folder, which may be emptied in the same way.</li>
-</ul>
-<p><strong>To permanently delete selected messages from the trash</strong></p>
-<ol>
- <li>In the left pane, click <strong>Trash</strong>.</li>
- <li>Select the box to the left of the messages that you want to delete.</li>
- <li>On the menu bar, click <strong>Delete Forever</strong>. Be sure that you have selected the right messages; there is no confirmation screen for this action.</li>
-</ol>
-<p><strong>To recover messages from the trash</strong></p>
-<ol>
- <li>In the left pane, click Trash.</li>
- <li>Select the box to the left of the messages that you want to recover.</li>
- <li>On the menu bar, locate the <strong>Move</strong> or <strong>Copy</strong> button. Skip this step if the one you want is already dislayed. If necessary, click the button and pull down the menu to select <strong>Move</strong> or <strong>Copy</strong>.</li>
- <li>On the menu bar, click <strong>to Folder</strong> and select the target folder from the list, or select <strong>More Folders</strong> to see a list of all folders. If you select <strong>More Folders</strong>, click the target folder in the list, and then click <strong>Copy</strong> or <strong>Move</strong>.</li>
-<br /><br /></ol>
-<h2><a name="drag" id="drag"></a>Drag and Drop Shortcuts</h2>
-<p>You may grab a message by its From field and drag it over a folder in the left pane in order to move it to the folder. Alternatively, if you drag it to the Contacts list in the left pane and drop it there the From address will be added to your list of Contacts.</p>
-
-
-</div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
+<link type="text/css" rel="stylesheet" href="../css/cbn/screen.css">
+<link type="text/css" rel="stylesheet" href="../css/help.css">
+<title>Your Inbox</title>
+</head>
+<body>
+<div id="header">
+ <div class="logo"> </div>
+ <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
+</div>
+<div id="content">
+
+
+<h2>Your Inbox</h2>
+
+<ul>
+ <li><a href="#view">Viewing messages</a></li>
+ <li><a href="#sort">Sorting messages</a></li>
+ <li><a href="#delete">Deleting messages</a></li>
+ <li><a href="#folder">Saving messages to a folder</a></li>
+ <li><a href="#icons">Icons</a></li>
+ <li><a href="#stars">Marking messages with stars</a></li>
+ <li><a href="#spam">Reporting messages as spam</a></li>
+ <li><a href="#trash">Emptying trash</a></li>
+ <li><a href="#drag">Drag and Drop Shortcuts</a></li>
+</ul>
+
+<p>When you first log in to your mail account, you see your Inbox. Your Inbox stores and displays your mail messages.</p>
+<p>The main body of the display consists of one line per message. By default, your Inbox displays 25 messages on each page. Use the arrows at the right end of the menu bar or at the bottom of the browser window to move from page to page in the list.</p>
+<p>To change the number of messages displayed per page, see <a href="settings.html#display">Settings</a>.</p>
+<p>There is a checkbox at the start of each message line. To select a set of messages on which to perform an action (for example, Deleting) click in the checkbox. The checkbox at the top of the column selects/unselects all of the messages on the page.</p>
+<h2><a name="view" id="view"></a>Viewing messages</h2>
+<p><strong>To read a message</strong></p>
+<ul>
+ <li>Click the <b>Subject</b> of the message.</li>
+</ul>
+<p><strong>To read messages in other folders</strong></p>
+<ul>
+ <li>Click the desired folder in the left pane.</li>
+<br /><br /></ul>
+<h2><a name="sort" id="sort"></a>Sorting messages</h2>
+<p>By default the message index is sorted by <strong>Date</strong>, with the most recent messages coming first and the oldest messages at the bottom of the index. You can change this default sort order in <a href="settings.html">Settings</a></p>
+<ul>
+ <li><strong>Sort by columns on the list.</strong> Click a column heading, such as <strong>From</strong>, <strong>Subject</strong>, or <strong>Date</strong> to sort by that field. Click on the small triangle next to the sort heading to reverse the sort order.</li>
+
+ <li><strong>Group by Thread.</strong> Groups all messages in the same conversation together, in a a tree view. This option is available in the <strong>Arrange</strong> menu bar above the column headings.</li>
+
+ <li><strong>Group by Subject.</strong> Groups all messages with the same subject together. This option is also only available in the <strong>Arrange</strong> menu.</li>
+
+ <li><strong>Sort by Arrival.</strong> Sometimes it is convenient to sort in the order that the messages were added to the folder instead of by the Date, which is usually similar but a little different. Select this option from the <strong>Arrange</strong> menu.</li>
+<br /><br /></ul>
+
+<h2><a name="delete" id="delete"></a>Deleting messages</h2>
+<ol>
+ <li>Select the messages you wish to delete by checking the boxes to the left of the messages.</li>
+ <li>On the menu bar, click <strong>Delete</strong>.</li>
+</ol>
+
+<p>When you click <strong>Delete</strong>, the selected messages are moved to the Trash<a href="#trash"></a>, where you can delete them later. </p>
+
+<h2><a name="folder" id="folder"></a>Saving messages to a folder</h2>
+<p>You can move or copy messages from the Inbox to a folder. Moving a message removes it from the Inbox while creating a copy in the designated folder. Copying a message leaves the message in the Inbox while creating a copy in the designated folder.</p>
+<ol>
+ <li>Select the box to the left of the message or messages that you wish to put in a folder.</li>
+ <li>On the menu bar, locate the <strong>Move</strong> or <strong>Copy</strong> button. Skip this step if the one you want is already displayed. If necessary, click the button and pull down the menu to select <strong>Move</strong> or <strong>Copy</strong>.</li>
+ <li>On the menu bar, click <strong>to Folder</strong> and select the target folder from the list, or select <strong>More Folders</strong> to see a list of all folders. If you select <strong>More Folders</strong>, click the target folder in the list, and then click <strong>Copy</strong> or <strong>Move</strong>.</li>
+<br /><br /></ol>
+
+<h2><a name="icons" id="icon"></a>Icons</h2>
+<p>Several informative icons may appear to the left of the <strong>From</strong> column.</p>
+
+<table border="1">
+ <tr>
+ <th width="15%" >Icon</th>
+ <th width="80%" >Meaning</th>
+ </tr>
+ <tr>
+ <td><span class="sp spml spml1">&nbsp;</span></div></td>
+ <td>New message</td>
+ </tr>
+ <tr>
+ <td><span class="sp spml spml6">&nbsp;</span></div></td>
+ <td>The message includes an attachment</td>
+ </tr>
+ <tr>
+ <td><span class="sp spml spml2">&nbsp;</span></div></td>
+ <td>You have replied to the message</td>
+ </tr>
+ <tr>
+ <td><span class="sp spml spml3">&nbsp;</span></div></td>
+ <td>You have forwarded the message</td>
+ </tr>
+ <tr>
+ <td><span class="sp spml spml4">&nbsp;</span></div></td>
+ <td>The message is addressed directly to you</td>
+ </tr>
+ <tr>
+ <td><span class="sp spml spml5">&nbsp;</span></div></td>
+ <td>The message is cc'd to you</td>
+ </tr>
+</table>
+<p>In addition, messages that have not been read are displayed in bold text.</p>
+<h2><a name="stars" id="stars"></a>Marking messages with stars</h2>
+<p>You can mark messages with stars &nbsp;<img src="graphics/star.gif" alt="Star" width="17" height="17" />&nbsp; that appear in the far right column of the list. The stars can indicate anything that you like. For example, you might mark the most important messages with a star.</p>
+
+<p><strong>To mark a message with a star</strong></p>
+<ul>
+ <li>Click in the rightmost column of the list on the row for that message or select <strong>Set Star</strong> from the <strong>More Actions</strong> menu in the menu bar.</li>
+<br /><br /></ul>
+<h2><a name="spam" id="spam"></a>Reporting messages as spam</h2>
+<p>If you get a message that you think should have been identified by the spam detection processes but wasn't, you may submit it for review, which may help improve the effectiveness of spam detection. </p>
+<p><strong>To report spam</strong></p>
+<ol>
+ <li>Select the message or messages that you wish to report as spam by checking the boxes in the left column.</li>
+ <li>On the menu bar, click <strong>Report Spam</strong>. A copy of the message is sent to the University of Washington spam detection process and the message is moved to your <strong>Junk</strong> folder.</li>
+<br /><br /></ol>
+<h2><a name="trash" id="trash"></a>Emptying trash</h2>
+<p>When messages are deleted they are actually moved to the <strong>Trash</strong> folder and not immediately deleted. To permanently remove the messages you must empty the trash.</p>
+<p><strong>To empty the entire contents of the trash</strong></p>
+<ul>
+ <li>Find the <strong>Trash</strong> folder in the left pane. If there are messages in the Trash folder you may click on the word <strong>Empty</strong> next to the Trash folder to empty it. This is also true of the <strong>Junk</strong> folder, which may be emptied in the same way.</li>
+</ul>
+<p><strong>To permanently delete selected messages from the trash</strong></p>
+<ol>
+ <li>In the left pane, click <strong>Trash</strong>.</li>
+ <li>Select the box to the left of the messages that you want to delete.</li>
+ <li>On the menu bar, click <strong>Delete Forever</strong>. Be sure that you have selected the right messages; there is no confirmation screen for this action.</li>
+</ol>
+<p><strong>To recover messages from the trash</strong></p>
+<ol>
+ <li>In the left pane, click Trash.</li>
+ <li>Select the box to the left of the messages that you want to recover.</li>
+ <li>On the menu bar, locate the <strong>Move</strong> or <strong>Copy</strong> button. Skip this step if the one you want is already displayed. If necessary, click the button and pull down the menu to select <strong>Move</strong> or <strong>Copy</strong>.</li>
+ <li>On the menu bar, click <strong>to Folder</strong> and select the target folder from the list, or select <strong>More Folders</strong> to see a list of all folders. If you select <strong>More Folders</strong>, click the target folder in the list, and then click <strong>Copy</strong> or <strong>Move</strong>.</li>
+<br /><br /></ol>
+<h2><a name="drag" id="drag"></a>Drag and Drop Shortcuts</h2>
+<p>You may grab a message by its From field and drag it over a folder in the left pane in order to move it to the folder. Alternatively, if you drag it to the Contacts list in the left pane and drop it there the From address will be added to your list of Contacts.</p>
+
+
+</div>
+</body>
+</html>
diff --git a/web/cgi/alpine/2.0/help/quick-start.html b/web/cgi/alpine/2.0/help/quick-start.html
index 68ce79b3..1f6b431f 100644
--- a/web/cgi/alpine/2.0/help/quick-start.html
+++ b/web/cgi/alpine/2.0/help/quick-start.html
@@ -1,136 +1,136 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
-<link type="text/css" rel="stylesheet" href="../css/help.css">
-<title>Alpine Help Pages</title>
-</head>
-<body>
-<div id="header">
- <div class="logo"> </div>
- <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
-</div>
-<div id="content">
-
-
-<h2>Alpine Quick Start</h2>
-
-
-<p>This page provides a quick overview of basic Alpine features and how to access them.</p>
-<ul>
- <li><a href="#main">Main parts of the Alpine screen</a></li>
- <li><a href="#compose">Parts of the Compose window</a></li>
- <li><a href="#basic">Basic Alpine Features</a></li><br /><br />
-</ul>
-<h2><a name="main" id="main"></a>Main parts of the Alpine screen</h2>
-<p>The following figure shows a portion of the Alpine screen with the main parts identified. </p>
-<p><img src="graphics/parts.gif" alt="Main parts of the screen" width="426" height="186" /></p>
-<h3>Screen header<br /><br /><hr /></h3>
-<p><img src="graphics/screen-header.gif" alt="Screen header" width="445" height="54" /></p>
-<ul>
- <li>The top portion provides links to University of Washington news and local weather. The top portion also displays error messages and comfirmation messages, such as confirming that you have moved or copied a message to a folder.</li>
- <li>The right side provides a bar graph representing the portion of your account's disk space allocation that is currently used.</li>
- <li>Below the bar graph are links for Settings (for customizing your mail), Help (for displaying this Help system), and Sign out.</li>
-</ul>
-<h3>Menu bar<br /><br /><hr /></h3>
-<p>The menu bar provides commands needed for each Alpine screen. The two leftmost commands, <a href="#check">Check Mail</a> and <a href="compose.html">Compose</a>, are the same in all Alpine screens. The other commands change according to which Alpine screen is dislayed.</p>
-<h3>Left pane<br /><br /><hr /></h3>
-<p>The left pane displays:</p>
-<ul>
- <li><strong>Search.</strong> For a basic search, type a word in the search box and click the search icon. For more search options, click Advanced Search.</li>
- <li><strong>Inbox and other default folders.</strong> Your inbox contains your mail as it arrives, you can use other folders to organize your mail.</li>
- <li><strong>Contacts.</strong> Click to view and manage your contacts.</li>
- <li><strong>Recent Folders.</strong> A list of the folders that you have recently accessed. You can control how many recent folders are listed (see Settings).</li>
- <li><strong>View/Manage Folders.</strong> Click to view a list of all of your folders. From this list, you can add, delete, and rename folders.</li>
- </ul>
- <h3>Right pane<br /><br /><hr />
- </h3>
-
-
-<p>Depending on what you are doing, the right pane displays one of five things:</p>
-<ul>
- <li> <strong><a name="mlists" id="mlists"></a>Message lists.</strong> Display the contents of the folders in the left pane: Inbox, Drafts, Sent, and so forth. The message lists share a common format that allows you to view and manage your messages.</li>
- <li><strong>The Compose window.</strong> Allows you to write and reply to messages.</li>
- <li><strong>Your folder list</strong>. A list of all Alpine folders, both the standard Alpine folders such as Inbox, and any folders that you create. You can manage your folders from this list.</li>
- <li><strong>Your contacts list.</strong> A list of all of the contacts that you have created. The contacts list functions as your address book.</li>
- <li><strong>The Settings window.</strong> Allows you to customize the appearance and behavior of Alpine for your account.</li><br /><br />
-</ul>
-
-<h2><a name="compose" id="compose"></a>Parts of the Compose window</h2>
-<p>In the Compose window, you can write, send, and reply to messages. The following figure shows the main parts of the Compose window. </p>
-<p><img src="graphics/compose.gif" alt="Compose screen" /></p>
-<ul>
- <li> <strong>Header section</strong> (at the top). You use the header section to address the mail and control the text format. </li>
-
- <li><strong>Message section</strong> (below the header). The message section is where you enter and format message text. </li><br /><br />
-
-</ul>
-<h2><a name="basic" id="basic"></a>Basic Alpine Features</h2>
-<h3>Viewing messages<br /><hr /></h3>
-<p>When you first log in, your Inbox is displayed in the right pane, showing a list of your mail messages. </p>
-<ul>
- <li>By default, the list contains 25 messages per page. Click the arrows on the right side of the menu bar to move from page to page.</li>
- <li>You can sort messages in the list by clicking the column headings.</li>
- <li>You can drag and drop messages from the right pane to the folders in the left pane or to your contacts: click and hold on the name or email address in the From column to drag a message.</li>
- </ul>
-<p>For more information, see <a href="inbox.html">Your Inbox</a>.</p>
-<h3>Reading mail<br /><hr /></h3>
-
-<p>To read a message, click on its <strong>Subject</strong>. For more information, see <a href="read.html">Reading mail</a>.</p>
-
-<h3>Sending mail<br /><hr /></h3>
-
-To send a message, click <strong>Compose</strong> (or <strong>Reply</strong> or <strong>Forward</strong>) on the menu bar. For more information, see <a href="compose.html">Compose: sending mail</a>.
-
-<h3>Search<br /><hr /></h3>
-
-<p>To search for a message, type a search string in the <strong>Search</strong> box, at the top of the <a href="#main">left pane</a>. Click <strong>Advanced Search</strong> for more search options. For more information, see <a href="search.html">Search</a>.</p>
-
-<h3>Folders<br /><hr /></h3>
-
-<p>Folders help you keep your mail organized. Default folders, such as <strong>Inbox</strong> and <strong>Junk</strong>, are always there. You can also create your own folders by clicking <strong>View/Manage Folders</strong>. For more information, see <a href="folders.html">Folders</a>.</p>
-
-
-<h3>Contacts<br /><hr /></h3>
-
-<p>You can create a contact list,which is a list of addresses that are important or that you frequently use. Click <strong>Contacts</strong> to add items to your contact list. For more information, click <a href="contacts.html">Contacts</a>.</p>
-
-
-<h3><a name="check" id="check"></a>Checking for new mail<br /><hr /></h3>
-
-<p>You can check for new mail from any Alpine window or folder without returning to your Inbox.</p>
-
-<p><strong>To check for new mail </strong></p>
-<ul>
- <li>On the menu bar, click <strong>Check Mail</strong>. Alpine checks for new mail. If you have any new mail, a message appears in the middle of the <a href="#main">screen header</a>.</li>
- </ul>
-
-<h3>Settings<br /><hr /></h3>
-<p>You can control the appearance and behavior of many parts of the Alpine screen. For more information, see <a href="settings.html">Settings</a>.</p>
-<ul>
-
-</ul>
-<h3><a name="trash" id="trash"></a>Trash<br /><hr /></h3>
-<p>When you delete a message, it is moved to the trash. When you empty the trash or delete selected messages from the trash, they are removed permanently. You can also recover messages from the trash.</p>
-<p><strong>To empty the entire contents of the trash</strong></p>
-<ol>
- <li>In the left pane, next to <strong>Trash</strong>, click <strong>[Empty]</strong>. </li>
- <li>Click <strong>Empty Trash</strong> to confirm.</li>
-</ol>
-<p>This permanently deletes all of the messages in the trash.</p>
-<p><strong>To permanently delete selected messages from the trash</strong></p>
-<ol>
- <li>In the left pane, click <strong>Trash</strong>.</li>
- <li>Select the box to the left of the messages that you want to delete.</li>
- <li>On the menu bar, click <strong>Delete Forever</strong>. Be sure that you have selected the right messages; there is no confirmation screen for this action.</li>
-</ol>
-<p><strong>To recover messages from the trash</strong></p>
-<ol>
- <li>In the left pane, click Trash.</li>
- <li>Select the box to the left of the messages that you want to recover.</li>
- <li>On the menu bar, locate the <strong>Move</strong> or <strong>Copy</strong> button. Skip this step if the one you want is already dislayed. If necessary, click the button and pull down the menu to select <strong>Move</strong> or <strong>Copy</strong>.</li>
- <li>On the menu bar, click <strong>to Folder</strong> and select the target folder from the list, or select <strong>More Folders</strong> to see a list of all folders. If you select <strong>More Folders</strong>, click the target folder in the list, and then click <strong>Copy</strong> or <strong>Move</strong>.</li>
-</ol>
-</div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
+<link type="text/css" rel="stylesheet" href="../css/help.css">
+<title>Alpine Help Pages</title>
+</head>
+<body>
+<div id="header">
+ <div class="logo"> </div>
+ <div class="nav"><a href="topic-list.html">All Help Topics</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
+</div>
+<div id="content">
+
+
+<h2>Alpine Quick Start</h2>
+
+
+<p>This page provides a quick overview of basic Alpine features and how to access them.</p>
+<ul>
+ <li><a href="#main">Main parts of the Alpine screen</a></li>
+ <li><a href="#compose">Parts of the Compose window</a></li>
+ <li><a href="#basic">Basic Alpine Features</a></li><br /><br />
+</ul>
+<h2><a name="main" id="main"></a>Main parts of the Alpine screen</h2>
+<p>The following figure shows a portion of the Alpine screen with the main parts identified. </p>
+<p><img src="graphics/parts.gif" alt="Main parts of the screen" width="426" height="186" /></p>
+<h3>Screen header<br /><br /><hr /></h3>
+<p><img src="graphics/screen-header.gif" alt="Screen header" width="445" height="54" /></p>
+<ul>
+ <li>The top portion provides links to University of Washington news and local weather. The top portion also displays error messages and comfirmation messages, such as confirming that you have moved or copied a message to a folder.</li>
+ <li>The right side provides a bar graph representing the portion of your account's disk space allocation that is currently used.</li>
+ <li>Below the bar graph are links for Settings (for customizing your mail), Help (for displaying this Help system), and Sign out.</li>
+</ul>
+<h3>Menu bar<br /><br /><hr /></h3>
+<p>The menu bar provides commands needed for each Alpine screen. The two leftmost commands, <a href="#check">Check Mail</a> and <a href="compose.html">Compose</a>, are the same in all Alpine screens. The other commands change according to which Alpine screen is displayed.</p>
+<h3>Left pane<br /><br /><hr /></h3>
+<p>The left pane displays:</p>
+<ul>
+ <li><strong>Search.</strong> For a basic search, type a word in the search box and click the search icon. For more search options, click Advanced Search.</li>
+ <li><strong>Inbox and other default folders.</strong> Your inbox contains your mail as it arrives, you can use other folders to organize your mail.</li>
+ <li><strong>Contacts.</strong> Click to view and manage your contacts.</li>
+ <li><strong>Recent Folders.</strong> A list of the folders that you have recently accessed. You can control how many recent folders are listed (see Settings).</li>
+ <li><strong>View/Manage Folders.</strong> Click to view a list of all of your folders. From this list, you can add, delete, and rename folders.</li>
+ </ul>
+ <h3>Right pane<br /><br /><hr />
+ </h3>
+
+
+<p>Depending on what you are doing, the right pane displays one of five things:</p>
+<ul>
+ <li> <strong><a name="mlists" id="mlists"></a>Message lists.</strong> Display the contents of the folders in the left pane: Inbox, Drafts, Sent, and so forth. The message lists share a common format that allows you to view and manage your messages.</li>
+ <li><strong>The Compose window.</strong> Allows you to write and reply to messages.</li>
+ <li><strong>Your folder list</strong>. A list of all Alpine folders, both the standard Alpine folders such as Inbox, and any folders that you create. You can manage your folders from this list.</li>
+ <li><strong>Your contacts list.</strong> A list of all of the contacts that you have created. The contacts list functions as your address book.</li>
+ <li><strong>The Settings window.</strong> Allows you to customize the appearance and behavior of Alpine for your account.</li><br /><br />
+</ul>
+
+<h2><a name="compose" id="compose"></a>Parts of the Compose window</h2>
+<p>In the Compose window, you can write, send, and reply to messages. The following figure shows the main parts of the Compose window. </p>
+<p><img src="graphics/compose.gif" alt="Compose screen" /></p>
+<ul>
+ <li> <strong>Header section</strong> (at the top). You use the header section to address the mail and control the text format. </li>
+
+ <li><strong>Message section</strong> (below the header). The message section is where you enter and format message text. </li><br /><br />
+
+</ul>
+<h2><a name="basic" id="basic"></a>Basic Alpine Features</h2>
+<h3>Viewing messages<br /><hr /></h3>
+<p>When you first log in, your Inbox is displayed in the right pane, showing a list of your mail messages. </p>
+<ul>
+ <li>By default, the list contains 25 messages per page. Click the arrows on the right side of the menu bar to move from page to page.</li>
+ <li>You can sort messages in the list by clicking the column headings.</li>
+ <li>You can drag and drop messages from the right pane to the folders in the left pane or to your contacts: click and hold on the name or email address in the From column to drag a message.</li>
+ </ul>
+<p>For more information, see <a href="inbox.html">Your Inbox</a>.</p>
+<h3>Reading mail<br /><hr /></h3>
+
+<p>To read a message, click on its <strong>Subject</strong>. For more information, see <a href="read.html">Reading mail</a>.</p>
+
+<h3>Sending mail<br /><hr /></h3>
+
+To send a message, click <strong>Compose</strong> (or <strong>Reply</strong> or <strong>Forward</strong>) on the menu bar. For more information, see <a href="compose.html">Compose: sending mail</a>.
+
+<h3>Search<br /><hr /></h3>
+
+<p>To search for a message, type a search string in the <strong>Search</strong> box, at the top of the <a href="#main">left pane</a>. Click <strong>Advanced Search</strong> for more search options. For more information, see <a href="search.html">Search</a>.</p>
+
+<h3>Folders<br /><hr /></h3>
+
+<p>Folders help you keep your mail organized. Default folders, such as <strong>Inbox</strong> and <strong>Junk</strong>, are always there. You can also create your own folders by clicking <strong>View/Manage Folders</strong>. For more information, see <a href="folders.html">Folders</a>.</p>
+
+
+<h3>Contacts<br /><hr /></h3>
+
+<p>You can create a contact list,which is a list of addresses that are important or that you frequently use. Click <strong>Contacts</strong> to add items to your contact list. For more information, click <a href="contacts.html">Contacts</a>.</p>
+
+
+<h3><a name="check" id="check"></a>Checking for new mail<br /><hr /></h3>
+
+<p>You can check for new mail from any Alpine window or folder without returning to your Inbox.</p>
+
+<p><strong>To check for new mail </strong></p>
+<ul>
+ <li>On the menu bar, click <strong>Check Mail</strong>. Alpine checks for new mail. If you have any new mail, a message appears in the middle of the <a href="#main">screen header</a>.</li>
+ </ul>
+
+<h3>Settings<br /><hr /></h3>
+<p>You can control the appearance and behavior of many parts of the Alpine screen. For more information, see <a href="settings.html">Settings</a>.</p>
+<ul>
+
+</ul>
+<h3><a name="trash" id="trash"></a>Trash<br /><hr /></h3>
+<p>When you delete a message, it is moved to the trash. When you empty the trash or delete selected messages from the trash, they are removed permanently. You can also recover messages from the trash.</p>
+<p><strong>To empty the entire contents of the trash</strong></p>
+<ol>
+ <li>In the left pane, next to <strong>Trash</strong>, click <strong>[Empty]</strong>. </li>
+ <li>Click <strong>Empty Trash</strong> to confirm.</li>
+</ol>
+<p>This permanently deletes all of the messages in the trash.</p>
+<p><strong>To permanently delete selected messages from the trash</strong></p>
+<ol>
+ <li>In the left pane, click <strong>Trash</strong>.</li>
+ <li>Select the box to the left of the messages that you want to delete.</li>
+ <li>On the menu bar, click <strong>Delete Forever</strong>. Be sure that you have selected the right messages; there is no confirmation screen for this action.</li>
+</ol>
+<p><strong>To recover messages from the trash</strong></p>
+<ol>
+ <li>In the left pane, click Trash.</li>
+ <li>Select the box to the left of the messages that you want to recover.</li>
+ <li>On the menu bar, locate the <strong>Move</strong> or <strong>Copy</strong> button. Skip this step if the one you want is already displayed. If necessary, click the button and pull down the menu to select <strong>Move</strong> or <strong>Copy</strong>.</li>
+ <li>On the menu bar, click <strong>to Folder</strong> and select the target folder from the list, or select <strong>More Folders</strong> to see a list of all folders. If you select <strong>More Folders</strong>, click the target folder in the list, and then click <strong>Copy</strong> or <strong>Move</strong>.</li>
+</ol>
+</div>
+</body>
+</html>
diff --git a/web/cgi/alpine/2.0/help/topic-list.html b/web/cgi/alpine/2.0/help/topic-list.html
index 6b75bf07..7c2643aa 100644
--- a/web/cgi/alpine/2.0/help/topic-list.html
+++ b/web/cgi/alpine/2.0/help/topic-list.html
@@ -1,101 +1,101 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
-<link type="text/css" rel="stylesheet" href="../css/help.css">
-<title>All Help Topics</title>
-</head>
-<body>
-<div id="header">
- <div class="logo"> </div>
- <div class="nav"><a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:history.back()">Go Back</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
-</div>
-<div id="content">
-
-
- <h2>All Help Topics</h2>
- <dl>
- <dt><a href="quick-start.html">Alpine Quick Start</a></dt>
- <dd>
- <a href="quick-start.html#main">Main parts of the Alpine screen</a> -
- <a href="quick-start.html#compose">Parts of the Compose window</a> -
- <a href="quick-start.html#basic">Basic Alpine Features</a></li>
- </dd>
- <dt><a href="inbox.html">Your Inbox</a></dt>
- <dd><a href="inbox.html#view">Viewing messages</a> -
- <a href="inbox.html#sort">Sorting messages</a> -
- <a href="inbox.html#delete">Deleting messages</a> -
- <a href="inbox.html#folder">Saving messages to a folder</a> -
- <a href="inbox.html#icons">Icons</a> -
- <a href="inbox.html#stars">Marking messages with stars</a> -
- <a href="inbox.html#spam">Reporting messages as spam</a> -
- <a href="inbox.html#trash">Emptying trash</a> -
- <a href="inbox.html#drag">Drag and Drop Shortcuts</a>
- </dd>
- <dt><a href="read.html">Reading mail</a></dt>
- <dd>
-
- <a href="read.html#view">Viewing a message</a> -
- <a href="read.html#attachments">Viewing and downloading attachments</a> -
- <a href="read.html#full">Displaying full headers</a> -
- <a href="read.html#reply">Replying </a> -
- <a href="read.html#forward">Forwarding </a> -
- <a href="read.html#contacts">Adding contacts</a> -
- <a href="read.html#folder">Saving messages to a folder</a> -
- <a href="read.html#print">Printing </a> -
- <a href="read.html#delete">Deleting a message </a> -
- <a href="read.html#spam">Reporting a message as spam</a>
- </dd>
- <dt><a href="compose.html">Compose: sending mail</a></dt>
- <dd>
-
- <a href="compose.html#writing">Writing messages</a> -
- <a href="compose.html#attachments">Including attachments</a> -
- <a href="compose.html#sending">Sending, canceling, and saving drafts</a> -
- <a href="compose.html#resuming">Resuming drafts</a> -
- <a href="compose.html#headers">Headers</a> -
- <a href="compose.html#autosave">Automatic saves</a>
-
- </dd>
- <dt><a href="search.html">Search</a></dt>
- <dd>
-
- <a href="search.html#inbox">Basic Index Search</a> -
- <a href="search.html#advanced">Advanced Index Search</a> -
- <a href="search.html#example">Example</a> -
- <a href="search.html#other">Other Searches (Contacts and Folder List)</a>
-
- </dd>
- <dt><a href="folders.html">Folders: organizing your mail</a></dt>
- <dd>
-
- <a href="folders.html#view">Viewing your list of folders</a> -
- <a href="folders.html#viewing">Viewing the messages in a folder</a> -
- <a href="folders.html#add">Adding folders</a> -
- <a href="folders.html#delete">Deleting folders</a> -
- <a href="folders.html#rename">Renaming folders</a> -
- <a href="folders.html#route">Routing mail to folders</a>
-
- </dd>
-<dt><a href="settings.html">Settings: customizing Alpine</a></dt>
- <dd>
- <a href="settings.html#display">Message Display</a> -
- <a href="settings.html#folders">Folders</a> -
- <a href="settings.html#reply">Reply Options</a> -
- <a href="settings.html#forward">Forwarding Options</a> -
- <a href="settings.html#fcc">Sent Message Options</a> -
- <a href="settings.html#personal">Personal Preferences</a> -
- <a href="settings.html#newsweather">News and Weather</a> -
- <a href="settings.html#msglist">Message List</a> -
- <a href="settings.html#msgview">Message View</a> -
- <a href="settings.html#folders">Folders</a> -
- <a href="settings.html#compose">Compose</a> -
- <a href="settings.html#mailservers">Mail Servers</a> -
- <a href="settings.html#dirservers">Direcory Servers</a>
- </dd>
-<dt><a href="alpha-index.html">Index</a></dt>
- <dd>&nbsp; </dd>
- </dl>
-</div>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
+<link type="text/css" rel="stylesheet" href="../css/help.css">
+<title>All Help Topics</title>
+</head>
+<body>
+<div id="header">
+ <div class="logo"> </div>
+ <div class="nav"><a href="alpha-index.html">Index</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:history.back()">Go Back</a> &nbsp;&nbsp;| &nbsp;&nbsp;<a href="javascript:self.close();">Close</a></div>
+</div>
+<div id="content">
+
+
+ <h2>All Help Topics</h2>
+ <dl>
+ <dt><a href="quick-start.html">Alpine Quick Start</a></dt>
+ <dd>
+ <a href="quick-start.html#main">Main parts of the Alpine screen</a> -
+ <a href="quick-start.html#compose">Parts of the Compose window</a> -
+ <a href="quick-start.html#basic">Basic Alpine Features</a></li>
+ </dd>
+ <dt><a href="inbox.html">Your Inbox</a></dt>
+ <dd><a href="inbox.html#view">Viewing messages</a> -
+ <a href="inbox.html#sort">Sorting messages</a> -
+ <a href="inbox.html#delete">Deleting messages</a> -
+ <a href="inbox.html#folder">Saving messages to a folder</a> -
+ <a href="inbox.html#icons">Icons</a> -
+ <a href="inbox.html#stars">Marking messages with stars</a> -
+ <a href="inbox.html#spam">Reporting messages as spam</a> -
+ <a href="inbox.html#trash">Emptying trash</a> -
+ <a href="inbox.html#drag">Drag and Drop Shortcuts</a>
+ </dd>
+ <dt><a href="read.html">Reading mail</a></dt>
+ <dd>
+
+ <a href="read.html#view">Viewing a message</a> -
+ <a href="read.html#attachments">Viewing and downloading attachments</a> -
+ <a href="read.html#full">Displaying full headers</a> -
+ <a href="read.html#reply">Replying </a> -
+ <a href="read.html#forward">Forwarding </a> -
+ <a href="read.html#contacts">Adding contacts</a> -
+ <a href="read.html#folder">Saving messages to a folder</a> -
+ <a href="read.html#print">Printing </a> -
+ <a href="read.html#delete">Deleting a message </a> -
+ <a href="read.html#spam">Reporting a message as spam</a>
+ </dd>
+ <dt><a href="compose.html">Compose: sending mail</a></dt>
+ <dd>
+
+ <a href="compose.html#writing">Writing messages</a> -
+ <a href="compose.html#attachments">Including attachments</a> -
+ <a href="compose.html#sending">Sending, canceling, and saving drafts</a> -
+ <a href="compose.html#resuming">Resuming drafts</a> -
+ <a href="compose.html#headers">Headers</a> -
+ <a href="compose.html#autosave">Automatic saves</a>
+
+ </dd>
+ <dt><a href="search.html">Search</a></dt>
+ <dd>
+
+ <a href="search.html#inbox">Basic Index Search</a> -
+ <a href="search.html#advanced">Advanced Index Search</a> -
+ <a href="search.html#example">Example</a> -
+ <a href="search.html#other">Other Searches (Contacts and Folder List)</a>
+
+ </dd>
+ <dt><a href="folders.html">Folders: organizing your mail</a></dt>
+ <dd>
+
+ <a href="folders.html#view">Viewing your list of folders</a> -
+ <a href="folders.html#viewing">Viewing the messages in a folder</a> -
+ <a href="folders.html#add">Adding folders</a> -
+ <a href="folders.html#delete">Deleting folders</a> -
+ <a href="folders.html#rename">Renaming folders</a> -
+ <a href="folders.html#route">Routing mail to folders</a>
+
+ </dd>
+<dt><a href="settings.html">Settings: customizing Alpine</a></dt>
+ <dd>
+ <a href="settings.html#display">Message Display</a> -
+ <a href="settings.html#folders">Folders</a> -
+ <a href="settings.html#reply">Reply Options</a> -
+ <a href="settings.html#forward">Forwarding Options</a> -
+ <a href="settings.html#fcc">Sent Message Options</a> -
+ <a href="settings.html#personal">Personal Preferences</a> -
+ <a href="settings.html#newsweather">News and Weather</a> -
+ <a href="settings.html#msglist">Message List</a> -
+ <a href="settings.html#msgview">Message View</a> -
+ <a href="settings.html#folders">Folders</a> -
+ <a href="settings.html#compose">Compose</a> -
+ <a href="settings.html#mailservers">Mail Servers</a> -
+ <a href="settings.html#dirservers">Directory Servers</a>
+ </dd>
+<dt><a href="alpha-index.html">Index</a></dt>
+ <dd>&nbsp; </dd>
+ </dl>
+</div>
+</body>
+</html>
diff --git a/web/cgi/alpine/2.0/settings b/web/cgi/alpine/2.0/settings
index dc69487d..1821c6df 100755
--- a/web/cgi/alpine/2.0/settings
+++ b/web/cgi/alpine/2.0/settings
@@ -289,10 +289,10 @@ WPEval $settings_args {
cgi_table_data class="body" {
set as_attach [WPCmd PEInfo feature forward-as-attachment]
cgi_radio_button forwardAs=inline id="forward_inline" [set_checked [expr {$as_attach == 0}]]
- cgi_put " <label for=forward_inline>Forward messsages inline</label>"
+ cgi_put " <label for=forward_inline>Forward messages inline</label>"
cgi_br
cgi_radio_button forwardAs=attached id="forward_attachment" [set_checked $as_attach]
- cgi_put " <label for=forward_attachment>Forward messsages as attachments</label>"
+ cgi_put " <label for=forward_attachment>Forward messages as attachments</label>"
}
}
cgi_table_row {
diff --git a/web/cgi/alpine/2.0/view b/web/cgi/alpine/2.0/view
index 0466c2e2..469ba053 100755
--- a/web/cgi/alpine/2.0/view
+++ b/web/cgi/alpine/2.0/view
@@ -165,7 +165,7 @@ WPEval $view_args {
# local libraries
cgi_script type=text/javascript language="JavaScript" src="lib/common.js" {}
cgi_script type=text/javascript language="JavaScript" src="lib/mailbox.js" {}
- # page specfic JS
+ # page specific JS
cgi_javascript {
cgi_puts "YAHOO.alpine.cgi_root = '$_wp(serverpath)';"
cgi_puts "YAHOO.alpine.app_root = '$_wp(serverpath)/$_wp(appdir)/$_wp(ui2dir)';"