author | mickeyl <mickeyl> | 2003-10-29 22:07:36 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-10-29 22:07:36 (UTC) |
commit | d53637f46cf217fc760d7aac58b4596843a73803 (patch) (side-by-side diff) | |
tree | 25289be556fa1ce0ba8539b7f42aeaa037bdf7fd /help/en/html/aqpkg | |
parent | 1af1f1d9f398d38a2bc666cd2edff5725da7a770 (diff) | |
download | opie-d53637f46cf217fc760d7aac58b4596843a73803.zip opie-d53637f46cf217fc760d7aac58b4596843a73803.tar.gz opie-d53637f46cf217fc760d7aac58b4596843a73803.tar.bz2 |
merge development/* and help/*
-rw-r--r-- | help/en/html/aqpkg/about.html | 12 | ||||
-rw-r--r-- | help/en/html/aqpkg/apply.html | 16 | ||||
-rw-r--r-- | help/en/html/aqpkg/configuration.html | 36 | ||||
-rw-r--r-- | help/en/html/aqpkg/download.html | 8 | ||||
-rw-r--r-- | help/en/html/aqpkg/remove.html | 7 | ||||
-rw-r--r-- | help/en/html/aqpkg/update.html | 11 | ||||
-rw-r--r-- | help/en/html/aqpkg/upgrade.html | 11 |
7 files changed, 101 insertions, 0 deletions
diff --git a/help/en/html/aqpkg/about.html b/help/en/html/aqpkg/about.html new file mode 100644 index 0000000..74daff0 --- a/dev/null +++ b/help/en/html/aqpkg/about.html @@ -0,0 +1,12 @@ +<html><head><title>AQPkg: About</title></head><body> +<h1><img src="UtilsIcon">AQPkg: About</h1> +<hr> +Opie AQPkg team:<br> +<ul> +<li>Andy Qua</li> +<li>Dan Williams</li> +</ul> +AQPkg is part of the <a href="http://opie.handhelds.org"><b>Opie Project</b></a> +<p> +AQPkg is licensed under the GNU General Public License. +</body></html> diff --git a/help/en/html/aqpkg/apply.html b/help/en/html/aqpkg/apply.html new file mode 100644 index 0000000..6a7d4ff --- a/dev/null +++ b/help/en/html/aqpkg/apply.html @@ -0,0 +1,16 @@ +<html><head><title>AQPkg: Apply changes</title></head><body> +<h1><img src="aqpkg/apply">AQPkg: Apply changes</h1> +<hr> +Once all desired packages have been selected, this option will +either install, update or remove each package. AQPkg will prompt +for whether a package already installed should be removed or +upgraded. After selecting this option from the menu or toolbar, +press the <b>Start</b> button to begin. +<p> +See <a href="aqpkg/configuration.html"><img src="SettingsIcon"> +Configuration</a> for options to ignore dependencies, force reinstall, etc. +<p> +<p> +For people familiar with the command-line utility <i>ipkg</i>, this is +equivilent to running: <i>ipkg install</i> or <i>ipkg remove</i> +</body></html> diff --git a/help/en/html/aqpkg/configuration.html b/help/en/html/aqpkg/configuration.html new file mode 100644 index 0000000..d80127b --- a/dev/null +++ b/help/en/html/aqpkg/configuration.html @@ -0,0 +1,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> diff --git a/help/en/html/aqpkg/download.html b/help/en/html/aqpkg/download.html new file mode 100644 index 0000000..e177caf --- a/dev/null +++ b/help/en/html/aqpkg/download.html @@ -0,0 +1,8 @@ +<html><head><title>AQPkg: Download packages</title></head><body> +<h1><img src="aqpkg/download">AQPkg: Download packages</h1> +<hr> +This option allows the user to manually download a package from +any web site. After selecting this option, enter the full path +of the package, including the package name. The package will be +saved on the device and will appear in the <i>Local packages</i> list. +</body></html> diff --git a/help/en/html/aqpkg/remove.html b/help/en/html/aqpkg/remove.html new file mode 100644 index 0000000..f9c51ce --- a/dev/null +++ b/help/en/html/aqpkg/remove.html @@ -0,0 +1,7 @@ +<html><head><title>AQPkg: Remove local packages</title></head><body> +<h1><img src="aqpkg/remove">AQPkg: Remove local packages</h1> +<hr> +This option will delete packages stored locally on the device. +Select <i>Local packages</i> from the feeds list and then check each +package to delete. +</body></html> diff --git a/help/en/html/aqpkg/update.html b/help/en/html/aqpkg/update.html new file mode 100644 index 0000000..308d999 --- a/dev/null +++ b/help/en/html/aqpkg/update.html @@ -0,0 +1,11 @@ +<html><head><title>AQPkg: Update lists</title></head><body> +<h1><img src="aqpkg/update">AQPkg: Update lists</h1> +<hr> +This option will retrieve the most current package information for +each feed. After selecting this option from the menu or toolbar, +press the <b>Start</b> button to initiate the update.<br> +<p> +<p> +For people familiar with the command-line utility <i>ipkg</i>, this is +equivilent to running: <i>ipkg update</i> +</body></html> diff --git a/help/en/html/aqpkg/upgrade.html b/help/en/html/aqpkg/upgrade.html new file mode 100644 index 0000000..fc24a95 --- a/dev/null +++ b/help/en/html/aqpkg/upgrade.html @@ -0,0 +1,11 @@ +<html><head><title>AQPkg: Upgrade packages</title></head><body> +<h1><img src="aqpkg/upgrade">AQPkg: Upgrade packages</h1> +<hr> +This option will retrieve and install the most current version of all +installed packages from each feed. After selecting this option from +the menu or toolbar, press the <b>Start</b> button to initiate the upgrade.<br> +<p> +<p> +For people familiar with the command-line utility <i>ipkg</i>, this is +equivilent to running: <i>ipkg upgrade</i> +</body></html> |