summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-07-05 14:47:50 -0400
committerKristian Høgsberg <krh@redhat.com>2006-07-05 14:47:50 -0400
commit1fd8b7256cbafb3515a50f7954b505886536884b (patch)
treec6da8feaef3dc4b26c53eff618048ba658689ca0
parent9ad6f0b348f59520b427fa383aa85f42a430a11b (diff)
Update web page with a bit of dock documentation.
-rw-r--r--Makefile2
-rw-r--r--index.html.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 990e58c..c042409 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ uninstall-schemas : gconf-clean
gconf-clean :
$(GCONFTOOL) --recursive-unset /apps/kiba
-index.html :
+index.html : index.html.in
./log.sh > index.html
clean :
diff --git a/index.html.in b/index.html.in
index cda73d6..1bb65fb 100644
--- a/index.html.in
+++ b/index.html.in
@@ -49,6 +49,17 @@ about the animation; here's a couple anyway:</p>
<p>but again, a static screenshot doesn't really demonstrate the fun,
time-sink-y aspect of the dock. I guess you just have to try it out.</p>
+<p>The dock can be configured by dragging launchers from the GNOME
+menu or panel on it. At this point you need to restart the dock to
+see the new icons. To populate the dock with a bunch of GNOME
+applications, run the <code>populate-dock.sh</code> script. For now,
+the only way to remove icons from the dock is to run something
+like:</p>
+
+<pre>
+$ gconftool-2 --recursive-unset /apps/kiba/launchers/2
+</pre>
+
<h1>Latest changes</h1>
@LATEST_CHANGES@