1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<html><head><title>AQPkg: Configuration</title></head><body>
<h1><img src="SettingsIcon">AQPkg: Configuration</h1>
<hr>
This option allows AQPkg to be configured. It allows
modification of the feed servers, destinations on the device
and proxy settings.
<p>
<b><img src="aqpkg/servertab">Servers</b>
<p>
This tab allows the adding, modifying and removal of feed
servers. To add a server, click the <b>New</b> button,
enter the feed information and click the <b>Update</b>
button. To modify an existing server, select it from
the list, modify the information as necessary and then click
the <b>Update</b> button. To remove an existing server,
select it from the list and then click the <b>Delete</b> button.
<p>
<b><img src="aqpkg/desttab">Destinations</b>
<p>
This tab allows the adding, modifying and removal of destinations.
This allows packages to be installed in different locations
on the device (such as Flash memory, CF or MMC card). To add
a destination, click the <b>New</b> button, enter the destination
information and click the <b>Update</b>button. To modify an
existing destination, select it from the list, modify the information
as necessary and then click the <b>Update</b> button. To remove
an existing destination, select it from the list and then click the
<b>Delete</b> button.
<p>
<b><img src="aqpkg/proxytab">Proxy</b>
<p>
This tab allows the setting of proxy information. This information
is sometime necessary to allow AQPkg to connect to the internet when
necessary. :Enter the appropriate proxy server information and
click <b>Update</b> to save this information.
</body></html>
|