[gnome-user-docs] moved the images to the media folder. draft update to the shell-windows page



commit 2d4d09e9ab78040b0443923f6ec51ed37d0fec1b
Author: Jim Campbell <jwcampbell gmail com>
Date:   Fri Mar 18 17:39:12 2011 -0400

    moved the images to the media folder. draft update to the shell-windows page

 .../Screenshot-Search for Files-options.png        |  Bin 0 -> 70619 bytes
 .../C/figures/Screenshot-Search for Files.png      |  Bin 0 -> 18588 bytes
 gnome-help/C/figures/check_status.sh               |   43 ++++++++++++++++++++
 gnome-help/C/figures/deja-dup.png                  |  Bin 0 -> 3459 bytes
 gnome-help/C/figures/gnome-searchtool.png          |  Bin 0 -> 2343 bytes
 gnome-help/C/figures/yelp-icon-big.png             |  Bin 0 -> 5326 bytes
 gnome-help/C/shell-windows.page                    |    5 +-
 7 files changed, 45 insertions(+), 3 deletions(-)
---
diff --git a/gnome-help/C/figures/Screenshot-Search for Files-options.png b/gnome-help/C/figures/Screenshot-Search for Files-options.png
new file mode 100644
index 0000000..d84151b
Binary files /dev/null and b/gnome-help/C/figures/Screenshot-Search for Files-options.png differ
diff --git a/gnome-help/C/figures/Screenshot-Search for Files.png b/gnome-help/C/figures/Screenshot-Search for Files.png
new file mode 100644
index 0000000..eed8be2
Binary files /dev/null and b/gnome-help/C/figures/Screenshot-Search for Files.png differ
diff --git a/gnome-help/C/figures/check_status.sh b/gnome-help/C/figures/check_status.sh
new file mode 100755
index 0000000..1cd3d16
--- /dev/null
+++ b/gnome-help/C/figures/check_status.sh
@@ -0,0 +1,43 @@
+#!/bin/bash
+
+# Produce a summary of the statuses of all of the .page topics
+# (Not done properly, but it's OK for a rough estimate)
+# DO NOT TRANSLATE
+
+echo " "
+echo "== NONE =="
+grep -l "status=\"none" *.page
+echo " "
+echo "== STUB =="
+grep -l "status=\"stub" *.page
+echo " "
+echo "== INCOMPLETE =="
+grep -l "status=\"incomplete" *.page
+echo " "
+echo "== DRAFT =="
+grep -l "status=\"draft" *.page
+echo " "
+echo "== REVIEW =="
+grep -l "status=\"review" *.page
+echo " "
+echo "== CANDIDATE =="
+grep -l "status=\"candidate" *.page
+echo " "
+echo "== FINAL =="
+grep -l "status=\"final" *.page
+echo " "
+echo "== OUTDATED =="
+grep -l "status=\"outdated" *.page
+
+echo " "
+echo " "
+echo "== SUMMARY =="
+echo "None: 		" `grep "status=\"none" *.page | wc -l`
+echo "Stub: 		" `grep "status=\"stub" *.page | wc -l`
+echo "Incomplete: 	" `grep "status=\"incomplete" *.page | wc -l`
+echo "Draft: 		" `grep "status=\"draft" *.page | wc -l`
+echo "Review: 	" `grep "status=\"review" *.page | wc -l`
+echo "Candidate: 	" `grep "status=\"candidate" *.page | wc -l`
+echo "Final: 		" `grep "status=\"final" *.page | wc -l`
+echo "Outdated: 	" `grep "status=\"outdated" *.page | wc -l`
+echo " "
diff --git a/gnome-help/C/figures/deja-dup.png b/gnome-help/C/figures/deja-dup.png
new file mode 100644
index 0000000..429794c
Binary files /dev/null and b/gnome-help/C/figures/deja-dup.png differ
diff --git a/gnome-help/C/figures/gnome-searchtool.png b/gnome-help/C/figures/gnome-searchtool.png
new file mode 100644
index 0000000..bbb6931
Binary files /dev/null and b/gnome-help/C/figures/gnome-searchtool.png differ
diff --git a/gnome-help/C/figures/yelp-icon-big.png b/gnome-help/C/figures/yelp-icon-big.png
new file mode 100644
index 0000000..d2d5915
Binary files /dev/null and b/gnome-help/C/figures/yelp-icon-big.png differ
diff --git a/gnome-help/C/shell-windows.page b/gnome-help/C/shell-windows.page
index 72529da..c99743a 100644
--- a/gnome-help/C/shell-windows.page
+++ b/gnome-help/C/shell-windows.page
@@ -19,9 +19,8 @@
 
 <title>Windows</title>
 
-
-<p>Windows are where your running applications are displayed.</p>
- <p>In the <gui>Activities</gui> overview, the dock is where your favorite applications and your running applications are shown. The glow behind an application name indicates if the application is running.
+<p>Like other desktops, Gnome Shell uses windows to display your running applications. Using both the <gui>overview</gui> and the <gui>dash</gui>, you can launch new applications and control which window is active.</p>
+ <p>In the <gui>Activities</gui> overview, the <gui>dash</gui> displays your favorite applications as well as your running applications. The <gui>dash</gui> will place a slight glow behind any running applications.
  </p>
  <p>
   Clicking on the application icon will launch it if it is not running, and will open the last used window of that application if it is already running.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]