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/systemtime | |
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/systemtime/about.html | 11 | ||||
-rw-r--r-- | help/en/html/systemtime/configuration.html | 5 | ||||
-rw-r--r-- | help/en/html/systemtime/format.html | 5 | ||||
-rw-r--r-- | help/en/html/systemtime/ntp.html | 5 | ||||
-rw-r--r-- | help/en/html/systemtime/predict.html | 5 | ||||
-rw-r--r-- | help/en/html/systemtime/time.html | 5 |
6 files changed, 36 insertions, 0 deletions
diff --git a/help/en/html/systemtime/about.html b/help/en/html/systemtime/about.html new file mode 100644 index 0000000..6ba76e7 --- a/dev/null +++ b/help/en/html/systemtime/about.html @@ -0,0 +1,11 @@ +<html><head><title>SystemTime: About</title></head><body> +<h1><img src="UtilsIcon">SystemTime: About</h1> +<hr> +Opie SystemTime team:<br> +<ul> +<li>Dan Williams</li> +</ul> +SystemTime is part of the <a href="http://opie.handhelds.org"><b>Opie Project</b></a> +<p> +SystemTime is licensed under the GNU General Public License. +</body></html> diff --git a/help/en/html/systemtime/configuration.html b/help/en/html/systemtime/configuration.html new file mode 100644 index 0000000..62009ac --- a/dev/null +++ b/help/en/html/systemtime/configuration.html @@ -0,0 +1,5 @@ +<html><head><title>SystemTime: Configuration</title></head><body> +<h1><img src="SettingsIcon">SystemTime: Configuration</h1> +<hr> +Describe configuration options. +</body></html> diff --git a/help/en/html/systemtime/format.html b/help/en/html/systemtime/format.html new file mode 100644 index 0000000..7929f70 --- a/dev/null +++ b/help/en/html/systemtime/format.html @@ -0,0 +1,5 @@ +<html><head><title>SystemTime: Time/date formatting</title></head><body> +<h1><img src="netsystemtime/formattab">SystemTime: Time/date formatting</h1> +<hr> +Describe time and date formatting options. +</body></html> diff --git a/help/en/html/systemtime/ntp.html b/help/en/html/systemtime/ntp.html new file mode 100644 index 0000000..0f4699d --- a/dev/null +++ b/help/en/html/systemtime/ntp.html @@ -0,0 +1,5 @@ +<html><head><title>SystemTime: Time server synchronization</title></head><body> +<h1><img src="netsystemtime/ntptab">SystemTime: Time server synchronization</h1> +<hr> +Describe NTP synchronization. +</body></html> diff --git a/help/en/html/systemtime/predict.html b/help/en/html/systemtime/predict.html new file mode 100644 index 0000000..6ace4b3 --- a/dev/null +++ b/help/en/html/systemtime/predict.html @@ -0,0 +1,5 @@ +<html><head><title>SystemTime: Time prediction</title></head><body> +<h1><img src="netsystemtime/predicttab">SystemTime: Time prediction</h1> +<hr> +Describe time prediction. +</body></html> diff --git a/help/en/html/systemtime/time.html b/help/en/html/systemtime/time.html new file mode 100644 index 0000000..b601947 --- a/dev/null +++ b/help/en/html/systemtime/time.html @@ -0,0 +1,5 @@ +<html><head><title>SystemTime: Setting time/date</title></head><body> +<h1><img src="netsystemtime/DateTime" width="16" height="16">SystemTime: Setting time/date</h1> +<hr> +Describe setting of the date and time +</body></html> |