source: trunk/gli/help/en/themirrorview.htm@ 7007

Last change on this file since 7007 was 7007, checked in by kjdon, 20 years ago

made some modifications to the gli help to remove the hunting and mirroring panes. this meant that some strings needed to be changed - I have changed the english ones, and put placeholders in the other langs for them - hopefully someone can translate them :-)

  • Property svn:keywords set to Author Date Id Revision
File size: 4.7 KB
Line 
1<html>
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>The Greenstone Librarian Interface - Help Pages</title>
5</head>
6<body bgcolor="#E0F0E0">
7<table width="100%" cellspacing="0" cellpadding="5" bgcolor="#B0D0B0" border="2">
8<tr>
9<td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td><td width="*" align="center"><a name="themirrorview"><font size="5" face="Verdana"><strong>3.1: The Mirror view</strong></font></a></td><td width="15%" align="center"><img width="45" src="../gatherer_medium.gif" height="45"></td>
10</tr>
11</table>
12
13This section describes how to configure a download task and control the downloading process.
14 <p></p>
15<table bgcolor="#B0D0B0" width="480" cellpadding="2" border="2" align="center">
16<tr>
17<td align="center"><font size="4" face="Verdana"><strong>
18 Contents
19 </strong></font></td>
20</tr>
21<tr>
22<td>
23<table width="100%" cellpadding="2" border="0" bgcolor="#FFFFFF">
24
25<tr>
26<td colspan="3"><a href="#simple">Simple Instructions:</a></td>
27</tr>
28
29<tr>
30<td colspan="1"> </td><td colspan="2">
31 The workspace tree
32 </td>
33</tr>
34
35<tr>
36<td colspan="1"> </td><td colspan="2">
37 Download configuration
38 </td>
39</tr>
40
41<tr>
42<td colspan="1"> </td><td colspan="2">
43 The download list
44 </td>
45</tr>
46
47
48<tr>
49<td colspan="3"><a href="#advanced">Advanced Instructions:</a></td>
50</tr>
51
52<tr>
53<td colspan="1"> </td><td colspan="2">
54 Enabling web proxies
55 </td>
56</tr>
57
58<tr>
59<td colspan="1"> </td><td colspan="2">
60 Advanced mode
61 </td>
62</tr>
63
64
65</table>
66</td>
67</tr>
68</table>
69<p></p>
70
71<p></p>
72<img width="20" src="../gatherer_small.gif" height="20"><a name="simple"> Simple Instructions:</a>
73<p style="text-align:justify"></p>
74Access the "Mirror" view by clicking its tab. The top half of the screen shows the downloading controls. The bottom half is initially empty, but will show a list of pending downloading jobs if there are some.
75<p></p>
76Files are downloaded into a folder in the workspace tree called "Public
77WebCache" (only present when mirroring is enabled), and can be used in all
78collections built with the Librarian Interface. When a collection is open a
79second folder, "Private WebCache", appears, which only that collection can access files from. Files in both these areas are named by their full web
80URL. A new folder is created for each host, followed by others for each part
81of the path. This ensures that each file is distinct.
82<p></p>
83Use the first of the download configuration controls, "Source URL", to enter the URL of a
84target resource. Use the "Download Depth" control to determine how many
85 hyperlinks deep to go when downloading: 0 means follow no hyperlinks and grabs just the
86target resource. The depth limit is
87ignored when downloading media other than html pages. Use the "Destination Folder" radio
88button control to choose whether the files are cached into the shared public
89folder or the private collection-specific folder (if available). Next, there are four checkbox controls which can be set to turn on the specified feature for a specific download. A fifth checkbox control "Automatically remove failed downloads..." does not pertain to a specific download, but instead clears the list of any failed download information, and prevents any future failures from appearing in the list. The final control is a "Download" button, which adds to the download list a new job corresponding to the configuration
90settings.
91<p></p>
92The download list has an entry for each unfinished download. For each entry, a
93central region with several lines of text and a progress bar is flanked by two
94buttons. The text gives details of the task, and updates as the task
95progresses, while the bar measures progress. The "play" triangle on the left
96button starts the current task and then changes to a double vertical bar, which
97pauses the current download. The "stop" square on the right button removes the
98current download task from the list. Download tasks are removed from the list
99when they finish successfully (ones that fail are controlled by the "Automatically remove failed downloads..." checkbox).
100 <p></p>
101<img width="20" src="../gatherer_small.gif" height="20"><a name="advanced"> Advanced Instructions:</a>
102<p style="text-align:justify"></p>
103The <a href="preferences.htm#preferences">Preferences section</a> describes how to establish an Internet connection
104via a proxy. If authentication is needed, the proxy server prompts for
105identification and password. The Librarian Interface does not store passwords
106between sessions.
107 </body>
108</html>
Note: See TracBrowser for help on using the repository browser.