diff --git a/website/index.html b/website/index.html index ddd3682..0af4971 100644 --- a/website/index.html +++ b/website/index.html @@ -103,8 +103,9 @@ some other usable methods are provided there.
+
Pywmdatetime is a dockapp that displays the current time, date, weekday and -week number. Formats and colours are easily configured.
+week number. Formats and colours and font are easily configured.Changes:
2003-09-01
Fixed a bug where the week didn't update if we used %q style week numbering.
@@ -118,10 +119,21 @@ painted.
-Pywmhdmon is a dockapp that monitors the free space of up to four of your -filesystems. It also has a little bar that displays the current hard drive -activity.
+
+
+
+Pywmhdmon is a dockapp that monitors the free space of up to five of your +filesystems (per instance). the fifth line can be set to contain a little +bar that displays the current hard drive activity.
+the configuration file can contain more than 5 entries, the '-s' option +is then used to skip the correct amount of entries in each activation of the +program.
Changes:
+2006-10-12
+each mount point can be associated to an 'action'. this +action can be 'mount' or 'eject'. clicking on a mount point with action +'mount' will toggle mounting it. 'eject' is the same, but after unmounting, +ejection will be attempted.
2004-07-15
Added a patch from Mario Frasca (Thanks!) which prevents the app from showing the data from the host file system if there is no filesystem mounted at the diff --git a/website/pictures/angelico-mounted.png b/website/pictures/angelico-mounted.png new file mode 100644 index 0000000..085c41d Binary files /dev/null and b/website/pictures/angelico-mounted.png differ diff --git a/website/pictures/angelico-unmounted.png b/website/pictures/angelico-unmounted.png new file mode 100644 index 0000000..44956c0 Binary files /dev/null and b/website/pictures/angelico-unmounted.png differ diff --git a/website/pictures/croese-mounted.png b/website/pictures/croese-mounted.png new file mode 100644 index 0000000..8f354f0 Binary files /dev/null and b/website/pictures/croese-mounted.png differ diff --git a/website/pictures/pywmdatetime-fonts.png b/website/pictures/pywmdatetime-fonts.png new file mode 100644 index 0000000..ac2dffc Binary files /dev/null and b/website/pictures/pywmdatetime-fonts.png differ