-rw-r--r-- | help/en/html/opie-formatter-help-en.control | 10 | ||||
-rw-r--r-- | help/en/html/opie-formatter.html | 36 |
2 files changed, 46 insertions, 0 deletions
diff --git a/help/en/html/opie-formatter-help-en.control b/help/en/html/opie-formatter-help-en.control new file mode 100644 index 0000000..417f38d --- a/dev/null +++ b/help/en/html/opie-formatter-help-en.control @@ -0,0 +1,10 @@ +Files: help/en/html/opie-formatter.html +Priority: optional +Section: opie/onlinedoc +Maintainer: ljp <llornkcor@handhelds.org> +Architecture: arm +Version: $QPE_VERSION-$SUB_VERSION +Depends: opie-formatter +License: GPL +Description: Formatter help files (english) + diff --git a/help/en/html/opie-formatter.html b/help/en/html/opie-formatter.html new file mode 100644 index 0000000..5512a61 --- a/dev/null +++ b/help/en/html/opie-formatter.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> <head> +<title>Opie Formatter</title> +</head> + +<body> +<center><h1>Opie Formatter</h1></center><P> +is a disk formatting front end. You can also perform disk fixing +operations.<br> +It does not use fdisk. It does not perform partioning. <br>If you are +going to reformat anything to another filesystem, I recommend running +fdisk and toggling the partition type, and reboot prior to formatting. +<br> +It scans all available disks, and filesystem supported. +<h2>On the Main tab</h2> +You select which disk to format, and select which file system to +format it too, push the format button, and hope it works. ;)<br>Please +back up any important data <b>before</b> you format it. +<h2>On the Advanced tab</h2> +You can edit fdisk in textedit, or change the mount point with the +mount point edit box.<br> +When you select which dev, you will see fiole system infos, Type of +disk, what it is formatted with. +<br>It also shows the total space, used +space, and space available on the selected device. + +<P>Pushing the check disk button will perform a file system check, and +output so you can see the changes it performs. +<P><h1>Please backup any important data before you use this program!</h1> +<hr> +<address><center><pre> +© 2002<a href="mailto:llornkcor@handhelds.org">ljp</a> llornkcor@handhelds.org</a></pre></address> +<!-- hhmts start --> +Last modified: Fri Oct 18 02:28:14 +0000 2002 +<!-- hhmts end --> +</body> </html> |